Converting a flash movie to a gif

I have a movie clip API that allows a user to draw diagrams
on my site. When the user hit an OK button I need an action script
that will convert that to an image file so that it then can be
stored in a db.

I don't use it much but the BitmapData class should do what
you want. However, you will need to get the routines for various
image formats.
Tim

Similar Messages

  • In Trying to convert my flash movie to the latest Flash format and from action script 2 to 3

    In Trying to convert my flash movie to the latest Flash format and from action script 2 to 3 I get this error message Scene 1, Layer 'Layer 3', Frame 1, Line 2, Column 7
    1119: Access of possibly undefined property showMenu through a reference with static type Class. This is the debug scrip this.loadVariables("_urls.txt") Stage.showMenu=false; stop(); I don't know how to fix this. Can any one Help. The movie loads to 99% then stops and reloads again. over and over again.

    Stage is a protected keyword in AS3 and it has no property showMenu
    http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/display/Stage.htm l

  • Convert a flash movie to something else

    Let's just say I have 2 .flv movies I want to convert into a different format. How to do it, without compressing them in the process?

    Try HandBrake - VersionTracker or MacUpdate.

  • Convert Quicktime (.mov) file to a Flash movie?

    I have Flash CS3 that came with Adobe Creative Suite. I Never
    used it but can it convert a Quicktime (.mov) file to a Flash movie
    so I can play it on the web? If so where do I start? I also want
    the viewer to be able to stop and start the Flash movie. I guess I
    need a skin or something?
    Also I'm confused about the difference between a FLV and SWF
    file. Which one do I need for the web?
    Thanks,

    zcdz wrote:
    > Is it possible to convert a quicktime movie .mov to a
    swf file in Flash?
    not really - you can export the MOV to an FLV and run that
    through the flash player at runtime. You
    can also import the MOV into flash doc. depends.
    >
    > Is it possible to import a .mov so that you see the
    entire .mov- frame by
    > frame and edit it in Flash?
    Flash is not a video editor - i would get yourself quicktime
    Pro ($30 US) and open your MOV and
    export as an Image Sequence - then from flash import the
    first image into it - flash will detect the
    numerically named files and prompt you to import them all -
    they will end up as individual images in
    keyframes on the timeline.
    But sounds to me like you are trying to use flash to edit
    video - not recommended as flash was never
    intended to be used this way.
    >
    > TIA
    >
    > Ziska
    >
    Chris Georgenes
    Animator
    http://www.mudbubble.com
    http://www.keyframer.com
    Adobe Community Expert
    *\^^/*
    (OO)
    <---->

  • BPM Workspace can't display the flash movie with IE

    Hi
    We have the following problem, we have a BPM project with a flash screen, when we execute the project in the workspace of BPM studio we can see the Flash, but when we published the project in BPM Enterprise , the workspace can't display the flash movie, it just display the panel without buttons and fields. This happen just in Internet Explorer, in other browsers we can see the flash.
    Any idea or solution ??
    Thanks in advance

    Actually, I got it working now...
    It seems that I have to have all the files in the same folder
    as the page it displays on!
    Historically I would dump a standard flash clip (not a
    converted movie with buttons) into the /images folder.
    I tested this intitally in a /video folder (just to keep all
    the files in one place) which would display the clip but not the
    buttons but as soon as I moved the files in the same directory as
    the page itself (which is the main index.html) it worked fine!
    So if anyone does read this is there a reason for that as I
    would like to keep everything in separate folders!
    Cheers, J

  • Flash movie not displayed correctly in IE 8 on some Windows OS

    Has anyone seen this problem?
    I'm using CS4 to export a basic flash movie with embed tags pre scripted...
    And the issue is that on some OS systems using Vista or Windows 7 and IE 8 as a primary browser, it appears that IE 8 is not displaying the flash banner completely.... its CROPPING it off... This is very strange because the banner works fine in FireFox, IE7,Opera,Chrome but not I.E.8 on some OS systems...
    If you google "Flash not displaying correctly in IE 8" you'll get alot of people with the same issues but no real definate fix...
    Are there any suggestions as to what i could try?
    Do i need different flash embed tags? Or is this a user issue?
    Please Advise as soon as possible...
    Thanks

    I'm sorry, i forgot to explain that I didn't upload the flash published html because it did and produced the exact same results.
    The flash published still got cropped off on 1 vista os(I.E 8) running from a laptop and 1 windows 7(I.E. 8) latop os...
    Its good to hear that you're able to see it clearly... however in my QA efforts, i've been asked to fix the issue or drop the flash banner all together.
    I've tried every which way, i've even converted the embed tags (not uploaded by the way) to a js script and it STILL gets cropped of on 2 ie8 run OS systems...
    And now i'm not sure what else to try on my end.
    I'm currious if because this is an XML driven flash banner, this may be an issue? But it still doesn't explain why some people can see this in IE 8 as you can and others get a cropped banner like in my screen shot sample.
    Again i invite everyone in the forum to take a look at the sample links, as i'd be curious to see who else is seeing this.
    By the way "kglad" Thank you so much... please keep the suggestions coming... but everything you've suggested, i've tried.
    This is very perplexing. Is this a setting issue? or is there some setting on the user side i'm not aware of? Either way, as usual... the flash developer is blamed so i must find a solution.
    Link to flash sample
    http://www.extremefx.net/flashie8issue/flashtest.html
    Link to screen shot sample on a Vista and Windows 7 running IE 8 browser
    http://www.extremefx.net/flashie8issue/ie8issue.jpg
    Again... eagerly await feed back from you and the rest of the forum.
    Message was edited by: RegGFX

  • Is there a better way to position a flash movie than ap div?

    I'm creating a new website(not yet active) and have a great flash movie for the home page.  I've place it in an ap div and of course it moves to a different position in different browsers. Is there any way I can get it to display correctly, or is there a better way to position the movie? Thanks.

    Of course. The following code is for the home page: 
    "http://www.w3.org/TR/html4/loose.dtd">
    #page-background
    #container
    /* this image stays in internal style sheet*/
    #mainImage{
        background-image: url(images/mainImageBkgrnd.jpg);
        background-position: center top;
        background-repeat: repeat-y;
        width: 875px;
        height: 625px;
        margin: 0 auto;
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 0px;
        position: relative;
    #footer{
        position: absolute;
        top: 700px;
        left: 10px;
    #serviceImage{
        position: absolute;
        top:300px;
        left: 35px;
        z-index: 0;
    #orderImage{
        position: absolute;
        top: 300px;
        right: 20px;
    #flashMovie {
        background-image: url(images/flashPix.png);
        background-position: center top;
        background-repeat: no-repeat;
        width: 700px;
        height: 300px;
        margin: 0 auto;
    .flashText p{
        width: 250px;
        padding-top: 75px;
        font-family: "Arial Narrow";
        font-size: 180%;
        line-height: 1.5em;
        color: #666;
    #vertStripe {
        position: absolute;
        top: 325px;
        left:435px;
    #serviceHeader {
        position: absolute;
        z-index : 50;
    #apDiv1 {
        position:absolute;
        left:607px;
        top:169px;
        width:700px;
        height:298px;
        z-index:2;
    html {overflow-y:hidden;}
    body {overflow-y:auto;}
    #page-background
    #content
    </style>
    <![endif]-->
    <!IE7 and lower stylesheet>
    <!>If this page is not displaying correctly, please update your browser by downloading Internet Explorer 8.<link rel="stylesheet" type="text/css" href="ie7-and-down <link rel="stylesheet" type="text/css" href="ie7-and-down.css" />  <![endif]>
    body
    font-size: 70%;
    text-align: center;
    <!begin flash Movie> 
        <!>>
          <!<![endif]>
            Content on this page requires a newer version of Adobe Flash Player.
    !http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif|height=33|alt=Ge t Adobe Flash player|width=112|src=http://www.adobe.com/images/shared/download_buttons/get_flash_player .gif!</p>
          </div>
          <!>>
        </object>
        <!<![endif]>
      </object>
    </div>
    <!end flash Movie>
    !images/waves2.png|height=100%|alt=Waves|width=100%|src=images/waves2.png!
    !images/banner_nws.gif|height=120|alt=Northwind Safety Corp.|width=875|src=images/banner_nws.gif!
    <!main Navigation menu>
    [About Us | about_us.html]
    [Services | serv_fa.html]
    [Training | train_cpr.html]
    [Products | products.html]
    First Aid
    [AEDs | aed_philips.html]
    <!end main Navigation menu>
    !images/serviceComp.png|height=250|alt=Van Serviceman|width=400|src=images/serviceComp.png!<!end serviceHeader>
    </div><!end serviceImage>
    !images/vertStripe.png|height=150|width=5|src=images/vertStripe.png!
    <!end vertical stripe>
    !images/orderComp.png|height=250|alt=Order Taker|width=380|src=images/orderComp.png!
    <!end orderImage>
    </div><!end mainImage>
    h1. Contact Us
    h1. Careers
    h3. Northwind Safety Corporation
    8425 Rausch Drive
                       Plain City, Ohio 43064
                    phone: 614-873-1000
                    fax: 614-873-1002
    [ [email protected] | mailto:[email protected]]
    <!end footer div>
    </div><!end container div>
    </div><!end body div>
    swfobject.registerObject("FlashID");
    <!end body>
    </html> 
      Thanks  

  • Problem: Flash movie plays on desktop, but not on website

    Hi, I'm new to Flash but have successfully created a Flash Movie that works using Firefox and Safari on my (iMac) desktop, but not after I upload to my website.
    I started with an flv video, imported it into an fla document along with a playback skin then published it creating an html file and two swf files. I've checked the html file, and it looks fine. The flv file is only 17MB and I've uploaded all 5 files to my site on:
    http://www.cantata.co.uk/temp2/minorswing.html
    but all I seem to get is the control skin's "sending data" pole turning.The movie never arrives. I can get much bigger mpeg and wmv movies up on my screen very quickly.
    Can anyone suggest what the problem may be? I'm running Snow Leopard on my Mac (OX 10.6.6). I've tried using different videos but nothing seems to work.
    Here's the relevant html generated by Flash
    <div id="flashContent">
                <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="390" id="minorswing" align="middle">
                    <param name="movie" value="minorswing.swf" />
                    <param name="quality" value="high" />
                    <param name="bgcolor" value="#ffffff" />
                    <param name="play" value="true" />
                    <param name="loop" value="false" />
                    <param name="wmode" value="window" />
                    <param name="scale" value="showall" />
                    <param name="menu" value="true" />
                    <param name="devicefont" value="false" />
                    <param name="salign" value="" />
                    <param name="allowScriptAccess" value="sameDomain" />
                    <!--[if !IE]>-->
                    <object type="application/x-shockwave-flash" data="minorswing.swf" width="640" height="390">
                        <param name="movie" value="minorswing.swf" />
                        <param name="quality" value="high" />
                        <param name="bgcolor" value="#ffffff" />
                        <param name="play" value="true" />
                        <param name="loop" value="false" />
                        <param name="wmode" value="window" />
                        <param name="scale" value="showall" />
                        <param name="menu" value="true" />
                        <param name="devicefont" value="false" />
                        <param name="salign" value="" />
                        <param name="allowScriptAccess" value="sameDomain" />
                    <!--<![endif]-->
                        <a href="http://www.adobe.com/go/getflash">
                            <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" />
                        </a>
                    <!--[if !IE]>-->
                    </object>
                    <!--<![endif]-->
                </object>
            </div>
    Many thanks if you can help
    Steve

    Thanks - I don't know what as2 is. I'm using Flash CS5. When I import the flv movie file, I'm asked to choose a skin and then a window comes up to tell me that the address of the flv file with respect to the other files will be minorswing.flv by which I take it to mean that all the files need to be in the same level of folder (directory). All five are in the same folder on my Mac and in the same folder on my website. I can't see how I can influence the program in choosing a different structure or outputting different html in the Publish Settings or elsewhere.
    I would have expected the relative structure of the files to be maintained between my desktop, where I can play the movie in my browsers, and the website, where I can't. I was surprised there was no "src" param name in the html, and I did try inserting one, but it made no difference, so I assumed the default for the html is to be in the same folder as the html and that the minorswing.swf file would contain information on the whereabouts of the flv file and the skin swf file.
    Is there a way of reading or editing the swf files to include an absolute url?

  • Editable regions and Flash movie

    Hi,
    I am trying to insert a flash movie into an editable region
    of a child page, but I keep getting the following error: "Making
    this change would require changing code that is locked by a
    template or translator. The change will be discarded."
    I have read previous posts about the same issue, but none of
    them answers my question. I tried creating a new template and a
    child from it as a test deleting the css links (like some one
    suggested to do) to try to identify the troubled css and I kept
    getting the same error in the new pages. I hope someone can help to
    identify the issue and the solution. The region where I want to
    insert the movie is called "FinalMainContent."
    BTW, I do not know how to write code... Sorry!
    Thanks, in advance, for any help you can provide!
    Here is the code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN"
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <!-- saved from url=(0014)about:internet -->
    <html xmlns="
    http://www.w3.org/1999/xhtml"><!--
    InstanceBegin template="/Templates/Main Pages.dwt"
    codeOutsideHTMLIsLocked="false" -->
    <head>
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>TotusMundus - Video/Film</title>
    <!-- InstanceEndEditable -->
    <meta http-equiv="Content-Type" content="text/html;
    charset=UTF-8" />
    <!--Fireworks 8 Dreamweaver 8 target. Created Sat Jan 13
    16:43:41 GMT-0500 ( ) 2007-->
    <link href="TotusMundus_Styles.css" rel="stylesheet"
    type="text/css" />
    <!-- InstanceBeginEditable name="head" -->
    <link href="Templates/TotusMundus_Styles.css"
    rel="stylesheet" type="text/css" />
    <!-- InstanceEndEditable -->
    <script language="JavaScript1.2"
    type="text/javascript">
    <!--
    function MM_findObj(n, d) { //v4.01
    var p,i,x; if(!d) d=document;
    if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document;
    n=n.substring(0,p);}
    if(!(x=d[n])&&d.all) x=d.all[n]; for
    (i=0;!x&&i<d.forms.length;i++) x=d.forms
    [n];
    for(i=0;!x&&d.layers&&i<d.layers.length;i++)
    x=MM_findObj(n,d.layers.document);
    if(!x && d.getElementById) x=d.getElementById(n);
    return x;
    function MM_swapImage() { //v3.0
    var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new
    Array; for(i=0;i<(a.length-2);i+=3)
    if ((x=MM_findObj(a
    ))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src;
    x.src=a[i+2];}
    function MM_swapImgRestore() { //v3.0
    var i,x,a=document.MM_sr;
    for(i=0;a&&i<a.length&&(x=a)&&x.oSrc;i++)
    x.src=x.oSrc;
    function MM_preloadImages() { //v3.0
    var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new
    Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0;
    i<a.length; i++)
    if (a
    .indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a;}}
    //-->
    </script>
    <script type="text/javascript"
    src="p7pm/p7popmenu.js"></script>
    <style type="text/css">
    td img {display: block;}</style>
    <style type="text/css" media="screen">
    <!--
    @import url("p7pm/p7pmv0.css");
    a:link {
    color: #999999;
    text-decoration: none;
    a:visited {
    text-decoration: none;
    color: #666666;
    a:hover {
    text-decoration: none;
    color: #666666;
    a:active {
    text-decoration: none;
    color: #666666;
    -->
    </style>
    <script src="Scripts/AC_RunActiveContent.js"
    type="text/javascript"></script>
    </head>
    <body
    onload="P7_initPM(0,0,1,0,-8);MM_preloadImages('Images/LinesBtn_f2.jpg','Images/SmallFlow erBtn_f2.jpg','Images/SquigliBtn_f2.jpg','Images/StarBtn_f2.jpg','Images/DoubleSquigliBtn_ f2.jpg','Images/BigFlowerBtna_f2.jpg','Images/PrevBtn_f2.jpg','Images/NextBtn_f2.jpg');">< table
    align="center" border="0" cellpadding="0" cellspacing="0"
    width="800">
    <!-- fwtable fwsrc="Index.png" fwbase="TotusMundus.jpg"
    fwstyle="Dreamweaver" fwdocid = "1262947761" fwnested="0" -->
    <tr>
    <td><img src="Images/spacer.gif" width="116"
    height="1" border="0" alt="" /></td>
    <td><img src="Images/spacer.gif" width="8"
    height="1" border="0" alt="" /></td>
    <td><img src="Images/spacer.gif" width="182"
    height="1" border="0" alt="" /></td>
    <td><img src="Images/spacer.gif" width="109"
    height="1" border="0" alt="" /></td>
    <td><img src="Images/spacer.gif" width="102"
    height="1" border="0" alt="" /></td>
    <td><img src="Images/spacer.gif" width="180"
    height="1" border="0" alt="" /></td>
    <td><img src="Images/spacer.gif" width="7"
    height="1" border="0" alt="" /></td>
    <td><img src="Images/spacer.gif" width="96"
    height="1" border="0" alt="" /></td>
    <td><img src="Images/spacer.gif" width="1"
    height="1" border="0" alt="" /></td>
    </tr>
    <tr>
    <td rowspan="2" colspan="7"><a
    href="index.htm"><img name="LogoAnfTagLine"
    src="Images/LogoAnfTagLine.jpg" width="704" height="100" border="0"
    id="LogoAnfTagLine" alt="" /></a></td>
    <td><img name="MusicTitle"
    src="Images/MusicTitle.jpg" width="96" height="74" border="0"
    id="MusicTitle" alt="" /></td>
    <td><img src="Images/spacer.gif" width="1"
    height="74" border="0" alt="" /></td>
    </tr>
    <tr>
    <td rowspan="4"><a href="javascript:;"
    onmouseout="MM_swapImgRestore();"
    onmouseover="MM_swapImage('LinesBtn','','Images/LinesBtn_f2.jpg',1);"><img
    name="LinesBtn" src="Images/LinesBtn.jpg" width="96" height="57"
    border="0" id="LinesBtn" alt="" /></a></td>
    <td><img src="Images/spacer.gif" width="1"
    height="26" border="0" alt="" /></td>
    </tr>
    <tr>
    <td colspan="7"><img name="CushionforPath"
    src="Images/CushionforPath.jpg" width="704" height="13" border="0"
    id="CushionforPath" alt="" /></td>
    <td><img src="Images/spacer.gif" width="1"
    height="13" border="0" alt="" /></td>
    </tr>
    <tr>

    Can you upload the page and just post a link to it?
    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
    ==================
    "TheUniverse" <[email protected]> wrote in
    message
    news:[email protected]...
    > 3rd part of the code:
    >
    > <td><a href="javascript:;"
    onmouseout="MM_swapImgRestore();"
    >
    onmouseover="MM_swapImage('StarBtn','','Images/StarBtn_f2.jpg',1);"><img
    > name="StarBtn" src="Images/StarBtn.jpg" width="96"
    height="82" border="0"
    > id="StarBtn" alt="" /></a></td>
    > <td><img src="Images/spacer.gif" width="1"
    height="82" border="0"
    > alt=""
    > /></td>
    > </tr>
    > <tr>
    > <td><a href="javascript:;"
    onmouseout="MM_swapImgRestore();"
    >
    onmouseover="MM_swapImage('DoubleSquigliBtn','','Images/DoubleSquigliBtn_f2.jpg'
    > ,1);"><img name="DoubleSquigliBtn"
    src="Images/DoubleSquigliBtn.jpg"
    > width="96"
    > height="127" border="0" id="DoubleSquigliBtn" alt=""
    /></a></td>
    > <td><img src="Images/spacer.gif" width="1"
    height="127" border="0"
    > alt=""
    > /></td>
    > </tr>
    > <tr>
    > <td rowspan="5"><a href="javascript:;"
    > onmouseout="MM_swapImgRestore();"
    >
    onmouseover="MM_swapImage('BigFlowerBtna','','Images/BigFlowerBtna_f2.jpg',1);">
    > <img name="BigFlowerBtna"
    src="Images/BigFlowerBtna.jpg" width="96"
    > height="107" border="0" id="BigFlowerBtna" alt=""
    /></a></td>
    > <td><img src="Images/spacer.gif" width="1"
    height="32" border="0"
    > alt=""
    > /></td>
    > </tr>
    > <tr>
    > <td colspan="6"><!-- InstanceBeginEditable
    name="BotBox" --><img
    > name="BotBox" src="Images/BotBox.jpg" width="588"
    height="8" border="0"
    > id="BotBox" alt="" /><!-- InstanceEndEditable
    --></td>
    > <td><img src="Images/spacer.gif" width="1"
    height="8" border="0" alt=""
    > /></td>
    > </tr>
    > <tr>
    > <td rowspan="3" align="center" valign="middle"
    > class="LeftBtn"><!-- InstanceBeginEditable
    name="RotWorld" -->
    > <script type="text/javascript">
    > AC_FL_RunContent(
    > 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#
    >
    version=7,0,19,0','width','32','height','32','title','RotWorld','src','../Media/
    > RotWorld','quality','high','pluginspage','
    http://www.macromedia.com/go/getflashp
    > layer','movie','../Media/RotWorld' ); //end AC code
    > </script>
    > <noscript>
    > <object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    > codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
    > rsion=7,0,19,0" width="32" height="32"
    title="RotWorld">
    > <param name="movie" value="Media/RotWorld.swf" />
    > <param name="quality" value="high" />
    > <embed src="Media/RotWorld.swf" quality="high"
    > pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    > type="application/x-shockwave-flash" width="32"
    height="32"></embed>
    > </object>
    > </noscript>
    > <!-- InstanceEndEditable --></td>
    > <td rowspan="2" colspan="2"
    > valign="top" class="Print"><!--
    > InstanceBeginEditable name="Print" -->Print
    Document<!--
    > InstanceEndEditable
    > --></td>
    > <td><!-- InstanceBeginEditable name="PrevBtn"
    --><a
    > href="MedProdAbout.htm"
    > onmouseout="MM_swapImgRestore()"
    >
    onmouseover="MM_swapImage('PrevBtn','','Images/PrevBtn_f2.jpg',1)"><img
    > name="PrevBtn" src="Images/PrevBtn.jpg" width="109"
    height="31" border="0"
    > id="PrevBtn" alt="" /></a><!--
    InstanceEndEditable --></td>
    > <td><!-- InstanceBeginEditable name="NextBtn"
    --><a
    > href="MedProdPhoto.htm"
    > onmouseout="MM_swapImgRestore()"
    >
    onmouseover="MM_swapImage('NextBtn','','Images/NextBtn_f2.jpg',1)"><img
    > name="NextBtn" src="Images/NextBtn.jpg" width="102"
    height="31" border="0"
    > id="NextBtn" alt="" /></a><!--
    InstanceEndEditable --></td>
    > <td rowspan="2" colspan="2"
    > valign="top"> <p
    > class="Search"
    > style="margin:0px"><a
    href="Search.htm">Search</a></p></td>
    > <td><img src="Images/spacer.gif" width="1"
    height="30" border="0"
    > alt=""
    > /></td>
    > </tr>
    > <tr>
    > <td colspan="2"><img name="BotExtra2"
    src="Images/BotExtra2.jpg"
    > width="211" height="16" border="0" id="BotExtra2" alt=""
    /></td>
    > <td><img src="Images/spacer.gif" width="1"
    height="16" border="0"
    > alt=""
    > /></td>
    > </tr>
    > <tr>
    > <td colspan="6"
    > class="CopyRightText">© 2006 - 2004
    TotusMundus.org - all rights
    > reserved</td>
    > <td><img src="Images/spacer.gif" width="1"
    height="21" border="0"
    > alt=""
    > /></td>
    > </tr>
    > </table>
    > </body>
    > <!-- InstanceEnd --></html>
    >

  • Flash movie not play on FireFox

    I built couple flash movies ( using flash 8) on the website : http://www.hoaxinh.com
    For some reason, they do not automatically play in new Firefox.  The movie only play when use click on "play" button.
    Should I have to convert these movie using higher verson of flash? could you please help?
    Thanks

    what's not playing at your link?
    double check its publish settings so you do NOT have "paused at start" checked.

  • Creating a DVD from flash movies (flv)

    Does iDVD 6 support flash movies (flv) importing?
    -pom-

    Does iDVD 6 support flash movies (flv) importing?
    No. You could probably convert the files to DV video (which is supported) using VisualHub at http://www.techspansion.com/visualhub/
    You can try it for free.
    Keep in mind that the DV files will be MUCH larger. DV runs about 12 to 13 GB per hour of content.

  • How To Get Adobe Flash Movie To Work On Another Computer?

    Somebody please please help me.
    I use a English language Windows operating system, forgive me.
    I made an interactive book in Adobe Indesign CS 5. The content, which are all graphics, was all originally created in Adobe Illustrator CS5, but I exported it into SWF.
    The end result was that I have this interactive book, a mirror of the printed version – which itself is formatted in Adobe Indesign CS5 – that I exported to Flash Movies.
    On my Computer I can operate the interactive book and all is fine, I can see the interactive version of the printed book I have Adobe Suite CS 5.
    However when I download the end result to a CD Rom and try to play it on another computer, which has no Adobe software, it doesn’t work. My questions are the following 
    1.       What software does another computer that is working on Microsoft Vista have to download so they can see the developed interactive book?
    2.       What software does another computer that is working on Apple OS have to download so they can see the developed interactive book?
    Will someone who has a non-English OS, for example Japanese or Chinese, need to download anything else to see the developed interactive book?
    Thanks In Advance
    I'm Going Mad.
    Gary.

    Thanks again for your reply.
    Eventually what I've done is convert the swf files to exe files and they work on all PCs, no matter whether the OS is English, Japanese or Chinese.
    The way I did it was from
    http://forums.adobe.com/thread/212109
    'to convert a swf to exe just open the swf alone then go to file > create projector this will create a standalone exe file that will run on virtualy any PC computer with or without the flash player '
    The above is for anyone else who has to make a digital interactive book.
    Thanks though ʇɐb ɹəuəllıʍ and you have a nice weekend.
    Gary.

  • Exporting from flash movies without quicktime

    I used to convert flash movies in dv (for further editing in imovie or Final cut express). With the latest QT update this is not possible anymore (and a lot of my projects are unreadable...). Anyone knows an (possibly inexpensive) way to convert a .swf file in dv or something else digestible from QT or visualhub? (visualhub relyes on QT support for converting flash movies, so this is not doable...)
    Thanks in advance.

    Buy a cheap external HD and install an older version of Tiger (and QuickTime) on it. Use http://perian.org and QuickTime Pro to make the conversion.
    QuickTime 7.3.1 no longer supports Flash media formats.

  • Centering a Flash Movie

    Here's my problem:
    I've created a Flash movie I've saved on a CD as a .exe
    projector file. The .exe file will automatically open once the CD
    is placed in the computer's CD drive. When the movie is opened, I
    want it to play in the center of the computer monitor. Thus far
    I've not been able to figure out how to configure Flash so the
    centering on the monitor will occur. I know in Director, you have
    an option you can choose to make the centering occur. Is there a
    way in Flash to have the centering take place. Even if it means
    performing some Actionscripting.
    An additional Note: I know I could use an FS Command to make
    it so the movie will place full scrren no matter the scrren monitor
    size. But since my Flash movie contains Bitmapped images whose
    resolution quality depends on having a stable monitor size, I can't
    use the FS Command because my bitmapped images get distorted.
    Any help in this matter will be appreciated.

    you can use the stage.allowscale method to stop scaling and
    also make
    the entire window cover the screen. It also has align to you
    can center
    or otherwise position it in the window
    a more comprehensive solution is available if you convert
    your swf to
    an exe with mProjector it includes a full set of window
    manipulation
    commmands include center
    here are the docs for that commands
    http://www.screentime.com/software/mprojector/docs/mWin_center.htm
    all apis by class
    http://www.screentime.com/software/mprojector/docs/
    and a demo download...
    http://www.screentime.com/software/mprojector/demo.html
    John Pattenden
    Screentime Media - Flash Tools since 1997
    http://www.screentime.com

  • Text blurry when converted to flash video

    I've been exporting my movies from FCP as 8 bit uncompressed to use as a master for converting to flash via the Flash 8 encoder.
    The resulting images look great except for text on title cards that were created with text generator in FCP.
    I've done numerous tests at various settings, but the text, after the Flash encoding, never looks pristine as it does in QT.
    Any suggestions?
    Thanks.

    I don't think you're gaining anything by exporting a DV sequence to uncompressed 8 bit. If you want to improve things, try editing in a ProRes sequence instead from the get go. 10 bit color, and it should play the DV in RT without having to render it as long as your computer is fast enough. But when you recompress a DV seqence to something else, you really can only lose quality. You can't get better by upcoverting the DV, but your titles will look better in 10 bit prores. Keep in mind that once you create something (say a title) in a DV sequnece, it becomes just that... so if you were to create the title in a ProRes 10 bit sequence, theory says that it should look better.
    Also FWIW, the Boris Title 3D titler is vector based, not bit-mapped like the text tools are. So it should look nicer all around.
    Jerry

Maybe you are looking for

  • 15-inch MacBook Pro w/ Retina Custom Build Delay

    On 11/25 I ordered a custom build 15-inch MacBook Pro with Retina display 2.6GHz and 1TB PCIe-based Flash Storage. Item still has not been shipped any idea as to the hold up? Is it the Flash storage? Be intereseted in hearing from others about their

  • XML Tag in PHP Not Printing

    Hello Guys, I am using PHP 5 version and trying to print simple xml tag but its not wotking. The tag is echo '<markers/>'; . If i remove '>' i,e echo '<markers/'; its working fine. What could be the reason ? Thanks,

  • Looking for specific cable

    I just looked in the store and Apple doesn't seem to sell this, but I am looking for a female/male connector cable. Essentially, I need a cable that replicates an iPhone dock at one end (male) and then plugs into the dock with the female end so I can

  • Different Class for Different Release Group

    Dear All, I want to use different release class for a new group i am creating for Purchase Order Release. But it is not allowing me to save the same as the explanation given the overall release should not be there in one of the group created, but i a

  • Cross component communication

    Hi, I have two components in my application. One contains a repeater and a button. When the button is pressed it calls a function in an actionscript file that throws an alert and fills the repeater. The second component just has a tree control. When