Flex :: HSlider As Player Seek Time

Nov 15, 2010

How can I convert the hslider data format from decimal into an H:M:S?

View 1 Replies


Similar Posts:


Actionscript 3 :: Flex Hslider Tooltip Similar To Youtube Seek Position

Nov 23, 2010

I don't see any similar tutorial enable you to get the time position when the mouse cursor is on that hslider position, how do I make it possible like Youtube's feature? With this trick, my application would be perfect! Using Flex 4, I hope the code is not too difficult.

View 1 Replies

Actionscript 3.0 :: Seek Unloaded Time In Flash Video Player?

Jun 21, 2011

I created a flash video player. Could any one show me how to seek unloaded time in flash video player?

View 1 Replies

ActionScript 2.0 :: Add Seek Bar MP3 Player?

Sep 24, 2009

I built an MP3 player a couple years back in AS2. I have tried various tutorials and can't seem to implement a basic seek bar. I am hoping for something with a draggable scrubber bar.I have attached the .as file, and stripped out all my failed seek bar code. It's currently published to work with Flash Player 8, and works fine - except for no seek bar.

View 2 Replies

ActionScript 3.0 :: Seek To Cue Point Vs Time

Mar 26, 2011

I know seeking to a cue point is known to be inaccurate at times so I'm wondering if the accuracy of seeking to time and secs better. So far I've seen no true difference.

View 12 Replies

Actionscript 2.0 :: Seek Bar Making For FLV Player?

May 22, 2009

Now i am doing a FLV Player. But how to make a seek bar for that.?

View 5 Replies

ActionScript 2.0 :: Make Seek Bar In My MP3 Player?

Apr 23, 2008

I want to make seek bar in my MP3 Player.

View 1 Replies

ActionScript 3.0 :: When Netstream.time Updated / When Seek?

Feb 17, 2009

The problem is that I have an fla video player that uses the netstream class in order to pull a stream (mp4 h264), I've tried this with a few different mp4 files and they all behave the same..Basically, when I goto seek to a position, say 10 seconds into a 300 second mp4, the movie buffer goes blank and my readout of the current time I can see climbing from around 7 seconds and keeps going all the way to the end.. almost as if the seek command is trying to find a keyframe where it can resume from..I'm using http (not rtmp), and thus streaming directly from naive http.After awhile I decided to use the FLVPlayback component, set the source to the same, and it read in some initial metadata.. when I try the movie with the FLVPlayback component I can pause, seek resume to any position without problem, at first I was thinking the problem might have been http related but if the FLVPlayback component works then I'm a little stuck..Also note that I've checked the seekpoints of the movies and there are TONS of them, so the seek command should be able to find a nearby seekpoint to where I suggest.

View 7 Replies

ActionScript 1/2 :: Implementing A Seek Bar For Video Player?

Aug 2, 2009

implement a seek bar for a video player. I know some basics about that. If possible send me any tutorials for that.

View 2 Replies

ActionScript 3.0 :: Seek To Initialize The Change In Time Vs Play

Jun 25, 2009

I have a custom video player I've built and have been adding a seek function to it lately. I ran into an issue where seeking backward in the timeline stalled my timecode. I could seek forward and my timecode updated as expected, but seeking backward, my timecode would stall at the current time before the seek was requested. I run a function on netStream.time() in order to set my timecode.

[Code]....

View 1 Replies

ActionScript 3.0 :: Add A Volume Slider / Seek Bar / Time Remaining

Apr 9, 2011

I've been toying around with this RepublicOfCode tutorial and changed a few things here and there.For example, I wanted a play/pause button in stead of seperate buttons. And I wanted a stop button so people can actually stop the music.Now here lies the problem, play/pause works BUT after I've stopped the music, the music will start again with the play button but it wont pause, it will just start the song again and again and again... On a side note, I wanna try to add a volume slider, seek bar, time remaining, and possible (if i can figure it out, probably also has to do with the XML) a playlist.[code]

View 5 Replies

