Flex :: VideoDisplay Class Does Not Show Preview Of Frames When Draging The Track Slider?

Jul 15, 2011

I'm using Flex 3 VideoDisplay class for playing streaming video. When I drag the track slider(change the playheadTime) there are no preview frames even if that part of the video is already loaded.

Is there anything I can do to enable this feature (from the configuration of media server or in the Flex client)?

View 2 Replies


Similar Posts:


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 :: Make The Slider Track A Bit Thicker With CSS?

Apr 11, 2010

How can I make the slider track a bit thicker with CSS?

View 1 Replies

Flex :: VideoDisplay Child Always To Be Same Size As VideoDisplay

Sep 9, 2009

i have a VideoDisplay [code]and i want to make the child inside VideoDisplay to resize with him to make his size 100%/100% (size of the child)cuz video.height and width accept only integers and ican't put % in there

View 1 Replies

Flex :: Cancel 'seeking' State Of VideoDisplay Class?

Jan 12, 2011

I have a VideoDisplay instance playing some video. When I click on the video slider (also my component) the property videoDisplay.playheadTime is set and the videoDisplay.state goes from 'playing' into a 'seeking' state for a brief moment (the videoDisplay seeks for a new position and then plays the video again). Intended bevaiour. But if I'm (or any random user) fast enough, I can set the playheadTime again while the player is still in 'seeking' state. When repeated several times every click is enqueued and the videoDisplay jump on every place of the video I have clicked(this is happening in an interval about 10-15 second after my last click). When I use live dragging the videoDisplay, overwhelmed by seekings, goes into 'error' state.My question is - is there any way to cancel seeking state of the VideoDisplay class? For example player is in 'seeking' state, I set playheadTime, and the player forgets about last seeking and try to find the new place of the video.

View 1 Replies

Flex :: Show DataTip For SLider Control?

Jan 6, 2011

Is there any way to always show DataTip for SLider control in Flex 3.5?

View 2 Replies

Actionscript 3 :: Flex - TitleWindow Simulate Drop And Prevent Draging For A Few Seconds?

May 31, 2011

I wish while i am draging and moving arround TitleWindow instance and a specific event occure to simulate drop of the window, and not further moving been possible for a few seconds.It is very unusual question but it will be more than handy each point to a solutionP.S: The whole idea is as follow : When i am draging a TitleWindo instace with the mouse, and if the TitleWindow hit the border of it's parent container then to drop the TitleWindow, and not further moving is possible (simulating release mouse button). If i wish to move it again, then i should click the TitleWindow title again and grag it.

View 1 Replies

ActionScript 3.0 :: Track Dropped Frames In Flv

May 21, 2009

has anyone seen a handy component or code to monitor playback of your flv to see if flash is dropping frames.It would be nice to see total frames dropped, and maybe average frames dropped per second.In a perfect world it would be a graph over time.

View 3 Replies

Actionscript 3 :: Slider In Flex Should Control Variable In Class

Nov 3, 2010

In my flex-app there is a slider that should change a variable inside a AS3-Object. How do you realize that? It's np problem to control the slider with the variable, but I want it the other way :)

View 2 Replies

Show A Preview Image While Flash SWF Is Loading?

Aug 12, 2011

I have some 3rd party Flash SWFs on my site that are up to 100KB in size. e.g. the Flash video player "JWPlayer" SWF is 98KB.

That's fine for people with Broadband, but not so good for the slow dial up bandwidth visitors. e.g at 40 kbits/s, we're talking 20 seconds to download.

The problem is that on slow connections, all the visitors are seeing is a static white screen, and so may close the page thinking it's dead. If I right click the area where the SWF is to go, an Adobe Flash Player Object is occupying the space, but the 3rd party SWF has not finished loading in yet.

I would like the website visitors to see a loading spinner GIF or something similar.

Unfortunately, none of the 3rd party SWFs have "preloader" element. And they are not open source, so I cannot add a preloader to them.

Is there any way to display a loading image, prefereably a GIF animation, while the SWF is loading?

For example, is there any way to force the Adobe Flash Player to show an image while it is loading in the SWF?

I don't have any Flash coding skills, so a solution that doesn't include creating an extra SWF or a SWF within a SWF would, probably isn't best for me, but might be worth adding to the post in case other people have a similar problem.

View 2 Replies

ActionScript 3.0 :: Show Bitmap Preview In Flash?

Sep 16, 2009

I need to show a thumbnail of the image from my local system. So far, I am able to achieve that using Loader class and its working fine for .jpg .gif and .png extensions. But, the same is not working for neither .bmp nor .tif files. I came to know that Loader class is not capable of doing this operation. [code]...

View 4 Replies

Media Server :: Show A Progress Bar Both On Recording And Preview Video?

Nov 2, 2010

I am developing a web application. where user can record video, audio and can take photos.
 
The recording is working fine. but only upto 70% of video is recording. How can I know the video progress?
 
