PDA

View Full Version : TGotoLabel FF work around?


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!

GraphicRage
12-05-2006, 05:00 PM
FYI, have also tried:

<param name="FlashVars" value="frameLabel=AIeasyview" />

Also only working in IE for some reason...