Hi, my flash movie i made and put on a website
won't load on my internet explorer brower, it only loads on firefox
and on other pc's it also doesn't loads in IE
what can i do about this?
thx Freaky
Browser..
Started by Frozen_W, Feb 04 2006 07:08 AM
2 replies to this topic
#1
Posted 04 February 2006 - 07:08 AM
#2
Posted 04 February 2006 - 03:21 PM
well, thanks for all the help i've got, oh none....
SInce I found it i think it would only be proper to tell how i've managed to do it.
this was the first code i used but also the code that didn't load on IE
this is the code i use now, and that loads on both IE and Firefox
instead of using the predefined code with classid... etc use "object data="movie.swf"
oh, yes don't forget to put a link that checks for the apropriate plugin. (if it's there or not)
Please don't hate me because of my bad english.... greetz Freaky
SInce I found it i think it would only be proper to tell how i've managed to do it.
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="744" height="548" id="Website" align="middle"> <param name="allowScriptAccess" value="sameDomain" /> <param name="movie" value="Website.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#151515" /><embed src="Website.swf" quality="high" bgcolor="#151515" width="744" height="548" name="Website" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object>
this was the first code i used but also the code that didn't load on IE
<object data="Website.swf" type="application/x-shockwave-flash" width="740" height="544" align="top"> <param name="movie" value="Website.swf" /> </object>
this is the code i use now, and that loads on both IE and Firefox
instead of using the predefined code with classid... etc use "object data="movie.swf"
oh, yes don't forget to put a link that checks for the apropriate plugin. (if it's there or not)
Please don't hate me because of my bad english.... greetz Freaky
#3
Posted 04 February 2006 - 03:23 PM
Nobody probably answered you ResidentFreaky as this has been asked before and the answer given
Closing as you have resolved.
Closing as you have resolved.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users
