How to create Flash Flipping Book for free

Posted by admin on December 6th, 2009

Have you ever wanted to create online album or image gallery with page flip effect for your blog or website? Now you have a chance to create it for free with the tools  Helen Grigorieva found for you.
1. Free Flash Page Flip

“Free Version of Flash Page Flip has no advanced functions but it has some nice features like resizing and navigation. You can make and publish your own publications (Online Catalog, Digital Brochure, Flipping Book, Interactive Flyer, Virtual Magazine, Flip Album etc.) by writing JPEG or SWF formatted pages names on XML file in the Free Version. You don’t have to know Flash software to make your flipping book”.

Online Demo

2.PixelWit’s Free PageFlip Flash

The original dynamic Flash ActionScript page flip effect code. Maybe one of the most popular Flash page flips codes. “Improved” version costs $12.50 only and offers lots of great options. Require Flash knowlege but gives a great result for free.

PageFlip_NoTypos

3. Flash Flipping Book

“Flash Flipping Book is a web tool for you to display your images / photos in the form of a book / catalogue / brochure. The page transition animation is like flipping pages of a book”. Free version contains Flash-here logo.
Online Demo

4. Free PageFlip

pageflip

“professional and realistic Adobe© Flash based flash book”. There is a free basic version with source files included. Basic Flash knowledge and the software are required.

ActionScript:

pageflip version 2.25 (20060406)
060406: v.225
-bug fixeg when dragging preflipped page corner, and the page ha partially teared sometimes…
050427: – removeML() function added, see details at frame 15
- new page definition system, hope it is easier to use!
- no need to adjust the mask size!
050418: now it is AS2/FLash7 Compatible (The bug was the variable flipOff/flipoff)
skip page option added to gotoPage function
(for the latest version, always check at http://www.iparigrafika.hu/pageflip)
this code is written by Macc 2004.11.01
abel@iparigrafika.hu
this code is opensource
free use!
but a small credit would be nice:)

these values can be changed: ————————————————————————-

pw = 400;            //page width in pixel
ph = 570;            //page height in pixel
//pages in the library must have the same size, the script will not resize them!

//page data… (export names/tearing flag)
addPage(”start”);        //Always start with “start”!!!
addPage(”page1″);
addPage(”page2″);
addPage(”page3″);
addPage(”page4″,true);
addPage(”page5″);
addPage(”page6″);
addPage(”page7″);
addPage(”page8″);
addPage(”page9″);
addPage(”page10″);
addPage(”page11″,true);    //second argument defines page tearing.
addPage(”page12″,true);
addPage(”page13″);
addPage(”page14″);
addPage(”page15″);
addPage(”page16″);
addPage(”end”);            //always end with “end”!!!

page=0;                //first page (normally it is 0 = the page before the cover = blank page)

if(directlink==undefined) directlink = 0;
else if(directlink%2) directlink–;
page = directlink;

hcover = true;        //hard cover on/off

clickarea = 64;        //pixel width of the click sensitive area at the edges..
afa = 56;            //width of the autoflip starter square.

gs = 10;                //goto page flip speed
ps = 5;                //mouse pursuit speed
es = 3;                //flip speed after mouse btn release

canflip = true;        //page flipping enabled

transparency = true;    //use transparent pages or not (1 level transparency)

lcover = true;        //large cover on/off
lcaddx = 10;        //width difference
lcaddy = 10;        //height difference on top/bottom

/*if you don’t want to use the large cover feature:
lcover = false;
lcaddx = 0;
lcaddy = 0;

and resize the first and the last two pages to the normal page size (set in pw/ph)
*/
SoundOn = true;        //use page sounds

//do not change these values:  ———————————————————————————————————————

_global.mcnt = 0;    //counter (used on a page where is an animation)
gpage = 0;            //gotoPage No
gflip = false;        //gotoPage flip
gdir = 0;            //goto direction…
gskip = false;        //skip pages    ***
gtarget = 0;        //target when skipping

aflip = false;        //auto flip
flip = false;        //pageflip
flipOff = false;    //terminateflip
flipOK = false;        //good flip
hflip = false;        //hardflip (the cover of the book)
rotz = -30;            //hardflip max y difference

preflip = false;    //corner flip status
ctear = false;        //actual page status
tear = false;
teard = 0;
tlimit = 80;
removedPages = new Array();    //list of removed pages!

mpx = 0, mpy = 0;    //mousepos at click
sx = sy = 0;        //startpoint when flipping
x = 0;    //mouse x,y
y = 0;
ax = 0;    //auto x,y
ay = 0;
acnt = 0;
aadd = 0;
aamp = 0;

AM = Math.PI/180;

One Response to “How to create Flash Flipping Book for free”

  1. Pillspot.org. Canadian Health&Care.No prescription online pharmacy.Special Internet Prices.Pillspot.org. Vitamins@buy.online” rel=”nofollow”>.…

    Categories: Anxiety/Sleep Aid.Anti-allergic/Asthma.Womens Health.Antiviral.Mental HealthPain Relief.Antibiotics.Mens Health.Antidepressants.Eye Care.Stomach.Stop SmokingSkin Care.Weight Loss.Vitamins/Herbal Supplements.Antidiabetic.Blood Pressure/…

Leave a Reply