Flash FLV Video File

I have a Flash Video on one of my pages. Also on the page is
a menu selection to hide/show some layers. One fo the layers has
the Flash FLV video and plays ok when the page is loaded. But if
you select another menu item I want to stop the video from playing.
I used the Shockwave/Flash object to stop it but that does not
work.
Here is the link to the site with the video file...
http://technofirstamerica.com/technologies/cabNoise.html
Can anyone point to a KB or an example?
Thanks

Try this component:
http://perian.org/
It will allow flv's to play in Quicktime.

Similar Messages

  • How to load and display the external flv video files in dynamicly and the how to control the flv fil

    How to load and display the external flv video files in dynamicly using AS 3.0
    and  How to control the flv file  add the play paus button and add seekbar.
    I have using to load the flv file following code
    var flvPlaceHolder1:MovieClip = new MovieClip();
    var vid1:Video = new Video(734, 408);
    flvPlaceHolder1.addChild(vid1);
    addChild(flvPlaceHolder1);
    flvPlaceHolder1.x = 1059;
    flvPlaceHolder1.y = 152;
    var nc1:NetConnection = new NetConnection();
    nc1.connect(null);
    var ns1:NetStream = new NetStream(nc1);
    vid1.attachNetStream(ns1);
    var listener1:Object = new Object();
    listener1.onMetaData = function(evt:Object):void {};
    ns1.client = listener1;
    ns1.play("GV-1600 TURNING.flv");
    ns1.addEventListener(NetStatusEvent.NET_STATUS, statusChanged1);
    function statusChanged1(ns1:NetStatusEvent):void
             trace(ns1.info.code);
            if (ns1.info.code == 'NetStream.Buffer.Empty')
                 trace('the video has ended');
                 removeChild(flvPlaceHolder1);
                 //trace('removeChild');
                gotoAndPlay(1786);
    then how to add the play,paus ,full screen button    and   seekbar,volumebar.

    I have to Create the flash presentation for our company product
    In this presentation the left  side the text animation are displayed then right side the our product video is displayed.
    In this presentation i need the following option :
    1, The first product video and animation is finished then the next product is played
    2, then the video displayed  (size width and height 400x300) , I click this video to increase the size(ex:1000x700)
    3, then the playing video i control  it play, stop, paus button and volume bar, seek bar.
    4, then this presentation is displayed on 42 inches LCD TV so this full presentation is run full screen.
    I have finished first two steps 1 and 2
    the following are the screen short and code:-
    code :-
    var count=0;
    var flvPlaceHolder2:MovieClip = new MovieClip();   
    var vid2:Video = new Video(734, 408);
    flvPlaceHolder2.addChild(vid2);
    addChild(flvPlaceHolder2);
    flvPlaceHolder2.x = 1059;
    flvPlaceHolder2.y = 152;
    var nc2:NetConnection = new NetConnection();
    nc2.connect(null);
    var ns2:NetStream = new NetStream(nc2);
    vid2.attachNetStream(ns2);
    var listener2:Object = new Object();
    listener2.onMetaData = function(evt:Object):void {};
    ns2.client = listener2;
    ns2.play("GS-4000.flv");
    this.addEventListener(Event.ENTER_FRAME, BtnFadeIn2);
    function BtnFadeIn2(event:Event):void
        if (this.currentFrame == 387)
            /*flvPlaceHolder2.x = 30;
            flvPlaceHolder2.y = 140;
            vid2.width=1800;
            vid2.height=800;
            trace('Screen size is changed');*/
            if(count==0)
            flvPlaceHolder2.x = 30;
            flvPlaceHolder2.y = 140;
            vid2.width=1800;
            vid2.height=800;
            count++;
    ns2.addEventListener(NetStatusEvent.NET_STATUS, statusChanged2);
    function statusChanged2(ns2:NetStatusEvent):void
        trace(ns2.info.code);
        if (ns2.info.code == 'NetStream.Buffer.Empty')
                trace('the video has ended');
                 removeChild(flvPlaceHolder2);
                 //trace('removeChild');
                gotoAndPlay(433);
    flvPlaceHolder2.buttonMode=true;
    flvPlaceHolder2.addEventListener(MouseEvent.CLICK,home2);
    function home2(e:MouseEvent):void
        if(vid2.width==734 && vid2.height==408)
            flvPlaceHolder2.x = 30;
            flvPlaceHolder2.y = 140;
            vid2.width=1800;
            vid2.height=800;
        else
            flvPlaceHolder2.x = 1059;
            flvPlaceHolder2.y = 152;
            vid2.width=734;
            vid2.height=408;

  • Please help my flv video file works perfectly localy...but its not visible in remote ftp why??

    hi All,
    Please help me. my flv video file works perfectly localy in
    my computer...but its not visible when i uploaded the flv html and
    flash files to ftp?
    thanks in advance

    This suggestion worked to see the hidden folder(s). Thanks very much, but I feel like I am miles away from moving my ipod music to my new computer and getting it all to work. Here is why...
    1. First when I plug the ipod in, in disk mode, to the USB slot it shows up as a K drive for a minute or so and then disappears. itunes keeps opening, asking me to sync (which will erase all my music on the ipod!) and the K drive (ipod) vanishes.
    2. I pod help says to drag the itunes file out to the desktop and then drag the itunes file on the ipod into the "my music" file within documents and settings. However, there is an "ipod control" file (was hidden) and within this there is the following: artwork, itunes (with 13 subfolders of its own), device, and music. So do I just drag the itunes file inside ipod control into My music? Or do I drag the whole ipod control file? or other?
    3. Additionally there are K drive (ipod) files for calendar, photos, contacts, notes, and ipod control (was hidden). I don't care about any content in the first four, but are they needed to operate? Do I drag these over also to the My music file?
    Whew, very frustrating. Thanks, Ric

  • How do you get a link to open a flash flv video?

    I'm trying to get a link to launch a flash flv video. I need
    it to open only about as large as the video itself which is
    320/240(a little larger is no big deal. I don't want to have to
    embed it into a 1040pix wide page. When I link it, the video is
    blown up to 1040pix wide & just a little distorted!
    Is this possible/easy to do?thanx
    steve

    Go here -
    http://www.neapco.com/n_why-neapco.php,
    and look at the link to the video in
    the left-hand sidebar. Does that code help you?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "matroxman" <[email protected]> wrote in
    message
    news:eb0qh1$6p0$[email protected]..
    > I'm trying to get a link to launch a flash flv video. I
    need it to open
    > only
    > about as large as the video itself which is 320/240(a
    little larger is no
    > big
    > deal. I don't want to have to embed it into a 1040pix
    wide page. When I
    > link
    > it, the video is blown up to 1040pix wide & just a
    little distorted!
    >
    > Is this possible/easy to do?thanx
    > steve
    >

  • How to embed Flash .flv video?

    Hello guys,
    I am wondering, is there any way how to embed Flash video onto my web page?
    And regarding QT video template on iWeb's Movie page, can I drag any kind of QT ? Like H.264 QT for example, or is it just for Mpeg2 QT?
    Thank you so much for any advise.

    What is your video codec you are working with? NTSC (and PAL) DV is about 13 gigs/hr uncompressed. When you export your QT movie from your editing application and convert the file to flv you are compressing the video at that time with a determined bit rate and video dimension. quality and file size comes down to math. File size = bit rate x movie length. Quality is bit rate in relation to dimension. Surprisingly enough the recommended video encoder for flv is Flash Video Encoder application that comes with Flash. Sorenson Squeeze is arguably the best flv video encoder. Visual Hub is not recommended if quality and efficiency is desired. Flash Player is a browser plug-in that that allows web visitors to view Flash videos on your website from their web browse. Most already have Flash player installed and you can insert a script that checks to see if the visitor has Flash player installed and if it doesn't a window will appear informing the visitor that they are required to instal the Flash Player in order to view Flash content on your website. A URL is also provided to direct the visitor to the Flash Player download page. Insert this script into the <head></head> of your site:
    <script type="text/javascript">
    function MM_CheckFlashVersion(reqVerStr,msg){
    with(navigator){
    var isIE = (appVersion.indexOf("MSIE") != -1 && userAgent.indexOf("Opera") == -1);
    var isWin = (appVersion.toLowerCase().indexOf("win") != -1);
    if (!isIE || !isWin){
    var flashVer = -1;
    if (plugins && plugins.length > 0){
    var desc = plugins["Shockwave Flash"] ? plugins["Shockwave Flash"].description : "";
    desc = plugins["Shockwave Flash 2.0"] ? plugins["Shockwave Flash 2.0"].description : desc;
    if (desc == "") flashVer = -1;
    else{
    var descArr = desc.split(" ");
    var tempArrMajor = descArr[2].split(".");
    var verMajor = tempArrMajor[0];
    var tempArrMinor = (descArr[3] != "") ? descArr[3].split("r") : descArr[4].split("r");
    var verMinor = (tempArrMinor[1] > 0) ? tempArrMinor[1] : 0;
    flashVer = parseFloat(verMajor + "." + verMinor);
    // WebTV has Flash Player 4 or lower -- too low for video
    else if (userAgent.toLowerCase().indexOf("webtv") != -1) flashVer = 4.0;
    var verArr = reqVerStr.split(",");
    var reqVer = parseFloat(verArr[0] + "." + verArr[2]);
    if (flashVer < reqVer){
    if (confirm(msg))
    window.location = "http://www.adobe.com/shockwave/download/download.cgi?P1ProdVersion=ShockwaveFlash";
    </script>
    Then replace <body> with this:
    <body onload="MM_CheckFlashVersion('9,0,0,0','Content on this site requires the latest version of Adobe Flash Player. Do you want to download it now?');">
    Beginning with Flash Player 9 h.264 QT movies are now supported for playback. Simply change the file extension from .m4v to .flv to convert the h.264 video to Flash video that can be viewed from Flash Player 9+ on a web browser.
    hope that helps!

  • Problem Using Flash FLV Video Via Dreamweaver CS3

    I have been unable to get my FLV video to play on my website.
    I seem to have two problems:
    1) I want the FLV file to be hosted in a different domain to
    the website itself (for bandwidth reasons) and it doesn't want to
    do that!
    2) I would prefer to use Flash skins rather than Dreamweaver
    skins as I want to offer a full-screen option but I cannot get them
    to work!
    If I host the FLV file on the website domain, the video plays
    ok. If I change the file location in the Properties of the movie to
    become the FLV located on the other domain (using full path
    http://<etc>flv) then nothing
    displays on that part of the page. Firebug tells me it has loaded
    the AC_RunActiveContent.js and FLVPlayer_Progressive.swf but it
    makes no mention of the skin file or the flv file itself ... it is
    as if it just simply has not bothered with it! I suspect I am
    missing something obvious but cannot find it. All help would be
    appreciated. By the way, I have loaded up a crossdomain.xml file to
    the root of the domain that hosts the flv file but that didn't seem
    to make any difference!
    The second challenge is that ideally I would like to use a
    Flash skin so that I can have a full-screen option and so that I
    can have the menu bar under the video itself. However, I can't even
    get that option to work when I host the whole lot on the normal
    webserver! I am suspecting that it might be something that might
    suddenly start working when I fix problem 1. However, if anybody
    has any links to a page that provides simple instructions about how
    to do this task I would greatly appreciate it!
    Many thanks for your help!

    1) Why not post your video to YouTube or Google Video and
    then embed the
    code they provide into your website. This way their servers
    carry the
    bandwidth for you and the scripted embed code will work on
    your site.
    2) If Video sharing isn't an option, and you need more
    bandwidth, you can
    get domain hosting for as little as $4.95 - 6.95/month at
    Bluehost,
    Lunarpages or Web Hosting Pad.
    Nancy O.
    Alt-Web Design & Publishing
    www.alt-web.com

  • Premiere sees .flv video file as only audio

    Hi, I'm on Premiere Pro CS 4.2.1.
    When I import this particular flv file into Premiere, it sees it as an audio file, rather than a video file. I assume I am missing a codec, or perhaps it was encoded with something that doesn't work with Premiere. However, I can open and play the file properly using Adobe Media Player, so the file itself is not broken.
    Here's what MediaInfo reveals about the file. Anything obvious here that would be causing the problem?
    General
    Complete name : C:\Documents and Settings\xxxx\Desktop\xxxxxxx\1280_test.flv
    Format : Flash Video
    File size : 301 MiB
    Duration : 15mn 14s
    Overall bit rate : 375 Kbps
    liveXML : 
    Video
    Format : AVC
    Format/Info : Advanced Video Codec
    Format profile : [email protected]
    Format settings, CABAC : No
    Format settings, ReFrames : 1 frame
    Codec ID : 7
    Duration : 15mn 14s
    Bit rate mode : Variable
    Bit rate : 319 Kbps
    Maximum bit rate : 16.4 Mbps
    Width : 1 280 pixels
    Height : 960 pixels
    Display aspect ratio : 4:3
    Frame rate mode : Constant
    Frame rate : 14.985 fps
    Standard : NTSC
    Color space : YUV
    Chroma subsampling : 4:2:0
    Bit depth : 8 bits
    Scan type : Progressive
    Bits/(Pixel*Frame) : 0.017
    Stream size : 34.8 MiB (12%)
    Audio
    Format : MPEG Audio
    Format version : Version 2
    Format profile : Layer 3
    Codec ID : 2
    Codec ID/Hint : MP3
    Duration : 15mn 14s
    Bit rate mode : Constant
    Bit rate : 32.0 Kbps
    Channel(s) : 1 channel
    Sampling rate : 22.05 KHz
    Compression mode : Lossy
    Stream size : 3.49 MiB (1%)

    Ed,
    There can be one of several CODEC's inside of the FLV wrapper. Your PrPro CS 4.2.1 should natively handle some, though possibly not all. You might want to look at Moyea, as they offer several FLV editing/conversion solutions. Note: through PrPro CS 3, Moyea had a great plug-in, Premiere FLV Importer. Things changed with CS 4, and that plug-in no longer worked, but by about the second, or maybe the third update to CS 4, native support for some FLV CODEC's was incorporated into the program - but there are probably some missing from that native support. Still, Moyea might have just what you need. I have also used a freeware program, FLV to AVI, but did not need that, when I discovered the Premiere FLV Importer plug-in, up through PrPro CS 3.
    Good luck,
    Hunt

  • Difference between a Flash *.swf and a Flash *.flv video?

    What is the difference between a *.swf and a *.flv video?
    AFAIK both are Flash videos.
    Are they compatible?
    Is there a player (not from MS) which plays both videos?
    Peter

    Im guessing you're a complete newbie to all this, so in
    simplistic terms:
    - The FLA is the source flash file (the bit that contains all
    the design stuff and code). When you publish a FLA, it creates a
    SWF file.
    - The FLV file is a video which has been converted to flash
    video format.
    - A SWF displays anything thats been created within the FLA
    to provide things like a wizzy website, advertising banner or can
    be used to show a FLV (flash video) with added functions. Although
    it sort of points to the video rather than storing it inside (so
    the file is smaller and manageable)
    The benefits of using a SWF to play FLV's is that it displays
    at lot quicker. F4V's (another variance) I've now discovered,
    although are larger files, also display very quickly even with
    larger files.
    In terms of playback - do you want to view online or offline?
    to view online, you just need to make sure you have flash
    installed on whatever machine you're using - pc/mac.
    to view offline (from your hard disc), download the Adobe
    Media Player
    http://www.adobe.com/products/mediaplayer/
    or http://get.adobe.com/amp/

  • FireFox/Flash update, now streaming Flash/FLV videos do not play

    After upgrading to FireFox 13 and Flash, my FireFox no longer plays Flash/FLV or YouTube videos. Spending countless hours installing, reinstalling, searching on the web for resolution, I have to say that I may finally switching to a different browser. This is totally an inexcusable bug either on Mozilla's or Adobe's part. Streaming YouTube or any kind of online video is a must, without it, it's like the internet without search engines.
    I develop under 5 other browsers and all the other ones are playing the online videos without a hitch so I'm guessing it's not completely Adobe's error in this issue. Before anyone tries to send me the "try this.." I've tried them all....
    1. clear cache, cookies
    2. re-installled firefox 3.6.xx, 13 and even the beta 14 versions
    3. re-installed shockwave and flash plugins
    4. disabled all addons and plugins, starting in safe mode.
    5. turned off hardware acceleration in flash settings
    * I've pretty much given up, good thing I installed IE Plus so that I can actually run a tab in IE engine and that pulled up the video right away.... what's the point, might as well just use IE.
    Too bad, FireFox was "THE" browser, seems to me every new version that comes out from Mozilla, it gets buggier and buggier. This time I have to say, it's a doosie.
    Hope everyone is having better luck then me.
    Damen

    This may be caused by a recent Flash 11.3 update.
    See:
    *https://support.mozilla.org/kb/keep-flash-up-to-date-and-troubleshoot-problems
    *https://support.mozilla.org/kb/flash-crashes-or-does-not-load-firefox-13
    *http://forums.adobe.com/thread/1018071?tstart=0
    *http://blogs.adobe.com/asset/2012/06/inside-flash-player-protected-mode-for-firefox.html

  • Tricky FLV Video File I/O thing

    Hi
    Lets say we have an flv file broken into 4 files:
    flvFile.part1, flvFile.part2, flvFile.part3, flvFile.part4
    I don't want to assemble the 4 parts on the disk and then
    read it, nor do I want to fit the assembled file in memory all at
    once.
    Is there a way to start reading the first and then the second
    etc. while playing the video smoothly?
    Please note that the flv is just broken in four parts so on
    their own each part is not a complete flv file. Also, I don't mind
    if this is done in AIR and not Flash Player so using FileStream
    would be fine. So, I guess first step would be to start reading the
    first part as a binary file. But then can you start playing that
    stream or bitarray as a video?
    Any ideas/pointers would be greatly appreciated!
    Thanks

    It will be a specific codec possible to play in Flash. The
    only difference is that you ll impement a an encoding decoding
    algorithm.
    When you are decoding with Flash (this is surely possible
    with AIR) you will get back a bitArray or stream of the proper flv
    content after deciphering it. Which will be of type bitArray for
    example. Can you play that? Since it has actual flv content in it.
    I am sure I could make this work for a whole file but the
    point is to stream it and not have to fit the whole thing in
    memory.
    I know about FMS and its great for streaming content but I am
    interested in implementing an offline solution for downloaded
    content.
    Thanks

  • How can I loop an *.flv video file in DWC5.5?

    I'm trying to figure out the best way to have a video automatically play (and loop) when the page loads.   Currently with the following code, the video loads (after considerable time), but never loops.   (see http://blackhawktms.com)
      <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="880" height="250" id="FLVPlayer">
           <param name="movie" value="FLVPlayer_Progressive.swf" />
           <param name="quality" value="high" />
           <param name="wmode" value="opaque" />
           <param name="scale" value="noscale" />
           <param name="salign" value="lt" />
           <param name="FlashVars" value="&amp;MM_ComponentVersion=1&amp;skinName=Clear_Skin_1&amp;streamName=media/neuron&a mp;autoPlay=true&amp;autoRewind=true" />
           <param name="swfversion" value="8,0,0,0" />
           <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
           <param name="expressinstall" value="Scripts/expressInstall.swf" />
           <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
           <!--[if !IE]>-->
           <object type="application/x-shockwave-flash" data="FLVPlayer_Progressive.swf" width="880" height="250">
             <!--<![endif]-->
             <param name="quality" value="high" />
             <param name="wmode" value="opaque" />
             <param name="scale" value="noscale" />
             <param name="salign" value="lt" />
             <param name="FlashVars" value="&amp;MM_ComponentVersion=1&amp;skinName=Clear_Skin_1&amp;streamName=media/neuron&a mp;autoPlay=true&amp;autoRewind=true" />
             <param name="swfversion" value="8,0,0,0" />
             <param name="expressinstall" value="Scripts/expressInstall.swf" />
             <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
             <div>
               <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
               <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>
             </div>
             <!--[if !IE]>-->
           </object>
           <!--<![endif]-->
         </object>
    Can you point me in the right direction?   I'm new to Dreamweaver and website designing, so please be gentle.    Thanking you in advance.

    A couple things...
    Generally speaking an "autoplay" video will cost you visitors, especially one that takes a long time to load then just "kicks in".
    Flash video is definitely not the best route online since iPads, iPhones, Android and others are not capable of running flash of any variety.
    I stopped using Flash a while back in favor of HTML5 video, but IIRC, to loop a flash file you can add a loop parameter like...
    <param name="loop" value="true">

  • Correct size for swf/FLV video files in Presenter 7?

    HI,
    I'm trying to use Presenter with some screen capture and
    other video an I cant seem to get the video to show up at the
    correct size. If the video is scaled for screen capture it looks
    really bad. I can build new resources or export to any type or
    video/swf or FLV but I don't seem to be able to control how to get
    this to work once in comes into presenter. Real video is OK as that
    scales well.

    Personally, I record in Camtasia at 800x600, then have it
    resize to 640x480. When I import that file into PowerPoint, it has
    a huge white border around it, and I have to resize the video until
    there's no white border left.
    It's still quite large on the screen, and the fact that
    PowerPoint / Presenter seem to resample/rescale the video seems to
    lower the quality some, which is why I often use heavy zoom effects
    within Camtasia.
    I've tried using Captivate for creating the videos, but
    honestly, it's faster and provides a better end result if I'm using
    Camtasia. What software are you using?

  • "Unsorted cuePoint" in flv video file

    I hava an application which heavily uses cuepoints for al kinds of navigation and event purposes. To properly handle the cuepoints I use some sorting etc. of the cuepoints when the onMetaData fires. The video is played as a NetStream from a WOWZA rtmp server. In the production it will probably run from FMS.
    Today I recieved the final flv from the client which contains about 300 cuepoints of type navigation and event. The file is generated in AE CS4. With this specific file the onMetaData event does not fire at all anymore (or it generates error below), the onCuepoint event does fire as expected.
    Testing with playback trhough the flvplayback component generates the folowing error:
    1002: Illegal cue point: Unsorted cuePoint found after time: 93.16
    There are two cuepoints set at that point in the video (never thought that was possible...).
    Questions:
    Could the 'duplicate' cuepoint be the reason onMetaData does not fire?
    Does anyone know of a, preferably cross platform, tool that just inserts cuepoints into an FLV instead of rendering the whole thing again? (I don't think FLVmetainjector does)
    Thanks in advance.
    Manno

    [small update]
    The onMetaData event not triggering appears to be a (now) known issue in WOWZA. Appearantly something with the onXMPData gets in the way, but that's an assumption on my account .
    The Unsorted cuepoint seems to be fixed by repositioning the cuepoints

  • I am experiencing choppy playback with converted .flv video file?

    I have just reinstalled a fresh copy of Windows XP Pro and then installed CS4. I have updated the suite and tried converting my first .avi file. I was told in a previous post that I should not use K-lite Codec pack with Pr Pro, so I tried using the Adobe Media Encoder included in the CS4 package. It took the media encoder a better part of an hour to covert Beerfest from an .avi file to a .flv file. I was hoping this would allow for a better quality playback, Unfortunately it did not work. During playback with no edits or cuts of any kind, I still experience huge sync problems with the audio and the video. I heard there is a way to use you GPU to accelerate the speed of Pr. Can someone please help me configure my system if that is possible?
    Should I use a third party encoder or codec? IF so which one? Is there a general setup guide or tutorial that I can review so I can make sure all my settings are correct, for playing and editing .avi files?  Once I import an .avi file into a sequence, is there something more I should do before I begin to edit and playback?
    If anyone could help me get started I would be very appreciative.
    My System
    AMD Anthlon 64 X2
    6400 3.2 GHZ (OverClocked to 3.42Ghz)
    8GB G-skill SDRAM (3.25GB recognized by XP Pro)c
    Nividia 8800GT Video Card
    OS Windows XP Pro SP3

    I was told in a previous post that I should not use K-lite Codec pack with Pr Pro
    This was good advice. K-Lite, though one of the more benign CODEC "packs," has still caused many users all sorts of grief.
    Along with the answer to Jeff's question, please let us know the complete specs. on your Export. It could be something simple there.
    Good luck,
    Hunt

  • How do I convert FLV video files to Mpeg (or any other video format?)

    I have about 60 flv files I need to convert to mpeg and am using MPEGSTREAMCLIP 1.9.1 but every file loses all audio. Ive tried converting to every format MPEGSTREAMCLIP can do and all lose all audio. Anybody have any idea why this is or is there some other free file converter I should use for flvs?
    Ive also tried VISUALHUB but for some reason these flv's are not compatible with it.
    Thanx in advance!

    "Ive also tried VISUALHUB but for some reason these flv's are not compatible with it."
    Now that is strange. Are you using v1.34.1? I converted a few flv files a few weeks ago without any issue.
    Video Monkey utility took over from where VH left off. Try it. It's free & claims to be just like VH including +"ease of use."+

Maybe you are looking for

  • Proxy Generation internal error object not found.

    Hi We have BW-XI implementation .Recently an error has started popping up , while the checking the proxy in tcode sproxy. Error is - Proxy generation internal error , <message> not found, check failed . However when I double click on the proxy and do

  • Synchronous 4xAI, 3xAO over RTSI

    Hello! My task is to control a hardware with 3 AO channels an read back produced data at 4 (minimal 1) AI channel simultaniously. I´ve got two PCI-cards: PCI NI 6711 for one of the AO channels and a PCI NI 6110 for the rest. Both are connected over R

  • Word file does not open automatically on export

    When I click on the Export to Word icon from the toolbar the file exports to C:\Program Files\SAP Business One\Worddocs\<company>\<bp ID>\<filename.doc> but it doesn not open automatically as it does in Excel. I can open the file once exported but I

  • When I take a picture it saves it upside down

    help, it always saves it in my photo album upside down.

  • Can't download CS3 Web Premium files

    I recently moved and then bought a new iMac computer running Maverick OS. I did a data migration of my old hard drive and all the software came along, BUT Adobe won't let me access anything. I can't find my original CDs, but I do have the serial numb