ActionScript 3.0 :: Circular Video Scrubber Functionality

Jul 8, 2010

I will tell you what exactly i need. I need a video scrubber and it should be in a circular shape. I will tell you how it has to work. I want to rotate with a small circle on top of a big circle. lets assume that small circle is called a dragger. Now i need to drag that on top of the circle either in clock wise direction or in anticlock wise. If am dragging in clock wise, the loading video has to seek forward. suppose in case if am dragging in anti clock wise, i need to see the video backward. This is the functionality am going to implement in FLASH CS3/FLASH CS4.

View 1 Replies


Similar Posts:


ActionScript 3.0 :: Flash Need Circular Video Scrubber Functionality

Jul 8, 2010

I will tell you what exactly i need. I need a video scrubber and it should be in a circular shape. I will tell you how it has to work. I want to rotate with a small circle on top of a big circle. lets assume that small circle is called a dragger. Now i need to drag that on top of the circle either in clock wise direction or in anticlock wise. If am dragging in clock wise, the loading video has to seek forward. suppose in case if am dragging in anti clock wise, i need to see the video backward. This is the functionality am going to implement in FLASH CS3/FLASH CS4.

View 3 Replies

ActionScript 3.0 :: Looked For 2 Hours On The Web For Video Scrubber Functionality

Jan 23, 2009

I've got nearly all of it working but the drag action of the scrubber. Seeks on MouseDown but doesn't drag. Oddly I've got this very functionality working for the audio volume scrub bar but not the playhead.

Here is the troubled portion of the code. Happy to send a src file:

Code:
// ScrubHandle Dragging Variables
var ratio_play:Number;
var playTrackBounds:Rectangle = controls.trackbar.getBounds(controls);
var playXpos:Number = playTrackBounds.x;

[Code].....

View 1 Replies

ActionScript 3.0 :: Video Scrubber Positioning To The Edge Of The Screen When The Video Starts

Sep 3, 2009

I'm tweaking the video code found here [URL] His progress bar starts at the edge of the stage. My progress bar starts at x=40 into the stage. My problem is that even though all my mcs related to the progress bar are positioned properly the scrubber mc hops to the edge of the screen when the video starts. It also acts as if the progress bar you scrub though is at the edge of the screen too. I can't figure out why it's doing this. There's nothing in the code to tell it to do as such.

[Code]...

View 6 Replies

ActionScript 3.0 :: Creating SWF Of Video With Scrubber?

Aug 21, 2009

I'm new to flash. I'm trying to create a swf of a video with scrubber and at a certain point through the video the web address pops up and is clickable. I have tried embedding the flv within the timeline but it warns me that things could get out of sync.

View 2 Replies

ActionScript 3.0 :: Video Scrubber/Seek Bar?

May 11, 2009

I'm looking for a tutorial on the interwebs to create a scrubber for the length of a movie clip.For example:If a movieclip is 300 frames long, the beginning of the scrubber would be Frame 1 and the end would be Frame 300 with Frames 2-299 in the middle.I'd like the user to be able to scroll through the movie much like a Quicktime VR

View 2 Replies

Actionscript 2.0 :: Making A Working Scrubber On A Video

Feb 14, 2011

I'm making a working scrubber on a video, but having problems. The scrub itself it starting out in the middle of the loadbar. I've looked everywhere, trying to find out what is wrong with it. Here is the code and link to my .fla [URL]

[Code]...

View 1 Replies

IDE :: FLV Video Scrubber - Clicking And Dragging Left Or Right

Jun 8, 2007

I am playing flv files on a site. The way I am bring them is via the import video from the library (not using flv component). I am loading the videos via using netStream. So far so good. Everything works fine. I want to be able to scrub through the video by clicking and dragging left or right on the video itself. I plan to make the mouse cursor turn into a symbol that has a left and right arrow when you roll over the video hence letting you know that you can click and drag left or right to forward or rewind through the video. IS this possible? If so, how can I accomplish this?

View 5 Replies

ActionScript 2.0 :: [Flash] Video Player Scrubber?

Dec 14, 2010

I have created an XML driven Video Player based on Lee Brimelow's Video TutorialI have a MC called loader which contains two MCs- a circular shaped clip called scrub which can be used to seek to particular time of the video. and anoder MC called loadbar which denotes the amount of video loaded by expanding correspondingly.Everything works fine except the video scrubber (the playhead). when the scrubber reaches the end of the movie; instead of stopping at the end of the loader MC it goes beyond it.here's the code:

