Hi, I have a map that works fine when the variables are given a value in the actionscript, but when I try & load the variables value from the movies parameters given by PHP something is going wrong because the AS3 variable isnt getting the value.
var par_city:String = root.loaderInfo.parameters.city; // doesnt work var par_city:String = 'Auckland, New Zealand'; // does work Ive tested the "var par_city:String = root.loaderInfo.parameters.city;" on test projects & the movie displays the value fine, but doesnt work when ive got the map involved. So, does anyone have ideas why "root.loaderInfo.parameters" isnt working for me when a map in the script? Thanks :) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
