mb89
09-12-2008, 06:36 AM
Hi,
I've only just started looking at ActionScript and am getting quite lost. I want to be able to pass through some variables to the flash so that when clicked it will go to the url I pass through. I can get this to work with the FlashVars parameter and then also in the embed string but when I have a URL to pass through with a query string ie. listings.php?action=Edit&id=5, the id is chopped off and saved as another Flash variable. Any idea how I can pass it through as one variable as it will be for uploadable Flash advertisements so I would just like to use a similar thing to "_level0.clickTAG" for the getURL, like most large sites with advertising. Is there some way Flash will now to ignore the '&' perhaps with a backslash like apostrophes in php????
Any help would be greatly appreciated!!!!
Cheers,
mb89
I've only just started looking at ActionScript and am getting quite lost. I want to be able to pass through some variables to the flash so that when clicked it will go to the url I pass through. I can get this to work with the FlashVars parameter and then also in the embed string but when I have a URL to pass through with a query string ie. listings.php?action=Edit&id=5, the id is chopped off and saved as another Flash variable. Any idea how I can pass it through as one variable as it will be for uploadable Flash advertisements so I would just like to use a similar thing to "_level0.clickTAG" for the getURL, like most large sites with advertising. Is there some way Flash will now to ignore the '&' perhaps with a backslash like apostrophes in php????
Any help would be greatly appreciated!!!!
Cheers,
mb89