| You are here: DEVPPL ‹ Forum ‹ Programming ‹ HTML Forum |
NOTIFICATIONS
|
|
|||||||||||||||
Login |
EMBED- Video from site, to FB with player
2 posts
• Page 1 of 1
0
EMBED- Video from site, to FB with player
Hi guys!
I`ve got a video on my web page, that i really wanna share on FB.
But when I share it, it just comes up a lot of weird letters in the FB post, and dont a little movie player, surge as with a youtube video.
And i guess all this have to do with embedding?
Under, you can see how the html looks like atm. In it would be very helpful if you guys could help me to write it, so the movie shows up in my FB post, and you be played directly on Facebook.
The files i got is;
roarnerheim.com\nyc\newyorkhigh_3.html
roarnerheim.com\nyc\newyorkhigh_3.swf
roarnerheim.com\nyc\newyorkhigh_3.jpg
roarnerheim.com\nyc\newyorkhigh_3.flv
<title>newyorkhigh_3</title>
<center>
<!--url's used in the movie-->
<!--text used in the movie-->
<!-- saved from url=(0013)about:internet -->
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="1280" height="760" id = "MoyeaDemo">
<param name="movie" value="newyorkhigh_3.swf">
<param name="quality" value="high">
<param name="allowScriptAccess" value="sameDomain" />
<param name="allowFullScreen" value="True" />
<embed src="newyorkhigh_3.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="1280" height="760" allowScriptAccess="sameDomain" allowFullScreen="True" name = "MoyeaDemo">
</embed>
</object>
</center>
I`ve got a video on my web page, that i really wanna share on FB.
But when I share it, it just comes up a lot of weird letters in the FB post, and dont a little movie player, surge as with a youtube video.
And i guess all this have to do with embedding?
Under, you can see how the html looks like atm. In it would be very helpful if you guys could help me to write it, so the movie shows up in my FB post, and you be played directly on Facebook.
The files i got is;
roarnerheim.com\nyc\newyorkhigh_3.html
roarnerheim.com\nyc\newyorkhigh_3.swf
roarnerheim.com\nyc\newyorkhigh_3.jpg
roarnerheim.com\nyc\newyorkhigh_3.flv
<title>newyorkhigh_3</title>
<center>
<!--url's used in the movie-->
<!--text used in the movie-->
<!-- saved from url=(0013)about:internet -->
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="1280" height="760" id = "MoyeaDemo">
<param name="movie" value="newyorkhigh_3.swf">
<param name="quality" value="high">
<param name="allowScriptAccess" value="sameDomain" />
<param name="allowFullScreen" value="True" />
<embed src="newyorkhigh_3.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="1280" height="760" allowScriptAccess="sameDomain" allowFullScreen="True" name = "MoyeaDemo">
</embed>
</object>
</center>
- Roarner
- Reputation: 0
- Posts: 2
- Joined: Mon Nov 07, 2011 3:25 pm
- Highscores: 0
- Arcade winning challenges: 0
EMBED- Video from site, to FB with player - Sponsored results
- Sponsored results
- Roarner
- Reputation: 0
- Posts: 2
- Joined: Mon Nov 07, 2011 3:25 pm
- Highscores: 0
- Arcade winning challenges: 0
|
|