retrieving data from flash url

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
bcarone
Forum Newbie
Posts: 1
Joined: Tue May 13, 2008 8:36 pm

retrieving data from flash url

Post by bcarone »

Hi All

:banghead: I may be just having a brain fart but here goes. I have a client that needs information passed from a flash .swf (picture) and it goes to a form on form_page.html. The problem I have been having is capturing the information from the url (flash click isn't posting file name of jpg).

So this is what I am doing.
1. Trying to get a data capture from a flash generated url.
2. Pass the jpg filename as a variable for a html page to place the jpg file in the form_page.html and as a hidden element of
form_email.php file.
3. Send the information to the site owner.

Thanks in advance
Bill
Post Reply