How to Play Slow motion FLV File

Hi,
I would like to play a Slow Motion FLV File in Flex using Action Script but unable to find any way to do so. I have looked into the Action Script API proposed by Adobe but couldn't find any way. Can you people please help me in this regard?
Thanks in advance...

Well I guess you can't do it with play() since it will go real time speed so if thinking out of the box you could edit the movie itself or pause the video and set a timer to move to a specific time location of the flv so it will act like a slow motion. I guess that would require for you to export your movie with a lot of keyframes and I still can't be sure if it would work Good luck with that!

Similar Messages

  • How to play and stop flv files through NetStream in AIR Application

    Hi,
    In a folder I have 'n' number of flv file, which are DRM protected. when the user try to play those files for the first time through my AIR application, it will prompt for username and password and gets the license/voucher from the server and store it in AIR Runtime. so that from the next time onwords it won't prompt for username and password as because it already has license/voucher.
         My problem is assume there are 500 files, such that for each file the user has to enter his credentials[username and password]. which is a stupid thing. I want to avoid this process by implementing this process internally/programetically. By playing/accessing each file through netstream from the folder and setDRMAuthenticationCredentials for that file and stop the stream. Here I am able to play each file but I am failed to stop it. I mean to say I will get the license for all the flv files internally[while loading my AIR application], such that user should not be interrupted for his credentials for each file.He should play as if he is accessing/playing a non-DRM protected file. I will be very thank full if any one help me out in this.
    public function init():void {
          connectStream();
          getLicenseForAllFiles();
          videoStream.addEventListener(DRMAuthenticateEvent.DRM_AUTHENTICATE, drmAuthenticateEventHandler);
          ppt_videoStream.addEventListener(DRMAuthenticateEvent.DRM_AUTHENTICATE, ppt_drmAuthenticateEventHandler);
            private function getFilesRecursive(rootFolderPath:String):void {
                //the current folder object
                var currentFolder:File = new File(rootFolderPath);
                //the current folder's file listing
                var files:Array = currentFolder.getDirectoryListing();
                //iterate and put files in the result and process the sub folders recursively
                for (var f = 0; f < files.length; f++) {
                    if (files[f].isDirectory) {
                        if (files[f].name !="." && files[f].name !="..") {
                            //it's a directory
                            getFilesRecursive(files[f].nativePath);
                    } else {
                        //it's a file
                        fileList.push(files[f].nativePath);
                        //Alert.show(""+files[0].nativePath);
                        var fileName:String = files[f].name;
                        if(fileName.indexOf("PPT_")!=-1){
                            ppt_videoStream.play(files[f].nativePath);
                            ppt_videoStream.pause();
                        videoStream.play(files[f].nativePath);
                        videoStream.pause();
                private function connectStream():void {
                    videoConnection = new NetConnection();
                    videoConnection.addEventListener(NetStatusEvent.NET_STATUS, netStatusHandler);
                    videoConnection.connect(null);
                    ppt_videoConnection = new NetConnection();
                    ppt_videoConnection.addEventListener(NetStatusEvent.NET_STATUS, netStatusHandler);
                    ppt_videoConnection.connect(null);
                    videoStream = new NetStream(videoConnection);
                    videoStream.addEventListener(NetStatusEvent.NET_STATUS, netStatusHandler);
                    video.attachNetStream(videoStream);
                    ppt_videoStream = new NetStream(ppt_videoConnection);
                    ppt_videoStream.addEventListener(NetStatusEvent.NET_STATUS, netStatusHandler);
                    ppt_video.attachNetStream(ppt_videoStream);
             private function netStatusHandler(event:NetStatusEvent):void {
                switch (event.info.code) {
                    case "NetConnection.Connect.Success":
                        //connectStream();
                        break;
                    case "NetStream.Play.StreamNotFound":
                        trace("Unable to locate video: " + videoURL);
                        break;
                private function drmAuthenticateEventHandler(event:DRMAuthenticateEvent):void {
                    videoStream.setDRMAuthenticationCredentials("adobe", "adobe", "drm");
                private function ppt_drmAuthenticateEventHandler(event:DRMAuthenticateEvent):void {
                    ppt_videoStream.setDRMAuthenticationCredentials("adobe", "adobe", "drm");
    Thanks
    Sudheer Puppala

    Hi,
    Please go through following links..this will help you:
    http://lucamezzalira.com/2009/02/28/create-pdf-in-runtime-with-actionscript-3-alivepdf-zin c-or-air-flex-or-flash/
    http://forums.adobe.com/thread/753959
    http://blog.unthinkmedia.com/2008/09/05/exporting-pdfs-in-flex-using-alivepdf/
    Thanks and Regards,
    Vibhuti Gosavi | [email protected] | www.infocepts.com

  • Any ideas how I can view this flv file?

    I have CS3 Flash using Flash Player 9 and Actions Script 3.  I am publishing a progressve loading swf, which has an absolute path to an flv of http://www.haleygroup.com/work_images/basics.flv.  The swf file is located here http://www.haleygroup.com/work_images/basics.swf, along withn the html, flv, and skin.  When I click the button (configured by an XML file) on my web site to view the file, I get a flickering box.  Other flvs in the XML file are configured the same way and work fine.  See this flickering box at http://www.haleygroup.com/, enter site and go to "et al" page, then click "Basics".  Any ideas how I can view this flv file?  Many, many thanks.

    I just changed the path to a relative path of just "basics.flv" and still have the problem.  See swf at http://www.haleygroup.com/work_images/basics.swf.  Thanks.

  • How to play the two video files simultaneously in Xletview

    Hi All,
    How to play the two video files simultaneously in Xletview. But only one video must be visible to user and the other video must run in the background(Invisible to user). I need to implement like broadcasting channel, I don't want to stop the current video while switching to another video and vice versa.
    Is it possible to do in Xletview 0.3.6?. Or Anybody tried this?...
    Sourab.

    I think no one try this with xletview!
    xletview is not for that!

  • HT3775 is there a player that will play a 2.flv file movie on my macbook pro with system os x lion 10.7.5

    Is there a player that will play a 2.flv file movie on my macbook pro with os x lion 10.7.5

    http://www.videolan.org/ 's VLC

  • How to play AVI format Video files in Nokia C6

    Hello All,
    How to play AVI format Video files in Nokia C6-00.
    Thanks
    shanth

    Please read this article to see if it helps: http://discussions.nokia.com/t5/Pool-of-Knowledge/What-to-do-if-video-does-not-play-well-on-your-pho...
    As for the app Smart Movie, well that may not be a fully featured video player and as this is a user to user forum for support of Nokia products and services only, you won't find any help here unfortunately.

  • How to play avi and mkv file

    how to play avi and mkv file in ipad 4 using camera connection kit. please help me.
    and how to play directly any format ipad 4

    but how. i have oplayer hd lite but how play avi and mkv files. i am using camera connection kit to transfer movies but it is show in gallary not in oplayer hd. give me solution. and i am unable to transfer movies using wifi share

  • How to play the local flash file in nexus one smart phone?

    In Nexus one smart phone(android 2.2), the flash file in the web site is played by browser,
    But local flash file is not played.
    How to play the local flash file?
    Does not support local swf playing yet?

    you can create from flash an AIR app that can be installed as a stand alone app on an android phone:
    tutorial here
    http://designupdate.com/blog/2010/07/27/air-for-android-access-the-microphone/

  • Playing slow motion movies from Z2 on pc

    Hi Guys
    what about playing slow motion movies from Z2 on pc?
    I tried and I could not??
    Have you got any ideas (win7 x32)?
    Cheers
    Solved!
    Go to Solution.

    I installed CCCP codeks and I'm able to play on Windows media player without the problems.
    On VLC media I could play however - not with good quality, the picture did not changed fluently, so I uninstalled.
    Thanks for help as well.
    I'm really happy.
    Also I found APP on Android "After Focus Pro" - great software it can do what background defocus cant. So basically I can play with focus as on HTC M8 but in higher resolution (6 MP).
    Cheers

  • Question: how to get the adobe plug in to play a downloaded flv file ?

    I want to know how to get the flv adobe plug in which i downloaded as a result abc or nbc or cbs.com i forget exactly which said i had to and also it seems to be used for playing most all videos from web such as those from utube,hulu, etc. So my question is how do i get the plug in to play any downloaded *.flv video ?  The particulars on the one i have is:
    Output folder: C:\WINDOWS\system32\Macromed\Flash
    Execute: "C:\WINDOWS\system32\Macromed\Flash\uninstall_plugin.exe"
    Extract: NPSWF32.dll
    Extract: NPSWF32_FlashUtil.exe
    Extract: flashplayer.xpt
    also perhaps FLVPlayer.swf of about 9Kb may have something to do with it?
    And the latest update i have was about jan 13 when it seemed to automatically take over my system and update itself.x
    I know it has the ability to do what i want- which is full screen cropped ,change aspect ratios etc. and seems
    It has to be able to or else it could not play the files and give those options which it does on some videos like from utube etc. in the first place. Unfortuneately it has something also to do with the useless *.swf files which are apparently of no use to anything and could certainly be eliminated .
      I have downloaded several freebie flv players such as bs player etc. etc. but they all have so many faults and are not suitable. Bs player does what i want but it hangs , have to go to system mgr. to get out of it sometimes , often difficult to use etc.etc. The main features is i need is to be able to make and play playlists to automatically in full screen one after the other in a specified order with NO user intervention and the ability to magnify or 'pan in' i guess they call it and change aspect ratios so that i can have full screen as if just cropping part of horizontal such as if want to view a 16/9 aspect ratio on a computer as i have with the prior standard 4/3 aspect and change a downloaded vertically stretched to a cropped instead etc.
        Also it doesn't make sense to download others and take up disk space when already have the adobe - also adobe seems to be the only one that plays hulu flv's correctly - on other flv players the video and audio are way out of sync and not just by few seconds but often by a minute or more. I know there is another 'pain' way to do it which is create a *.avi or other extension with loss of clarity etc. which have done but would like to be able to just do it in real time while playing the flv file itself as for example
    as bs player does.
       Anyway if there is no way to get adobe to do this does anyone know of any other free flv player downloads which will do what
    i want - basically playlists, magnify , pan,crop and still full screen, change aspect ratios -  other than bs player ?

    The plugin is what it is: a browser plugin - it cannot act as a standalone player.
    To play local flv files you either need to
    download/install the standalone player (Projector) from http://www.adobe.com/support/flashplayer/downloads.html
    download/install Adobe Media Player http://www.adobe.com/products/mediaplayer/

  • How do I play slow motion video in real time?

    I accidentally recorded video on my iPhone 5s in slow motion, and now I want to import it into iPhoto and play it in real-time.  How can I do that?

    Thank you for taking the time to contribute. Unfortunately, you are referring to the dekstop version of iMovie - my question specifies iMovie for iPhone (and I asked in the iMovie for iOS forum).
    I would find it hard to believe that Apple included a way to record slow-motion but not be able to get that footage into iMove (iOS App version).
    Thanks.

  • Play slow motion videos recorded with an iPhone on a Mac

    Hi!
    I have the following problem. Yesterday I was recording some videos with my iPhone, some of that videos were recorded on slow motion (120 and 240 fps). Today I download that videos to my Mac but I have a problem. When I play the videos with VLC I see it normally, not in slow motion. So, how can I see it in slow motion? Doing some tests I saw that the video it's always follow for an .AAE file. Is there any way to have this two files in one?
    Thank

    Hi Terence
    In an attempt to clarify what I want I have written a post here complete with screenshots:
    https://docs.google.com/document/edit?id=1TPhIFq6BrjgbY7V3So5V3nOaAQSLpzfnPpfd_T KYlF4&hl=en
    Please could you stop posting responses here, and instead respond here (as this problem has been posted on 3 forums and I want all collaborators to easily see each others input).
    Please respond here:
    http://discussions.apple.com/thread.jspa?messageID=11842996#11842996
    Thanks!
    Mark
    PS Hope this is clearer with the screenshots.

  • How can I mask on flv file in flash cs4?

    Hi,
    I am new to Flash CS4. I saw one video on how to use flv file in flash and mask it. It is working fine when I am using the following option while importing a video file to flash:
    Load external video with playback component
    But when I tried with the following option it doesn't show the background, it shows only movie which is playing nicely. But not the background which has a bill board.
    Embed FLV in SWF and play in timeline
    It seems the mask is not working with this option.
    How to solve this problem? Please help.
    Actually it should be like the above.
    But when I am using the option Embed FLV in SWF and play in timeline while importing the flv video, getting the result like below: It is not showing the Bill board as above.
    See the layers created:

    Hi,
    I Tried with CS4 by creating mask layer and importing video , layers created were same as you have created and it is working for me .
    Here is the screen shot of the .fla file.
    Screenshot of .fla file

  • How do I replay a FLV file with flvPlayback AS3

    Hey Everyone.
    Pretty new to Flash and AS3- so I apologize in advance if my terminology is all wacked out.   I've researched this topic for the better part of a day and cannot find my solution.
    I've got a .flv file uploaded on my server that plays just fine.  I created the video in Apple Motion, exported out a .MOV reformatted it using Adobe Media Encoder.  Imported into Flash using the import video menu command.  I ended up with a .swf and a .flv.  I upload both to my server, built a webpage and use the swf to play the .flv.
    Anyway.  Everything plays.  I need a button that a viewer can push and replay the video once it stops.
    I can create shapes in flash and can turn them into buttons.  Easy enough.  Seems like I need to create a script to go with that frame in the timeline?
    I keep reading about creating a listener and an event? But it's confusing finding answer because the is no clarification whether people are using AS2 or AS3 and I feel like I'm just chasing my tail.
    Can anyone point me to a tutorial or help me out?  Any advice is appreciated.
    You can see the video here.
    http://www.evisland.com/Pages/How_It_Works.html

    What you need to do is
    1  drag the movie to the stage.
    2  give frame 1 a lable of "frame1"    You can do this by clicking on frame one, then in the property inspector there is a field labled frame lable.
    3  Go to the last frame and make a play button.  Give the button an instance name of "player"
    4  here is the event listener code that will activate when the "player" button is clicked.  It will go back to frame 1 and play.
    To Clarify this is Action Script 3
    stop();
    player.addEventListener(MouseEvent.CLICK,startOver);
    function startOver(event:MouseEvent)
    gotoAndPlay("frame1");
    Thats all.

  • How can I hide my flv files?

    hello,
    I made a flash project that I published as an exe file. this project calls a number of external flv files. Now, I want to hide these files, because it's my own work and I don't want anyone to steal it, how can I hide these files?
    my project will be published on a cd.
    thank you for your help

    Well the best feature of having all the content on the CD is that it's all self contained, no need to go someplace else (like the Internet) to get content. But it certainly is possible to store the .flv files on a Web server and have Flash content on the CD go to the Internet to download and play the videos. Little more complex to get it all working AND then the user must have an Internet connection available or they can't see the videos. But even then... if it's on the Internet it can be copied.
    Or look into sone type of encryption program:
    http://www.truecrypt.org/
    http://www.axantum.com/axcrypt/
    but I'm not sure that you can use the content without first decrypting the data.
    As for watermarking and adding a copyright notice, this is normally done when the video is first being edited in whatever software is used to capture and edit the original video file. Once the file is already created, there are software programs to add the mark... something like this:
    http://www.videowatermarkfactory.com/
    Best of luck!
    Adninjastrator

Maybe you are looking for

  • Screen Goes Blank, Hard Drive Stuck, Cannot Re-Install, or recover

    I have somewhat a bizzar problem that even with several years of IT experience I seam not to be able to figure it out. I thought I toss it our here at Toshiba community in hopes of people's collective experience shedding some lights on my problem.  I

  • X305-705 no sound to TV

    I have the Qosmio X305-705, and my TV is the Samsung HP-T4254 Plasma. I am having a issue with the audio, I used the HDMI for video and it works great. I was told by a PC rep to use a Monstor 1/8 mini stereo to RCA Cable, which I purchased, and attem

  • K89 NEO4 PLAT/SLI Do I have to send it back?

    Was hoping to get a GEFORCE 7800 GTX for this mobo with either a 3800 or 4000 athlon 64 do I have to send it back to MSI for a bios flash. P.S this is my first build so any tips would be welcomed.

  • On a sx40. When I turn on camera I get Lens Error Will shut down automatically. Restart camera

    I need help.  I bought a sx40 camera on ebay.  After only a month of occassional use I now get a lens error message. It states Lens Error, shutting down automatically Restart Camera.  I have not dropped the camera or abused it in any way.  But there

  • MOSXSWebPassword

    How do I get this to work on my XServe? I install it, and point my browser to the page in the readme, and it doesn't pull up. I get: "The requested application was not found on this server."