Flash - FLV Player To Allow Scrubbing Forward?

Jan 6, 2010

Just wondering what everyone's thoughts are on playing FLV video on a website. I'm currently using JW player and it works great. The only problem is people can't scrub forward past what is cached. For instance, I want to click on the video and immediately click half way through it to start playing in the middle of the video. Can this be done with JW player, or do you suggest another FLV player?

View 1 Replies


Similar Posts:


ActionScript 3.0 :: Backward And Forward For Video Player

Sep 9, 2009

i am creating a video player.i created play and pause of it with state pattern but i dont know about make forward and backward for this video.

View 3 Replies

ActionScript 3.0 :: MP3 Player - Slide Bar With Fast Forward

Jul 15, 2011

I have a working MP3 player. All I want now is a slide bar where people can move it back and forward, for example fast forward to 35 minutes.
musicPos = sliderForward.value
channel = mainMusic.play(musicPos);

The code above kind of works. Only problem is that I have to put the slide bar to maximum of 9999999999 for it to work. If I for example change the code to:
channel = mainMusic.play(5000);
then suddenly it works, but only goes to 5000.

View 2 Replies

Flash 10 :: Hear Sound While Scrubbing CS5?

Feb 16, 2012

having a really hard question I need answered. How do you hear sound while scrubbing in Flash CS5?

View 0 Replies

ActionScript 3.0 :: Video Player - Forward And Back Buttons Not Working

Dec 21, 2011

I'm creating a video player that is linked with XML. Everything seems to work fine with no errors in the compiler, but my foward_btn and back_btn don't seem to do anything. It shows the trace "foward button" and "back button" but does not move to the next or previous video.

Code:
package {
import flash.display.MovieClip;
import fl.video.*;
import flash.events.*;
[Code] .....

View 0 Replies

Professional :: Flash CS4 Crashing When Scrubbing Playhead Or Using Certain Tools

Nov 17, 2010

I am currently having the unfortunate experience of learning Flash Pro as part of my degree program at school. I have been having a problem with the program crashing repeatedly. I have CS4 Web Premium, an educational discount edition, and am using it on an HP pc with an AMD Athlon and Nvidia v-card. I have had problems with it crashing on this computer when using tools such as the deco-tool and sometimes when transforming something. The real problem is when I try to use one of the Dell pc's at school to work on a file I have created at home on the HP. On 4 different machines at school Flash will crash when working on one of these files, especially when scrubbing the playhead on the timeline. The program will crash over and over, to the point where I can't really work on these files at school, which is a huge waste of time.

View 4 Replies

IDE :: Scrubbing In Motion Editor?

Jun 30, 2009

iam new to Flash CS4 and for some reason i cant scrub the playhead when in the motion editor window? if i press on the playhead it only moves to next dot on motion timeline, like a snap motion.

View 1 Replies

Professional :: Scrubbing Timeline With Slider - How To Smooth It Out

Sep 2, 2010

I've created a simple slider to scrub through some frames of a MC named states. Each frame has the same MC (states) just in a different color. I've setup the slider using

[Code]....

View 6 Replies

ActionScript 2.0 :: Audio Playhead For Scrubbing Along Timeline?

May 31, 2010

I'm working on an audio player with a scrubbable playhead, per Kenny Bellew's outstanding tutorials [URL]In order to learn the mechanics and test drive it, I was able to create a fully functional model in its own movie. Now I'm trying to apply it to an MC nested in a larger project and I'm having trouble.The main website (w/o the audio part installed) is [URL]A smaller version that only has the part I'm working on (for this question) is [URL]The songloading and play/pause/stop are working fine. (I'll be adding a song loading preloader later--the songs are dynamically loaded), but I can NOT get the playhead working completely. It will track the progress of the song, but if dragged, the song stops, the playhead snaps back into its original place, and the song stops for good (until re-loaded).

I'm just calling something incorrectly--the whole Audio section is in the _root.Audio MC, and the songs are loaded in to audioSong.

The code for the drag head:

