SIGN IN
::
SPONSORS
::
ABOUT US
::
CONTACT US
FORUMS
TUTORIALS
MAGAZINE
TRAINING
VIDEOS - REELS
PODCASTS
EVENTS
SERVICES
NEWSLETTER
NEWS
BLOGS
ADOBE FLASH:
Home
Flash Forum
Flash Tutorials
Flash Video Tutorials
Web Streaming Forum
Adobe Flash
Podcast
Re: working with movie clips using action script (AS2)
Cow Forums
:
Adobe Flash
VIEW POSTS
•
ADD A NEW POST
•
SEARCH
•
CHANGE FORUM
Respond to this post
•
Return to posts index
•
Read entire thread
Re: working with movie clips using action script (AS2)
by
Graham Quince
on Jul 15, 2009 at 7:58:07 am
Sounds like you need a listener, but I'm not sure as I've never used XML this way.
If you had a standard flv video to play within flash, you'd have a flv player, in the example below I've given it an instance name of 'flv':
flv.contentPath = "flvs/main.flv";
var listener = new Object();
listener.complete = function(objetEvt) {
flv.contentPath = "flvs/holding.flv";
flv.play();
};
flv.addEventListener("complete",listener);
This plays 'main.flv' until the end then, loads and plays 'holding.flv'.
For you you should be able to remove the actions to load and play holding.flv and replace with _root.nextFrame();
Graham
www.YouTube.com/ShiveringCactus - Free FX for amateur films
Respond to this post
•
Return to posts index
•
Read entire thread
Current Message Thread:
working with movie clips using action script
by Meghan Lundy on Jul 9, 2009 at 9:49:22 pm
Re: working with movie clips using action script (AS2)
by Graham Quince on Jul 15, 2009 at 7:58:07 am
Note:
If you are a registered user please
click here to login
before posting.
Your post will not be accepted if your name and email address are not registered in our database. Click
here
if you do not have an account.
Name
E-Mail Address
Subject
E-Mail me when someone responds
Just This Message
Entire Thread
None
Message:
Note:
The following are HTML characters and may cause parts of your post to disappear if not used correctly: < > &
To include any portion of the post in your response, highlight the desired text and hit the "Q" key.
Read more...
Add your message signature
Note:
By clicking "Post Direct" button above, you are agreeing to the Creative Cow's
Code of Conduct
.
FORUMS
•
TUTORIALS
•
MAGAZINE
•
TRAINING
•
VIDEOS - REELS
•
PODCASTS
•
EVENTS
•
SERVICES
•
NEWSLETTER
•
NEWS
•
BLOGS
©
CreativeCOW.net
All rights are reserved.
[
Top
]