Hello,
I've managed to sucessfully load a swf file into my flash movie using the method explained here : http://www.macromedia.com/devnet/flashp … aper2.html
However what i really wanna do is to allow the user to select page numbers by click on buttons i've created placed to the left of the movie ie, section 1 appendix etc.
Is there any way of doing this? I' m guess it will be something like onRelease {fp.setCurrentPage(8); with link to swf}?
I mean since you can set the first state of the flashpaper using fp.setCurrentPage you surely must be able to change this value later.
Thanks
|