Well that art is actually quite easy. If your going to upload the same information each time, just different it could be done easy enough.
Let's say you will upload a new name, date and color every day (just an example)
so on your book, make a page that looks how you want, for simplicity we will say it looks like this:
Code:
-------------
name: tom
date: 1/22/07
color: red
-------------
then you want to upload a new one every day, tomorrow will be Frank, 1/23/07 and blue...
so your words that you are changing would be loaded in the empty movie clip. your actual page would look like this:
Code:
----------------
name:*******
date: * *
color: *******
-----------------
where the * is your empty movie clip, dynamic text boxes, whatever.
the xml is loaded off stage and when page flip is completed content is loaded into the boxes.
Bookmarks