Ask a Question related to Macromedia Flash Actionscript, Design and Development.
-
haydenad #1
Control Level 0 MC from Level 1 Button?
This is probably an easy question but how do I control a Movie loaded in level
0 (I want to change frames) from a button that is loaded in Level 1? If I apply
this to the Level 1 button
on (release)
gotoAndPlay("Close")
haydenad Guest
-
Control level communication
I'm building a set of custom server controls that need to perform certain actions based on state. So, when a button is clicked in server control... -
Control Level 0 MC from Level 1 Button?
"haydenad" <haydenad@qis.net> wrote in message news:c0bfnh$ir1$1@forums.macromedia.com... level apply _level0.gotoAndPlay("Close"); hth -
How to refer Page level variable from a control?
Hi, I have a composite control inherited from System.Web.UI.Control. Inside of this control I need to refer to a Page level variable ... -
Control for "Isolation level" at SELECT statement level
Hi folks. Some RDBMS products support the following syntax format: SELECT .... <whatever...> WITH {READCOMMITTED | REPEATABLEREAD | ...... -
Caching difficulties (control level)
I have an aspx page which loads two user controls, one of which I would like to cache the content since its data does not change much. However,... -
haydenad #2
Control Level 0 MC from Level 1 Button?
This is probably an easy question but how do I control a Movie loaded in level
0 (I want to change frames) from a button that is loaded in Level 1? If I apply
this to the Level 1 button
on (release)
gotoAndPlay("Close")
} It plays frame label "Close" in the Level one movie. I want frame lable
Close to play in the movie in Level 0. Thanks for any help
haydenad Guest



Reply With Quote

