maybe it's got something to do with the list of "param" you have in your
html.
Tipically my "param" list as generated by Flash is just:
<param name="movie" value="os13.swf">
<param name="quality" value="high">
<param name="scale" value="noscale">
<param name="bgcolor" value="#ffffff">
while yours has about ten more param values which I don't understand the
use for. Maybe that's a problem?
[quoted text, click to view] HarriE22 wrote:
> My flash items are not working on a mac. They work perfect on a windows
> platform. When opening on a mac all I see is a white area where the flash
> should appear. I tried it with different mac computers but they all don't show
> the flash. One of the items are buttons and without them mac users can't do
> anything with my website.
> Can anyone help ?
>
>
http://www.personalpostage.com >
Could i send you the file so you can have a look if there is something not
right in the script?
I made three different flash files, intro, buttons and an ad. They are all not
working so my thinking is leading to flash in mac.. Should i have something in
my html script what communicates with a mac system and flash? Thanks in Advance
Your html is stuffed ..
For IE with <object> tag you have
<param name="Src" value="test.swf">
For Netscape etfc you have
<embed src="../../../../Desktop/Untitled-2.swf" ...
So your html is showing different swf files depending on browser, and it
looks like the second one doesn't exist.
[quoted text, click to view] "HarriE22" <webforumsuser@macromedia.com> wrote in message
news:c3qeuj$g43$1@forums.macromedia.com...
> Just uploaded a template out of FlashMx. Did not edited anything and
uploaded
> it to my website. Again under windows it works fine but under mac there is
> nothing.
>
>
www.personalpostage.com/test.htm >
> seems like a bigger problem than i thought.....
>