i have the main.swf file, it have menu from xml file.
and the xml file points the location.swf file (google maps)
when i click “Location” link in the main.swf, it will open the location.swf
the other links is working properly except the location
If i directly open the location.swf, i can view the google maps correctly
but if i open the location.swf through the main.swf, i see nothing
FYI I use createEmptyMovieClip() to load the other swf file
How to fix this?
thanks