Whatever I do, I cant get this swf to load!!
I've tried absolute path & relative but it just stays blank with no error, SWF works fine when i view it directly in the logs either.
Any ideas?
<!--[if !IE]> -->
<object type="application/x-shockwave-flash"
data="images/slideshows/3/file.swf" width="524" height="263">
<!-- <![endif]-->
<!--[if IE]>
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
width="524" height="263">
<param name="movie" value="images/slideshows/3/file.swf" />
<!--><!--dgx-->
<param name="loop" value="true" />
<param name="menu" value="false" />
<p>This is <b>alternative</b> content.</p>
</object>
<!-- <![endif]-->
Page 1 of 1
SWF wont load
#2
Posted 06 September 2008 - 08:05 PM
Hello
You could try using swfobject to embed the swf. http://code.google.com/p/swfobject/ . If you download the swfobject_2_1.zip + the swfObject generator. The generator creates the code needed to embed the swf + the swfobject_2_1.zip contains the javascript file you need to put with your html/php file. Adobe will be using this method for embedding flash in the next roll out of the Flash ide. The documentation is good + very helpful.
Rob
You could try using swfobject to embed the swf. http://code.google.com/p/swfobject/ . If you download the swfobject_2_1.zip + the swfObject generator. The generator creates the code needed to embed the swf + the swfobject_2_1.zip contains the javascript file you need to put with your html/php file. Adobe will be using this method for embedding flash in the next roll out of the Flash ide. The documentation is good + very helpful.
Rob
#3
Posted 07 September 2008 - 05:27 AM
don't those two sets of code conflict?
common problems:
1) have you uploaded Ac_RunContent.js
2) conflicting code: try Roberto's suggestion
3) swf outputted is too large, runs fine locally but takes so long to stream you think its not htere
common problems:
1) have you uploaded Ac_RunContent.js
2) conflicting code: try Roberto's suggestion
3) swf outputted is too large, runs fine locally but takes so long to stream you think its not htere
Share this topic:
Page 1 of 1
Help
















