On Tue, Dec 18, 2007 at 01:03:51PM -0800, matt cline wrote:
> is there any way possible to change the action (viewable with swfdump) from
> goToFrame 151 to
> action: getURl("asfunction:_root.playPage,151")
>
> this is my only alternative if there is no way to pass a parameter per link
> with -s internallinkfunction
The frame number *is* passed as parameter. The function you set with
internallinkfunction takes exactly one parameter, the frame number
the Goto goes to.
So you can write a function with converts the page to your call to
getURL("asfunction:_root.playPage,"+pageno)
.
Greetings
Matthias