vote up 0 vote down star

I'm having a weird cross-browser flash problem. Please see the screenshot below. I have seen this behaviour before, but I cannot recall what the cause was. Can someone please tell me why this happens, and possible actions I can take to fix it?

flash problem in ie7 and firefox

flag

those are radically different - the UI iconography is laid out differently, and it almost looks like the IE one is showing a sprite sheet of icons... you've gotta give us more information then two screenshots. Remember, try to ask questions that can be answered. – matt lohkamp Sep 26 '08 at 10:00

3 Answers

vote up 5 vote down check

Definately need more info to give a full answer.

<begin complete guess>

It looks like the IE flash player version is not high enough to properly play the flash file. It looks like it is loading the first frame (which has all of the assets laid out on it to aid with pre-loading). Then, the Actionscript that is supposed to play the movie fails because of the improper flash player version. So, the file stays at frame 1.

</end complete guess>

Your player detection/inclusion script should catch situations like this and provide alternate content to users without a high enough version of the Flash player. Use SWFObject for this. Be sure to set the SWFObject code to require the version of Flash that the file is published at.

link|flag
vote up 2 vote down

You need to tell us what version of flash each one of the browsers are using? Can IE be using a newer version or firefox. From my understanding flash is its own internal plugin for each browser.

link|flag
That's true: Flash for IE is mostly independent from Flash for Firefox. Except for its settings location, I think. – R. Bemrose Sep 26 '08 at 19:56
vote up 0 vote down

It was due to bad embedding on my part, as 81bronco suggested. I started using SWFObject and all was well!

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.