Skip to main content
Participant
March 19, 2008
Question

Listbox form using Flash and PHP

  • March 19, 2008
  • 1 reply
  • 322 views
Hi,

I am trying to create a form that includes listboxes in Flash. The datas are then sent to an email through PHP.
Thing is: i havent found any actionsript to do that with Listboxes.

Can anyone help me?

Cheers.
This topic has been closed for replies.

1 reply

Inspiring
March 19, 2008
>> Thing is: i havent found any actionsript to do that with Listboxes.

Do you mean List components? There's no special script - it'd be the same
for sending any data to PHP. You just need to use the methods of the
component to first get out the data you want to send.

Can you be more specific as to the problem?


--
Dave -
Head Developer
http://www.blurredistinction.com
Adobe Community Expert
http://www.adobe.com/communities/experts/


lekowanAuthor
Participant
March 19, 2008
Hi Dave,

Thanks for getting back to me so quickly.

Yes i mean a list component, attached is the actionscript i use for it:

My question is: what is the actionscript i need to add to my code to send the data to my PHP page?

Would you have the PHP code for it as well by any chance?

Hope it makes sense.

Many Thanks

Antoine