SIGN IN
::
SPONSORS
::
ADVERTISING
::
ABOUT US
::
CONTACT US
FORUMS
TUTORIALS
FEATURES
VIDEOS
PODCASTS
EVENTS
SERVICES
NEWSLETTER
NEWS
BLOGS
ADOBE FLASH:
Home
Flash Forum
Flash Tutorials
Flash Video Tutorials
Web Streaming Forum
Adobe Flash
Podcast
Re: Flash 8 video dilemma
COW Forums
:
Adobe Flash
FAQ
•
VIEW ALL
•
ADD A NEW POST
•
PRINT
Respond to this post
•
Return to posts index
•
Read entire thread
Re: Flash 8 video dilemma
by
LeeBrimelow
on Nov 29, 2005 at 9:36:26 pm
Just change the code to what I have below...
ns.onStatus = function(info) {
if(info.code == "NetStream.Play.Stop") {
if((videoList.selectedIndex+1)!=videoList.length) {
ns.play(videoList.getItemAt(videoList.selectedIndex+1).data);
videoList.selectedIndex = videoList.selectedIndex+1;
}
}
This basically checjs if the last video has been played. If it's not the last, it will play the next.
Lee
Posts Index
Read Thread
Reply
Like
Current Message Thread:
Flash 8 video dilemma
by Dsutton on Nov 23, 2005 at 3:01:16 pm
Re: Flash 8 video dilemma
by Dsutton on Nov 23, 2005 at 9:27:34 pm
Re: Flash 8 video dilemma
by LeeBrimelow on Nov 23, 2005 at 9:47:50 pm
Re: Flash 8 video dilemma
by Dsutton on Nov 28, 2005 at 1:11:31 pm
Re: Flash 8 video dilemma
by Dsutton on Nov 29, 2005 at 2:52:35 pm
Re: Flash 8 video dilemma
by LeeBrimelow on Nov 29, 2005 at 6:43:42 pm
Re: Flash 8 video dilemma
by Dsutton on Nov 29, 2005 at 8:08:44 pm
Re: Flash 8 video dilemma
by Dsutton on Nov 29, 2005 at 9:23:16 pm
Re: Flash 8 video dilemma
by LeeBrimelow on Nov 29, 2005 at 9:36:26 pm
LOGIN TO REPLY
FORUMS
•
TUTORIALS
•
FEATURES
•
VIDEOS
•
PODCASTS
•
EVENTS
•
SERVICES
•
NEWSLETTER
•
NEWS
•
BLOGS
© 2013
CreativeCOW.net
All rights are reserved. -
Privacy Policy
[
Top
]