That still didn't do it - hmmm.
The MovieClip that has the FLV in it does not play past the first frame - the FLV plays fine, but the MC itself stays on frame 1. In the MC I have a "stop();" action in frame 1 - otherwise the MC plays right past the FLV.
-B
I have an index (Frame 1) of different videos that lists various videos one can select. When a title is selected it goes to a certain frame (frame 10) and plays the selected video.
After the video plays I WOULD LIKE to return to the index.
I have all the "play selected video" stuff working...
I have a standalone Flash movie running from a CD. In this movie there are buttons that link to some HTML pages, regular URL links:
on (release) {
getURL("http://www.domaainname.com", "_blank");
}
and some that refer to HTML files on the CD:
on (release) {...
OK
I was actually tring to go to a MC several levels in...
i.e.
sText = "Show this!"
sLevel1 = "NextMC"
vTextBox = "TextBox"
vTextBoxPath = "Movie."+strLevel1+"."+vTextBox
_root[vTextBoxPath].text = sText
thinking it would translate to this...
Is there a reason that same logic (above) wouldn't work on a text field?
sText = "Show this!"
vTextBox = "TextBox"
_root[vTextBox].text = sText
Where vTextBox is the instance name of a dynamic text field and sText is the string I want to display.
This works...
I'm doing a "for" loop through an array and would like the objects identified in the array values to be re-positioned and change color.
I got the color change figured out, but am having trouble with the re-positioning.
I am using this method
var = "_root."+strObject...
I posted a similar Q. a few days ago, no response, so I thought I'd include an example this time - hope someone can assist - I'm sure it is a bone-head problem on my part. thx
I am trying to get a variable to display on the Root movie level AND in a Movie Clip with one call to load the...
I just can't see what I'm doing wrong!
I am collecting variables from a dynamic text box, from an ASP script, then I want to display the variable in a root level movie and also in an included movie clip (the movie clip will eventually have various treatments added to it).
Here is my model...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.