Flash :: Getting Error While Trying To Seek In My Streaming Video Player

Jan 28, 2010

I'm building a video player here[url]...

It's streaming RTMP, and I'm trying to get my video to seek correctly if the user clicks on the groove bar (gray bar under the green progress bar) Currently it does not seek and gives me a NaN on my duration variable and an error on my progress bar width variable, which is puzzling me.

For some reason my videoDuration variable is coming up as NaN when used inside of my seeker function, also I'm getting a null object reference error when trying to trace out playerCntrls.progressTotalW which is the total width of the groove bar[code]...

View 1 Replies

Media Server :: DvrCast Application Seek Bar Max Time Updation ?

Jun 22, 2011

I have used the Dvrcast application with FLVPlayback 2.5.0.26 for playing the dvr video.I have successfully achieved the dvr functionality with that application but i don't know how to update the seekbar max time (ex: while I play the video it the video length say for example 3min after i play the video it is keep on increasing the length since its dvr publishing will continue in other hand).It shows the max time of video when I enter to play the video not the current length of the video. I need the help to achieve this function.

View 12 Replies

Flex :: Using An Image As A HSlider?

Feb 16, 2010

I'm using a hslider to select a range of values. However, I only have 5 values.The problem I'm having is that the dragging of a thumb does not look too good and the values of the thumbs are displayed in labels, beside the slider...I was then thinking about how to improve the look of the dragging and the slider.I came up with this: having an image that would behave like a slider. For example, something like this: a background image (sorry for the "drawing")

| 1 | 2 | 3 | 4 | 5 |

With 2 thumbs (min and max values) that would stay in the middle of each box.

View 1 Replies

Professional :: Volume And Seek Bar Handles Missing From Video Player?

Dec 13, 2010

I am creating a custom flash video player for my friend's wife's surprise 40th birthday party. I was progressing through and everything was working fine, but now the seekbar and volume bar handles are completely gone. I was working on doing some buttons to load each video segment when I realized the missing handles. My actionscript is below:

import fl.video.*;
var flvPlayer:FLVPlayback = new FLVPlayback();addChild(flvPlayer);
flvPlayer.playButton = playbtn;  flvPlayer.pauseButton = pausebtn; flvPlayer.seekBar =

[code].....

View 5 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

ActionScript 3.0 :: When Seek To A Point That Has Not Downloaded Yet The Video Player Freezes

Apr 30, 2009

I am using progressive download to play video files in a video player. When I seek to a point that has not downloaded yet the video player freezes. The player enters the seeking state and stops playing.Clicking the play and pause buttons has no effect. The video player comes out of the seeking state and resumes playing only when the video file has completely downloaded. How do I implement the functionality where the player when seeked to a point that has not downloaded simply seeks back to the amount that has downloaded.

View 1 Replies

Flex :: Zoom A Canvas Through Hslider?

Jun 19, 2009

i am required to zoom a canvas through Hslider. The problem is after zooming the canvas i cannot scroll to the extreme left and top of the canvas i.e some part of left and top canvas are not visible. i cannot find the reason. The source code for the example is given below.

[Code]...

View 3 Replies

Flex :: Skinning - HSlider - Set Different Skins For Different Thumbs?

Jul 1, 2009

I am going to use a HSlider to set a range of values. I would like the left thumb to look like ( and the right thumb to lok like ) so they appear to encompass the range like (range) instead of |range|. I only know how to set the skin for SliderThumb which will set the skin for both. Does anyone know of a way to set a different skin for each thumb?

[Code]...

View 3 Replies

Flex :: Get An HSlider With Skins For Each Side Of Thumb?

Oct 12, 2009

I'd like to create an HSlider so that the skin of the track is different on either side of the thumb. So, for example, the track on the left side of the thumb is green, but red on the other.Is this possible or will it take a custom component?

View 1 Replies

Flex :: HSlider Dragging Using Slider Track?

Jan 15, 2010

