swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Swftools-common] change action: GotoFrame 151


From: Matthias Kramm
Subject: Re: [Swftools-common] change action: GotoFrame 151
Date: Wed, 9 Jan 2008 10:12:47 +0100
User-agent: Mutt/1.5.6i

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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]