Re: [Flashcoders] Re: [AS3] Lock to Root or similar

2008-01-20 Thread Leandro Ferreira
like this? LoaderInfo( this.root.loaderInfo ).parameters;


   Leandro Ferreira

On 1/17/08, Helmut Granda [EMAIL PROTECTED] wrote:

 Since the stage properties were scacely needed, i was able to transfer
 those
 properties to the shell but I am still courios on how to get the stage
 values to new loaded SWFs without having to actually pass the parameters
 through a function...

 TIA

 On 1/17/08, Helmut Granda [EMAIL PROTECTED] wrote:
 
  HI all,
 
  I am working on a site and everything is working properly. I decided to
  add a shell movie and then load the app movie into the shell movie
 but
  the app movie uses the stage class to determine some basic factors...
 the
  idea is that since I am loading app into shell, now app things that the
  stage is = to null.
 
  Any suggestions of how to adjust this minor issue? AS3
 
  --
  ...helmut




 --
 ...helmut
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] running an action when a movieclip loads up

2008-01-20 Thread Dwayne Neckles
hmmm reading your answer I think the question wasnt has hard as i thought . 
thanks for your help
STEFX!. 
LOL



 Date: Sun, 20 Jan 2008 22:44:24 +0100
 From: [EMAIL PROTECTED]
 To: flashcoders@chattyfig.figleaf.com
 Subject: Re: [Flashcoders] running an action when a movieclip loads up
 
 Maybe perhaps your menu MovieClip is already loaded and has his onLoad Event
 fired before you rollOver on your button :)
 
 My 2 Cents.
 
 St3fX
 
 2008/1/20, Dwayne Neckles [EMAIL PROTECTED]:
 
  Any one knows why if the code below is placed on a button, the ONLOAD
  function doesnt work
  but the onEnterframe function does..
 
  _root.menu is a movie clip..
 
 
  on (rollOver) {
 
 
  _root.menu.onLoad = function() {
  var test = love;
  trace(Lol);
 
  };
  _root.menu.onEnterFrame = function() {
 
  };
 
  }
 
  _
  Helping your favorite cause is as easy as instant messaging.You IM, we
  give.
 
  http://im.live.com/Messenger/IM/Home/?source=text_hotmail_join___
  Flashcoders mailing list
  Flashcoders@chattyfig.figleaf.com
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

_
Helping your favorite cause is as easy as instant messaging. You IM, we give.
http://im.live.com/Messenger/IM/Home/?source=text_hotmail_join___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders