View Full Version : flipping book path???
apache13
06-14-2005, 09:26 PM
I have a flipping book project. I am using the component. Each page has a swf loaded into it. The swf has a short cartoon animation.
I do not know the path to the swf that loads into each page to control the animation.
Thanks ;)
sleekdigital
06-14-2005, 09:54 PM
I am using the component
ummm, it helps if you specify what component you are talking about.
apache13
06-14-2005, 09:58 PM
sorry- the one from flippingbook.com
sleekdigital
06-14-2005, 10:43 PM
Their support email would probably be the best place to ask...
[email protected]
I don't see anything in their API that exposes the clip
apache13
06-14-2005, 11:40 PM
Yea- I already contacted them Thought maybe I could get the answer faster if I posted here. thanks for trying :)
sleekdigital
06-15-2005, 12:19 AM
From their docs ...
onPutPage( i )
Appears after flipping page i
example:
instanceName.onPutPage = function(i, page)
{
trace("Page number :" + i);
page.gotoAndPlay("anyFrame");
}
within this event handler, it sounds like "page" might refer to your clip.
|
vBulletin® v3.8.5, Copyright ©2000-2013, Jelsoft Enterprises Ltd.