Forum Moderators: open

Message Too Old, No Replies

My .swf works fine in firefox but in no other browser

im having trouble getting my .swf/html to be a universal code

         

armthehopeless

4:10 am on Mar 13, 2006 (gmt 0)



HELP!
I've been really frustrated for weeks over this one, and its probably a stupid little error, simply because i dont know jack about html or.swf except the basics, but my code is only reading in mozilla/ff. it doesnt work in internet explorer, aol, msn, etc. if anyone could help me out it would be greatly appreciated it
heres the source code:

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id=home width=800 height=600 codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,65,0">
<param name="movie" value="home.swf" />
<param name="quality" value="high" />
<param name="play" value="true" />
<param name="loop" value="true" />
<param name="bgcolor" value="#080808" />
<embed src="home.swf" width=800 height=600 bgcolor="#080808" quality="high" loop="true"
type="application/x-shockwave-flash" pluginspace="http://www.macromedia.com/go/getflashplayer" />

heres the site its being based off of, if that has anything to do with it <SNIP>

thanks a million for your continued support

[edited by: BlobFisk at 4:41 pm (utc) on Mar. 16, 2006]
[edit reason] No URLs please! See TOS [webmasterworld.com] [/edit]

dims animations

1:37 am on Mar 16, 2006 (gmt 0)

10+ Year Member



maybe the problem is on your browser.
uninstall your IE, then reinstall it maybe can fix it.
Or you can download plugin like flash shockwave Cause on my "IE" it's works and just say hello :).
Anyway, nice flash and that girl "elley_good.jpg" who is it? :)

Harry

11:58 am on Mar 18, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



The code you really need is what starts in <embed>

<embed src="home.swf" width=800 height=600 bgcolor="#080808" quality="high" loop="true"
type="application/x-shockwave-flash" pluginspace="http://www.macromedia.com/go/getflashplayer" />

Here, you're missing all the stuff that goes between <embed> and </embed>

Where is it?