Thread: Horizontal Menu
View Single Post

  #13 (permalink)  
Old 07-06-08, 07:55
Flep Flep is offline
Administrator
 
Join Date: Jul 2007
Location: Cesena
Posts: 4,535
Rep Power: 6
Flep is on a distinguished road
Re: Horizontal Menu

Hi,
just change the url in XML that hits to the external SWF.

You can get that url in setItemDown function of Main.as :
var request:URLRequest=new URLRequest(menu_array[id][item_id].url);

now use that request to load the SWF.
var loader:Loader= new Loader();
etc etc
__________________

 


I recommend: Essential Actionscript 3.0

- I do not reply technicians pvt messages. Open a thread !
- Non rispondo ai messaggi privati con domande tecniche. Apri una discussione sul forum !
Reply With Quote