php - How to create html page dynamically from flash? -
I have a flash movie with a button to view items in a new browser window.
These items are all generated in dynamic flash, so HTML has to be dynamically prepared too.
Can anyone choose a way to do this? Do I need to use php or some server side script?
If you have a "New Browser Window", then you should do just something
< Pre> navigate URL (new URLRequest ("http://www.yoursite.com/somepage.php?content=hi_there"), "_blank");
where Contains the dynamically generated content from the query string (say ... get the content "Hi there" from the above example) PHP / server side script usage
If you use the "HTML Content Inside Flash "Means, you can use Flash ML (action) Hit 2 CO)
If you mean "Content like Flash in HTML", then you can write script for your form, your content inside Flash, such as dynamically moving the movieclip
Comments
Post a Comment