------
onClipEvent (load) {
startPosition= _root.Audio.hslider._x; // hslider is the knob.
left = _root.Audio.hslider._x;
top = _root.Audio.hslider._y;

[code]...

View 3 Replies

ActionScript 3.0 :: Audio Progress Bar Scrubbing/slider?

Jan 31, 2012

I have an audio progress bar that I have created. It uses the following code:

Code:
import flash.events.Event;progress_bar_inst.tb_mc.scaleX = 0;
addEventListener(Event.ENTER_FRAME,EnterFrame);
function EnterFrame(evt:Event):void {
progress_bar_inst.tb_mc.scaleX = instructor_audio.currentFrame/instructor_audio.totalFrames;
}

It works great! But I would like to add the ability to "scrub" or use a slider to move forward and back in the audio clip. (like it does with FLV Playback component) I have no idea how to do this. DOes anyone have any info on this, or is there an easy way to add to my existing code to add this functionality?

View 4 Replies

Professional :: Scrubbing Animation Frames - Coordination With Audio?

Nov 25, 2010

If I have a 2 minute audio, and I want to scrub the animation frames around the 1 minute point, to see how they coordinate with the audio, is that possible?

View 3 Replies

ActionScript 3.0 :: Constraining Mouse Cursor When Scrubbing Video?

Jun 21, 2011

Basically, I have a custom "scrub bar" graphic in which the user can drag a slider forward or backward in time to scrub/seek to a certain point in an external F4V.I have my slider constrained by a rectangle of 1 pixel in height. But when I click with mouse to scrub, my mouse cursor tends to move off of the slider graphic, causing problems with my MOUSE_UP event. (It can't trigger when my mouse is not over the target object).Is there a way like "new Rectangle(32,713,944.1)" to keep the mouse from moving in the Y-axis as the user drags the slider left and right to scrub video?

View 3 Replies

ActionScript 3.0 :: FLV Encoding - Proper Keyframe Placement For Scrubbing

Aug 28, 2009

Any suggestions on using the CS4 Media encoder for FLV's to allow proper key frame placement for scrubbing, without sacrificing size of the out putted flv?

View 5 Replies

ActionScript 2.0 :: Rewind And Fast Forward Buttons Start To Mess Up When Fast Forward Or Rewind Past The Current Scene?

Apr 1, 2009

Problem is that my rewind and fast forward buttons do not work properly in the sense that they start to mess up when you fast forward or rewind past the current scene. It seems to just skip through the whole movie and totally mess up the animation.the code for the controls is on a single layer and reads as the following:

stop();
play_btn.onRelease = function (){
play();

[code].....

View 4 Replies

ActionScript 3.0 :: ENTER_FRAME Event Produces Choppy Video Scrubbing

Mar 25, 2010

This code works fine if the timeline is moving forward through the .flv file. However, the going in reverse produces choppy results. The choppyness seems uniform, as in, it's always choppy and always the same intensity. [code]...

View 3 Replies

Slideshow Forward/back In Flash?

May 26, 2009

I am doing a slideshow in Flash. With AS 2, I would create frame labels for each slide with a stop action on each one in the timeline and a button underneath the background with the following script:
 
on (keyPress "<Right>") {
gotoAndPlay("2");
}
 
The keyboard right arrow (and left arrow) would move the slideshow forward and backward. I had another button for backward.I'm doing one in AS 3 now (dictated to me) and this script isn't working.

View 3 Replies

Flash 10 :: Movieclip Stuttering When Going Forward?

Oct 27, 2011

when you go forward, car is blurring/stuttering/lagging

[URL]

View 0 Replies

Flash :: Change The Basedir In Ant To Have Forward Slashes?

Nov 25, 2009

I'm using Ant with FDT 3 and I have Ant creating a jsfl to compile fla's. When I use the built in '${basedir}' property in Ant it gives me the path with backslashes() in it because I'm on Windows. The problem is that when its run through jsfl the slashes are taken as escapes. I need to know how to modify the basedir property so the slashes are converted to forward slashes. I've tried splitting the basedir on backslashes in jsfl and joining it with forward slashes as a delimiter, but the backslashes still cause problems.

So what I need to know is how to change the basedir in Ant to have forward slashes?

View 1 Replies

Flash :: Forward Port 80 To Media Server And IIS?

Apr 7, 2011

FMS and IIS are set up with separate IPs on the same server. Both are configured for port 80 because others, including 1935, are often inaccessible from certain environments. Problem is, the server's behind a router. Port 80 can only be forwarded to either the IP of FMS or that of IIS. Even if the two were on separate machines, I'd still have to deal with this.

View 1 Replies

Flash :: Rewind/Forward SWF With Background Audio?

Jan 25, 2012

I have a Flash animation (AS2) that contains a background audio file. I've been asked to add controls to it. So far, I have added buttons to pause/play the animation and stop and start both the root timeline and the attached mp3 audio. I also need to add a reverse button. I've seen tutorials that are enable reversing of the timeline's playhead. Is there a way to have the audio file reverse as well?

View 1 Replies

Actionscript 3.0 :: Flash CS4 - Rewind And Forward Buttons

Oct 1, 2009

I'm using CS4 with AS3 and have a little problem with my rewind and forward buttons. For the play and stop buttons it works fine with this script:

[Code]...

View 1 Replies

ActionScript 3.0 :: Automatically Forward To Site After Flash Is Finished?

Dec 10, 2009

I've looked all over the net to find an answer but no luck. Obviously the getURL script doesn't seem to work with cs4 so I'm looking for another way.

Basically, when the flash intro is finished playing, I would like it to automatically go to the main part of the site.

View 3 Replies

Flex :: Flash - Using Back / Forward Buttons In Applications

Aug 27, 2010

I have a Flex application which uses the BrowserManager class for enabling deep linking within the application. The URLs work fine through all browsers but the back/forward buttons work only with Firefox and Internet Explorer. Even that is a bit flaky and sometimes doesn't work. The buttons don't work in Chrome/Safari or any other browser. How to make this work properly?

View 2 Replies

Flash :: Attached Movie Control With Next/forward Button?

Oct 4, 2011

I use attachMovie to call movie clips succesively on the stage. I use a forward button to slide them in progression but when I want to go back in the same order everything gets messed up. You can see the swf playing here, [URL]..I numbered each frame so you can see when clicking on back button it gets messed up.

// Each of the button functions here call the add_page() function and pass the Identifier of the page that they will display b_0.onRelease = function() {

[Code]...

View 1 Replies

Media Server :: Scrubbing Server-side Generated Playlist?

Jun 18, 2010

I am generating a playlist server-side but am having problems when I try and scrub it on the client-side.Here's the contents of main.asc of my application:
 
application.onConnect = function(client) {
this.testStream = Stream.get("mp4:testplaylist");
this.testStream.play("mp4:test.f4v", 9, 16);
this.testStream.play("mp4:test2.f4v", 11, 10, false);

[code]...
 
The client calls "getStreamLength" to get the length of the sequence from the server; I do this in order to set the length of the scrub bar correctly.The problem is when I try and scrub - both forwards and backwards - it doesn't work; the stream just pauses then picks up where it last stopped, regardless of the position of the scrub bar.Is it possible to scrub a server-side generated playlist using Flash Media Server?I am using both Flash Player 10 and 10.1 and version 3.5.3 of Flash Media Server.

View 3 Replies

Flash :: Forward MouseEvent In Transparent Bitmap To Underlying MovieClip

Mar 24, 2011

So I'm Bitmaping some heavy stuff to try bring down the [pre-render] and [render] which is quite high according to FlashBuilder's profiling. I thought this was going well until I realised that as soon as you change a MovieClip to a Bitmap, you lose the pixel based accuracy of the mouse move events (Over, Out, Move...), all your left with is the entire bounding box of the Bitmap, something which is less than desirable. I've got a game where many Bitmapped assets would be on top of each other in a scene, on the stage, arranged in various ways and need to have that pixel accuracy moving between each one and have exhausted my efforts as to how to achieve the same mouse move results with the Bitmapped guys as normal.

This, [URL], is a FLA which shows this operation, and you can see how it works here, [URL]. When it loads up, both items on stage are drawn Shapes, encapsulated in MovieClips, both that get a glow, if you hover over them. If you click the stage at all, the purple guy gets turned into a Bitmap and now, his 'hit area', when it comes to MouseEvents is his whole bounding box and you can only get through to the back green item at the edge slivers.

I'm also tracing the pixel which the mouse is over, so I can clearly tell when the mouse is over a transparent area, it's 0, but how can I tell the event to forward itself on down the chain to the green MovieClip?

Below is how it's now pretty much working for me,

var bitmap:Bitmap = this['bitmap'];
var shouldMouseOver:Boolean = bitmap.bitmapData.getPixel(event.localX - bitmap.x, event.localY - bitmap.y);
if(shouldMouseOver)

[Code].....

I shut off mouseEnabled for my item, when I know it's wrong, then I search for another item that properly fits the bill and if there is one, send an Event to that and break. If that one's also wrong, it'll do the same again, but each time taking themselves out of the loop.

This does work exactly how I want it to, but I'd always prefer to keep things like globalToLocal and looping, and reading from arrays for not frequently updated methods like listeners to MOUSE_MOVE. Is there a more efficient way to do this?

View 2 Replies

ActionScript 2.0 :: [fl8] Enabling IE Forward And Back Buttons In An All Flash Site?

Jun 21, 2009

how to enable the forward and back buttons in internet explorer for a 100% flash site? Looking for a tutorial which only uses actionscript if that's possible... found a few on google but they use javascript (in seemingly complex ways, and I dont know javaScript)... also named anchors arrent an option either because they dont truely take you "back," they only go to the prior named anchor on the timeline.. And, they only work on the root timeline.

View 1 Replies

ActionScript 2.0 :: Possible To Have Audio 'scrubbing' That Allows To Hear Audio As Scrub?

Jul 21, 2009

I was wondering if anyone could help me get some information on audio limitations in flash. Is it possible to have audio "scrubbing" that allows you to hear the audio as you scrub? Currently the only way I know to do this is by having it on the timeline, and set to stream. Using this method seems to be causing more issues than it solves. Preferably I would just like to load the audio in dynamically and then scrub through it. Is it possible to use that method and then still retain the ability to hear it as you scrub through it?I am having with the audio on the timeline. The main issue with this is that I have to manually add frames to the timeline, in addition to that I can not dynamically load the audio through xml. Well not that I know of.I think the best route is probably loading in the audio dynamically.

View 0 Replies

ActionScript 3.0 :: Using Back And Forward Browser Buttons To Navigate Through The Flash Movie?

Apr 3, 2009

I've a couple of website on thefwa.com in which you can avigate by using the back and forward buttons on the browser.[URL].. Look at the URL String. It's done through that.

View 1 Replies

ActionScript 2.0 :: Enable Broswer Back And Forward Button On A Flash Site?

Dec 29, 2007

If you try navigate around, the url window will change to etc etc and the back and forword button seem to be working also, if you copy and paste the link, the flash will be smart enough to go to the indivual page alsoMy question is s below1) how do we make the back & forward button to work2) how do we contruct the url to be so dynamic

View 2 Replies







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