Scroller Genie Support Product Page
This topic is locked
This topic was archived
show/hide scroller
Asked 13 Mar 2005 04:57:08
1
has this question
13 Mar 2005 04:57:08 Al Winchell posted:
I am trying to make the genie "show" from a fscommand in a flash moviefunction tsbook_DoFSCommand(command, args) {
if (command == "layer_show"
MM_showHideLayers('dmx1Scroller','','show');
}
}
this works but only shows the scroller and not the content. If I change to dmx1Content1 it shows the content and not the scroller. I assumed everything under the Scroller would be affected by the same command.
Any help would be appreciated
den.tigersquadron.com/newabout.html
Replies
Replied 13 Mar 2005 23:49:51
13 Mar 2005 23:49:51 Marja Ribbers-de Vroed replied:
Try showing them both from that function.
--
Marja Ribbers-de Vroed
www.webwaresystems.nl
www.flevooware.nl/dreamweaver/
--
Marja Ribbers-de Vroed
www.webwaresystems.nl
www.flevooware.nl/dreamweaver/
Replied 14 Mar 2005 01:17:00
14 Mar 2005 01:17:00 Al Winchell replied:
MM_showHideLayers('dmx1Scroller','','show','dmx1Content1','','show');
that did it...odd the way the hirachy works...thanks
that did it...odd the way the hirachy works...thanks
