P keyboard_arrow_up
0
keyboard_arrow_down
EDIT POST
First Post
Mark as Spam
platinum
Posts: 2 - Registered: 2007-01-31
Hey
Having a problem trying to get the external interface working with as3. My flash file has 2 input text boxes with instances of 'received_ti' and 'sending_ti' and a button with instance of 'send_button'. My html code has a simple form with 'sendField' and 'receivedField' inputs and a submit with a value of 'Send'. At the moment i can get the flash file to send text into the html 'receivedField' input but cannot send text from html into the flash file's 'received_ti' text box. Can anyone help me out with this? I am really struggling... My full code is below: Flash AS3: import flash.external.ExternalInterface; HTML & Javascript: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> Many thanks John |