Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

leodesigner

macrumors newbie
Original poster
Jul 28, 2006
1
0
I need some help. I designed this Flash 8 site on a PC but my client who's using a Mac (IE5, Flash 8 player, ) can't seem to view it properly. She can see everything fine on Mozilla Firefox.


Only some of the elements show up. Only the externally loaded images show up.

Please send me a message if you're interested in checking it out and I will give you the URL. Getting pretty frustrated with this. Thanks.
 
IE5 for Mac is dead and buried. Seriously. The client needs to get another browser...

That said, try inserting the flash contents with the simplest code that still validates and see if that shows up:

PHP:
<object type="application/x-shockwave-flash" data="yourfile.swf" width="130" height="60">
<param name="movie" value="yourfile.swf" />
<img src="alternative.gif" width="130" height="60" alt="whatever" />
</object>
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.