riquelme
03-16-06, 01:23 PM
Hi,
I'm not very good in flash, and I think this is the section which is the most appropriate, so PLEASE if you know the reply help me out im stuck here while it really doesnt seem that hard
Heres my problem
_root.playlist == undefined ? playlist='xml_file.php' : playlist=_root.playlist;
I have a V1 variable submitted as a FLASHVARIABLE (from embbed value on html) and I 'd like to add it on the xml's name, here's how I did it
_root.playlist == undefined ? playlist='xml_file.php?variable='+V1 : playlist=_root.playlist;
This doesn't seem to work
Anyone could confirm if it goes well , or if something is missing?
Thanks!
I'm not very good in flash, and I think this is the section which is the most appropriate, so PLEASE if you know the reply help me out im stuck here while it really doesnt seem that hard
Heres my problem
_root.playlist == undefined ? playlist='xml_file.php' : playlist=_root.playlist;
I have a V1 variable submitted as a FLASHVARIABLE (from embbed value on html) and I 'd like to add it on the xml's name, here's how I did it
_root.playlist == undefined ? playlist='xml_file.php?variable='+V1 : playlist=_root.playlist;
This doesn't seem to work
Anyone could confirm if it goes well , or if something is missing?
Thanks!