Ask a Question related to Macromedia Flash, Design and Development.
-
Cranio #1
Issue w Firefox
Hi!
An annoying problem with a site I'm building...
Movie plays fine in IE, but in Firefox it just loads and stops,
no interaction at all.
Here's the code:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
width="750" height="300" id="logo" align="center"><param
name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="logo.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#FFFFFF" />
<param name="wmode" value="transparent" />
<embed src="logo.swf" wmode=transparent quality=high bgcolor="#FFFFFF"
width="750" height="300" name="logo" align="center"
allowScriptAccess="sameDomain" type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
Any help will be appreciated!
Thanx
Cranio Guest
-
IE Vs Firefox
Hi, Does anybody know why IE6/7 returns my error when there is no connection to the server but firefox doesn't. It just sits there doing nothing?... -
right in IE6 but NOT in firefox ---????
this is my first CSS page and it was turning out beautifully until I checked it in Firefox! Can someone tell me where I'm going wrong?... -
Firefox it is then.
Just tossin' out an FYI: Don't expect the new IE7 to work any better with Flash Player than IE6. I just tried it, with exactly the same results... -
Firefox Issue with Search Box
Hello, I have yet to find a solution on the below issue. Thanks for any help you can provide me. It's been bugging a group of us for a bit now.... -
Issue with Firefox displaying Flash Video
Ok, Can you guys do me a favour please? Have a look at http://www.g1media.co.uk/project_details.asp?ID=1 in IE and then look at it again in... -
Jeckyl #2
Re: Issue w Firefox
transparent mode causes all sort of weird problems ... like button not
working, content offset etc .. get rid of that for a start and see what
happens.
--
All the best,
Jeckyl
Jeckyl Guest
-
Cranio #3
Re: Issue w Firefox
Jeckyl wrote:
Thanx, but I've already tried... still the movie loads> transparent mode causes all sort of weird problems ... like button not
> working, content offset etc .. get rid of that for a start and see what
> happens.
but stops...
Cranio Guest
-
Jeckyl #4
Re: Issue w Firefox
There may be a problem with preloader code, if you're using it.. otherwise
can't think of anything without seeing what you've done.
--
All the best
Jeckyl
Jeckyl Guest
-
Cranio #5
Re: Issue w Firefox
Jeckyl wrote:
Alas, no preloader. I had a thought... I'm running it offline> There may be a problem with preloader code, if you're using it.. otherwise
> can't think of anything without seeing what you've done.
with IIS... I'll test it online and see.
Cranio Guest
-
JP #6
Re: Issue w Firefox
I had some problems with Firefox. I found it didn't like where I used onLoad
functions. I changed these to just code on written straight on the frame and
it worked, although I had to make a few other changes to make sure the code
wan't run before movie clips had loaded.
Certainly worth a try if you are using onLoad.
-JP
JP Guest



Reply With Quote

