Multiple Pages in Flash

Ask a Question related to Macromedia Flash Actionscript, Design and Development.

  1. #1

    Default Multiple Pages in Flash

    I am creating an XML editor using flash MX,

    I have set up a window with objects and buttons and a canvas in the middle representing the page that we will be working on. Simular to Dreamweavers functionality... except dealing with XML and developed ina flash Environment.

    I want to support multiple pages.

    The trouble is. I am at a loss as to how i can do this dynamically.

    I have tried extending the timeline, but then i have objects from the previous (first page) apearing on the second page too...

    and the question of dynamic number of pages (X pages) is still an issue...

    Any help would be appreciated..

    Chris


    equinox007 webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. CFGrid in Flash how can split records on multiple pages?
      Hello, So I have a CFForm and a CFGrid in a Flash Form, on my query i get over 3000 records and it takes a long time to display the grid, so i...
    2. Cannot print multiple pages
      I am unable print multiple pages after I upgraded Acrobat 8 Professional. Worked fine with Acrobat 7. I receive a pictwpstops stopped with status 1...
    3. Scanning multiple pages
      I am unable to scan multiple pages using Acrobat Standard 7.0. This problem began while I was using a Brother MFC-8820D and has continued with the...
    4. Printing Multiple pages in Flash
      Has anyone been able to print mutliple page from flash? I have a program that generates reports dynamically and Im having trouble Sizing the reports...
    5. From PE-2 to Acrobat, multiple pages...??
      I scanned 2 images into PE 2, one is one page of a brochure and the other is the back of the brochure. I want to convert them both to one...
  3. #2

    Default Re: Multiple Pages in Flash

    When creating dynamic content you should encapsulate your data in a container. Either an object or a movieclip.

    In your case I would probably create a "page" movieclip. And recycle it to create the apperance of multiple pages. You could by simply passing new data display a new virtual page.

    Does that make sense?

    check out the STC fontBrowser

    STC Associates

    jerome@STC webforumsuser@macromedia.com Guest

  4. #3

    Default Re: Multiple Pages in Flash

    yikes, i get what you are saying.... how can i go about this?? are there any samples on the net showing this..

    Thanks for your prompt help dude.


    equinox007 webforumsuser@macromedia.com Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139