swf file upload from dreamweaver cant load on site

Thread Starter

zimbarak

Joined Feb 8, 2009
56
Hello ,


Im facing a problem with my uploaded swf file , since is not able to run
on both IE and firefox , the file being uploaded throw dreamweaver cs4
with the name 1.swf , i have upgraded the flash player to the latest version

below you will find the source code of the flash file :
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="778" height="150" id="FlashID" title="1">
<param name="movie" value="1.swf" />
<param name="quality" value="high" />
<param name="wmode" value="opaque" />
<param name="swfversion" value="6.0.65.0" />
<!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
<param name="expressinstall" value="Scripts/expressInstall.swf" />
<!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
<!--[if !IE]>-->
<object type="application/x-shockwave-flash" data="1.swf" width="778" height="150

i would appreciate any assistance

Regards,
 

sceadwian

Joined Jun 1, 2009
499
It's a flash file, probably not gonna happen on the site itself ever, I should hope not at least, there are too many flash bugs that allow possible harmful system access that simply need a hosting site, a public site such as this should never in a billion years allow direct swf linking.
 

Thread Starter

zimbarak

Joined Feb 8, 2009
56
As im trying to discribe you well the situation by adding you the source code of flash file , However what ive metioned was very clear the uploaded swf is throw dreamweaver cs4 is not working ? wondering if there is something missed or i have to upload others file ?

Any thread is well appreciated

Thank you
 
Top