danielbento
02-20-2007, 12:34 AM
I need some help on pageflip. This is a very good application, but i haven't found out how can i had dynamic content to the pages.
I've already created a dynamic text box in a page and tried to insert content from an external file. But what i want is to know how can i call each page. I've tried with the instance name, but it wasn't possible. I believe, the instance name of the pages are created dynamically.
I've putted in page two this code: trace(this); and got this result:
- when i turn the cover:
- _level0.pages.flip.p2.page.pf.ph.pic
- _level0.pages.flip.p2.page.pf.ph.pic
- _level0.pages.p1.page.pf.ph.pic
- when i turn to page 3 and 4:
- _level0.pages.p1.page.pf.ph.pic
- _level0.pages.p1.page.pf.ph.pic
- _level0.pages.p1.page.pf.ph.pic
- _level0.pages.p0.page.pf.ph.pic
I'm trying to understand the logic to identify which page I'm turning, but i didn't get there yet.
Can anyone help me to understand this?
I've already created a dynamic text box in a page and tried to insert content from an external file. But what i want is to know how can i call each page. I've tried with the instance name, but it wasn't possible. I believe, the instance name of the pages are created dynamically.
I've putted in page two this code: trace(this); and got this result:
- when i turn the cover:
- _level0.pages.flip.p2.page.pf.ph.pic
- _level0.pages.flip.p2.page.pf.ph.pic
- _level0.pages.p1.page.pf.ph.pic
- when i turn to page 3 and 4:
- _level0.pages.p1.page.pf.ph.pic
- _level0.pages.p1.page.pf.ph.pic
- _level0.pages.p1.page.pf.ph.pic
- _level0.pages.p0.page.pf.ph.pic
I'm trying to understand the logic to identify which page I'm turning, but i didn't get there yet.
Can anyone help me to understand this?