Hello! Can someone pls. help me how will I able to embed video on my website.. I dont have any background in programming so I'm having difficulties embedding it on my website. I got this code from a certain video streaming website but the problem is this website don't have the embeded code of the video so what I did is I look at the source code and wonder if there's a way to embed it on my website... Here's the code: <HTML> <HEAD> <TITLE>Watch Live</TITLE> <style> body { color:#FFFFFF; background-color: #000000; } </style> <script src="http://shakenbake.sh.ohost.de/be.js"></script> </HEAD> <BODY oncontextmenu="return false;"> <center> <a href="http://eb91062a.urlpulse.net" target="_blank"><font color="#FFFFFF"><u>Click Here to watch more NBA & Sports</u></font></a> <br> <!-- START CUSTOM WIDGETBUCKS CODE --> <div><script src="http://www.widgetbucks.com/script/ads.js?uid=crizSInF8i9vLlSD"></script></div> <!-- END CUSTOM WIDGETBUCKS CODE --> <object id="myId" classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" width="450" height="350"> <param name="movie" value="http://www.mej.fr/pages/accesrespo/gestuelle/player316/mediaplayer.swf?backcolor=0x000000&frontcolor=0xFFFFFF&file=rtmp://&id=123" /> <param name="allowfullscreen" value="true" /> <param name="allowscriptaccess" value="always" /> <param name="flashvars" value="autostart=true" /> <embed src="http://www.mej.fr/pages/accesrespo/gestuelle/player316/mediaplayer.swf?backcolor=0x000000&frontcolor=0xFFFFFF&file=rtmp://&id=123" width="450" height="350" allowfullscreen="true" allowscriptaccess="always" flashvars="autostart=true" ></embed> </object> <br> <!-- Begin: AdBrite, Generated: 2009-01-08 3:42:47 --> <script type="text/javascript"> var AdBrite_Title_Color = 'ffde00'; var AdBrite_Text_Color = 'FFFFFF'; var AdBrite_Background_Color = '000000'; var AdBrite_Border_Color = '000000'; var AdBrite_URL_Color = 'B3B3B3'; try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';} </script> <span style="white-space:nowrap;"><script type="text/javascript">document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=488234&zs=3732385f3930&ifr='+AdBrite_Iframe+'&ref='+AdBrite_Referrer+'" type="text/javascript">');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62));</script> </span> <!-- End: AdBrite --> </center> </BODY> </HTML> thanks!
Embedding a Media File might help some. There is also Flash Satay and Macromedia Flash OBJECT and EMBED tag syntax to help embedding Flash
You can try this simple, Flash Video Player from A4Desk to convert any popular video files (AVI, WMV, MOV, etc) into FLV format, and then choose a flash video player skin for your website. It works with any browser and will generate the HTML code for you to embed into your existing pages
Hello thanks for the replies.. I think you guys misunderstood what I said. The video will not come from me it will come from another website and what I want is to embed that video in my website(just like youtube where you can embed videos)the problem is this website doesn't provide an embedded code that's why I post the source code of that website wondering if it is possible to embed it.. Thanks!
I don't have any player right now.. I wonder if I will be able to use also what is being use on that website... Or do I really need one? Thanks!
I used the code from Embed a Media File - Flash, and it seemed to work on this example. I went to the file that you specified and when I left clicked on the play button in the middle of the screen, some animation appeared in the middle.
I also noticed that in the swl file, it seems to be pulling some HTML (frames) page <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN" "http://www.w3.org/TR/html40/frameset.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>MEJ, Mouvement Eucharistique des Jeunes</title> </head> <frameset framespacing="0" border="0" frameborder="0" rows="168,*"> <frame name="banner" scrolling="no" noresize target="contents" src="pages/www/top.htm"> <frameset cols="162,*"> <frame name="contents" target="main" src="pages/www/menugauche.htm" scrolling="auto" noresize> <frame name="main" src="pages/www/404.htm" target="_self" scrolling="auto"> </frameset> <noframes> <body> <h1>Erreur 404</h1> <p><a href="/" target="_top">Retour au site</a></p> </body> </noframes> </frameset> </html> Code (markup): Are you sure that is the correct path to the SWF? Sometimes, the swf file will be the player and it will be playing an FLV file. This FLV will need to be on your server (same path) as the HTML page. You might consider contacting the webmaster of the site to see if he / she can help you