From: Arielle on
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
try:

getURL("Lingo:Flashnotas(\"" + V + "\")");
From: Arielle on
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