When embedding a flash video into an HTML page, by calling on an .SWF, the player does not show, EVER, I have to use an Inline frame for it to show, which is a real hassle, anyone know why? the code i use is as follows;
HTML Code:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" height="444" width="640">
<param name="movie" value="http://wtf-pwn.biz/Help/21.swf">
<param name="quality" value="best">
<param name="play" value="true">
<embed height="444" pluginspage="http://www.macromedia.com/go/getflashplayer" src="http://wtf-pwn.biz/Help/21.swf" type="application/x-shockwave-flash" width="640" quality="best" play="true">
</object>
I've been using Progressive download from webserver setting
Bookmarks