How to play video files in flex 3

Hi,
i want to play 3gp, wmv, avi or mpeg video files in flex 3. can any one help me in detail. please

if it is only happening with server side videos it can be a cross-domain policy issue, you can take alook  here for more information;
http://livedocs.adobe.com/flex/3/html/help.html?content=05B_Security_04.html

Similar Messages

  • How to play video files that are in Drop box on iPod?

    How to play video files that are in Drop box on iPod?

    I am going to have to write a technote about this, because it comes up a lot.
    Flash Player itself is designed to play SWF content as a browser plugin or as an ActiveX control (when it's IE Windows).
    There is a standalone Flash Player, but that's something Adobe  provides directly as a feature of Flash CS4 Professional. It gets installed with Flash. We have made some standalone players available on http://www.adobe.com/support/flashplayer/downloads.html, but not all (and I don't know why.  Looking into it)
    There are numerous 3rd party standalone SWF players out there though.  Some designed to just play video, others that play full SWF. I suggest a google search of 'play SWF standalone' and read the results.
    On the Mac, consumers who want to play SWF content off their desktop can use the Adobe Media Player. You can import a local SWF (and FLV and other video) and play it in AMP.  Get it here:
    http://www.adobe.com/products/mediaplayer/
    That's Mac only, doesn't work on Windows.

  • Toshiba 40SL733g - How to play video files from USB flash memory

    When I plug my USB flash memory in USB port, Media Player menu shows up with two options : Photos and Settings.
    How do I make my TV recognize and play video files from USB flash memory?
    Flash is on FAT32.
    I have tried to play avi, mp4 and mkv files but nothing happens. It looks like flash is empty.
    Could you please help me solve this problem.
    Thanks!

    bzunic, have you updated the firmware for your model?.
    With my own set, (32RL900A), the instruction manual said that certain buttons on the remote control were "unused", however, after the first firmware update, the previously "unused" buttons were used, (In our case, Time Shift, Record, and so on).
    The reason I talk about this is, these features became available after a firmware upgrade, and were not mentioned in the user manual, in our case, and a later download of the instruction manual for our model actually gave the instructions for the use of these features, which were shown as "not available", in the original instruction manual supplied with the TV, but became available after the firmware upgrade.
    Let us know how it all works out ............
    donhe7

  • How to play swf file in flex builder3?

    Hi!!!!!! I have made a video player in Flex project ......In source of video display I have added the path of my swf file which is as follows:
    <mx:VideoDisplay id="player" source="C:\Documents and Settings\sachin\Desktop\absolute-values.swf"
    maintainAspectRatio="true"
    width="450" height="300" autoPlay="false"
    playheadUpdate="videoDisplay_playheadUpdate(event)  ;"/>
    But when I am clicking on Play button ,I am getting following error:
    Error: 1000: Unable to make connection to server or to find FLV on server.
    at mx.controls.videoClasses::VideoPlayer/play()[C:\autobuild\3.2.0\frameworks\projects\frame work\s rc\mx\controls\videoClasses\VideoPlayer.as:1327]
    at mx.controls::VideoDisplay/play()[C:\autobuild\3.2.0\frameworks\projects\framework\s  rc\mx\controls\VideoDisplay.as:1464]
    at basicvideoplayer/___basicvideoplayer_Button1_click()[C:\Documents and Settings\sachin\video player\src\basicvideoplayer.mxml:44]
    Can anyone help me in removing this error?Kindly give me a  code  to Play,Pause and stop my swf file.

    GRag and Mesh are correct. You cannot use Flex to access a file on a user's hard drive, which is where your path is pointing.
    Instead, create a folder within your Flex project, under the "src" folder (example: src/assets/videos), and put the SWF there. Change the path in your code to point to the new location, like "assets/videos/myVideoFile.swf". Note that you don't refer to the src folder; it is the "root" of your application, and when you deploy all your files to your web server, you will be copying the folders you created to the root folder of your web server. So, all the paths will remain consistent. Flex will attempt to find "assets/videos/myVideoFile.swf", starting from the "root", or location, of the application itself.

  • Getting problems while playing video files in flex player

    Hi friends,
                    Here i can able to play all video file formats like .mp4,3gp,.flv,.swf.But the problem ,i can't able to play mobile recording video files in this player even if that files are mp4 or 3gp or flv.In this scenario,can't understand what should do and where is my problem.So it would be grateful if anybody suggests and share me some idea where i am wrong.
    Regards,
    abhishek

    People use one-player-per-video because you can't reuse player objects. Player is a parent class to a whole bunch of subclasses, each subclass is capable of playing a specific kind of video. So when you create your Player object, you're actually creating some subclass type that's specific to that video type. So while it's technically possible to use a single Player subclass to play more than one video, unless all of your videos are of the same video encoding / audio encoding...you won't be able to reuse it.
    What you need to do is dispose of the last player before you create a new player (player.close), and do that over and over again. That way, you're never using more than 1 player's worth of memory...

  • How to play video files by using UITableView?

    Hi, In my iPhone application I need to show a video image in UITableView. Each tableViewCell have video and some labels. I used the MPMoviePlayerController for showing video in full screen when the cell is selected. But, I am getting error that MPMoviePlayerController class is not there. I tried using UIWebView. But, I could not make it. How can I play a video, when the cell is selected. Some say that videos do not play in simulator. They only play when we test in device. Is it right ? Please help me with the solution.
    Thank You.

    I used MPMoviePlayerController class for this.And included framework #import <MediaPlayer/MediaPlayer.h>.

  • How to play MP4 files in Video Display compoenent?

    Hello,
    I am facing probelm with playing MP4 H.264 format 16/9 format in VideoDisplay compoenent on mobile devices.
    I had tried with VideoDisplay and MP4 files from local storage as well as server located mp4 but
    on player UI shows that playhead tip is moving - but black screen, no sound.
    I am able to play! But the same file I am able to play with VLC player. Let me know what are the restrictions for playing video files...
    I had tried as follows :
    <s:VideoDisplay id="video"
            autoDisplayFirstFrame="true" autoPlay="true"
            source="http://10.15.20.147/video.mp4"/>
    I will be very thankful if somebody can help me out?
    With Regards,
    Sachin Potdar

    if it is only happening with server side videos it can be a cross-domain policy issue, you can take alook  here for more information;
    http://livedocs.adobe.com/flex/3/html/help.html?content=05B_Security_04.html

  • How to play HLS stream in flex

    i aim to create a flex mobile application for iOS platform,which will play videos of streaming form.
    as i kown,only Http Live Streaming(HLS) is supported on iOS, then how to realize the playball of video of HLS form?
    if i have a valid m3u8 playlist url,how to play it in my flex mobile application?can anybody help or give me some advices?
    i will be thankful!

    GRag and Mesh are correct. You cannot use Flex to access a file on a user's hard drive, which is where your path is pointing.
    Instead, create a folder within your Flex project, under the "src" folder (example: src/assets/videos), and put the SWF there. Change the path in your code to point to the new location, like "assets/videos/myVideoFile.swf". Note that you don't refer to the src folder; it is the "root" of your application, and when you deploy all your files to your web server, you will be copying the folders you created to the root folder of your web server. So, all the paths will remain consistent. Flex will attempt to find "assets/videos/myVideoFile.swf", starting from the "root", or location, of the application itself.

  • Playing Video files taking too much CPU processing(50 % )

    Hello everyone,
    My macbook taking too much CPU processing power for playing Video file.Below shared the statistics..Is it a issue..? can you please help me here..I can't play simultaneously 2-3 MKV videos..distorted picture Quality.
    Macbook:
    mkv
         Qucik Time PLayer (using perian plugin):50%
         vlc:40%
          mplayer:60%
    normal(example Mp4)
         Qucik Time PLayer (using perian plugin):30%
         vlc:25%
    where a normal Linux system takes
      mkv file with VLC : 20-25%
    Thanks in advance...

    Simple thing to try would be to disable composite and see how you fare then
    Check the logs first, though

  • How to play videos in normal quality in youtube as it is always buffered in hq and there is no option to change quality??

    how to play videos in normal quality in youtube as it is always buffered in hq and there is no option to change quality?? problem because i hav network speed upto 512kbps and hq videos are nt buffered properly in it..

    macalltheway wrote:
    What a bummer.
    Now I'm stuck with a just-about useless camera. I really need something as small as the FH1 (it's TINY).
    Hard-drive camcorders record MPG2, which I assume makes them just as useless.
    Is then MiniDV the only choice for a sub-$500 1080i/p camera that will allow me to edit footage without converting?
    If so, any tips on the smallest one out there?
    Google came up with Sony's DCR-PC55, but it's four years old and only does SD...
    Do you want good OR do you want cheap? That is the decision you need to make. Also, tiny tends to be the opposite of good.
    P.S. AIC converted it best; ProRes(Lo/HQ) left it pixelated for playback. But it takes about an hour a minute, and increases the file-size tenfold, so it's no good anyway.
    Yes, your actual editable video file is going to be 10x bigger than a MPEG-4 file. That is what you want.
    P.S. 2 "....FCP is converting your video behind the scenes which is causing all your problems."
    If that's the case, then my oldish MacBook Pro (2GHz Duo, 2GB RAM) has enough juice to play the 640x480 MPG4 clips smoothly, but not the HD ones. Could the latest MacBook (2.5/6/8GHz, 8GB RAM) could play the 1080p30 clips smoothly?
    No, you still have the same problem. MPEG-4 files are non-editable. You really need to convert to an editable format and then bring that into FCP. MPEG Streamclip is going to be your best choice.

  • How to play video on single DMP 4400G

    We have bought Cisco DMP 4400G, and want to play on it video files witch are stored on PC.
    DMP is installed, and we have IP and access to them.
    We don’t have any Management system.
    Does it possible to play video file on DMP located on some PC or server on LAN or not.
    If not, how to store video file on internal storage and play it?
    Can anybody help?
    Thanks

    Hi.
    Please see the DMPDM user guide. Its book-length PDF is available here:
    http://www.cisco.com/en/US/docs/video/digital_media_systems/dmp/user/guide/5_x/5_2_x/dmpdmuse.pdf
    In particular, please check its final chapter, "Video and Audio."
    If you need other DMP documentation in addition to that, please see these guides.
    The DMP getting started guide is here:
    http://www.cisco.com/en/US/docs/video/digital_media_systems/dmp/getting/started/guide/5_2_x/5_2_2/GSG_all_DMPs.pdf
    Regulatory compliance and safety information is here:
    http://www.cisco.com/en/US/docs/video/digital_media_systems/4400g/regulatory/compliance/rcsi2_4400g.pdf
    Content creation best practices (for users without DMM) are here:
    http://developer.cisco.com/web/dms/docs
    Good luck.
    If I've helped you, please rate my response and mark your question as answered.
    Regards,
    Gary

  • HT4072 can't play video files (mp4, avi, mkv) with 5.1 audio tracks

    I have two Macs, one with a mini-optical out and no audio through its mini-displayport, and the other that supports digital audio out through its mini-displayport. On either of my Macs, how can I play video files (mp4, avi, mkv) in 5.1 using Quicktime or iTunes or VLC? I've heard I need Perian. Is this true? If so, how do I configure it on either machine?
    Note that when I connect the computer that supports audio through the mini-displayport to my receiver, my home theater receiver detects a PCM audio connection, but the audio I get out of my speakers is still stereo.
    Both computers are running Snow Leopard. I haven't had the need to upgrade to Lion yet, but if the answer is that I need Lion do do this, I'd spend the $29.
    Thanks for the help!

    daedalusman wrote:
    This just happened for the first time with an .mkv file I was trying to play. It started fine but then after selecting a menu option in smplayer the video disappeared. It didn't go black, the player just stopped presenting the video. In other words the player switched to audio playback mode only, the window was unable to go into fullscreen or be resized. Smplayer still works with other HD files. Deleting the config directory fixes the problem until I select a menu option, such as, setting the audio to 5.1, then the video portion disappears again.
    Does anyone know what is going on here or have any ideas on how to fix this issue?
    Thanks for any help provided.
    that's because now mplayer they switch to libavformat demuxer for mkv and ogg and i think is a bug in smplayer because is making some configuration for files in file_settings in which is sets demuxer & co. this switch is confusing smplayer and it should be reported upstream
    p.s if you actually select demuxer from smplayer to mkv it would work perfectly

  • Looking for some info on how to play music files on IPAD2

    Hi and thanks for sharing.  Trying to figure out how to play sound files such as wavs or mp3s on my ipad2 while I browse the internet or use my computer.  I was trying to see if the music feature will play my songs or if I can import downloaded files from the net to itunes and if that will play in the background.  I have an audio program that can send sound files to email and was trying to figure out how, similarly, to get this play in the background while I do things too.  That and sound files downloaded from the internet.   Do these go to iCloud when you download them?  Can I import sounds into itunes with my iPad someway.  (It's the only computer or device I own).   Basically looking for a pathway to get music from my audio program that's sent to email, and clips I've DLed off sites on the internet, to play while I use the pad or browse the net.  Thanks for your intel on the mission.   Cheers!

    The only way to get content into the Music app is via iTunes store downloads or syncing with itunes on a computer. You will need to find a third party media player such as VLC (whick integrates with DropBox and GoogleDrive, if that appeals to you).

  • How to play videos in Nokia C2-02 ?

    could u pls help me how to play videos in c2-02 mobile?
    Moderator's notes: The post was edited. A more appropriate subject is provided.

    If you want to play videos present in your pc on your phone, they must be converted to phone supported resolution.
    You have to convert the high resolution videos to low resolution 320X240, MP4 format.
    You can do so with Format Factory software for PC.
    Get it at www.pcfreetime.com
    Any further help, feel free to ask.
    -------------------If this post helped you, click on accept as solution.------------------
    -----------------------------Appreciate by clicking on white star.----------------------------

Maybe you are looking for

  • Jar file upload and transport in Java webdynpro

    Hi, I wanted to change do small chnage to the existing jar file in webdynpro jave application. I did change the jar file. Question: Please let me know how can i include this jar file into existing application back and how the transport happend for th

  • Global Service Query

    Hi all I downloaded the sample application from sdn called <b>com.sap.netweaver.kmc.globalservice.zip</b>Its sample global service for capturing KM events. I modified only the EventHandler.java and added some JCO statements in the method when somethi

  • Syncing contacts across devices

    Hi I'm having issues with trying to get one set of contacts to display across all my devices. Whereabouts do I create my master set of contacts and how do I then get that to be the same on my iPhone/laptop/iCloud/iPad? Currently after much frustratio

  • [SOLVED] libido3 preventing pacman update exists in filesystem

    After running pacman -Syu, I receive the infamous .../exists in filesystem I read the wiki and pacman -Qo on each of the trouble files results in the owner being libido3 12.10.2-100 I do have unity installed through the arch repositories. If there wa

  • HT1386 Syncing iPhone(s)

    My music I have imported from iTunes isn't syncing to my iPhone(s) and iPad - all my devices are on the apple account and have synced previously. I have marked 'sync over wifi' under settings, I don't even see one of our iphones in my iTunes account