You are on page 1of 2

FLASH PAGE FLIP DOCUMENTATION (Free Version) www.FlashPageFlip.

com ////////////////////////////////////////////////// ADD PAGES --------Please refer to included XML file to see examples. PAGE ONVISIBLE -------------Place functions called onVisible and onInvisible in your page SWFs. function onVisible() { trace("Just turned to this page!"); } function onInvisible() { trace("Just left this page!"); } GO TO PAGE NUMBER ----------------To use the links on pages, please refer to the sample file (02.fla) in the "/Sou rce" folder. Place following code in your buttons actions. on(rollOver, dragOver){ _root.canflip=false; // flipping passive } on(rollOut, dragOut, releaseOutside){ _root.canflip=true; // flipping active } on(release){ _root.canflip=true; // flipping active _root.gotoPage(8,true); // go to page (8 is page number, true is directl y go to page number, use false for flipping animation) } USE LINKS --------To use the links on pages, please refer to the sample file (11.fla) in the "/Sou rce" folder. Place following code in your buttons actions. on(rollOver, dragOver){ _root.canflip=false; // flipping passive } on(rollOut, dragOut, releaseOutside){ _root.canflip=true; // flipping active } on(release){ _root.canflip=true; // flipping active getURL("http://www.google.com", target="_blank"); // open link in new wi ndow }

USE ANIMATIONS -------------To use the animations on pages, please refer to the sample file (09.fla) in the "/Source" folder. USE VIDEO --------To include video, please refer to the sample file (07.fla) in the "/Source" fold er. The video doesn't have to be embedded on the timeline as I've shown (dynamic ally loading an FLV or SWF would work fine too) but the key is that the video CA N'T start on the first frame. This WILL cause problems. I'd recommend using th e onVisible and onInvisible functions mentioned above to control the video playb ack. CHANGE THE COLORS ----------------To change the colors of flash page flip, please edit to Pages.xml file in the "x ml" folder. Please specify to following variables hexadecimal codes of your selected colors. bgcolor="cccccc" loadercolor="ffffff" panelcolor="5d5d61" buttoncolor="5d5d61" t extcolor="ffffff" CHANGE THE LANGUAGE ------------------To change the language of flash page flip, please edit to Lang.txt file in the " txt" folder. FAQ --http://www.flashpageflip.com/FAQ.asp?do=Show-All SUPPORT ------PAY ATTENTION! The same questions will not be replied which there are on the online FAQ system. We appreciate your interest in us. Surely we reply to your inquiry however unfor tunately we won't respond if there are same questions and answers on the FAQ pag e. Therefore please firstly look at the About FPF, Documentations and Product's pages. If you have any question please search in the FAQ system. If you cannot f ind any solution please summarize and send us a short email. The content of your e-mail is being considered and we will get back to you soonest. support@flashpageflip.com

You might also like