LOADING
Loading
Hi , welcome back.
LogoutLOGOUT
 
  Lost password?  
Hi
 




 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 06-03-2008, 01:34 PM
paulcybulski's Avatar
paulcybulski paulcybulski is offline
Registered User
 
Join Date: Nov 2007
Posts: 146
Rep Power: 6
paulcybulski is on a distinguished road
ComboBox Component Problem

I have a combo box on the stage in a main SWF...when the user selects an item in the dropdown list a child SWF is launched into level0 using loadMovieNum and data is left behind using _global variables for the child SWF to use...this works fine and well...but inside the new child SWF that is launched is a button that takes you back to the previous main SWF with the ComboBox...its done using the same method loadMovieNum into level0...and the main SWF loads but you cannot open the ComboBox...it will not drop down...the halo green color on hover over is there and it gets darker when you click, but the list doesn't drop down...any ideas? here is some code that I think may be significant to the situation...

inside the Main SWF
Actionscript:
var comboBoxListener:Object = new Object();
comboBoxListener.change = function(event_obj:Object) 
{
    _global.findBooths = someArray;
    _global.loadShow = someOtherArray;
    loadMovieNum("childSWF.swf",0);
}
comboBox.addEventListener("change", comboBoxListener);

then inside the Child SWF
Actionscript:
mainSWF.onRelease = function()
{
    loadMovieNum("mainSWF.swf", 0);
}

I tried using delete _global; in the child mainSWF.onRelease function right before the loadMovieNum and it produced the same results...has anyone run into this? Am I missing something?
Reply With Quote
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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

Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
component loading problem/ please help... bolin Flash 8 1 03-16-2007 04:36 PM
Loader component problem oswaldo Actionscript 2.0 Components 3 10-09-2005 07:05 PM
Problem with component in 2004 Professional alldaron Flash MX 2004 0 03-12-2005 08:55 PM
DataGrid + ComboBox -> sort problem danabanana Actionscript 2.0 Components 0 02-23-2005 07:44 PM
Need Help! Component / function problem.... Need Help! metrollMexico Flash Components v0 1 10-14-2004 01:32 AM




All times are GMT. The time now is 10:48 AM.