Web Hosting Deals Holiday Logo Design Website Header Templates Register domain Search Engine Optimisation Web Hosting
Go Back   Talk Mania Forum > Flash and ActionScript

Flash and ActionScript General Flash/ActionScript help, tips, tricks and stumbling points can be posted and answered here!

 Image
Buy Sell Downloads

Reply
 
Submit Tools LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-24-2007, 06:47 PM
Junior Member
 
Join Date: Dec 2006
Posts: 28
luc_key is on a distinguished road
FLV Player

Hi, i followed a tutorial on how to create a flash FLV player using A/S. The player is working ok, but the problem i have is when i had the codes for the progress bar and the scrubber, they dont seem to work. The progress bar does not move at all, while the scruber start moving from the middle of the display. Can anybody help me with this. By the way i am using Flash 8. I dont know if that makes any difference, but the tutorial was base on Mx.

var connection_nc:NetConnection = new NetConnection();
connection_nc.connect(null);

var stream_ns:NetStream = new NetStream(connection_nc);

theVideo.attachVideo (stream_ns);

stream_ns.play("Club_01.flv");

myPlayVidBtn.onRelease = function() {
stream_ns.pause();
}

myRewindVidBtn.onRelease = function() {
stream_ns.seek(0);
}

var videoInterval = setInterval(videoStatus,100);
var amountLoaded:Number;
var duration:Number;

stream_ns["onMetaData"] = function(obj) {
duration = obj.duration;
}


function videoStatus() {
amountLoaded = stream_ns.bytesLoaded / stream_ns.bytesTotal;
myLoader.myLoaderBar._width = amountLoaded * 220;
myLoader.myScrub._x = stream_ns.time / duration * 220;
}


Any help would be appreciated

Reply With Quote
  #2 (permalink)  
Old 05-23-2007, 04:49 PM
Junior Member
 
Join Date: May 2007
Posts: 14
NextStar_ABD is on a distinguished road
harika ellerine sağlık yahu
Reply With Quote
  #3 (permalink)  
Old 07-31-2007, 05:54 AM
Junior Member
 
Join Date: Jul 2007
Posts: 3
halo2killers is on a distinguished road
If anyone could tell me where a good tutorial on how to make a FLV player that works plz tell me.
Reply With Quote
  #4 (permalink)  
Old 10-22-2007, 02:23 PM
CLassMaN's Avatar
Junior Member
 
Join Date: Oct 2007
Posts: 5
CLassMaN is on a distinguished road
Thumbs up

thanx you....

Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT +2. The time now is 07:04 AM.



Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC8
Forums Copyright © Talk-Mania.com