Ask a Question related to Macromedia Flash, Design and Development.
-
dash #1
action script help
im trying to load an external swf file using the
gotoAndPlay(_root.emptyClip.loadMovie("grey_bars.s wf"));
is it possible to load the same movie but on a certin frame number or label
thanks
dash
dash Guest
-
xml and action script
I want to display the "Value" in a dynamic text field from an xml document called "stocks.xml". here is my action script code for the dynamic text... -
CF Grid / Java Script / Action Script
Hi, Does anyone know of a good reference for the attributes CFgrid exposes in a flash form? eg. I would like to select the first row on load. ... -
Action script??!!?!
HI, Im kinda new to this action script stuff and a friend of mine gave me some code a while back to look at. Basically its a menu system with... -
Need help with an Action Script
Hello Everyone, I am developing the included action script for one of the Spanish teachers at my work place. The concept is that the students drag... -
Need Help with action script.
I am working on a project for one of my classes, and in it I want to be able to click on an apple (which is a button) and make it fall. I have tried... -
Swiezy #2
Re: action script help
Użytkownik "dash" <dashangel@optushome.com.au> napisał w wiadomo¶ci:
??> gotoAndPlay(_root.emptyClip.loadMovie("grey_bars.s wf"));
//[1.Frame]
button.onPress = function(){
gotoAndStop();
}
//[2.Frame]
_root.emptyClip.loadMovie("grey_bars.swf");
//END AS
your code is bad :) because:
USAGE: gotoAndPlay([scene,] frame)
pozdrawiam
Swiezy
--
_name: adam szymański a.k.a. swiezy / sw132y _________________
___gg: 2021448 || @_: swiezy (małpa) przecinek (kropka) com __
__kom: (+48)888-879-155 || city: poznań || school: XII LO ____
__www: coming soon . coming soon . coming soon . coming soon _
Swiezy Guest
-
Jeckyl #3
Re: action script help
That is just rubbish
all you need is
_root.emptyClip.loadMovie("grey_bars.swf")
wrapping it inside a gotoAndPlay is just going to cause problems and is not
valid code
You can put the code to do that in whatever keyframe you want .. so that
means you can load it whenever you want .. or you might put it in an event
that happens whne you click on a button etc.
--
All the best,
Jeckyl
Jeckyl Guest



Reply With Quote

