Jump to content

Embed Video - not working


Wheelz

Recommended Posts

Hi,I found this piece of code and put it into my page but Firefox reports that there is a missing plugin and can't find one. Is this code enough on it's own or is there something missing?

<EMBED SRC="http://s16.photobucket.com/albums/myvideo.flv" CONTROLS="true" LOOP="-1" AUTOSTART="false" HEIGHT="240" WIDTH="320" BORDER="0">

Help appreciated.CheersPete

Link to comment
Share on other sites

.flv means (Flash Video File Format)But try to copy the source path & run in URL means copy 'http://s16.photobucket.com/albums/myvideo.flv' and paste in URLu can find that it is displaying 'Page Not Found'. So Always Write the RIGHT PATH.<embed src="http://s16.photobucket.com/albums/myvideo.flv" width="400" height="176" type="application/x-shockwave-flash" play="true" loop="true" menu="true"></embed> If u still can't get it then follow below URL: http://www.htmlcodetutorial.com/embeddedobjects/_EMBED.html

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...