#1 (permalink)  
Old 10-11-2008, 01:51 PM
Junior Member
 
Join Date: Oct 2008
Posts: 1
Default sliding menu.. loading content

Hello - Can u point me in the right direction??.. I apologize, new w/ AS.. placed your menu into a sliding bar. It now slides off the screen to left when not in use. Now I'm having problems loading content to the main scene, here's what I did:

Created a mc which contains the PList_mc and the AS associated w/ populating the menu (frames 1 and 2). Placed that new mc into another mc for animation purposes (sliding vertical bar). The animation works and the menu populates. I then created a container on the main scene of the fla where I'd like external content to be loaded via the menu.

Moved the following AS to the main scene..

PList_mc.onItemSelect= function(n:XMLNode){
empty_mc.loadMovie(n.attributes.clip);
}

It's not hitting. It works when I return the container and code to the mc where the menu resides.. don't want to do this because the loaded content shifts when the menu slides off screen. Want the content on top layer or main scene of fla. Thanks for your time.
Reply With Quote
  #2 (permalink)  
Old 10-14-2008, 09:55 AM
Super Moderator
 
Join Date: May 2008
Posts: 656
Send a message via Skype™ to Adrian
Default

Can you show me a sample , please ?
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.