I have an xml file loaded into a combox by calling a swf file. The swf file
works perfectly when run stand alone. However when it is called from another
fla the combobox drop down menu doesn't work and the text area data becomes
highlited whenever you scoll it. Any help would be much appreciated.
Make sure that the path for the XML file is relative to your main SWF.
Example, if your sub-swf and xml is in the "/includes/" folder, you must
call for the XML in the "/includes/" folder.
Hope you understand what I tried to say :oP
Regards,
Fabiano
>I have an xml file loaded into a combox by calling a swf file. The swf file
> works perfectly when run stand alone. However when it is called from
> another
> fla the combobox drop down menu doesn't work and the text area data
> becomes
> highlited whenever you scoll it. Any help would be much appreciated.