OZONE Asylum
Forums
Multimedia/Animation
Using Word generated XML w/ flash for dynamic text?
This page's ID:
11300
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
I think it would be better and faster for you to just save them as txt files. You could have a button that increments a variable according to chapter like: loadVariables("getChapter.php?chapter="add i, "_root","get"); You'd then use the PHP parser page to grab your txt file and urlencode() it for use in Flash.... (assumes your dynamic text field in Flash in called "text"): (before this, you'll have your code to get the file and output it in $chapterString variable) echo "&text=".urlencode($chapterString)."&fileloaded=ok&bunk="; (fileloaded varibale is so you can tell that everything is in OK. You also need that bunk variable because Flash sometimes has errors in importing without it.....) Another alternative might be to save your files into a MySQL database and get them with PHP... Feel free to email me at jasonm@jasonmatteson.com ::-::-j::-::
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »