hi,

I am hvaing a problem with tabbing. I am trying to set a tab order on
movieclip which aren't in the same scope as in they are embedded into
different movieclips.

i.e.

mcA embeds mc1, mc2, mc3
mcB embeds mc1, mc2, mc3

taborder is made as followed

mcA.mc1.tabIndex = 0
mcA.mc2.tabIndex = 1
mcA.mc3.tabIndex = 2
mcA.mc1.tabEnabled= true
mcA.mc2.tabEnabled= true
mcA.mc3.tabEnabled= true
mcA.tabChildren= true


mcB.mc1.tabIndex = 3
mcB.mc2.tabIndex = 4
mcB.mc3.tabIndex = 5
mcB.mc1.tabEnabled= true
mcB.mc2.tabEnabled= true
mcB.mc3.tabEnabled= true
mcB.tabChildren= true


the tab cycle will go through the movieclip in mcB but will discard the tab
cycle in the mcA. if i i change the tab order to
mcA.mc1.tabIndex = 3
mcA.mc2.tabIndex = 4
mcA.mc3.tabIndex = 5
mcB.mc1.tabIndex = 0
mcB.mc2.tabIndex = 1
mcB.mc3.tabIndex = 2

Flash will still discard the the movieclip in mcA. I just don't get it...
Has anyone any solution or work around?

thanks
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to