beachley
07-23-2005, 10:30 PM
My problem is this:
I have an "edit" link in one php page which will go to a php page with the flash editor application embedded in it. I want to send parameters to the page with the flash application and have those parameters read in when the application starts. Is that possible?
So I have a link:
<a href="editor.php?param1=x¶m2=y">Edit</a>
and editor.php contains a flash movie that I want param1 and param2 read into.
Please let me know if this is possible and very simply how it is done!
Thanks!
I have an "edit" link in one php page which will go to a php page with the flash editor application embedded in it. I want to send parameters to the page with the flash application and have those parameters read in when the application starts. Is that possible?
So I have a link:
<a href="editor.php?param1=x¶m2=y">Edit</a>
and editor.php contains a flash movie that I want param1 and param2 read into.
Please let me know if this is possible and very simply how it is done!
Thanks!