SWF file is not working in my website

Scotch49

New Member
i am new to flash.I were converted a video file to swf file using a converter. And the converted file(SWF) is working fine in my system. after uploading the file to webs server its not working.I cant able to identify the problem. Plz help me\[code\]<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="480" height="360" id="player1" align="middle"> <param name="movie" value="http://stackoverflow.com/questions/14558976/intro.swf"/> <param name="menu" value="http://stackoverflow.com/questions/14558976/false"/> <param name="quality" value="http://stackoverflow.com/questions/14558976/high"/> <param name="bgcolor" value="http://stackoverflow.com/questions/14558976/#FFFFFF"/> <noscript><a href="http://www.randeepr.webs.com/home.html">Back to Home</a></noscript> <embed src="http://stackoverflow.com/questions/14558976/intro.swf" menu="false" quality="high" bgcolor="#FFFFFF" width="480" height="360" name="player" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"/> </object> \[/code\]i am testing here http://randeepr.webs.com
 
Back
Top