Help need Convert SWF to AVI Video

Hi plz help
I have made presentation in flash cs4. I have one main file Index & loading rest all the files through LoadMovie.
I  want to convert my presentation into AVI for video but when i export it  in avi so it converts in AVI but its not taking the file which m  loading externally & not even converting the movie clip.
so please help me i want to convert my presentation SWF files to AVI.
If anyone knows the free converter tool so plz tell me.
Thanx

I found a utility the other day that captures SWF playing.
My flash pieces were to complex to use the Export too.
Here's just one utility out there.
iWisoft Flash SWF to Video Converter

Similar Messages

  • Convert SWF to AVI Video

    Hi plz help
    I have made presentation in flash cs4. I have one main file Index & loading rest all the files through LoadMovie.
    I want to convert my presentation into AVI for video but when i export it in avi so it converts in AVI but its not taking the file which m loading externally & not even converting the movie clip.
    so please help me i want to convert my presentation SWF files to AVI.
    If anyone knows the free converter tool so plz tell me.
    Thanx

    I found a utility the other day that captures SWF playing.
    My flash pieces were to complex to use the Export too.
    Here's just one utility out there.
    iWisoft Flash SWF to Video Converter

  • Help! converting two types of video into one format so I can edit

    Right Folks, go easy because I’m a novice.
    I’m having major problems getting two different types of video to work together in final cut pro 7.
    I’ve recorded something with two different HD cameras and I’m totally aware I need to convert them to the same format so I can begin to edit them. I’ve got Mpeg stream clip, could anybody help me convert them?

    Hi Dave, one of the cameras I have is Sanyo Xacti VPC-CG10 this shoots onto 16GB SDHC class 2, to work this in final cut I'm aware I have to compress using Apple ProRes 422 Codec which works fine.
    The other Camera is a panasonic I have shoots on SDHC Class 6 cards and I usually compress at HDV 720P 25fps. which also works fine.
    I can edit both individually, the latter, the panasonic camera is simple to capture and edit and is the camera I use the most but on this particular shoot I need to use both together.
    So I think its the Sanyo that's causing me the problem.

  • Help needed making SWF file loop

    Hello Everyone-
    I have been researching this topic and am really struggling.
    I'm not much of a HTML guy and I think I'll need to do some to
    resolve my issues. I have searched and searched but I'm not having
    any luck.
    I create an animation in Apple Motion, exported it as a MOV
    and imported it as video into Flash CS3. It was encoded using
    Progressive download from server it creates a FLV file a SWF file
    and an HTML file. My provider is 1and1. I then use Adobe GoLive to
    create my webpage and upload to the web. I need my SWF file to loop
    and I cannot get it to loop.
    In flash. Everything plays fine. When I do a publish preview
    however, the swf file does not loop. I've got the loop option
    checked in my publish preview settings and even in the inspector in
    GoLive but it does nothing.
    Here is the link to the page. And the source code. If anyone
    can help me that would be genius.
    PS there is actually two SWF that I need to loop. Neither of
    them are looping.
    http://www.drewwfilms.com/Index2.html
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN" "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="
    http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="content-type"
    content="text/html;charset=utf-8" />
    <meta name= content="Adobe GoLive" />
    <title>Drew W Films Index</title>
    </head>
    <body>
    <div
    style="position:relative;width:750px;height:571px;margin:auto;-adbe-g:p;">
    <div
    style="position:absolute;top:64px;left:16px;width:720px;height:150px;">
    <object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
    height="150" width="720">
    <param name="loop" value="true" />
    <param name="movie" value="IndexHeader2/IndexHeader2.swf"
    />
    <param name="quality" value="best" />
    <param name="play" value="true" />
    <embed height="150" pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    src="IndexHeader2/IndexHeader2.swf"
    type="application/x-shockwave-flash" width="720" quality="best"
    play="true" loop="true"></embed>
    </object></div>
    <div
    style="position:absolute;top:16px;left:64px;width:624px;height:32px;-adbe-c:c">
    <menumachine name="indexheader2" id="mre8mxf">
    <csobj t="Component"
    csref="menumachine/indexheader2/menuspecs.menudata"><noscript>
    <p><a class="mm_no_js_link"
    href="menumachine/indexheader2/navigation.html">Site
    Navigation</a></p>
    </noscript> </csobj>
    <script type="text/javascript"><!--
    var mmfolder=/*URL*/"menumachine/",zidx=1000;
    //--></script>
    <script type="text/javascript"
    src="menumachine/menumachine2.js"></script>
    <script type="text/javascript"
    src="menumachine/indexheader2/menuspecs.js"></script>
    </menumachine>
    </div>
    <div
    style="position:absolute;top:224px;left:16px;width:720px;height:304px;">
    <object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
    height="304" width="720">
    <param name="loop" value="true" />
    <param name="movie" value="IndexHeader2/IndexBody.swf"
    />
    <param name="quality" value="best" />
    <param name="play" value="true" />
    <embed height="304" pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    src="IndexHeader2/IndexBody.swf"
    type="application/x-shockwave-flash" width="720" quality="best"
    play="true" loop="true"></embed>
    </object></div>
    </div>
    <p></p>
    </body>
    </html>

    The problem you are encountering is that you are telling the
    SWF to loop, when in fact you need to tell the FLV to loop.
    Unfortunately, you need to code a few lines of Actionscript
    to get this to work, you would think that it would be as simple as
    just checking an option.
    I don't know if you have an AS2 or AS3 project, so I'm going
    to give you both for the code.
    Actionscript 2:
    1. Select the FLVPlayback component on the stage.
    2. In the Actions panel, enter the following:
    on(complete){
    this.autoRewind = true;
    this.play();
    Actionscript 3:
    1. Select the FLVPlayback component on the stage, and give it
    an instance name by entering some text in the properties panel.
    (Upper left corner of the panel, right under where it says
    "Component" there is a text input box. This is where you input it.)
    Names are commonly things like "myFLVPlayback" or "myVideo" etc.
    2. Deselect everything.
    3. In the actions panel, enter the following (replacing
    "myVideo" with the instance name you chose):
    myVideo.addEventListener(VideoEvent.COMPLETE,doLoop);
    function doLoop(evt:VideoEvent):void {
    evt.currentTarget.play();
    Either of those blocks of code should work for you. Simply
    add them to your flash project and re-export the SWF.

  • Please help- problems converting .mov to .avi

    I'm using QuickTime Pro to convert my .mov to .avi and when I view the .avi movie, the first couple seconds is in fast-forward mode, then a couple seconds of slow motion, then it's normal for the rest of the movie.
    To see my steps, I used this link to help me convert: http://www.divx-digest.com/articles/articlemov2avi_quicktimepropage1.html
    I'd appreciate any help on this.
    euser

    quicktime Pro will do it, get it from the apple store (its just a key, cost $30), also ffmpegX (shareware) will do it
    sometimes you can find an application that will do it by using the quicktime libraries for free, just search a site like versiontracker

  • Help needed converting 2 Captivate projects...

    Hi,
    I have troubles with Captivate (another post on this forum) and was wondering whether someone would be willing to help in converting 2 captivate projects to .swf?
    I can provide a link to the files.
    Help wpuld be appreciated.

    Hi there
    I'll try to help.
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • Your help needed converting video to digital

    How do I convert video to digital using a G4 Powerbook, Canopus 300 & Imovie HD 6.0.4.
    Steps needed, please.
    I have VCR, G4 Powerbook, Canopus ADVC 300 and Ilife 08 and/or Imovie HD6.0.4.
    Another poster said I needed to purchase Ilife 08 to make it work, but after the software arrived, it required G5 hardware to fully install. Not happy with that.
    Is there a workaround? Please advise.

    Assuming that you have VHS tapes that you want to convert to digital to use in iMovie? Is that correct? If so, you can find helpful information in these threads:
    http://discussions.apple.com/thread.jspa?messageID=7138598&#7138598
    An older MacWorld article with step by step instructions:
    http://www.macworld.com/article/30972/2004/05/fromvhstodvd.html
    If you are trying to do something else, please post back.

  • Help needed in playing HTML ' object ' videos with formats mov, avi, wmv...

    Hi,
    Here is where I am at this juncture...
    I have a requirement wherein I need to render an HTML text containing an '<object>' tag which embeds a video, for example:-
    <object width="320" height="240"
               data="javascript/media/ABC.wmv"
               type="application/x-mplayer2">
              <param name="url" value="javascript/media/ABC.wmv" />
    </object>
    Now I need to render this video into my Flex Web Application.
    One way to do it, as I see, is somehow extract the 'data' attribute and put it as a 'source' for spark VideoPlayer.
    Is there any better way to do this?
    Also note that, I require to render all video formats (avi, mov, wmv etc.) and not just flv or f4v. Any pointers for this would be appreciated.
    Thanks

    Not so "easy share" after all is it?
    Still Capture specs read as follows:
    Still capture
    Still format
    JPEG/EXIF v2.21
    Picture size
    12.0 MP (4000 × 3000)—4:3
    10.7 MP (4000 × 2664)—3:2
    9.0 MP (4000 × 2256)—16:9
    6.0 MP (2832 × 2128)—4:3
    3.1 MP (2048 × 1536)—4:3
    2.2 MP (1800 × 1200)—3:2
    2.1 MP (1920 × 1080)—16:9
    1.2 MP (1280 × 960)—4:3
    Compression
    JPEG/EXIF v2.21
    Color modes
    high color, natural color, low color, sepia, black and white
    Sharpness
    high, normal, low
    http://www.kodak.com/eknec/PageQuerier.jhtml?pq-path=11619&pq-locale=en_US
    Question: Are these still images jpeg or Kodak's EXIF? or are you using the camera in HD movie mode where iMovie fails to recognize the file format/s?
    If you read the system requirements for this device it clearly states X.3 or higher. However, I'm wondering if this also includes X.5.1 or not .....
    Message was edited by: SDMacuser

  • URGENT help needed in creating external xml video plalist. Please help!

    I was given an assignment to  create and external video playlist using an xml file.  I have never used  flash before, know nothing about encoding and all that was given to the  class in terms of instuctions was a short tutorial that has no  resources for troubleshooting.  We were given everything; the external  playlist file equipped with the video skin, the video list, actionscript  that loads the xml and the xml file.  We were told that all we need to  do is change the names of the videos in the xml file to match the names  of our videos.  I did that.  We were also told we needed to "name  target", but we were not informed on how to do this.  I have tried  everything, visited every tutorial and I cannot figure out how to get  this damn thing to work.  I cannot even get flash to load the xml file.  PLEASE HELP.
    Here is the xml file:
    <?xml version = "1.0" encoding = "i-8859-1"?>
    <playlist>
    <ADogWithoutABone
    flvurl="ADogWithoutABone.flv"
    desc="Hyper Wall First Video" />
    <Highway
    flvurl="Highway.flv"
    desc="Hyper Wall Second Video" />
    <PsychoBabble
    flvurl="PsychoBabble.flv"
    desc="Hyper Wall Third Video" />
    <SomethingElse
    flvurl="SomethingElse.flv"
    desc="Hyper Wall Fourth Video" />
    </playlist>
    I tried putting in the entire address of the file location, but it did nothing.
    Here is the actionscript in the flash file:
    var xmlLoader:URLLoader = new URLLoader();
    xmlLoader.addEventListener(Event.COMPLETE, xmlLoaded);
    xmlLoader.load(new URLRequest("playlistXML.xml"));
    function xmlLoaded(event:Event):void {
    var playlistXML:XML = new XML(event.target.data);
    var item:XML;
    for each(item in playlistXML.videoname) {
    trace("item: "+item.attribute("flvurl").toXMLString());
    myPlayList.addItem({label:item.attribute("desc").toXMLString(), data:item.attribute("flvurl").toXMLString()});
    //Select the first video
    myPlayList.selectedIndex = 0;
    //And automatically play it
    myPlayScreen.play(myPlayList.selectedItem.data);
    //Add a listener to detect when new video is selected and play it
    function listListener(event:Event) {
    myPlayScreen.play(event.target.selectedItem.data);
    myPlayList.addEventListener(Event.CHANGE, listListener);
    I  tried placing the full address of the xml file in, along with the file  address of the videos, but again it did nothing.  Everything is located  in the same file, and the videos in a sub file in that file. I tried  taking out the sub file and putting all the videos in the same file, but  it did nothing.  I am sure it's something very simple, but like I said I  have NO experience with this whatsoever. I am SO lost and DESPERATELY  need help. PLEASE someone SAVE MEEEE!
    Thanks

    It might be a crossdomain.xml problem.
    Please make sure that the server hosting the xml allows the domain where the swf is hosted.
    You can start with:
    <?xml version="1.0" encoding="utf-8" ?>
    <cross-domain-policy>
        <allow-access-from domain="*"/>
        <site-control permitted-cross-domain-policies="master-only"/>
    </cross-domain-policy>

  • Converting swf to avi lossless

    Does anyone know how to convert a SWF to an AVI without
    quality loss.
    I'm trying to drag my Flash video from my mac to my VMware
    Windows XP so I can import it to Camtasia.
    Camtasia only recognizes AVI, WMV or MPG.

    Are you on a Mac?
    My PC version of 8 gave me that option. It was the only way I
    was ever able to get a video out of Flash, because the QT export
    didn't work in 8.

  • Converted SWF to AVI to add to my timeline in PP2 but lost

    I have Adobe Captivate I created a 2 minutes project and Captivate only saves as a flash file, swf, So I used a third party software to convert this swf file to avi. The quality of the stand alone avi is great. But when I bring it in to Premier Pro 2.0 I lost tremendous quality. Does anyone know perhaps why this happens, when its an avi file that PP2 supports. Help!!!!!!

    What
    codec did you use in the AVI file?
    Cheers
    Eddie
    Forum FAQ
    Premiere Pro Wiki
    - Over 250 frequently answered questions
    - Over 100 free tutorials
    - Maintained by editors like
    you

  • Convert SWF to AVI, DV, or MPEG2...

    Hi, I need to save or export my FLA file info a
    video-friendly format (DV, AVI, MPEG2...).
    I prefer to do so on mac but if I need to use PC, that's cool
    too. Any ideas are greatly appreciated.
    Thanks
    Todd Lauer

    try googling "SWF to Video" - i like www.flashants.com
    (SWF2Video).
    Chris Georgenes / mudbubble.com / keyframer.com / Adobe
    Community Expert
    swissgrid wrote:
    > Hi, I need to save or export my FLA file info a
    video-friendly format (DV, AVI,
    > MPEG2...).
    >
    > I prefer to do so on mac but if I need to use PC, that's
    cool too. Any ideas
    > are greatly appreciated.
    >
    > Thanks
    > Todd Lauer
    >

  • HT3775 what do i need to play a .avi video ?

    i downloaded a video to watch and the format is as follows   xyz.avi
    when i go to play the video it keeps stating that quicktime cannot open.  so i look into it and it shows that ......
    AVI (Motion JPEG only) which i beleive is the video i am trying to watch needs a list of these
    MPEG-2 (OS X Lion or later)
    MPEG-4 (Part 2)
    H.264
    H.263
    H.261
    Apple ProRes
    Apple Pixlet
    Animation
    Cinepak
    Component Video
    DV
    DVC Pro 50
    Graphics
    Motion JPEG
    Photo JPEG
    Sorenson Video 2
    Sorenson Video 3

    Install VLC it can run most of the vedio formats
    http://www.videolan.org/vlc/download-macosx.html

  • Convert swf to avi

    Hi there, I quite often have to covert a flash to mpg, and
    always seem to come across heaps of diff probs exporting avi's
    quicktimes etc to convert.
    It would be great to find a program that does a decent job of
    coverting either to avi, or stright to mpg.
    I've tried a few freeware programs but none have enough
    control over the compression process - or they just don't work. So
    keen to buy one - but would love some advice on which one to get,
    as most dont seem to have a trial version.
    If anyones got any names of awesome coverters/ comparison
    info/ a point in the right direction that would be great!!!
    Cheers!

    Hi there, yeh thanks for that - i've actually downloaded the
    trial version but am having probs with the audio - doesnt seem to
    want to convert.
    Also i have procoder which i think is supposed to be able to
    covert swf files but havnt had any success importing them so far.
    If anyone knows anything on this that's b great too!
    Thanks again!

  • Help needed: Canon 5D Mark II video to Apple TV conversion

    I'm new to Apple TV and would appreciate any advice.
    I have been taking Full HD video 1920 x 1080 using my Canon 5D Mark II. Would like to play these files through Apple TV. What do I need to do? Do I need any conversion tool? If so, any recommendation?
    Thanks in advance!

    Just picked up a 5D II myself, having waited for what seemed like an eternity for a 5D replacement.
    You have 2 options for video on the 5D II
    SD - 4:3 at 640x480
    HD - 16:9 at 1080p 30fps
    Both are encoded as h264, but even the SD seems to have far too high a bitrate for AppleTV in my limited tests so far.
    Neither format will play without conversion - the 1080p 30fps is beyond AppleTV spec so you will have to convert it to 720p at 24/25fps or less (max it handles in theory) but that changes the frame rate which is not ideal so you may be better going for 960x540 at 30 fps. Both have bitrates which are too high - you need a max of 5Mbps for AppleTV. Both record audio as mono WAVs (unless you connect an external mic) so you need to convert the audio track to AAC at 160kbps or less, don't change the sample rate.
    I've not had much time to play but have done a couple of conversions in QT Pro and others direct in iTunes - too early to comment on quality of conversions yet - as I'm sure you've found doing manual focus can be quite hard while looking at live view and will take some practice.

Maybe you are looking for

  • .icloud-drive file in root of iCloud drive folder

    I have noticed a rather strange file in the root of my iCloud drive folder on iCloud.com it is called .icloud-drive with the file extension of do-not-delete.   ".icloud.drive.do-not-delete" Does anyone else have this???

  • Trojan Horse detected

    My BitDefender antivirus software detected the following: File c:\program files\quicktime\qttask.exe infected with Trojan.Generic.72005 Program has been installed for some time. Occurred on last boot. Anybody else have this happen? Any info would be

  • Need help on java program

    hi, i have to ask the user how many judges there are, and ask for each judge's score...eliminate the largest and smallest scores, and find the average of the remaining scores, however for the code i have written, i am able to get the largest score bu

  • Need to color and increase the font size of the text in Excel Attachment

    Hi , I have a requirement where i need to send an Excel attachment as email. and In the Excel I need to increase the font size and add colour to the header text in order to distinguish it form the item details. Is there a way that we can do it.using

  • Problems with Itunes movie playback on x100e - very jerky CPU @ 100%

    Does anyone else have this problem?  I have power mgmt @ high performance, notebook is plugged in. Drivers updated and still jerky.  Is there a way to back down resolution without making the screen size smaller? Any other way to get movies to play ni