-
1. Re: Page turn class for AS3?
Andrei1 Mar 29, 2010 12:19 PM (in response to Petteri_Paananen)Why not to rethink you architecture and accommodate their way of flipping pages using library symbols?
-
2. Re: Page turn class for AS3?
Petteri_Paananen Mar 29, 2010 12:59 PM (in response to Andrei1)It´s very hard to do.. swf files are part of bigger system, they come from AIR application that converts PDFs to SWF files... same system uses also SWFs exported from indesign cs4, so it would be very big job to create totally different structure for swfs generated from PDF files...
-
3. Re: Page turn class for AS3?
Andrei1 Mar 29, 2010 1:07 PM (in response to Petteri_Paananen)OK.
You probably realize that in order to achieve this effect you need an access to objects BitmapData and there is no way around it if things are supposed to be done in AS3.
-
4. Re: Page turn class for AS3?
Petteri_Paananen Mar 29, 2010 1:41 PM (in response to Andrei1)Yep, what I thougt was that when user pushes the next page buttons, few things happens almost simultaniously
-a new bitmap copy of current spread appears on the top of current spread
-swf goes to next spread (next frame) behind bitmap copy
-some page turn animation will be applied to bitmap copy, it reveals next spread that lies behind
I just thougt it would be nice to find some class that creates something like that but I have almost given up...=)
-
5. Re: Page turn class for AS3?
funkysoul Jul 22, 2010 2:53 AM (in response to Petteri_Paananen)have you tried using this: http://pageflip.hu/
It's one of the bext pageflip packages around, for a very low price you can even get the source code.
-
6. Re: Page turn class for AS3?
funkysoul Jul 22, 2010 2:54 AM (in response to Petteri_Paananen)nothing is impossible, pageflip effect is a hard task, but it can be done.. various people created such effects, it's just a matter of taking the time and understanding the process.
-
7. Re: Page turn class for AS3?
waynesnipper Aug 12, 2010 10:27 PM (in response to Petteri_Paananen)May Actionscript work out. While, no need to stick to that, a lot of time and energy will be taken as well. There is a free online PDF to SWF converter http://www.axmag.com/submit.html, you can simply try this.
-
8. Re: Page turn class for AS3?
David J. Maher Dec 7, 2010 6:44 PM (in response to waynesnipper)waynesnipper wrote:
May Actionscript work out. While, no need to stick to that, a lot of time and energy will be taken as well. There is a free online PDF to SWF converter http://www.axmag.com/submit.html, you can simply try this.
I agree with that,making page flip by some online solution is much more simple. And thank you for the nice share.
-
9. Re: Page turn class for AS3?
Petteri_Paananen Dec 8, 2010 2:03 PM (in response to David J. Maher)Those online solutions are useless for me. I have SWF files already made and I just need a way to create page turn effect to them. I do not want to use PDF as a source, because that way you will lose all the interactivity that you have done in InDesign. And that´s pretty much the most important thing for me there.



