Flash :: PDF Magazine With Pageflip Effect
Mar 31, 2011I'm looking for an extension/softwre to display PDF magazine with pageflip effect. It is not a problem to create flipping magazine with images. What about PDF?
View 6 RepliesI'm looking for an extension/softwre to display PDF magazine with pageflip effect. It is not a problem to create flipping magazine with images. What about PDF?
View 6 RepliesI am trying to make a simple Paper page curl effect in Flash. It is animated, but does not need to be draggable. I am NOT looking for a digital magazine type draggable page turn. Just an animated one. I tried using the 3D component in Flash, but got a vey stiff result. I couldn't get the animation to bend, or warp the page. So it looked very flat and stiff. I would like a fairly natural page flip. Something that bends as it turns. There is a plugin in After Effects calle "Page Curl" and that is the basic effect I am looking for, but am trying to recreate it in Flash.
View 1 Replieshow to make a pageflip effect?
View 6 RepliesI am using the Free pageflip v2.2.5 by Macc/IpariGrafika
[Code]...
When i load the book into my flash website, it works.. when i load it second time it doesent.. (i cannot "grab" the pages anymore) I know this is a long shot, but the pageflipper is pretty popular..so i thought maybe some of you know whats up.
I tried to rewrite all references to _level0/parent etc ect.. that does not sem to be the problem.
Its easy to recreate "bug", simply replay timeline from frame 1
Code:
btn.onRelease = function(){ gotoAndPlay(1) }
source: http://pageflip.hu/pageflip_v225_source.php
I'll send you a nice postcard from denmark if you can help me with this one!
Is it possible to create a magazine based on Android embedding flash in it?
View 1 RepliesI'm looking to slideshow or flash my magazine front and back cover and some interior pages on my website. So they will show the different pages back and forth.
View 1 Repliesim trying to make a simple animated news page for digital flash magazine, I want there to be several boxes on the page that are static until you mouse over them at which point they will start to animate. I have got that far i have created the symbol and i have build the animation inside of the symbol.In my actions layer i have put...
Symbol.stop();
Symbol.addEventListener(MouseEvent.ROLL_OVER, animateMC);
function animateMC(evt:MouseEvent):void{
Symbol.play();
}
and that works the symbol is static until i mouse over and it begins to play the part im having an issue with it making the animation stop when you move your mouse away (MOUSE_OUT)
I'm wondering what the best flash pageflip template is?I prefer a free version but am willing to check out paid ones as well for sure.I'm looking for one that I can just load a PDF into and it will build it for me, ready to go with the template.I'm also open to any alternatives (such as a jQuery one) if there are better methods.This is a good example of one but I'm not sure how good it is and would like to be able to change the look of the.URL...
View 2 RepliesI have 3 issues i've not been able to figure out how to do:
1) I've not been able to dynamically resize the pages to fit the stage dimensions as it changes, the content MC gets placed into the stage with this code line
addChild(pageFlip = new PageFlip(ContentMc, stage.stageWidth / 2, stage.stageHeight));
i have also set the stage to
stage.scaleMode = StageScaleMode.NO_SCALE;
stage.align = StageAlign.TOP_LEFT;
but i cannot figure out a way to dynamically target "ContentMc" from the document class, it either disappears or looks squashed.
2) second issue is that the "hit area" for the mouse is too wide, meaning that if you click almost half way up the page it activates which restricts the amount of usable content area for links and such, how can i reduce it to the lower corners?
3) how can i add other MCs to specific pages from the document class?
I was asked to display PDF like a vivid flash Magazine, and put the flash magazine online. I tried to use Geturl command in flash, it didnt work out well as a magazine. So, I wanna a flash project that automatically open PDF files. Or softwares that simply convert PDF to Flash magazine that easy to host online.
View 1 RepliesI want to convert a pdf magazine into multiple swfs (one for each page), so I can use them in a page flip application. swf because then the user can soom and vector stays vector so when zoomed the quality stays the same. I can't export to swf in acrobat.
View 2 RepliesI was asked to display PDF like a vivid flash Magazine, and put the flash magazine online. I tried to use Geturl command in flash, it didnt work out well as a magazine. So, I wanna a flash project that automatically open PDF files. Or softwares that simply convert PDF to Flash magazine that easy to host online.
View 2 RepliesNow I got a project form my boss. He want a online e-magazine generator on our website. Then user can design flash page,then organize together to make a e-magazine. Actually, I have no any experience on Flash design.I am just a programmer. So could you guys/girls give some hint to start,or is there some free api/lib, open source project can meet what I want. Or is there some website has those feature?
View 0 RepliesIn brief, I want to view PDF files like a flipping magazine. You know, just the same flipping effect that ibook did on ios. Adobe reader is the only choice to browse PDF on computer for me. It's kind of bothering and annoying now.So,Plus, my computer runs on win7 64bit.
View 4 Replieshy everyone,
I using a pageflip made in as3 that works with javascript...
The problem is that i got in the file bookSettings.js one thing like this to say to the program what pages i want in my pageflip project.
flippingBook.pages = [
"pages/page-001.jpeg",
"pages/page-002.jpeg",
"pages/page-003.jpeg",
"pages/page-004.jpeg",
"pages/page-005.jpeg",
"pages/page-006.jpeg",
"pages/page-007.jpeg",
"pages/page-008.jpeg",
"pages/page-009.jpeg",
"pages/page-010.jpeg",
"pages/page-011.jpeg",
];
----------------------------------------------------------------------------------
The thing is that if i made my project with less then 10pages it works fine... if i put more then 10pages it dosent show more then 10 pages.....
I dont dont how can u help me on this.... that way im going to put my project here, so it can happear one gentil mind and see the project, and maybe say to me what is wrong...
http://www.easy-share.com/1908416402/PageFlip_Acces.rar
Hope u can help me on this....
I have got the Flashpageflip (a flash based application from [URL]) and MagicZoomPlus (a javascript from [URL]) and I would like to integrate the two.
Flashpageflip does accept swf pages as content and I'd like to zoom into images that are inside these swf files. This means that I have to call the javascript from MagicZoomPlus from within the swf file. Can this be done at all?
And if so, how do I achieve this?
Extra info: The flipping page swf is called from within a PHP-file. I have been able to declare the MagicZoom javasrcipt functions in thie PHP file, but what needs to be done next is that the swf generates the following code:
<a href="big.jpg" class="MagicZoomPlus"><img src="small.jpg"/></a>
The free version over at [URL] displays sound in their online demo, but when I download the Fla. and preview it out of CS4 everything works but there are no sounds playing when I flip. SoundOn - true has been set, and I cant work out why it isn't working. No settings have been changed apart from soundon. I have tried with their older version 2.14 and that works fine.
View 4 RepliesI am running into an issue using the free version of PageFlip I'm trying to resize the flash file, but when I do, the mouse rollover in the corners appears on the opposite corner of the current page. I was able to get everything to work OK at one size, but after I resized the stage and all the other elements the problem showed up. I have examples posted at the links below. The first the page is sized to 600 pixels (which worked); the second is sized to 720 pixels (with problems).[URL]..
View 3 RepliesI have purchased a dynamic pageflip script from [URL].Has anyone used it before? I have setup all the pages and all is well, however, I am having trouble changing the very first left hand page.[URL]I have looked in both the .fla files and pagedate35.xml for an instance but had no look.
View 2 Replieshow to make a PageFlip book? i am actually looking for a FLA file that i can edit on
[URL]
Can be PageFlip v2.2 by Macc [URL] or the improved version by 76design [URL] used for commercial projects? I havent found under which licence is it distributed :/
View 1 Repliesworking in a page flip project (downloaded the free version from pageflip.hu)I want to create some animated pages, bu I have a issue:- The animation runs fine (simple things like alpha effects), but when the mouse cursor reaches the pages corner, the animation starts again.I dont want that.The file downloaded has a page like this. Is a graphic that rotates. So I think is possible, but I dont know how.
View 2 RepliesI'm using pageFlip to load several jpg's and to show them in a pageFlip catalogue.Now I would like to on page 3 of my catalogue to add a button at a specific coordinate.Do you know if pageFlip creates several MC's holding the jpgs it loads dynamically or does it load them for each page-pair???I couldn't seem to find the name of the MC's, - if I could, I guess I could dynamically add a button to the MC containing the jpg displayed at page 3?
View 2 Repliesim working on a site that uses page flip but i wanted to make multiple flips as well. imagine 2 strips that are independant of eachother that both flip. i was going to make 2 flash files and load them into a container flash file.
View 1 Repliesi am working on ebook using pageFlip component, (see attachment). My problem came when i use a bookmark movieclip that contains some buttons in it. I put the bookmark movieclip above the pageFlip component, but when the cursor rollover the button, the pageFlip on the back react too (please look at the right corner of the button 1 n button 10). It's so weird, since in the most cases, button in a top position will make the button in the back position not work.
How can i stop the pageFlip component react (especially on the drag area in the right corner of pageFlip) when the bookmark show above it, n only button in the bookmark mc react when the mouse is clicked or rolled over the buttons? Maybe some scripts for the bookmark mc, i guess? *Please don't ask me to move the bookmark mc from that position, because i have some plans on it hat's all 4 now
I'm trying to get it to start and end on a spread rather than with a front cover and back cover (with blank space on the left and right). I just need to flip between two spreads.I have gotten it to start on page2, but it appears on the right rather than on the left as a spread. I tried getting rid of ename="blankpage"; on line 123 and 127, but it only caused order issues.
View 0 RepliesI am trying to use a button to flip the page rather that using the corners. I have switched the page flipping off using:
ActionScript Code:
canflip = false;
There is this code below that is used to tell me how to use a button however I do not understand it.
[Code].....
I have a client that wants a flip book that works identical to this. The problem is, he wants it to turn pages on its own. Preferably at the end of a soundclip. I'm having issues with this, because this is in AS2, and I can't get anything to work from a sound type event! > <
View 8 RepliesI'm (still) working on a pageflip catalogue and i need to add a system that marks selected pages and enables you to come back to the marked pages at anytime you want.In other wordz, i'm trying to obtain the same thing as this :
[URL] and mess around witk the post-it block in the middle of the pages, on top part of the catalogue.)Since the pages are loaded externally thru a xml file, I don't know how to refer to the page that is to be marked, how can i add multiple markers...