Play meny kinds of video files located at client?

I want to play *.rm, *.asf, *.mpe, *.avi video files , How to write HTML code to play them according its format? my code can not play video file but only a black background:
<object classid='clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95' id='MediaPlayer1' >
<param name=&#21333;&#36873;13.avi' value='C:\\testtest\\mmes\\&#21333;&#36873;13.avi' height='100' width='150'>
</object >
How to........
thanks in advanced

anybody would like to give me some code?

Similar Messages

  • IPhone 4S keeps playing audio from a video file that is no longer on my phone.

    If I'm listening to music and try to change tracks or pause with the earbud buttons the music fades out and starts playing audio from a video file. It will only play about 3-4 seconds and then stop. This also will happen when double clicking the home button to try and change tracks. When I do that the track skipping buttons won't work and there's no title for the short bit of audio that plays. The only way to get music to start playing again is to go into music and press play again. The music I had been listening to is sitting there paused. The audio from the mystery video file still sometimes plays even when you're in music and the only way you would know is the little play icon at the top right part of the screen. I have removed every video off of my phone and it still does it. This is really frustrating.

    Sounds like a bad battery.  You'll need to bring the phone into Apple for evaluation.
    I'm sure you've been using your phone as designed and properly backing up your data, so you should have minimal, if any data loss should the phone need to be replaced.

  • What HTML code do I need to get Adobe Flash to play an embedded MP4 video file (8 MB)?

    What HTML code do I need to get Adobe Flash to play an embedded MP4 video file (8 MB)?
    Thanks
    Mark

    Here are a couple of ways, one using the Netstream class and the other using the FLVPlayback component.
    For the NetStream approach, the following in the timeline code will play/loop the intended mp4 file...
         var video:Video;
         var connect_nc:NetConnection = new NetConnection();
         connect_nc.connect(null);
         var stream_ns:NetStream = new NetStream(connect_nc);
         stream_ns.client = this;
         function netStatusHandler(p_evt:NetStatusEvent):void {  
             if (p_evt.info.code == "NetStream.Play.Stop") {
                 stream_ns.seek(0); // to loop the video
         stream_ns.addEventListener(NetStatusEvent.NET_STATUS, netStatusHandler);
         video = new Video();
         addChild(video);
         video.attachNetStream(stream_ns);
         stream_ns.play("path_to/your.mp4");
    For the FLVPlayback component, add it to the stage, give it an instance name ("fp" used below), assign your mp4 file ("path_to/your.mp4") as the source property in the Properties panel, and select the option to autoplay as well.  Place the following code in the timeline...
         fp.addEventListener(Event.COMPLETE, playAgain);
         function playAgain(evt:Event):void {
             fp.play();
    To put the Flash swf file in an html page, in the Publish Settings set it to publish an swf and an html page.  Publish the file an the html page will be created for you.

  • Playing a sequence of video files

    Dear all,
    I'm trying to use JMF to play a sequence of video files, i.e. one after the other.
    The program I have written creates multiple players, one for each video file. It then realizes and prefetches them all. Then the program starts the first player and on an EndOfMedia event, plays the next and so on.
    The problem that I have is that on my Swing gui, it shows the first video but none of the rest, although you can hear the audio! Below is the code that is called on an EndOfMedia event to start the next player.
        private void nextInSequence() throws EndOfSequenceException {
            // Close Previous Players
            if (current > 0)
                clipPlayers[current-1].close();
            // No more clips in sequence
            if (current >= clipPlayers.length)
                throw new EndOfSequenceException();
            myVisual = clipPlayers[current].getVisualComponent();
               if (myVisual != null) {
                  visualPanel = new Panel();
                   visualPanel.setLayout(new FlowLayout());
                   visualPanel.add(myVisual);
                   add("Center",visualPanel);
            else {
                remove(status);
                   add("Center",status);
                   status.setText("No VisualComponent available.");
            validate();
            myVisual.setVisible(true);
            // start current player
            clipPlayers[current].start();
            current++;
        }I have set the LIGHTWEIGHT_RENDERER hint for the manager. The nextInSequence() method shown above is in a class extending JPanel.
    Anybody any ideas?
    Many thanks,
    Oli Gosling

    Hi,
    Im having a similar problem and i was wondering if you were able to get a solution??
    Thanks for your help.

  • I installed adobe 9 on my Mt. Lion mac and now whenever I try to play any kind of video a box from adobe comes up asking me to give them permission to store things on my computer. This is scary to me. Should I say yes?

    I installed adobe 11.9 on my computer and now whenever I try to play any kind of video a box comes up from Adobe asking me to give permission to store things on my computer. The boxes are all from adobe but the sites in the boxes differ. Should I say yes?  This is scary to me--virus paranoia.

    You may have the box for 'Ask me before allowing sites...' or 'Block all...' checked in System Preferences - Flash Player, as pictured below... If so, try the 'allow' one instead, or if you prefer, continue to deny/allow when prompted.

  • I can not play any kind of video on my ipad 3 after i installed ios7 please help me

    i can not play any kind of video on my ipad 3 after i installed ios7 please help me

    I had to reset it again and use the desktop software reinstalling the entire basic software. On your desktop blackberry software go to the software up date thoght tools and if there are no newer veresions available, chose the botton for las version and intall it.

  • Need Help for Embed Tag to playing all type of video files in any browser

    Hai,
    I am using the following Embed Tag for playing video files in Browsers.
    <OBJECT
    ID="mediaPlayer"
    CLASSID= "clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
    CODEBASE= "http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"
    TYPE="application/x-oleobject"
    STANDBY="Loading media player components..."
    HEIGHT="200" WIDTH="250">
    <PARAM NAME="showcontrols" VALUE="true">
    <PARAM NAME="autostart" VALUE="false">
    <PARAM NAME="loop" VALUE="false">
    <PARAM NAME="filename" VALUE="photo/video/<%=category%>/<%=image.elementAt(i*4+1)%>">
    <EMBED TYPE="video/x-msvideo"
    STANDBY="Loading media player components�"
    CONTROLLER="true"
    CONTROLS="ImageWindow,ControlPanel"
    SHOWCONTROLS="true"
    AUTOSTART="false"
    HEIGHT="200" WIDTH="250"
    SRC="photo/video/<%=category%>/<%=image.elementAt(i*4+1)%>" >
    </OBJECT>
    But this Embed Tag does not playing such type of video files(ex: *.flv, *.mov, *.avi etc.,)
    i need to play all types of video files using the Embed Tag.
    Can anyone please help me for this.
    Edited by: devtamil on Oct 3, 2007 12:27 PM

    Hi,
    Im having a similar problem and i was wondering if you were able to get a solution??
    Thanks for your help.

  • What kind of video file Ipad2 reads?

    Would anyone tell me what kind of video that Ipad2 reads? I have videos in avi, rm, rmvb, mkv, and mpeg format. I haven't got my Ipad2, so could anybody also tell me how do I play videos? Thank you

    Taken from the official tech specs of the iPad:
    http://www.apple.com/ipad/specs/
    Video formats supported: H.264 video up to 720p, 30 frames per second, Main Profile level 3.1 with AAC-LC audio up to 160 Kbps, 48kHz, stereo audio in .m4v, .mp4, and .mov file formats; MPEG-4 video, up to 2.5 Mbps, 640 by 480 pixels, 30 frames per second, Simple Profile with AAC-LC audio up to 160 Kbps per channel, 48kHz, stereo audio in .m4v, .mp4, and .mov file formats; Motion JPEG (M-JPEG) up to 35 Mbps, 1280 by 720 pixels, 30 frames per second, audio in ulaw, PCM stereo audio in .avi file format

  • Only Audio options under Media Kind for Video files

    I am trying to assign a number of video files to media type "Music Video". However, when I Get Info for them, select Option and click on the Media Kind drop down, I only have audio options (Music, Podcast, iTunesU, Audiobook, Voice Memo) and not video options. The videos play alright in iTunes and as far as I can tell the file type and settings are the same as files that do have the video options. Does anyone know how to assign these files?

    the only way i can think of is to set in the video options, the tv output to ask i think it is so when you select a video to play it comes up and asks if you want to play through tv and if you say yes it doesnt play it on thew ipod because it thinks you are watching it on a tv so you can hear it but not see it. i think this should work

  • How to prevent Firefox from playing any kind of video in the browser instead of promting a download dialog

    When i klick on a link for a video files (for example a .wmv File) it opens a new tab and starts playing it, instead of giving me a dialog what it should do with the File so that i can either download it or play it with an external player. I already set all the video files in the "options -> Applications" screen to "Always ask", but instead of asking me, it's simply playing them.
    What can i do to prevent firefox from playing videos?

    Tahnks, but that doesn't help me at all. As i said, i already changed all to "Always Ask", when i Filter for media i get 5 results where each says "Always Ask", so thats not the cause...
    I realized yesterday that this does not happen with all formats, it happens with wmv but not with avi... but still dont know y -.-

  • Playing .exe or .dvr video files on macbook pro.

    I know that .exe means executable files which are windows files, and i know that these files don't contain viruses i backed up video files from our surveillance video at a location that isn't at home. i want to view these files on mac and do a project on iMovie.

    A .exe cannot be used on a Mac. You would need a PC or run Windows on your Mac. I'm not familiar with the .dvr format. It may be possible to convert them to a format playable on a Mac.
    Windows on Intel Macs
    There are presently several alternatives for running Windows on Intel Macs.
    1. Install the Apple Boot Camp software. Purchase Windows XP w/Service Pak 2 or Vista. Follow instructions in the Boot Camp documentation on installation of Boot Camp, creating Driver CD, and installing Windows. Boot Camp enables you to boot the computer into OS X or Windows.
    2. Parallels Desktop for Mac and Windows XP, Vista Business, Vista Ultimate, or Windows 7. Parallels is software virtualization that enables running Windows concurrently with OS X.
    3. VM Fusionand Windows XP, Vista Business, Vista Ultimate, or Windows 7. VM Fusion is software virtualization that enables running Windows concurrently with OS X.
    4. CrossOver which enables running many Windows applications without having to install Windows. The Windows applications can run concurrently with OS X.
    5. VirtualBox is a new Open Source freeware virtual machine such as VM Fusion and Parallels that was developed by Solaris. It is not as fully developed for the Mac as Parallels and VM Fusion.
    6. Last is Q. Q is a freeware emulator that is compatible with Intel Macs. It is much slower than the virtualization software, Parallels and VM Fusion.
    Note that Parallels and VM Fusion can also run other operating systems such as Linux, Unix, OS/2, Solaris, etc. There are performance differences between dual-boot systems and virtualization. The latter tend to be a little slower (not much) and do not provide the video performance of the dual-boot system.
    See MacTech.com's Virtualization Benchmarking for comparisons of Boot Camp, Parallels, and VM Fusion.
    Boot Camp is only available with Leopard or Snow Leopard. The Boot Camp Beta that was used with Tiger has expired and is no longer available for use. So contrary to the other poster's comment, Boot Camp isn't truly "free." You must purchase Leopard or Snow Leopard to get it.

  • Video File Location

    I have a considerable number of home movies (mp4) on an external hard drive.  I would like to add them to my iTunes library so I can watch them on my ATV.  My question is:  When the title is added to the iTunes library, is the entire video file physically copied from the external hard disk to the Mac's hard disk?  I don't want to fill up my Mac's hard drive with videos.  Thanks.

    You can move the iTunes library to the external and leave/use everything on the external.
    Quit iTunes.
    Copy the entire /Music/iTunes/ folder ot teh external.
    Hold Option, launch iTunes, select Choose library... and select the iTunes folder on the external.
    Now on the external, move all your movies into /iTunes/iTunes media/Automatically add to iTunes/ folder.
    This will move them to the correct location and add them to your iTunes library.
    I keep a shortcut to this folder on the desktop then just drop movies onto this shortcut and iTunes will take care of them.

  • ITunes freezes when playing any kind of video

    Up until a little while ago I was able to use iTunes to stream movie trailers, watch video podcasts, and watch movies saved in my library.  For some reason now I am unable to.
    I have uninstalled and reinstalled both Quicktime and iTunes, and I have even tried using older versions of both of these.
    I can play videos in Quicktime OK, but not in iTunes.
    The moment I hit "play", iTunes freezes.  This happens with ANY kind of video (ie. podcasts, streaming, trailers, local videos, etc.)
    Videos I used to once be able to play I cannot.
    I have synced some of the videos to my iphone and they play fine on it, so the format is correct.
    Any help would be great.

    I had this same problem s a lot of others after updating to the latest I Tunes version. I finally got a decent response back from Apple, which was hard to do. Here is what they told me. Maybe it will help you:
    I'm sorry to hear that you're dissatisfied with the way the episodes you purchased plays in iTunes on your computer. I appreciate your decision of contacting us to have this concern addressed. It's my pleasure to be of help for you today.
    Raymond, please accept my sincere apologies for the inconvenience this issue has caused you. iTunes Store videos are optimized for playback on iOS devices and Apple TV.
    This article often helps customers who are having video playback performance issues:
    Troubleshooting iTunes for Windows Vista or Windows 7 video playback performance issues
    http://support.apple.com/kb/TS1718
    If your computer meets the requirements yet video playback is not satisfactory, here are some things that might improve the quality:
    1) Make sure you are using the latest version of iTunes for Windows. It is available free of charge here:
    http://www.apple.com/itunes/download
    (Note that installing the latest version of iTunes will not affect your library or any items in your account waiting to be downloaded.)
    2) Quit as many other open applications as you can before playing videos in iTunes.
    3) Wait for all iTunes Store purchases to finish downloading before playing videos.
    4) Use this article to guide you through updating your PC's drivers:
    Updating the drivers on your Windows PC
    http://support.apple.com/kb/HT1768
    5) Disable all non-Microsoft startup programs and services by following the steps in the appropriate article below:
    Using Msconfig to troubleshoot conflicts in Windows Vista and Windows 7
    http://support.apple.com/kb/HT2292
    6) If the video's audio track is not satisfactory, follow the troubleshooting steps in this article:
    iTunes and QuickTime for Windows: Songs and other audio don't play correctly
    http://support.apple.com/kb/TS1362

  • Having problems importing and viewing any kind of video file in iTunes 7

    I just cannot seem to be able to do this. I have tried dragging and dropping files into iTues and importing files and whole folders of videos but nothing happens. Do video files have to be Quicktime format to be viewed in iTunes and if so does Quicktime Pro have a tool that converts other file formats to be viewed in Quicktime?
    I would be really grateful if anyone can help with this.
    James

    See Repair security permissions for iTunes for Windows and for the future see Backup your iTunes for Windows library with SyncToy.
    tt2

  • Firefox on my laptop wont play any kind of video why?

    I have the latest version of firefox and all the plugins are up to date because I just checked, yet all of a sudden any kind of video, game or whatever that is that is bigger than a normal gif that wants to move and do things wont work. I get youtube saying an error occurred and cant get any other video to load from any place and games too. How do I fix this, how did it happen and how do I prevent it.

    (A) Try reset iPad
    Hold the Sleep/Wake and Home button down together until you see the Apple Logo.
    Note: Data will not be affected.
    (B) Close all apps in the multi-task window
    1.Double-click the Home button.
    2. Swipe the app's preview up to close it.
    3. Preview will fly off the screen.

Maybe you are looking for

  • How do I create a help page?

    Hi, I want to create some help pages regarding to different applications in EP. Can I have a contextual help? Can I use a help service? I want one help button which shows a help page referring to the application I am displaying. How can I do that? Th

  • How do I get rid of congratulations you won in firefox!

    Hi Guys I have an popup in Firefox that keep coming up "CONGRATULATIONS YOU HAVE WON" now the popup is not a survey. It use-ably popup when switching between pages. The funny part is you cant close the popup. Normally I just switch back to my home pa

  • Is the iPhone 4 front panel made of glass or plastic

    Is the iPhone 4 front panel made of glass or plastic?

  • QC Adapter with SolMan - step by step guidance, if possible please

    Hi experts, I am embarking on linking QC tool with SolMan and request any help you can provide, including the following aspects - (1) Sequence of steps from downloading the license from SAP - in brief (2) Authorisation aspects (3) Any SAP Notes that

  • Can't export to quicktime, error -8961

    I've been trying to export a presentation in keynote to quicktime but it says I don't have enough disk space or there was a problem withe the file, error - 8961. I've try deleting every slide, I even tried exporting an empty presentation but I keep g