I am trying to create a simple Music player has play/pause button and an HSlider that shows the position of the song as it is playing using a custom SliderThumbClass. I would like allow the user to drag/drop the sliderthumb or click on the sliderbar to change the position of the song currently playing.

With the code I have below, if I use the sliderThumb to change the position of the currently playing song, it works great. But I if I click directly on the slidertrack to jump ahead/back, the current position doesnt move and there is some flashing of the current position, but it jumps back to where it was and continues playing the song. This does work if I am in the paused state.

As expected, thumbDrag/Press/Release events are not triggered when the user clicks on the sliderTrack - What events should I be subscribing for to handle this case?

<mx:Canvas>
<mx:Script>
<![CDATA[

[code]....

View 1 Replies

Flex :: Skinning The Datatip Of A Hslider Component?

Sep 1, 2010

how to skin the datatip of a hslider component.

I have created a 3 skins with degrafa. One for the track, one for thumb and one for the datatip. I had no problem attaching the skins for the track and thumb of the hslider component. But how can i skin the datatip?

View 1 Replies

Flex :: 4 - HSlider And TileLayout - Reduce To A Certain Size

Sep 13, 2010

I have a simple application that consists of a HSlider and a list that contains a item renderer with a border container managed by a tile layout. For some reason when moving the slider to reduce the size of the item renderer it only reduce to a certain size and wont reduce any further. I use the same principle in flex 3 (with mx components it works fine).

[Code]....

View 1 Replies

Flex :: Detect The Change In HSlider When Value Is Updated?

Jul 6, 2011

Is there a way to detect the value change in HSlider (in Flex 4.0) without touching the slider.Basically, what I wanted is to detect if the slider value was changed programmatically.

View 1 Replies

Flex :: Using HSlider: Coercion Of Event To SliderEvent

Sep 5, 2011

I'm porting a pure Flash/AS3 application to Flex 4.5 this code:

<fx:Script>
<![CDATA[
import mx.events.SliderEvent;

[Code].....

gives me the error

Implicit coercion of a value with static type flash.events:Event to a possibly unrelated type mx.events:SliderEvent.

How do I fix that? The Adobe HSlider doc is unusually sparse.

Is mx.events.SliderEvent still okay to use in a Flex 4.5 application?

View 1 Replies

Flex :: Using HSlider: Coercion Of Event To SliderEvent?

Apr 8, 2011

I'm porting a pure Flash/AS3 application to Flex 4.5 this code:

<fx:Script>
<![CDATA[
import mx.events.SliderEvent;

[Code].....

gives me the error

Implicit coercion of a value with static type flash.events:Event to a possibly unrelated type mx.events:SliderEvent.

How do I fix that? The Adobe HSlider doc is unusually sparse.

Is mx.events.SliderEvent still okay to use in a Flex 4.5 application?

View 4 Replies

Flex :: Flv Player Control Time?

Nov 10, 2009

I am using the flex flv player component and i want to be able to skip 5 seconds forward and backwards , at the moment from what i understand from the documents it is not acurate because the movie can only skip to keyframes sometimes making the skip 6 or 7 seconds. the same goes to cue points which the flv might miss the actual point if there is no keyframe there/ my question is there any other way to use the player in a more accurate manner ? since i see on the web players that can do these skipps

View 2 Replies

Flex :: Labels On Both Sides Of A HSlider Or VSlider Control?

Jun 23, 2009

Is there some way to have labels on both sides of a VSlider control? I need this to show meters on one side and feet on the other side....

View 1 Replies

Flex :: Remove HSlider Horizontal Control Line?

Mar 31, 2010

Does anyone know how can the horizontal control line be removed or made invisible. What am trying to say is, I just want to show the drag-thumb and not the horizontal line.Is there a way to do so, with out using skins?

View 1 Replies

Flex :: Text Box Value Should Increase While Hslider Start Drag

Jun 3, 2010

i have one value in text box(eg:1200) once i drag the HSlider from left to right text box value to increase 1200+150 for each intrevel.if right to left has to decres 150 as same.

View 2 Replies







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