PDA

View Full Version : Can't see site in FF & Opera


roboffin
03-09-2008, 12:11 PM
I have a fully Flash site which works just fine in IE but displays absolutely nothing in Opera and Firefox.
The site is here www.boffingraphics.co.uk

I've had a suggestion that changing the DocType tag will help but so far no joy.
Site exported for Flash player 7 and all browsers I've tested it with have the plugin installed.

A symptom that might help - I also downloaded a plugin for Firefox that means you have to click an icon to load flash content. I go to the site and it shows there is flash content to load but after clicking displays nothing.


Any help gratefully received.

roboffin
03-10-2008, 12:03 PM
And now I'm thinking about using the Flash Satay method.
Is this the right way of going about it?
Anybody?

atomic
03-10-2008, 03:52 PM
Simply because in your .html, you're not calling the same .swf in your object & embed tags...

FF & opera use the embed tag and you're using boffin.swf in it rather than boffin2.swf as you are in the object tag...

Change that and it works fine...

roboffin
03-10-2008, 07:37 PM
Simply because in your .html, you're not calling the same .swf in your object & embed tags...

FF & opera use the embed tag and you're using boffin.swf in it rather than boffin2.swf as you are in the object tag...

Change that and it works fine...

And that's it.
A simple answer.

Atomic rules!

atomic
03-10-2008, 09:03 PM
Grrrrrrrreat! ;)