|
Prev: sound
Next: Text member slowness
From: Arielle on 24 Apr 2008 12:02 Hello: I have a combobox component in Flash and when I try to send the selected item I get a void value. Can you help me, please? Thank you This is my code: In FLASH ----------- var cblistener:Object = new Object(); var V; notas_cb.addEventListener("change",cblistener); cblistener.change = function() { V=chr(34) & notas_cb.value & chr(34) GetURL ("event: Flashnotas, V"); } in DIRECTOR --------------- On Flashnotas me, What put What end
From: Ex Malterra on 24 Apr 2008 15:09 try: getURL("Lingo:Flashnotas(\"" + V + "\")");
From: Arielle on 24 Apr 2008 18:32 Than you very much for your response. I get yet a <void> value. > try: > > getURL("Lingo:Flashnotas(\"" + V + "\")");
|
Pages: 1 Prev: sound Next: Text member slowness |