I have a problem with embedding a .flv file into my web page.
I converted a .wmv file to a .flv via the program Free FLV Converter.
This program not only converts files for you, but it also generates the HTML code to embed the converted file into a web page.
The code I got from it was as follows:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="342" height="291" id="FLVPlayer"> <param name="movie" value="FLVPlayer.swf" /> <param name="salign" value="lt" /> <param name="quality" value="high" /> <param name="scale" value="noscale" /> <param name="FlashVars" value="&MM_ComponentVersion=1&skinName=Skin&streamName=onzedancingsbinnen10jaar&autoPlay=false&autoRewind=false" /> <embed src="FLVPlayer.swf" flashvars="&MM_ComponentVersion=1&skinName=Skin&streamName=onzedancingsbinnen10jaar&autoPlay=false&autoRewind=false" quality="high" scale="noscale" width="342" height="291" name="FLVPlayer" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object>
The problem is, when I enter this code into my HTML Editor (Coffeecup HTML Editor) and I preview the page, the film starts playing with no problem at all.
However, when I upload the page and the film, and I keep them in the same folder (by the way 'onzedancingsbinnen10jaar.flv' is the name of the file, all I get is a blank square showing where the film should play, and in the status bar of my browser it says: 'Waiting for http:??www.......', and the green progress bar hardly moves or doesn't move at all.
I also tried to convert the film to an .swf file instead of .flv, and with code I found on the net, I embedded that, the film plays, but there are no player controls present (Play, Stop, Pause), and it is essential that the film does not autostart, so I need the controls.
Does anyone have any idea where the code has gone wrong? WHy does the film stream from my hard drive, but does it not play after it has been uploaded?
Or, does anyone have the HTML code for embedding an .swf file, but with the use of player controls?
I will be very grateful for any suggestions.















