GraphicRage
12-05-2006, 04:26 PM
I've just coded an entire Flash demo without realizing TGotoLabel was not compliant in FF / Mac browsers. Is there a known work around to this? I would like to keep this as Label rather than Frame number due to future upgrades and additions to the demo.
Here's my code:
<body onLoad='javascript:demo.TGotoLabel("_root/mcBox", "AIeasyview"),demo.TGotoLabel("_root/mcNav", "AIeasyview"),demo.TGotoLabel("_root", "AIeasyview")'>
Works like a charm in IE. Have since read that the Flash Player implementation in FF doesn't support this.
I'm guessing passing a Flash vars would do the trick, can anyone give me some tips here on how to implement this, given that I'm redirecting both the main demo and two movieclips?
Thanks!
Here's my code:
<body onLoad='javascript:demo.TGotoLabel("_root/mcBox", "AIeasyview"),demo.TGotoLabel("_root/mcNav", "AIeasyview"),demo.TGotoLabel("_root", "AIeasyview")'>
Works like a charm in IE. Have since read that the Flash Player implementation in FF doesn't support this.
I'm guessing passing a Flash vars would do the trick, can anyone give me some tips here on how to implement this, given that I'm redirecting both the main demo and two movieclips?
Thanks!