Is it possible to show a progress bar both on recording and preview video?

View 3 Replies

ActionScript 3.0 :: Line Tool - Any Way To Show Preview Of Drawing Object?

Jan 26, 2009

Right now I can create a straight line from mouse down to mouse up. What I can't quite get is a preview of that line. does anyone know of a simple way to show a preview of the line while the mouse is still down and the user is moving the mouse?

What I have now:
Code:
var clip:Shape = new Shape();
addChild(clip);
stage.addEventListener(MouseEvent.MOUSE_DOWN, startLine);
stage.addEventListener(MouseEvent.MOUSE_UP, drawLine);
function startLine(evt:MouseEvent) {
clip.graphics.moveTo(mouseX, mouseY);
} function drawLine(evt:MouseEvent) {
clip.graphics.lineTo(mouseX, mouseY);
clip.graphics.lineStyle(1, 0xff9933);
}

View 2 Replies

ActionScript 3.0 :: X Slider To Change Frames Of A Mc?

Aug 3, 2011

I am trying to set up a file with a sliderMC that would change frames in another mc when the user drags it left or right. So far I have:

var pos:MovieClip;
pos.onPress = function ():Void{
this.startDrag(true, -10, 0, 600, 0);

[code].....

but I am stumped as to how to code AS3 so that when the instance of

pos is between 0-150 to go to mc frame 1
when x equals 150-300 to go to mc frame 2
when x equals 300-450 to go to mc frame 3
when x equals 450-600 to go to mc frame 4
when x is greater than 600 to go to mc frame 5

View 8 Replies

Professional :: Text Fields Don't Show Up In Preview Hard To Edit Webpage Template (monster)?

Jan 9, 2012

While I'm just a beginner right now it/I'm an experienced computer user and I have really enjoyed/but when I'm looking at it now I'm trying to use flash to edit a website template, for example monster templates. I bought a template from the site and nine trying to edit it now and well it just seems like it's a very very long process to do something kind of where I just want to look at the page and I want to edit the text and only I go to bed doesn't seem to be the case. So I'll show you what I mean.
 
When I'm using the program and I'm in Adobe flash I'm looking now at the screen inside the program and there's no text I see the graphics images and there's no text and also is that some type of way where it's easy to navigate link to link where I can just edit the text what supposed to be in there rather than search for the funeral push page up and down until I come across just a white background with tax and then have to edited which is pretty confusing because I don't know where that's located but I the general idea that if you change it but surely there must be an easier way.
 
So basically I'm including a screenshot that shows you exactly what I'm talking about. Basically once again I'm in fashion items Sandy text so it's kinda hard to see what was going on or whatever so you can see the snow text located in the thing but however when I publish the file yeah you can see the text and everything I'm kinda looking for some type of you well be able to see this and just edited really. I know there are other programs out there like SWF edited her or quick note to some like that. But I really wanted to use flash, unexperienced Photoshop user and I really love all Adobe products and I really think that this is the master program to use however I'm really don't want it as of right now it's been about 40 days and nine still a bit lost navigating through the program will I'm just really just China entities tax bills and just go through the site. Now I realize I should have the respect for beautiful program like this and it's not been a be set up to the way that I'm hoping it Siskind be a point-and-click editor I understand that. I'm just wondering if anybody has any type suggestions or perhaps of I'm missing something which is fantastic.

View 1 Replies

ActionScript 3.0 :: Frames Out Of Sequence With Slider If Slide Too Fast?

Sep 8, 2010

I am working on a map that changes colors as called through a slider.  Each color or map status is a differnt frame in a MovieClip.  When I pull the slider back/forth really quickly, the frames get a little out of whack with the slider...

[Code]...

View 3 Replies

ActionScript 2.0 :: Create A Flash Music Player - Play - Pause - Stop - Volume And Show The Track?

May 12, 2008

the player needs to have a play, pause, stop, volume and also needs to show the track I'm currently listening to (play list).

View 1 Replies

ActionScript 2.0 :: Stop Progressing Through Preloaded Frames Along Timeline With Slider?

Feb 16, 2005

if I can control volume by means of a slider , is there anything to stop me progressing through preloaded frames along a timeline with a slider? has anyone tried this? i am imagining giving the user control of a decaying image from beginning to end with the use of a slider?

View 1 Replies

ActionScript 2.0 :: Stop Progressing Through Preloaded Frames Along A Timeline With A Slider?

Feb 16, 2005

if I can control volume by means of a slider , is there anything to stop me progressing through preloaded frames along a timeline with a slider? has anyone tried this? i am imagining giving the user control of a decaying image from beginning to end with the use of a slider? does this sound the wrong way of going about this? i am ok with actionscript but with this, i havent a clue where to begin!

View 1 Replies

Flex :: Removing VideoDisplay In Flash

Nov 12, 2009

I have a videoDisplay object in a popup.When I remove the popup the video continues to play.How do I remove the videoDisplay object from memory?I have tried setting the variable to null but with no luck. I can just call the stop() function and forget about it but am wondering whether this won't come back and bite me.

View 1 Replies

Flex :: VideoDisplay Reconnect After Idletimeout?

Mar 26, 2010

I have a VideoDisplay that is able to connect to a source and play. After the connection times out I want the connection to be re-established when my play button is clicked. Right now when I reset the source and play the videoDisplay, it gets stuck in the loading state.

View 1 Replies

Flex :: VideoDisplay Can Play MP3 Files?

Apr 12, 2011

Is it possible to play MP3 files using the VideoDisplay or VideoPlayer components?

View 2 Replies

Flex :: VideoDisplay MetaDataReceived Ready Totaltime

Nov 2, 2009

I'm building a video player that run's FLVs and cannot overcome the fact that flex foes not fire the metadataReceived event sometimes. Sometimes it does and sometimes it does not. Therefore the total time of the FLV remains -1. I understand its a known bug , I'm researching about it for a long time now , but could not find a good workaround by now, found one that says to set the buffer time to 0 and try that, but it's also does not work.

View 1 Replies

Flex :: Video Or VideoDisplay When Does It Make Sense To Use One Or The Other

Nov 19, 2009

Flex appears to have 2 video classes: Video and VideoDisplay. My question is when does it make sense to use one or the other?

What I can tell from initial glancing is that VideoDisplay responds to mouse events because it inherits from IntaractiveObject, but I'm not sure if it's a real difference, because Video seems to have a workaround for this in that you can add your own event listeners.

There's probably more to it, but this is the only difference I can see now. So my question for those who used these objects extensively, can you share your experience when you use one over the other.

View 1 Replies

Flex :: Adobe - Take Screenshots Of A Spark VideoDisplay?

Mar 2, 2010

I want to build a component, where the user can play a video in a Flex Spark VideoDisplay. There will be a button and whenever the button is pressed, I want to save the current time of the VideoDisplay plus a screenshot. The screenshot needs to be someway saved, because I want to display all times and screenshots in a DataGrid (screenshots should appear when the user hovers a time in the DataGrid). So, how can I take screenshots of the Spark VideoDisplay and save/display them?

View 2 Replies

Flex :: Random Point On VideoDisplay Isn't Accurate Enough

Mar 17, 2010

For a schoolassigment me and some buddies of mine are creating an application that is showing many similarities with the C-Mon & Kypski musicvideo on [URL]. The application is being developed in Flex.

We want to get a random point of a clip, let it pause so a user can mimic the pose and make a snapshot out of it.

What i managed to do is get a random point of the movie. I did this by getting a random value between 0 and de total duration of the movie.

But what i didn't managed to do is let the screen pause on every 24st of a frame. As the movie concist out of 24FPS. It looks like the the random value of the movie that is being requested is being rounded by the movie itself. As example: There appears to be no difference between the frames requested at 2.40 or 2.41.

It appears it got something to do with keyframing i've read on the Adobe® Flex™ 3.5 Language Reference. The movie is a FLV file and i use the VideoDisplay object to display the movie.

View 1 Replies

Flex :: VideoDisplay: How To Autoload Without Auto-running

Apr 15, 2010

I'm using videoDisplay MXML component for my Flex app.I would like to autoload videos (in order to display the first frame) without automatically run them.

View 2 Replies

Flex :: VideoDisplay Cannot Load Local Flv Files?

Jun 28, 2010

I have noticed that I have to put flv files in the same or sub-directories of the application file, for example myproject/bin-debug/flvs/1.flv, and use videodisplay.source="flvs/1.flv" to load.

If I put it in myproject/flvs/1.flv, I cannot load it in VideoDisplay, using videodisplay.source="../flvs/1.flv". However the metadata (duration for example) is retrieved, but play() cannot start it.

View 1 Replies

Flex :: Url To Play Rtmpe On Videodisplay Component

Feb 1, 2011

I'm trying to play a video from amazon cloudfront in a videoDisplay component in flex3. My problem is that the source url is a rtmp with expire, key-pair-id and Signature parameters. I don't know what final url pass to the videoDisplay source. [URL]..

View 1 Replies

Flex :: VideoDisplay Control Does Not Open Stream

Jul 9, 2011

I'm trying to make VideoDisplay playing media with FlashDevelop. Here's the source of my application:
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="[URL]">
<mx:Script>
<![CDATA[
import mx.events.VideoEvent;
private function pause():void {
[Code] .....

The problem is when I build application and run it (unfortunately, got no idea how to run it without KMPlayer or Mozilla - Flash Player is a plugin afaik) I got no video. The movie file is in the same directory as application's "Application.flv" one. But if I reload application (within player or browser) a few times, video starts. So, here are my questions: What's wrong with VideoDisplay component and how to fix this 'non-playing'? What's the better way to execute application than running it within movie player or browser?

View 4 Replies







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