flash - SWFTools and events - creating internal link -


i'm using flashpage generate flip page based on pdf. use swftools (pdf2swf) convert each pdf page swf , display in flashpage.

to follow internal links, flashpage recomends attach following actions button:

on(rollover, dragover){             _root.canflip=false; // flipping disabled } on(rollout, dragout, releaseoutside){             _root.canflip=true; // flipping enabled }  on(release){             _root.canflip=true; // flipping enabled             _root.gotopage(4,true); // go page } 

in swftools can attach function internal link using -s internallinkfunction=<name>

how can attach events on(release){} internallinkfunction

also, there's easy way debug swf generated swftools?

i came solution.

i created long post explaining how solve it: http://www.zeletron.com.br/2012/06/reverse-engineering-swf-to-fix-limitation-in-swftools.html


Comments

Popular posts from this blog

jquery - Invalid Assignment Left-Hand Side -

java - Play! framework 2.0: How to display multiple image? -

asp.net mvc - Implementing normal user/pass, Twitter & Facebook auth -