Code:
function videoStatus() {
amountLoaded = ns.bytesLoaded/ns.bytesTotal;

[code]....

View 1 Replies

Flash Video Player That Enables User To Embed Video Like YouTube Functionality

Jul 7, 2009

Just wondering where I could get a flash video player that enables the user to embed the video like youTube functionality.URL....

View 3 Replies

ActionScript 3.0 :: Custom FLV Video Player - Loadbar And Scrubber

Jan 16, 2009

I am working with the scrub element in my custom video player. The code for this in AS2 is as follows (this is the whole of it). How the scrub portion is coded in AS3?

HTML Code:
var nc:NetConnecttion = new NetConnection();
nc.connect(null);
var ns:NetStream = new NetStream(nc);
theVideo.attachVideo(ns);
ns.play("vegas.flv");
[Code] .....

View 0 Replies

ActionScript 2.0 :: Scrubber Won't Scrub Correctly While Video Is Loading

Jun 29, 2008

For some reason my scrubber won't scrub correctly while the video is loading, but once it has completed it scrubs just fine. [code]...

View 11 Replies

ActionScript 2.0 :: Video Resize Metadata - FLV Scrubber Stops Working

Feb 26, 2010

All this code works properly, however when I include the part which controls the video resize metadata the scrubber stops working... (see the section between the ">>> <<<").

Code:
var nc:NetConnection = new NetConnection();
nc.connect(null);
var ns:NetStream = new NetStream(nc);
ns.setBufferTime(2);
ns.onStatus = function(info) {
[Code] .....

View 2 Replies

IDE :: Making Scrubber Bar And Scrubber Inactive

Jan 20, 2009

I am making a player that adds an advertisement before a video but don't want the user to be able to skip though the ad. I am using the progress component and an FLV Playback component for my player. I had tried to just hide the progress bar but it looks unbalanced. If anyone has an idea on how to make it so a user can not fast forward though the ad by dragging the scrubber that would be great.

View 2 Replies

ActionScript 3.0 :: Video Player - Play Button And If Drag & Drop The Scrubber Of Progress - Bar

Jun 30, 2009

I'm building a flv_video AS3 player. I'm using steaming-video.The player is working fine, but there is something that I want to improve. Currently when I push play button and if I drag&drop the scrubber of progress-bar somewhere in the area that is still not buffered, the player doesn't start to play from that position. So I want to do it.

View 2 Replies

ActionScript 3.0 :: Creating A Video Player With Annotation Functionality?

Feb 16, 2009

I'm creating something like a video player with annotation functionality. I can load up the notes, with times at which they were made by people (as strings), and put these into an array to be utilized. I also know the current time of the flv video as it's playing.
So each note has a time attached to it, but how can I use these as triggers that fire dynamically in relation to the video's duration?

View 1 Replies

ActionScript 3.0 :: Flash Video Player With Marking Functionality?

Sep 22, 2009

I am working on a Flash AS3 video player where I could mark a specific area of the seekbarThe video would then loop the time marked on the seekbar.

View 3 Replies

ActionScript 2.0 :: Dynamic Video With Play / Pause Functionality?

Mar 19, 2008

I have loaded my video correctly, but I don't have any play/pause, volume controls, etc. What do I do from here?[code]

View 2 Replies

ActionScript 3.0 :: Video Player - Adding Seek From Download Functionality

Sep 1, 2011

I have a video player that doesn't have "seek from unloaded time" functionality. I want to add it now. I simply load video like this;
stream.play("vidurl.flv");
(pseudo streaming)
Server side is ready. I can call videos like videourl.flv?start=xxx but cant play them in player cuz video comes without metadata
To sum up:
1. stream.play("vidurl.flv"); works, video plays
2. user clicks to seek bar. on unloaded part. I get the position and convert it to seconds
stream.play("vidurl.flv?start=10");
Doesn't work! No metadata what I should do after?

View 0 Replies

Media Server :: Used Integrate Video Conferencing Functionality Into A 3rd Party Sites?

Aug 23, 2009

I'm building a website that will allow 2 different users to meet in a secure, private video conference. Wondering if our develpoers can use the Flash Media Server to integrate this functionality into our site? Here are requirements that we need to support:Scheduled video conferences:* User1 an click "start video session" link and are put into a video conference room* If someone who is not the user1 or user2 clicks link, throw "You don't have access to this chat" error

View 2 Replies

Media Server :: Video Chat - Volume Controller Functionality Disabled

Apr 6, 2010

I am making a video chat application. When I start the application it running fine but after some time like 30-45 it creating some problem, like I have a volume controller in it, after some time when I use that volume controller for setting volume it is not doing changes in volume. But at initial stage all the functionality worked fine.

View 1 Replies

Adding Video And Flash Functionality To The Ajax Control Toolkit HTMLEditor

Mar 22, 2010

I'm looking for a way to extend the functionality of the HTMLEditor control that the Ajax Control Toolkit supplies for ASP.net. I would like to add video and flash functionality to the editor (buttons, allowed tags, etc).

To my knowledge, this is rather easy: plop in an embed tag with the correct parameters and it just works; I have videos running in the preview window of the editor.

Unfortunately, the tag is stripped away when saving the HTML-code and updating it in the database.

Hence, I would like to ask if there is any way of adding this functionality apart from manually adding the changes in the source control repository of the Ajax Control Toolkit and recompiling it.

View 1 Replies

Media Server :: RTMP Based HTTP DVR Functionality And HLS Based IOS Functionality?

Jan 20, 2012

I want to use RTMP based HTTP DVR functionality and HLS based IOS functionality, So I need to know how to MPP from my existing DVR app to the livepkgr app so that the stream being recorded at the DVR app can be used by the Flash and Stream MPP over to livepkgr app and can be used by the IOS HLS.

View 1 Replies

ActionScript 3.0 :: How FlvPlayBack Scrubber Works

Jul 4, 2010

I need an example of how FlvPlayBack scrubber works ?? what is a scrubber and wats the purpose ? i need an example of a scrubber ?? i tried example code of adobe flash, but am getting an error.

View 1 Replies

ActionScript 2.0 :: Audio Timeline Scrubber?

Feb 23, 2009

I am trying to make a scrubber that will allow me to scrub through the root time line which has streaming audio on it. I have created audio players before where the file was being streamed in from an external file, but have not dealt with it ever being on the timeline.

[Code]...

It works pretty well, however, there is a problem. When I scrub the bar, the audio stops playing. I am assuming it is related to the enterframe function, but I am not sure on how to correct the code.

View 0 Replies

ActionScript 2.0 :: Scrubber Gallery With Preloader?

Jul 20, 2009

I followed a couple of tuts and I have the gallery working, but I would like it to have a preloader, so I added a basic one to the first 2 frames of the root and moved gallery movieclip and controller to the 3rd frame.the preloader works and the movie goes to frame 3 but then my controller(scrubber) for my gallery doesnt work, in the code there is nothing refering to the _root just _parent so I am not sure where the problem is. I'm a cg artist just trying to get a website up.CODE:root frame 1Quote:

LOADED = Math.round(getBytesLoaded());
TOTAL = Math.round(getBytesTotal());
PERCENT = LOADED/TOTAL;

[code].....

View 5 Replies

ActionScript 3.0 :: Make A Scrubber For A Mp3 Player

Jul 28, 2010

I am trying to make a scrubber for a mp3 player. I can not figure it out! Any one know of a good tutorial or code I can look at? Everything else is working, just can not get the scrubber.....

View 0 Replies

Custom FLV Player - Scrubber And Load Bar

Mar 16, 2009

I've been following the tutorials for building a custom flv player and have come across a few problems, the player can be seen online here: [URL]. I'm having a few issues with the scrubber and the load bar, they loadbar starts in the middle and stretches out towards the sides and the scrubber starts in the middle and runs off the end? I'm pretty new to actionscript as have only really used flash for simple animations before, i have attached the source file and the actions are listed below.

var nc:NetConnection = new NetConnection();
nc.connect(null);
var ns:NetStream = new NetStream(nc);
theVideo.attachVideo(ns);[Code] .....

View 1 Replies

Actionscript 3.0 :: Timeline Scrubber For Swf (not Flv) Movie?

Mar 29, 2009

Are there any examples or tutorials on AS3 scrubbers? I cant find any that don't deal with flv control... I need swf timeline control and dont have the knowhow to convert an as2 version.

View 14 Replies

Actionscript 3.0 :: Cannot Get The LoadBar And Scrubber To Work

May 1, 2009

I have created a video player in AS3 using some of the code from Lee's tutorials to create the loadBar and Srcubber. My video works, the play, pause and rewind buttons work. However, I cannot get the loadBar and scrubber to work.

[Code]....

View 12 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved