Exporting files in flash

hey guys.....hi!
m making a intro for kids and i loaded the .swf using the loader concept in action script.3.0. and m confused how to export this files which can be played when user insert the cd/dvd in cd/dvd rom.like we can find some interactive cds like movies or games..etc!!so how can i render in this way which can be interactive apart from swf!! i hope u understand my problm...pls help out guys.......!!!

make a new plain text file and name it Autorun.inf
inside this file type:
[autorun]
open=projectorFile.exe
icon=someGraphic.ico
projectorFile.exe is the name of the projector file you published
someGraphic.ico is an icon file you need to create (google .ico files)
put the projectorFile.exe, Autorun.inf, someGraphic.ico on a disc
be sure to include a projector file for BOTH windows (.exe) and mac (.app)
note: autorun only works on pc

Similar Messages

  • Exporting file for Flash Catalyst use?

    Hey everyone.  I've made a video in Flash Pro, and I want to be able to play it in Flash Catalyst.  I'm using 5.5 of both versions, btw.  I export the Flash Pro video to a .mov file and then use Media Encoder to make that a .flv file.  I bring that file into FC and publish to web.  However, when I put those 'deploy to web' files on my website, the video doesn't play.  Everything else works except for the video.  So I put a generic, short .flv file that I downloaded from the internet into my FC file.  I published it to my website again, and everything worked fine.  The video played.  So obviously the problem with my video must be in the encoding process.
    How should I do this?  I read one article online that said when I export a .mov file for FC, I should make sure that I don't have 'Fast - Compressed Header' selected in the Streaming options.  Well, I checked and I don't.  It's just under regular 'Fast'.  So what am I doing wrong here?  I've even tried converting my .mov file to a f4v file, and that doesn't work.  Help here would be so greatly appreciated.

    Ah.  I think they just tested the .html file.  Though, they were trying nearly everything yesterday, so they might have tried the swf file, too.  I'll ask him this afternoon.  There's a webpage included in both deploy-to-web and run-local folders.  Both are entitled main.html.  I'm looking at both codes in Dreamweaver to see what would be different, how the code is calling to the flv video, and I can't see any change!  I switch from one code view to the other, and nothing is different.  The only difference is that in the video size area, the html file from the run-local folder is bigger.  So obviously something more was put into the run-local html file, but what I don't know.  I can't figure that out from the code.  Here's the code from the run-local file, though it looks the same in the deploy-to-web html file, too.
    <!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" lang="en" xml:lang="en">
        <!--
        Smart developers always View Source.
        This application was built using Adobe Flex, an open source framework
        for building rich Internet applications that get delivered via the
        Flash Player or to desktops via Adobe AIR.
        Learn more about Flex at http://flex.org
        // -->
        <head>
            <title></title>
            <meta name="google" value="notranslate" />        
            <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
            <!-- Include CSS to eliminate any default margins/padding and set the height of the html element and
                 the body element to 100%, because Firefox, or any Gecko based browser, interprets percentage as
                 the percentage of the height of its parent container, which has to be set explicitly.  Fix for
                 Firefox 3.6 focus border issues.  Initially, don't display flashContent div so it won't show
                 if JavaScript disabled.
            -->
            <style type="text/css" media="screen">
                html, body  { height:100%; }
                body { margin:0; padding:0; overflow:auto; text-align:center;
                       background-color: #ffffff; }  
                object:focus { outline:none; }
                #flashContent { display:none; }
            </style>
            <!-- Enable Browser History by replacing useBrowserHistory tokens with two hyphens -->
            <!-- BEGIN Browser History required section -->
            <link rel="stylesheet" type="text/css" href="history/history.css" />
            <script type="text/javascript" src="history/history.js"></script>
            <!-- END Browser History required section --> 
            <script type="text/javascript" src="swfobject.js"></script>
            <script type="text/javascript">
                // For version detection, set to min. required Flash Player version, or 0 (or 0.0.0), for no version detection.
                var swfVersionStr = "10.2.0";
                // To use express install, set to playerProductInstall.swf, otherwise the empty string.
                var xiSwfUrlStr = "playerProductInstall.swf";
                var flashvars = {};
                var params = {};
                params.quality = "high";
                params.bgcolor = "#ffffff";
                params.allowscriptaccess = "sameDomain";
                params.allowfullscreen = "true";
                var attributes = {};
                attributes.id = "Main";
                attributes.name = "Main";
                attributes.align = "middle";
                swfobject.embedSWF(
                    "Main.swf", "flashContent",
                    "405", "350",
                    swfVersionStr, xiSwfUrlStr,
                    flashvars, params, attributes);
                // JavaScript enabled so display the flashContent div in case it is not replaced with a swf object.
                swfobject.createCSS("#flashContent", "display:block;text-align:left;");
            </script>
        </head>
        <body>
            <!-- SWFObject's dynamic embed method replaces this alternative HTML content with Flash content when enough
                 JavaScript and Flash plug-in support is available. The div is initially hidden so that it doesn't show
                 when JavaScript is disabled.
            -->
            <div id="flashContent">
                <p>
                    To view this page ensure that Adobe Flash Player version
                    10.2.0 or greater is installed.
                </p>
                <script type="text/javascript">
                    var pageHost = ((document.location.protocol == "https:") ? "https://" : "http://");
                    document.write("<a href='http://www.adobe.com/go/getflashplayer'><img src='"
                                    + pageHost + "www.adobe.com/images/shared/download_buttons/get_flash_player.gif' alt='Get Adobe Flash player' /></a>" );
                </script>
            </div>
            <noscript>
                <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="405" height="350" id="Main">
                    <param name="movie" value="Main.swf" />
                    <param name="quality" value="high" />
                    <param name="bgcolor" value="#ffffff" />
                    <param name="allowScriptAccess" value="sameDomain" />
                    <param name="allowFullScreen" value="true" />
                    <!--[if !IE]>-->
                    <object type="application/x-shockwave-flash" data="Main.swf" width="405" height="350">
                        <param name="quality" value="high" />
                        <param name="bgcolor" value="#ffffff" />
                        <param name="allowScriptAccess" value="sameDomain" />
                        <param name="allowFullScreen" value="true" />
                    <!--<![endif]-->
                    <!--[if gte IE 6]>-->
                        <p>
                            Either scripts and active content are not permitted to run or Adobe Flash Player version
                            10.2.0 or greater is not installed.
                        </p>
                    <!--<![endif]-->
                        <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>
                    <!--[if !IE]>-->
                    </object>
                    <!--<![endif]-->
                </object>
            </noscript>    
       </body>
    </html>
    But I don't see anything where it calls to my bathinline.flv file.  Yet this one plays just fine.  I've played both .html files, and only the run-local html file plays fine on my computer (not viewing from website this time).  So I agree with you that I think it's a pathing issue on the deploy to web thing, but I have no idea what.  The code isn't showing any difference.
    Any more ideas.  You've been really, really helpful so far!

  • Exporting file in Flash CS5.5

    Hi, I created an animation segment with Flash Professional CS5.5. and am trying to export it in Quick Time format but everytime I try, one or more of the images are lost. Also, some images leave trace behind. I fiddled around with the settings by changing to "animation" and "H.264". I also set the compressor quality to "best" and the motion key frames to ALL. But I still get the same problem. Each time I export different images get lost or leave trace behind. I'd really appreciate if someone could help me with this. Thank you.  

    The movie exporter in Flash from version CS3 to CS6 has never been that good.  Currently in Flash CC, the exporter is the best it has been, but you may not have access to CC.  There are a couple of work arounds you can try, but they require other programs.  If you have After Effects, you can combine a Flash SWF along with an audio file to create a Quicktime.  You can also do the same with Premiere (up to version CS6).  If you have Quicktime Pro you can convert an image sequence exported from Flash into a quicktime movie.  You will also have to add your audio seperately.  A free program SWIVEL, can covert your SWF to quicktime, but it can be a little finicky.  Here's a link to that: http://www.newgrounds.com/wiki/creator-resources/flash-resources/swivel
    Hope that helps!

  • Export file formats from flash?

    Hi, I have an issue concearning existing file formats for export in Flash CS4.
    According to the user's manual in Italian I have found, http://help.adobe.com/it_IT/Flash/10.0_UsingFlash/WS0E26E472-1533-4297-A904-59476E8E1935.h tml
    available formts include EPS and AI.
    As far as AI is concearned, I have this option but exported AI files are hard to open in Illustrator, since a number of problems appear.
    If I separate all groups in Flash and then export to AI format, Illustrator finally opens the AI file, but changing the colours and the shape of my design.
    Moreover, no dialogue box for Illustrator version options appear when I choose AI for export, as is described in the support page.
    As to EPS file format, it is not in the export file dialogue box, the formats I have are JPG, PNG, GIF, EMF, WMF, BMP.
    My point is that I draw in Flash, then I need to export the designs in Illustrator for print optimization, but the content changes dramatically, if I actually can open the files.
    Caould anyone help me?
    Silvia

    I am unsure about the Illustrator export, as I have never needed to do this, nor do I have CS4.
    The EPS reads as a printer option, not an export one:
    "An EPS file can be printed with a PostScript printer. ... This format has no definable export options"

  • How to export a fireworks file to flash while retaining image quality?

    I created a banner for our website using fireworks cs3. Part of the banner has aimation (basically a slide show of 6 photos). I've tried to export the files by saving the frams to files, but when I do this, the image quality really gets bad. When I try to change the export settings and change the dither, everything but the last frame looks better and the last frame looks like a yellow color is splattered all over it....I've tried just saving the file as an .swf file but when I do so, the file doesn't work when I insert it into my web page, it doesn't work.  Is there a better way to do this?  Can I export as something else then import into flash and still retain my image quality?  Thanks for any input and help!

    How are you inserting the file?
    Flash objects need to be placed in an object tag...as described here: http://kb2.adobe.com/cps/415/tn_4150.html

  • Drawing in flash and exporting files to illustrator

    I use to be able to draw or tweak drawings in Flash and then export them as a postscript or swf file so that I could keep editing them in Illustrator. These features seem to be missing and I don't understand why. Surely these are features that were used by other users. So the print image feature is gone in Flash and that was where I could contain my vector drawing as a postscript or PDF and now I can't do that any more. In Illustrator I use to be able to open up .swf files and I can't do that anymore. Is there a go around? Why take such a good thing away that is so useful to artists and designers?

    Hi All,
    Flash Pro CC 2014 (v14.0.0.110) is now available for download via the Creative Cloud App and Adobe website.
    We have added SVG Export feature to Flash Pro with this new release. You will now be able to export out vector content from the selected frame as an SVG image that can be opened directly in a Browser and even imported in Adobe Illustrator.
    SVG Export option can be accessed via the Publish Settings as well as via File Menu > Export > Export Image option.
    Along with this, we have added several new features with this release. Complete list is available at these links:
    Overview:         https://www.adobe.com/in/products/flash.html
    Whats new:      https://helpx.adobe.com/flash/using/whats-new.html
    Release Notes: https://helpx.adobe.com/flash/release-note/flash-professional-cc-2014.html
    Thanks,
    Nipun

  • Help Exporting Embedded Video Files From Flash

    I am new to Flash and this may sound, well dumb but here it goes.  I have taken some video files from Final Cut Pro converted them to FLV's imported them and embedded them into flash to create some banners for the web.  I need to know what settings I should use to get these out of Flash for the web. 
    Also I need to send them to someone to look at before publishing.  What would be the best format to do that in and how to do it.
    Also has anyone has any experience creating banners in or online ads in a Video format like FCP and embedding them into a flash file to export them in flash for we publishing.  Sorry again for the dumb question, just new to Flash.

    Is there a reason why you embedded the video in Flash rather than using the FLV player?
    Starting with the video, since you have the source you can create any type of format you need from that which can be used for preview or the final version depending on where it's  going to end up and what is required or preferred.  Flash comes into play if the requirement is to have a SWF/FLV other than some other video format, or if you have other Flash content going on at the same time besides the video.
    But using Flash for this, the most stratghtforward way is to use the FLV player included with Flash (or another 3rd party player) and point it to your FLV.

  • Exporting Comp to Flash Animation (and Keeping the File Size Small)

    I have an animation I have made in AE which isn't terribly complicated.
    Maybe 450 X 250, mostly blank background. The artwork was done in Illustrator. There are about a dozen layers, all AI artwork, and the animation is about two seconds.
    When I export the animation as an SWF file, the file size is 1.2MB. What do I need to do to make the file size a lot smaller?
    I am not used to making animations for Flash. My AE animations are usually meant for video applications, but someone decided they want this animation to go on their web site instead.
    Thanks!

    If it is a frame by frame animation try importing the MOV file into Flash rather than exporting from AE.
    Not sure if this will work but it might.  When you publish the file in Flash you will get a resulting SWF file that is created automatically.  See if it is smaller.

  • Export version 10 SWF file from Flash CC

    Hello,
    I am trying to work out how to export a version 10 SWF file from Flash CC. Every media agency I am supplying files to requires version 10 but I can only export a Flash Player 10.3 file which creates a version 12 SWF.
    Does anyone have any advice other than buying an odler version of Flash....
    Thanks for your time.
    Keith

    you can use flash cs 6.  it's part of your cc subscription.
    or you can add fp 10 to flash cc.  here's a walk-through using fp 9: http://forums.adobe.com/message/5511080#5511080

  • Export illustrator file from Flash Professional CS6

    Can a background/scene created in Flash profession be exported to illustrator file with extension Ai without illustrator?

    SIcsempertyrannus wrote:
    Thanks for trying to help. Some how I managed to do it-but I did it some kind of meatball way. I kept clicking into the image until everything was selected...then I grouped it all and exported as fxg because I do not have the eps option. Somehow it worked, But I have 20 of these to do and this is def not the right way to do it. Hope someone else can wise me up. Thank-you for your help.
    You did not have to group it you could have exported the image or the selection only or the movie in the FXG format (Flash Exchange Graphic) and what is wrong with doing it a newer and better way. FXG is supported in Flash Catalyst as is Illustrator and Photoshop FXG can be exported from Illustrator so you use the file in Flash more readily and though Photoshop does not support FXG that might change.
    I am leased they finally came up with a rational method of exporting to and from Illustrator and Flash.
    Eps was never the right way since Flash is not a postscript application.
    You found the right way and format you just went about it in an unusual and unneccessary way.
    Next time if you want all the art choose image instead of selection if you only need some elements of the art select them export choosing selection only that art will be exported no need to group.
    if you want the whole movie then again choose the whole movie of course that will be a motion type format not FXG.
    Anyway you sort of did it the right way.

  • Export Editable File from Flash to Illus

    My co-worker spent all day trying to export a Flash file to open and edit in Illustrator. Is this possible? She feels that it is because when she exports as .fxg into Illus if she turns the preview to outlines the art looks like vector art.  Im not so sure. You cant select anything. It still has all those outer boxes aroud it like when you "Place" artwork. Is it possible to do this? Thanx w/any help with this.

    SIcsempertyrannus wrote:
    Thanks for trying to help. Some how I managed to do it-but I did it some kind of meatball way. I kept clicking into the image until everything was selected...then I grouped it all and exported as fxg because I do not have the eps option. Somehow it worked, But I have 20 of these to do and this is def not the right way to do it. Hope someone else can wise me up. Thank-you for your help.
    You did not have to group it you could have exported the image or the selection only or the movie in the FXG format (Flash Exchange Graphic) and what is wrong with doing it a newer and better way. FXG is supported in Flash Catalyst as is Illustrator and Photoshop FXG can be exported from Illustrator so you use the file in Flash more readily and though Photoshop does not support FXG that might change.
    I am leased they finally came up with a rational method of exporting to and from Illustrator and Flash.
    Eps was never the right way since Flash is not a postscript application.
    You found the right way and format you just went about it in an unusual and unneccessary way.
    Next time if you want all the art choose image instead of selection if you only need some elements of the art select them export choosing selection only that art will be exported no need to group.
    if you want the whole movie then again choose the whole movie of course that will be a motion type format not FXG.
    Anyway you sort of did it the right way.

  • Book title/cover page not appearing in exported file?

    Hello, for some reason my book title page on the exported file does not appear the same as my preview copy.
    On my bookshelf, my preview copy (which has a small 'proof' flash) has the cover design as produced in the Author app.
    I have exported the file for somebody else to check the contents of file, when they download and open the file in iBooks the file has a white cover with 'Book Title' on it, not the design that appears in the preview file.
    Many thanks

    Moved to BOE Admin forum

  • How export my vector flash to illustrator?

    Hi,
    In all software adobe CC the .fxg extenxtion has remove (she is abandoned),
    Now how can I export my vector illustrations to Illustrator?

    Hi All,
    Flash Pro CC 2014 (v14.0.0.110) is now available for download via the Creative Cloud App and Adobe website.
    We have added SVG Export feature to Flash Pro with this new release. You will now be able to export out vector content from the selected frame as an SVG image that can be opened directly in a Browser and even imported in Adobe Illustrator.
    SVG Export option will be available via the Publish Settings as well as via File Menu > Export > Export Image option.
    Along with this, we have added several new features with this release. Complete list is available at these links:
    Overview:         https://www.adobe.com/in/products/flash.html
    Whats new:      https://helpx.adobe.com/flash/using/whats-new.html
    Release Notes: https://helpx.adobe.com/flash/release-note/flash-professional-cc-2014.html
    Thanks,
    Nipun

  • Exported file plays wrong audio with slide

    Hi all,
    I just produced a tutorial in v2 that has sound files embeded
    in almost every slide. They were originally wavs, but I have
    captivate convert them to 64kbit mp3s. I also have some slides that
    do not contain sound, but contain .flv files. (These .flv files
    have sound.)
    When I previewed the file, everything worked perfectly. The
    sound cues were right, and the videos appeared just as they should.
    However, when I published the file, the slides played completely
    different sound files from other parts of the project and in the
    wrong order. I tried exporting using both standalone .exe and
    web-based formats using Flash 8, but the results were the same each
    time.
    Does anyone have any ideas about what could cause this
    problem? Based on what I've seen, I think the three most likely
    candidates for trouble are:
    1) Slide audio errors
    2) .Flv files
    3) Flash 8
    But there could be other, stranger things afoot.
    Please let me know if you need more info about
    something.

    I tried re-exporting as an H264 mov but the exported file shrunk to 400 mb and lost most of the footage.
    How do I fix?
    I am guessing that you may have accidentally made a selection in the timeline before exporting - and then only that was exported.
    Try exporting like Russ said.
    And Russ meant to write VLC.

  • Exporting a Flex4/flash builder 4 poject as a swf?

    Is it possible to export a Flex4/flash builder 4 project as a swf? Every time I try to export a project I get some weird file format. Also when I make a web project nothing even shows up on the page. Can anyone point me in some type of direction?

    check your bin-debug foldr in the flash-builder workspace. you will have everything compiled when ever you save the project into .htmls and .swf. if you dont see anything go to project> clean

Maybe you are looking for

  • Error in Accessing the Report Server URL

    Hi All,           I am trying to access the Report Server URL in PowerPivot.But facing below issue .Can any one help me how can I solve the issue Thanks,   Sid

  • RoboHelp for Word 7 with version 5 source files

    I am trying to compile a WinHelp 4 file in RoboHelp 7, and it will not compile. The project is old and was last used in RoboHelp X5. I would love some suggestions. This is a very large help file and I don't want to recreate it. Working on a Windows X

  • Which planning function i have to use and how to write this planning fucnti

    Hi Bi Guru's, I have rolled out  BW SEM-BPS Planning Layout's for the Annual Budget in my organistaion. There are two levels of layout given for the each sales person. 1)  Sales quantity to be entered Material and  country wise for all 12 months ( Ap

  • Copy from PO to SO

    Hi there, Can we maintain copy controls for PO and Sales order for the configurable material. There are different material part numbers in MPN field on a PO which i want to copy into the sales order material entered field. This will help in getting t

  • Iweb transfer to another mac?

    I've read the current posts but am still having difficulties. I have published the site from iWeb from my mac laptop but want to work on it from my imac where most of my photos are. Both computers are using snow leopard and ilife 09.  I went to the u