Hi, I am looking to host flash videos on my site. But there is a slight problem. Here is the html code I am using for the flash video.
So the problem is that its just a white box. Here is the link where you may find the problem: http://www.liberalguns.co.cc/modules.php?name=Machinima
I looked in the MIME types on my cpanel and it has the swf for the player but not the flv for the video. Maybe that is the problem? But weird thing is the player doesn't even show up. Does anyone know why this is happening? I have everything in the same folder so I have no idea why this is happening.
HTML:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="720" height="570" id="player" align="middle">
<param name="movie" value="player.swf?file=ep2.flv&size=false&aplay=false&autorew=false&title="/>
<param name="menu" value="false"/>
<param name="quality" value="high"/>
<param name="bgcolor" value="#FFFFFF"/>
<noscript><a href=http://www.dvdvideosoft.com/products/dvd/Free-DVD-Decrypter.htm>dvd decrypter</a></noscript>
<embed src="player.swf?file=ep2.flv&size=false&aplay=false&autorew=false&title=" menu="false" quality="high" bgcolor="#FFFFFF" width="720" height="570" name="player" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"/>
</object>
I looked in the MIME types on my cpanel and it has the swf for the player but not the flv for the video. Maybe that is the problem? But weird thing is the player doesn't even show up. Does anyone know why this is happening? I have everything in the same folder so I have no idea why this is happening.