How to make Page Flip effect?

Hi there
I want to convert my pdf file to page flip book. And put the flip books on my webpage. I have been considering these two http://www.axmag.com and http://www.page-flip.com.
Have you guys purchase or know anything about aXmag and page-flip? or any other good software to recommend?

I know nothing regarding the two you mention, nor of what I've linked below.  There was another posting some time ago that provided these...
Page Flip Links
Free solution/software:
http://www.axmag.com/submit.html 
Free basic online page-flip creator,PDF format support,great page flip effect.FYI, you need to pay for pro service.
http://www.swftools.org/download.html software,more importantly it offers Linux Version (Sourcecode) at the/download.html.nix develpers can give that a shot.
Local
http://www.issuu.com platform of magazine and ebook, which can be regarded as page flip solution.This site features in brilliant special effects.
Online
Java and Flash project code:
http://www.sitepoint.com/examples/jquery/animate4.php
Java code for page-flip,crude,but functional.
http://pageflip.hu/help.html complete flash tutorial of page flip, basically in Flash.
A
http://page-flip.com/products/flash-component-as2/ powerful add-on for Adobe Flash MX-CS4 for creating page flip effect. Provides great extending and integration possibilities. 199 (euros) per half year.
A

Similar Messages

  • How to get the Page flip effect through prospective transition in javafx

    Hi
    I am trying to implement the page flip effect through prospective transition, but i am facing difficulty in implementing.

    You can try converting done related JavaFX 1.x scripts to JavaFX 2.x code:
    http://www.fangengine.org/extensions/JavaFXCoder/javafx-sdk/samples/PhotoFlip/index.html
    http://learnjavafx.typepad.com/weblog/2008/01/turn-the-page-u.html

  • How to make a rubber effect like when you swipe between apps using 4 fingers on iPad ?

    Hey guys,
    So how to make a rubber effect like when you swipe between apps (first or last app) using 4 fingers on iPad iOS7 ? Any examples ?
    Thanks!
    Ivan

    Please do not double post the same question.
    Just like I said before. Animate X scale and position. Set the anchor point of the left image to the left side. You can then use an expression or just generate keyframes for scale. When you flip to the next screen then animate position. Easy basic animation except for the bounce. Key framing the bounce so that it looks natural takes a lot of experience or an expression.
    Google bounce expression after effects and find this. http://www.motion-graphics-exchange.com/after-effects/Wiggle-rubber-bounce-throw-inertia-e xpressions/4ad0f32a944ad
    There are a bunch of other solutions.
    There is no single click solution to this problem and it is not an effect, it is an animation.

  • How do I change the theme in Presenter to publish a page flip effect?

    I would like to change the theme in Presenter to save as and look like: http://page-flip.com/
    How do I change the theme in Presenter to publish a page flip .swf & .pdf effect?
    Thank you for reply with help!

    You can increase the font size and automatically page view changes. Go to menubar; Reading -> PDF View or Epub Text Size (depending upon the ebook) and increase the size.

  • How to make page scroll automatically on click, plz help ASAP

    Hi!
    I need to know how to make a page scroll up or down automatically when i click on an image.
    Too see example click here: http://www.morphix.si/
    I am very new to Dreamweaver and coding, so please be gentle. But I need help A.S.A.P if it's possible! =)
    Thanks!

    Hit F1 (help) and search for Named Anchors.
    The example page is one, very tall page with several named anchors on it.  When you click a button it takes you to the designated anchor on the page.
    <a href="#top">Link to Top</a>
    <a href="#bottom">Link to Bottom</a>
    The gliding effect is done with jQuery.
    http://www.position-absolute.com/articles/better-html-anchor-a-jquery-script-to-slide-the- scrollbar/
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com

  • How do I use "Flip" Effect only on one JPG not on Background and JPG?

    Hi I'm a pro editor (but still reletively new) and trying Pro10 I'm using a green screen. Have my guy in front of a background and want to use the "Flip" movement transition.  It seems to literally "grab" the background and flip it too.  How do you have "Flip Transition" only effect the clip I attached it to and not mhy background which I want to be stationary?  I tried "disable" on the background and that was not it... the manual doesn't explain much.  Thanks so much!

    y-e-a-h... that background isn't from anything in FCPX -- it's part of the effect (created in Motion 5).
    I put in a checkbox to turn it off for you.
    http://sight-creations.com/fxexchange/Flip_2.zip
    Still might not yield the results you expect.

  • How to make pages page horizontally in acrobat

    Hi there.
    Is there a way in Acrobat to make pages page horizontally? Similar to an ‘island spread’ in indesign! I need to view a series of pages horizontally, as this will best simulate the way that I will be presenting these pages when pinned up...
    Thanks,
    Craig

    Depends on how you set up your ID file. If you have set up your document as 11 x 8.5 (horizontal/landscape) the resulting pdf exported sould be the same. If you have an 8.5 x 11 Document, Portrait, the exported pdf should be likewise portait.
    If you printed to PDF Printer (and you should have exported instead) these results could be overridden by the page orientation.
    If you have an Acrobat file, whose pages need to be rotated permanately, not just for a particular view instance, rotate them from the Acrobat Navigation Pages Panel.
    Page>Rotate Pages (or Shft+Ctrl+R)

  • How to make Pages default app for .doc files

    How do you make Pages/Numbers the default app for all .doc/.xls files?

    Welcome to Apple Discussions
    Highlight a known Word document in the Finder, highlight it & choose Get Info from the File menu. In the Get Info box, click the triangle next to "Open With." Click on this drop-down menu & choose Pages. If Pages is not a choice, choose "Other" & navigate to the Pages application. Now click the "Change" button under the text that asks if you want to open all documents like this with Pages. Repeat with Excel documents & Numbers.
    Be aware that the icons for these documents will be plain white icons.

  • How to make vertical flip of video webcam.

    Hi all.
    I am using logitech webcam, i can show video and take piture well.
    Now i want to make vertical flip of video.
    They can do it ? If you have any experience, please help me.
    Thanks.
    Diego

    Well, I really see 2 avenues you can go down...
    The "proper" way to do it would be to create a custom "effect" that would flip the video frames inside the processor. You'd want to base this off the following example code:
    [http://java.sun.com/javase/technologies/desktop/media/jmf/2.1.1/solutions/RotationEffect.html]
    The "easy" way to do it would be to render the graphics yourself. You would just essentially need to create a class that implements the "VideoRender" interface (probably extending a JPanel implementing VideoRenderer), and use the BufferToImage class inside the "process" function to convert the inputted buffer object into a BufferedImage, which you would then render to the JPanel upside down... This probably sounds more complicated than it is, however... Process gives you a frame as a buffer, you use a utility to convert the buffer to an image, and then you draw the image to the screen. Quite a simple procedure, really...
    [http://java.sun.com/javase/technologies/desktop/media/jmf/2.1.1/apidocs/javax/media/renderer/VideoRenderer.html]

  • How to make a spotlight effect in Illustrator

    Can someone please help me as to how to make this effect below show in the green box.
    See how it is lighter in the middle....darker around the edges...it lokos like the bonnet of a machine...
    I have tried a gradient but nothing works...!
    Any suggesitons??

    Radial Gradient? Linear Gradient + Inner Glow? Gradient Mesh? Two gradients stacked with trtansparency/ blending modes? I could think of a million ways...
    Mylenium

  • How to make this logo effect? Help please!

    How to make this effect? I'm new in illustrator.

    It looks like 3 discs with a 2d image applied to them. I would try the 3d revolve tool to create one, then duplicate it for the other two.

  • How to make Pages Default App

    How do i make Pages my default app and not "textedit".
    THANK YOU

    smccray,
    Welcome to Apple discussions.
    You can set any file type to open in Pages, and it’’s surprisingly easy: just go to the Finder, single-click on any a file, then type command-I (Get Info). Click on the Open With... menu and select Pages (or navigate to Pages if it’’’s not in the menu). To make all files of that type open in Pages, click on the Change All button. You can do that with .doc, RTF, .txt, and other types of files.
    -Dennis

  • How to make page wider

    Does anybody know how to also change the picture in the header when you change the page width?
    I can manage to widen the page and the background picture on the page. But I can not figure out how to make the picture in the header as wide as the page.

    The themes that I've found to be the most user modifiable are Black, White, Formal, Modern and Modern Frame. They don't use image files that limit the size of the page. I will select the one of those 4 based on the color of the navbar text so it is most visible with the design of the site.
    OT

  • How to make pages fit to any screen size

    Is there a way to make the pages stretch or condense so that it fits any size screen? I've found where I can adjust the px size of the individual pages but I get white borders at the left/right and bottom edges of the screen that vary depending on the monitor size that I am viewing the page on. Is there a fix for this? Thanks.

    Welcome to the Apple Discussions. By screen size do you mean browser window size? If so you can get rid of the white around the body of the page by using a solid color or tiled image for the browser background which is set in the Inspector/Page/Layout pane.
    Or, if you want the page background to be the same as the browser background do the following;
    1 - set the browser background to what you have the page set to.
    2 - set the page content background to transparent.
    Now the page background will fill the browser's window no matter what size it is. That's how I have my tutorial site setup: http://toadstutorials.info.
    Click to view full size
    OT

  • How to make pages a graphics layout program

    In the earlier version og Pages, you used to beable to choos wheater you wanted to use the program as a wordprosesser or a graphics layout program.
    How do you make this desigation in the new version of Pages.

    If you use the Help in the Help menu in your Pages you will find this
    Create a page layout document
    In page layout documents, every page is a blank canvas to which you can add text, images, shapes and other objects, and arrange them however you want. Some Pages templates are designed specifically for creating page layout documents.
    If you're using a word-processing template, you can convert it to a page layout document at any time, to have more flexibility in how you design each page. For example, to add text to a page layout document, you add text boxes and type your content in them. You can then layer text boxes with objects, which isn't possible in word-processing documents.
    Important: When you convert a word-processing document to a page layout document, any existing body text (text that's not in a text box) is deleted. If you want to save the body text, copy it before you convert the document, then paste it into a text box or another Pages document. Also, when you convert, all objects that are set to move inline with text (in the Arrange pane of the Format inspector) are deleted. All other objects are set to stay on the page and not move with text.
    Convert a word processing document to a page layout document
    You can covert a document at any time, but it's easiest to do it when you first open the word processing document template (for example, the Blank templates).
    Do one of the following:
    Choose File > Convert to Page Layout (from the File menu at the top of your computer screen).
    Click Setup inspector , click Document, then deselect the Document Body tickbox.
    To convert from a page layout document to a word processing document, choose File > Convert to Word Processing (from the File menu at the top of your computer screen).

Maybe you are looking for

  • Need help with XML trees

    Hi, I am writing a program and I need to dispaly two XMLs (preferably in tree control). The leaf nodes in the two XMLs are realted and I need to connect them with lines in the two trees. How do I do this. Any poniters? Regards, Raj

  • IPhone 4 Failed passcode attempts

    I gave an old iPhone 4 to a friend, and a small child repeatedly entered an incorrect passcode. I am attempting to restore the phone for this person using my iTunes (which it was last synced to, with current iPhone updates as of a month or so ago) ho

  • ZERS - Invoice as PDF and Email

    Hello, We have created a new Output Type ZERS copied from ERS. And created a new SAPScript ZERS_PRINT which is agained copied from MR_PRINT and Print Program ZMR_PRINT. Whenever MRRL is run, it's creating the invoice output Spool. Now, the users want

  • How do I set up 2 17" cinema displays to my G5?

    I've got an early G5 with a Nvidia G Force FX 5200 card. I have my original 17" cinema display on the card and have purchased a second one which I'd like to add to the card, so I'm working with two displays. Could anyone please tell me what kind of a

  • Dreamweaver 8 installation on new machine

    Hi all I've just got a new laptop and installed dreamweaver on it. I just want to know if there is any way that you can transfer the list of sites that i have defined on my old computer to my new laptop? Is it something to do with the .reg key Cheers