So I was using the same Loader instance to load several swf files in a row, and calling the unload() function on the loader between each load to disassociate the loader from the content that was loaded in.
My solution was to use a new Loader instance each time, and thus stop using unload() as well. This fixed my problem. On Mar 30, 3:14 pm, "[email protected]" <[email protected]> wrote: > When you say you test the map on its own... > Are you testing on your local box? > Or are you uploading to a server and then testing the map? > Is your flash movie loading from the same server or are you loading > across different domains? > > It could be one of several things. > Being a 404 hints that your map file is not being found. > Are your main flash movie and map file both setup in the root? > Are you loading anything into your flash movie / map movie > SUCH AS: XML file, custom icons, images? > > On Mar 30, 11:37 am, Rafe Kemmis <[email protected]> wrote: > > > Hi guys, I hope you can help me out with this issue that I am having. > > > I am using a google map inside a flash movie. When I run this flash > > movie on its own, the map works just fine. However, I need to be able > > to dynamically load this swf file inside another flash movie using the > > URLLoader class in actionscript. When I do this, the google map > > doesn't load. When I look into what is happening, I see that the flash > > movie is making a request to the google maps api, but is getting back > > a 404 error. > > > It is requesting this: > > >http://maps.googleapis.com/mapsapi/publicapi?file=flashapi&key=ABQIAA... > > > And getting a 404 webpage: > > > "404 Not Found" > > > Does anyone know of a way to get around this problem? It is pretty > > important that I get this working. BTW, I am using the latest google > > maps SWC for flash. > > > Thanks so much! > > > Rafe --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API For Flash" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-maps-api-for-flash?hl=en -~----------~----~----~----~------~----~------~--~---
