Looking for a simple flip book template for Flash CS5

Hi, I'm looking for a simple flip book template for Flash CS5 for a 20 page brochure/ booklet. Or a tutorial. Does anyone know of one?
Thanks!

Hi Mark,
No need to restrict your choice to the preset Pages Templates. Do a web search and choose a Word template. Pages will open Word documents and templates. Or design your own:
This is a Table I inserted into a blank Pages Word Processing document. Format the date column in Inspector > Table > Format > Cell Format. Select the first Date cell,then drag the fill handle down to increment the dates.
Regards,
Ian.

Similar Messages

  • Simple Flip Book in Flash Builder

    I built this simple Flip Book in Flash Builder starting with Flash Catalyst...I guess the big issue is that when I make these components...they work well at z=0, but when I change z things don't work...why? Definitely needs a fix...everything is below (source, demo, book blog, video):
    Source: http://lv3d.googlecode.com/files/FlipBook.zip
    Demo: http://www.professionalpapervision.com/demos/flipbook/
    Book Blog
    Video

    Hi,
    After thinking about your solution and doing some testing I have two comments...
    (1) I'm concerned that your change may not be congruent with Flash Catalyst and its logical flow, and
    (2) The solution did not solve the problem. I fear I have not explained myself well. So here is a video on the problem...
    http://www.youtube.com/watch?v=wg-pUX6lpuM
    And if anyone wants to know how to install a new SDK in Flash Builder. Here is a video on that too
    http://www.youtube.com/watch?v=OhHxPK_p2jQ
    Best Regards,
    Mike
    From: [email protected]
    To: [email protected]
    Subject: RE: Simple Flip Book in Flash Builder
    Date: Sat, 6 Feb 2010 15:51:36 +0000
    Thanks so much I really appreciate the comment...I'm digesting and testing it!!!
    From a PV3D and Away3D perspective...one of the difficulties I've run into is that in Flash Builder there are three ways to do 3D...MXML (from Flash Catalyst), Matrix Manipulation using update display, and dot syntax methods (hey which one do I use?). It's really difficult to get the same visual effects in Flash Builder that you get in PV3D and Away3D, but in doing so you don't have to run your processor so hard and can do more. And you can't beat how easy it is to work with Flash Catalyst...you can develop 3D 10 times faster...
    That means I'm taking my lumps while things are being repaired and developed. But that's the business...thanks again for your comments.
    Just one more comment...I've built the data-driven case of the book for 3 pages using FB data wizard:
    Part 1: http://www.youtube.com/watch?v=WzKba9qyrp0
    Part 2: http://www.youtube.com/watch?v=xz9htZXYZyU
    Part 3: http://www.youtube.com/watch?v=_Nyeg4_zuXo
    Part 4: http://www.youtube.com/watch?v=uG_uUIHSyqU
    ...in the multi-page case I will actually turn the pages into a particle system and treat the 3D a little differently...I'll take a real good look at your suggestions below then.
    Best Regards,
    Mike
    Date: Fri, 5 Feb 2010 14:18:03 -0700
    From: [email protected]
    To: [email protected]
    Subject: Simple Flip Book in Flash Builder
    Mike,
    Steven Shongrunden played around with your original FlipBook example and noticed that it doesn't work the same in the current builds as it did in Beta2. The problem is that we changed the behavior of the 3D effects recently, to fix this bug:
    http://bugs.adobe.com/jira/browse/sdk-24993
    Basically, 3D effects used to side-effect the 3D properties of objects and persist their changes on the objects after transitions were over. This is different from the way that the rest of the effects work, where we install the proper end-state values in the objects when transitions end.
    This means that if you do a Rotate3D with angleYTo="180", that we'll do that rotation during the effect ... and then wipe out that change when the transition ends.
    There are two workarounds for this situation. The first, which is the way to go in general and definitely for Catalyst users, is to have 2-sided objects. So instead of simply seeing the back of the front cover, the user would see the front of a completely different object (the inside cover page, if you like). Then the transition should rotate both objects (the cover to 180 and the inside object to 0), then make the old object disappear and the new object appear at the right times (like at 90 degrees). So when the values are restored to the front cover upon transition end they will not be visible because the object is not visible.
    The workaround for coders is to actually tell the states the values that the object should have. So if you actually want to rotate the object around y, then set that information in the states so that we won't blow it away when the transition ends. In fact, you could even set it in the states and not in the effect and we'll run the transition automatically. This is really the best approach for state transitions in general: tell the states what values the objects should have, and tell the transitions what effects to run, then the effects will automatically figure out the values to animate from/to.
    The trick with this workaround is that the 3D effects affect the post-layout properties by default, and setting those values is not as obvious as setting pre-layout properties on the object.
    Here's an example of how to do this for the cover component:
         <components:frontCoverCustomComponent x="0" y="0" id="frontcovercustomcomponent1"   click="frontCoverCustomComponent_clickHandler()">
            <components:postLayoutTransformOffsets.State2>
                <s:TransformOffsets rotationY="180"/>
            </components:postLayoutTransformOffsets.State2>
        </components:frontCoverCustomComponent>
    I added this code to your custom component (and left the transition code as-is) and it now works as expect. It's still a bit weird to see the back of a two-dimensional object, so using two objects for anything that you'll see flipped is still a good thing to do in any case (as someone else suggested on this thread).
    Chet.
    >

  • Unable to establish a for loop in custom rtf template for seeded xml file

    Hi Experts ,
    I am Unable to establish a for loop in custom rtf template for seeded xml file. i am using <?:for-each:G_BSALINE?> FORM FIELD .....<?:FOR-EACH?END> .AM i missing something?
    Please help.
    Thanks

    Hi,
    Need more information about your XML data structure; however based on the code you provided, the synax does not look right; you have some colon sign where it is not needed etc... You could use the following (although not quite sure if you want to use Form Filed to group by or just display), but look at the example provided below.
    <?for-each-group:G_BSALINE?> FORM FIELD .....<?end for-each-group?>
    Example code:
    <?for-each-group:G_INVOICE_NUM;./INV_TYPE?>
    xxxxxxxxxx
    <?end for-each-group?>
    Thanks!

  • I need Java code for a simple graphical hit counter for a webpage

    I was wondering if anybody out there could send me some code for a simple graphical hit counter for a webpage. All the sites that I've visited are garbage and of no use to me. Please help me.
    Colin

    Not as easy as you'd imagine with applets. You need some way to store the hits, usually through a file on the server. That's not gonna happen in a hurry for 2 reasons -
    - Applets can't read/write files
    - Your web server usually won't let you run programs on their machine (ie, programs that listen for socket connections from applets, then load/read/write/close a file).
    In short, no, there is no simple java solution (that I know of).
    Cheers,
    Radish21

  • "Modifying" book templates for (locally printed) output?

    Hi,
    There have been many and varied threads on the subject of Apertures (in)ability to produce printed images beyond a single image per page/standard contact sheets and/or those that involve 'buying a book' [How good those books are is beyond the scope of this post ]
    The light table can be used to place & scale multiple images for print output, but 'auto-scaling' seems to render this 'unreliable' at best..... [3rd parties have been 'recommended' as at least partial solutions to this problem]
    It seems to me that access to the 'templates' that make up the 'book themes' would be a good idea - Darn, if I could simply double the page size from 8.5 x 11 to 17 x 22 I'd be pretty happy! [Portrait would also be really nice, but that's another story.]
    Does anyone know where the 'specs' for the books are located? - If we could change the page size it seems to me we'd be home free - AP already allows us to resize photo boxes within the page and then print locally.......
    Comments?
    Cheers,
    Ian
    MBP 2.16G / 2GB / PBook G4 1GB   Mac OS X (10.4.8)   etc etc

    1) Try the couple of templates here.
    2) Click on the cog and choose Save Page->As New Document Master
    3) Not in Aperture - unfortunately it's design/layout tools have a few essential bits missing. AFAIK the only way to do this is to close Aperture and edit the plist files for the book template design - not for the faint hearted! You could possibly create correctly sized blank design element 'spacers' in photoshop and add them to the design as images, not sure how well that would work!

  • Are there address book templates for Pages?

    Does anyone know of an Address Book template available for Pages?

    I know that.
    The question is why would the O.P. want to create their own blank Address Book in Pages?
    Peter

  • I need tables for prepare the master data templates for PM

    Dear Experts,
    can we prepare the master data templates by using the tables? if its possible means how we can prepare and what we have to considered ? is it right way or wrong?
    please suggest me to prepare the masterdata templates for ever use. if any small corrections we can correct it at usage time.
    please help me
    thanks a lot in advance

    Dear Jalu,
    Master data Templates have to be prepared based on Client's requirement after understanding their Business.
    For example, in Equipment master there are ~ 60 to 70 feilds, no client requires all of them. Some are inherited.
    After client requirement freezing, record LSMW and based on that prepare the Template.
    Regards,
    MLN Prasad

  • How do I create a flipping book in Adobe Flash?

    Hello new friends,
    I am a graphic designer with many years of experience in Creative Suite Design Standard software. However I'm just beginning to get into Flash and have a project where I need to create a simple page-flipping brochure. My client has a 3-fold borchure in both SWF and JPEG formats which she wants to turn into a Flash flipping book to post on her website. I have the CS3 Web Premium package but I want to know if I need a third-party page flip plug-in or does my version of Flash (9.0) include the page flip engine? Also where can I find a tutorial to build a flipping book in Flash as this would be very helpful in building one for the first time.
    Many thanks in advance for any help you guy and gals can give me!
    Best,
    .stephen

    Thanks for all the help and suggestions!
    If anyone's interested I did find a site that looks like it has some good information regarding creating flip books (step by step) and they also sell page flip software that seems to work really well (as seen in the demos). Here's the site:  http://www.pageflip.hu/  (PageFlip 3.5)  In the third paragraph of the home page there is a greyed out link "online documentation." Select that link and it will take you to their documentation on how to build a flip file using their software. Fairly simple approach. I will probably purchase this software.
    System requirements for PageFlip 3.5 — Any browser with Adobe Flash player 8 installed; Adobe Flash 8 to edit source files.
    .sbloodsworth

  • Looking for iPhoto book template for Aperture

    I created a photobook in iPhoto and now need to add a few things that iPhoto wont permit ie images in places that are not on the templates. Therefore, I am trying Aperture since it allows me to modify templates. So, I now need to recreate a template in Aperture that is the same as the one I used in iPhoto. To speed everything up, I am looking to see if I can install the templates from iPhoto. If so, that would save me lots of work. Actually, if I could only import the photobook from iPhoto, that would be even better!
    So, does anyone know where I can get the templates/themes that are in iPhoto and how do I install them in Aperture?

    That is not a possibility - but you can do a page layout in Aperture (or any other program) and print it to PDF using the send PDF to iPhoto option to send an option of it to iPhoto and then add it to the iPhoto book as a full page photo
    LN

  • Looking for a simple, standalone desktop app for web stats

    Well, I see they've changed the forums here again. SIGH.
    Anyway, a certain web host has eliminated AWStats from it's shared hosting. So I used Webmaster Tools. And now they've changed, and no longer display the simple visitors and hits. Google Analytics is way too complex for what I need, as are many of the stats programs I've looked into.
    I can download the daily Apache log files, that's no problem. Just looking for a small standalone program to import these and show the data like AWStats.  Any suggestions? The only other options would be to go to a different web host. Not a big deal overall, but I would rather not deal with the hassle, especially the migrating the database.

    Not sure of standalone 'desktop' apps. But check out http://www.openwebanalytics.com/ and Web Analytics in Real Time | Clicky  - they're both very intuitive and easy to use with a lot more simplified stats than Google Analytics.

  • Re: I'm looking for user manual handbook (book-form) for Tecra S1

    Hello
    I'm looking for the handbook for Tecra S1 (in German). I know of the possibility to downloading here, but I want to get in book-form
    Paying is no problem.
    Excuse my broken english
    [email protected]
    I'm living in Berlin

    Hi
    I doubt you would get it in book-form.
    As far as I know you can download it as .pdf file from the Toshiba European driver page.
    But why you dont print this user manual?
    You can do this easily

  • Looking for an 'opt-in form' template for iWeb??

    Building a site that will see serious traffic on Sunday. Need to embed an 'opt-in' form. Have no idea how to do this in iWeb.
    It would be nice if I could combine an 'opt-in' form with an 'autorespond' ...
    Is this something that would be possible on an iWeb site, and could I do it fairly easily\quickly?
    Ben

    http://www.varkgirl.com/Varkgirl/Add%20forms.html

  • I need ready code for a simple paint program today

    hi all I need ready code for a simple paint program today for me ics projct
    plz give me a halp on this give me what you have with you and it is so good if it look like this :
    Design a GUI based drawing Java application that works like a simple paint program
    1-There should be a number of buttons for choosing different shapes to draw. For example, there should be a button for rectangle. If user presses the rectangle button, then he can draw a rectangle using mouse. Similarly, there should be a button for each shape(rectangle, circle, ellipse, and line etc.
    2-The shapes can be filled with different colors.
    3-There should be option of moving .
    4- There should also be three menus including File, Shape, and Color menu.
    i. File menu can have menu items New and Exit. If user selects New, the drawing area will be cleared and all shapes will be erased.
    ii. Shape menu will serve the same purpose as of feature 2 described above. It will have menu items for drawing all the different shapes. For example, there will be menu item for rectangle; so user can draw a rectangle by selecting the menu item for rectangle.
    iii. Color menu will serve the same purpose as of feature 3 described above. It will have menu items for all the colors which are shown in color buttons. The user can select a color from this menu and then click inside a shape to fill it with the selected color.

    Read the Swing tutorial. There are sections on how to use menus and painting and all other kinds of stuff you need to do this homework assignment. Nobody here is going to write the code for you:
    http://java.sun.com/docs/books/tutorial/uiswing/TOC.html

  • Import templates for iBooks Author

    How can I import more new book templates for iBooks Author?

    I don't see a template 'import' per se, but you can take a document/template, modify it and then save it as a custom template if you like. File/Save As Template...

  • Technical specification template for WebDynpro development required

    Dear All,
    Can you please provide any pointer to SAP provided technical specification templates for WebDynpro development.
    Thanks and regards,
    Sudhir

    Hi Sudhir
    Does that mean you got the documents you were looking for?
    I too am looking for sample documents and/or templates for Technical Specification for WebDynpro (Java) Application but was not able to find any.
    If you have them will you please forward them to me?
    If you can share a tech spec done for a real project (or even a sample one) along with any such documents, I'd much appreciate it as I'm new to the technology. I still have to find my way around these..... :o)
    Thanks in advance.

Maybe you are looking for

  • Firefox will not start on homepage. Always starts on last tab(s) open.

    This problem has persisted since version 16. Settings in options are correct. I have tried changing different options and my settings file does save the new settings. I run a current version of Norton 360 and have used a separate malware detector Mic

  • How to put music from Ipod onto new computer?

    I used my parents computer when I was a freshman in high school for my I tunes with this ipod.  But I got a laptop for college and my parents got rid of their computer while I was away.  Is there any way I can just upload the songs from my ipod class

  • Docky Issue

    Hey. So I have just installed Docky (sudo pacman -S docky) and it installed fine, but when I try to run it via my DE, it loads but does not open and eventually stops loads. Loading it via terminal outputs the following: [anthony@ArchBox ~]$ docky [In

  • Run a section of code a certain time of day

    I have a problem which I am stuggeling to get right. At a certain time of the day, the process must run a verification sequence which must be completed. I was thinking about using two time values, the one being the actual time and the other being the

  • MS5182 Machine will not reset.

    Hi I know this is an old board but a friend has asked me to look at it for him. I have done a clean install of Win Me. At this point the reset facility works fine. Somewhere between fully updating ME from Microsoft.com and installing office 2000 all