I've searched the forum and can't quite find much about this. I've got a simple dropdown made in Flash (component), but I can't get it to work to jump to pages in APMS. The values are set to each page (page1, page2, etc...). The "go" button has the action: <pre>on (release) {
fscommand("jump", "window.getValue ()");
}</pre>
Where "window" is the MC.
In APMS I assign the action:<pre>%Property% = FlashObject[Flash1].GetProperty ["Last FSCommand"]</pre>
but this doesn't seem to work at all. Should I be getting a variable maybe (since there's more than one action in the list)? Or am I doing something completely wrong here. If I get it to work, I'll be happy to supply the source for all to use for a dropdown solution. Thanks in advance.
fscommand("jump", "window.getValue ()");
}</pre>
Where "window" is the MC.
In APMS I assign the action:<pre>%Property% = FlashObject[Flash1].GetProperty ["Last FSCommand"]</pre>
but this doesn't seem to work at all. Should I be getting a variable maybe (since there's more than one action in the list)? Or am I doing something completely wrong here. If I get it to work, I'll be happy to supply the source for all to use for a dropdown solution. Thanks in advance.
Comment