Changing Preloader on Indesign swf files

Is it possible to change the preloader from the one generated by Indesign for its swf files?
I'm guessing this is a flash issue TBH. Would I be right in thinking that I save the Indesign file as a FLV and then open it in Flash to alter the preloader?

As Bob said, you can´t do that in InDesign. You can go to Flash-route if you like, but you will lose most of the cool things that indesign creates to your SWF.
Another option is to use 3rd party tool for that, with eDocker you can change the preloader to any animation you like... http://www.edocker.com

Similar Messages

  • Attaching preloader to InDesign swf

    I exported an interactive swf from InDesign (content.swf). It is 7MB. I would like to add a preloader. I found a site that offered a recipe but the swf plays through the frames without stoping on the first frame.
    Further research indicated I was using AS2 and that the InDesign swf needs to be address in AS3. I am unable to find how to do this using AS3.
    Any help/recipies would be appreciated.
    Tina
    Here is they structure of the file with the preloader.
    Scene 1
    Layer 1: frame 2: actionscript
    loadMovieNum("content.swf", 10);
    _level10.gotoAndStop(1);
    Layer 2: frame 1: placed movie clip named: preloader
    preloader structure:
    Layer 1 has three frames
    frame 1:
    parent.stop();
    frame 2:
    kBytesLoaded = _parent.getBytesLoaded()/7045928;   
    kBytesTotal = _parent.getBytesTotal()/7045928;   
    kBytesRemaining - kBytesTotal - kBytesLoaded;   
    percentLoaded = 100 * kBytesLoaded / kBytesTotal;   
    percentRemaining = 100 - percentLoaded;   
    progress = percentRemaining;
    loadBar._xScale = percentLoaded;
    frame 3:
    if (percentLoaded < 99){ 
    gotoAndPlay(2);
    } else {
    _parent.play(); 
    stop(); 
    layer 2 has the progress text (progress) and the progress bar (loadBar)

    Since you will be loading AS3 files, you will need an AS3 preloader, otherwise, an AS2 preloader such as what you showed will fail in trying to an AS3 file, which is probably what you encountered in trying it.
    Here's a link to an AS3 preloader tutorial which I believe does what you want... loads the file separately...
    AS3 Preloader
    http://www.gotoandlearn.com/play.php?id=85
    but just so you aren't fooled by it all... When someone is playing your game, they have already downloaded your game.  So your protection is really only protecting your files against those who are either too lazy or lack the knowledge of how to get the file from their cache.  But some protection is often better than none.

  • Need Preloader for Multiple SWF files

    SORRY FOR THE DUPE POST, THE OTHER CAN BE DELETED. MY ADOBE
    ID PROFILES WERE MESSED UP.
    Hi forums, I'm new to Flash. I did the following:
    1. Created a complex home page, about 3.5MB in size, due to a
    large graphic I had to use many times over and couldn't make into a
    symbol (long story). It's called INDEX.SWF, with accompanying
    INDEX.HTML file from Flash
    2. Split pieces of the INDEX.SWF file into multiple SWF files
    to make it load faster
    3. Created multiple layers in INDEX.SWF using loadMovieNum to
    call to multiple SWF files from step 2
    This works OK, but I think a preloader would optimize my page
    animation. However:
    1. I don't understand how a preloader file gets recognized on
    the site load. If I create a file called PRELOADER.FLA and publish
    it, how does the site know to use it first? Does it need a special
    name?
    2. Once I understand #1 above, I might be able to use some
    sample preloader files I've found. It seems like all I have to do
    is change the actionscript to point to my main file, but not sure
    yet. I'll get to that next once I understand how the file even gets
    recognized and loaded. Thanks for your help!

    PLEASE DELETE THIS POST AND USE NEWER ONE FROM
    MOUSEHOUSESITE, I APOLOGIZE FOR DUPE POST DUE TO MESSED UP ADOBE
    ID.

  • Sound files not playing from inDesign SWF file

    Using Dropbox file transfer, I'm sending a colleague an inDesign project  as a SWF file - a flip book with audio. The files in Dropbox are the SWF Movie files, the HTML and the Resources folder. My colleague is trying upload these to his website. I presumed the sound files would go up via my colleagues FTP and Flash player would link to them. The sound files are functioning. Can anyone outline the procedure one should follow to get Flash to engage with this?   Is there a better locale fo this thread?

    That's what I thought too, but all files are there.  I used to have numerous files (6-8) in a dropbox folder with all parts: cptx, htm, swf, js and the html would play fine by just clicking on the link.  Once it started not working I made individual folders with each part of the file and included them into each seperate folder.  Still not loading/opening.  This is happening to everyone I send the link to.  I've tried opening it in different browsers too.
    Here is a link if anyone wants to see what happens:  https://www.dropbox.com/s/460vq2nqu4dbwf1/courseconnect_training_2013.htm
    Here is how I am including each part of the file in the actual folder:
    https://www.dropbox.com/sh/sdfjdeud8jro1v1/SdZMzJHXBo

  • Including external swf file with preloader in main swf file

    I'm creating a flash 3d website for a company. The idea is
    that there is one overall swf file - this holds the navigation and
    design. Once the user clicks on a button, it goes to frame 10, I
    have included the following script to load a swf file
    loadMovie("deepbartesting.swf", maincontent);
    this.onEnterFrame=function(){
    if(movieClipName._currentframe==5){
    movieClipName.stop();
    delete this.onEnterFrame;
    my problem is that this file is around 3mb. I created a
    preloader with it, with the code
    onClipEvent (load) {
    total = _root.getBytesTotal();
    } onClipEvent (enterFrame) {
    loaded = _root.getBytesLoaded();
    percent = int(loaded/total*100);
    percen101 = ""+percent+"%";
    gotoAndStop(percent);
    if (loaded == total) {
    _root.gotoAndPlay(2);
    the preloader works, but instead of going to frame 2 of that
    swf file, it goes to frame 2 of the overall swf that holds the
    navigation. Does anyone know how to get around this so that it goes
    to frame 2 in the same swf file as the preloader?
    Thanks for your help

    instead of _root, use this._parent (if your preloader is on
    its main timeline).

  • Is there a quick way to make a universal change across many InDesign/PDF files?

    We are a mid-sized manufacturing firm that produces many different versions of our product. For each of our units, we produce a set of technical instructions, using Illustrator and InDesign. Within each instruction manual, there are pages unique to the individual unit, and pages that are universal (boilerplate) across all of our manuals. We export each complete instruction manual to PDF for printing and placement on our website. At present, we need to make a change to one of our universal pages that appears in every manual. Is there a way to apply the change across all of our manuals without opening each InDesign file separately, updating the link, and creating a new PDF? That process is obviously time consuming and labor intensive considering the volume of files that will need to be updated. As such, any suggestions or recommendations would be appreciated. We would like to automate the process, even if it means updating our software or changing our method of producing instruction manuals.

    Basically - it sounds like they have Illustrator file that is common to many different inDesign files.
    And seems like they are placing some pages of a master document from InDesign within other InDesign documents.
    When they update a master document and make changes to it - they have to open and update all the modified links across all the documents.
    Using my method - you can select a base folder where all the InDesign files are residing.
    Run the script - and select "Update modified links before exporting"
    So in essence all the PDFs will be generated - and the modified link will be updated in each document.
    Plus all the InDesign files will update the modified documents.
    I do this a fair bit and it works for me very well.
    Unless I have misunderstood the problem here.

  • How to add a preloader bar to a swf file made in InDesign?

    I have created a swf file in InDesign CS4 and now that I added the swf to my website, it takes a little bit to download, but the problem is that it doesn't show a downloading progress or anything.
    How can I changes this either in InDesign or using  preloader for the swf file so people don't leave my pages thinking there is nothing to see.
    I'm not familiar with preloaders or actionscript.
    Any help will be greatly appreciated.
    Thanks

    hi Bob. this question is exactly what i was looking for too, However:
    my cs5 crashes since the day i got it (i'm guessing it's because i'm using windows xp, though no-one at Adobe has solved it yet),
    so for now, i have to work on the cs4.
    is there a way to add a preloader on cs4?
    thanx. Lior

  • Preload current swf file (not external)

    Hello,
    Does anyone know how to preload the current swf file in AS3 ?
    And is it possible to preload all the code in the current swf?
    Regards,
    Chris

    Please give us more information about flash and how you execute it. If your swf is inside of web page. It is downloaded into browsers cache and next time when you access it the browser gets it from cash. BUT! Browsers cache its content using a url adress with paremeters( url thats setted from movie and src properties insede an RunActiveContent function - this function create swf object into web page ) as a key to find an cached content. So if you change params value every time when reload the page it will be download swf every time.
    What you mean- "And is it possible to preload all the code in the current swf?"? If you press F5 ( refresh in browser )

  • White square for .swf file in dreamweaver site

    Hi
    Apologies if this is a very basic question.
    I have built a dreamweaver site and embedded a .swf file (a
    slideshow of photos created in flash) into the page.
    When I view the page online, the .swf file takes a few
    seconds to load, and while it is loading I get a white square where
    the slideshow should be (the dreamweaver and flash documents have a
    black background).
    Question - how do I either
    a) get the white square to be black
    b) get a loading bar to show that the flash video is loading
    Many thanks

    Thanks so much Tom - I now have a black background!
    The only problem is that my .swf is taking ages (8-10sec) to
    load and now its all the same it looks like nothing is happening!
    I have looked at the preloader threads and customised a
    preloader, but I can work out from the search results/threads what
    to do with it.
    How do i link the preloader into my .swf file. Do I need to
    know actionscript (I dont!) to do this? (I have Studio 8)
    The other gist I picked up from the threads is its better to
    avoid the preloader all together. I'm creating a photography
    website - hence big .swf - but do you have any hints for optimising
    the .swf - the flash publish compression is all I've used so far
    Many thanks

  • Edit .swf file in dreamweaver cs3

    hi frends i am new to adobe flash. I am using dreamweaver to edit a .swf flash file.I selected the flsh in design window then selected the "edit" button.The adobe flash cs3 opened it but i want to edit this flash. Please tell me how to edit it as i am only displayed with the flash in a window. how t edit its components like adding new pics to it or making other changes to it.

    A .swf file can´t be edited with e.g. Flash CS3, because this type of file is the "end product" which is generated when exporting your work from Flash (File -> Export -> Export Movie...)
    What you´ll need instead is the corresponding Flash "source file", which has the file extension .fla -- and this type of file is usually editable from Dreamweaver,
    Cheers,
    Günter

  • Place a GIF in an InDesign SWF?

    I have a GIF image that I'm wanting to place in an InDesign SWF file. Is this possible? If not, what probably can accomplish this?
    Thanks!

    You can place a GIF into an InDesign file. Your InDesign file can be exported to SWF.

  • Basic preloader for multiple swfs?

    I've looked at 100+ discussions around the web, not one good answer.
    I want some AS3 script equivalent to the following script (which I've made-up):
    loadallthefollowingswfs.intocache("home.swf", "products.swf", "contact.swf");
    I want a bunch of different swfs, all of which are in the same directory, to be loaded into the cache prior to viewing any of the swfs.
    I would like to put this script into the first frame of an index.swf
    Upon loading ALL of the swfs into the cache, it will move on to frame 2 of the index.swf and continue forward.
    All of the other discussions around the web state to either "have each swf load once it is opened" (I don't want that, I want them all preloaded into the cache prior to viewing any one of the swfs), or the discussions say "you should combine all of the flas into a single fla and just preload that one swf file (I don't want that either, I want seperate fla/swf files).
    Anyone have any suggestions on how to load multiple swfs into the cache when accessing one frame of an swf?
    Thank you.

    Greetings,
    Actually I just want to ask you guys about  how will I be able to use these snippet? I tried to insert a trace inside the else area of the if statement, but, didn't showed up any results in the output window...
    BTW: I just paste this snippet inside a new layer new flash file and saved it along with the two .swf files.
    var swfA:Array=["home.swf","works.swf"];
    var index:Number = 0;
    var targetMC:MovieClip=this.createEmptyMovieClip("targetMC",this.getNextHighestDepth());
    targetMC._alpha = 0;
    var mcl:MovieClipLoader=new MovieClipLoader();
    var lo:Object = {};
    lo.onLoadInit = function(target:MovieClip)
    index++;
    if(index<swfA.length)
    loadF();
    else
    // all are  loaded.  do whatever
    trace("Load Ok...");
    loadF();
    function loadF()
    mcl.loadClip(swfA[index],targetMC);
    here's my code
    var swfA:Array=["home.swf","works.swf"];
    var index:Number = 0;
    var targetMC:MovieClip=this.createEmptyMovieClip("targetMC",this.getNextHighestDepth());
    targetMC._alpha = 0;
    var mcl:MovieClipLoader=new MovieClipLoader();
    var lo:Object = {};
    lo.onLoadInit = function(target:MovieClip)
    index++;
    if(index<swfA.length)
    loadF();
    else
    // all are  loaded.  do whatever
    trace("Load Ok...");
    loadF();
    function loadF()
    mcl.loadClip(swfA[index],targetMC);

  • Font in swf file changes with indesign

    Hi, I am creating an indesign presentation, and have included a swf movie I created in Flash Professional. The movie contains some text, which appears fine in Flash Pro and fine in the indesign preview tool, but once the indesign file is exported to a swf file itself, the font changes to something different. I have made the text field into a movie symbol in Flash after finding this issue the first time, but this has not corrected it. Is there anyway I can correct this please?
    Thanks

    Thanks. I'm going to have to find out the process behind that as I'm not sure how to do it - exporting the flash animation as a swf file is also creating a swz file that I assumed was all the text info needed, but it doesnt seem to help in this matter. In the mean time I have done the text parts in Photoshop, simplified the layers and then imported them as png images, and that has seemed to fix the issue.
    Thanks for your response!

  • Open a URL link in the same window as SWF file in indesign CS5

    Hello,
    I am trying to create a SWF file using indesign CS5.  I have created buttons and placed in URL links but they always open another window.  I would like to know if there is a way to have the URL open in the same window that the SWF file has been created.  I tried, putting "_self" to target it in the URL bar, but nothing works.
    Thanks in advance
    TK

    Okay, I found the code but I can't get it to work locally.  If you have a web server maybe you can upload the files (swf and html) after you Publish them:
    import flash.net.URLRequest;
    import flash.events.MouseEvent;
    var myURL:URLRequest = new URLRequest ("http://www.google.com");
    testlink.addEventListener(MouseEvent.CLICK, clickText);
    function clickText(myevent:MouseEvent):void {
    navigateToURL(myURL, "_self");
    you have to have on the stage a link element called "testlink" (see the code above) which would be a Movie Clip with the label testlink.  It can be anything from InDesign:  a button, a rectangle, a circle, a graphic, you get the idea.  Just select that object in Flash and label it testlink or anything you choose but if you change the name from testlink also change the name in the code snippet where the line "addEventListener" is.

  • SWF files in InDesign for export as Interactive PDF

    I am creating an interactive PDF file which contains a multi-state slide show with navigation buttons that I created in InDesign. Since that will not display and "work" in an interactive PDF I exported a .swf file of the slide show to place in the final InDesign page layout. The interactive PDF works just fine when viewed in Acrobat, but the .swf file of the slide show moves around and changes scale depending on the view scale in Acrobat so that it no longer stays where it was intended in the InDesign layout. I suspect that I exported the .swf slide show from the InDesign file incorrectly but I can't figure out what the peoblem is.

    What version of InDesign? Is it fully patched?
    There was a bug in the initial release of CS5 that caused this type of behavior but it was fixed in a dot release.
    Bob

Maybe you are looking for

  • Need to create a VM (VDMK) of existing OS X 10.7

    I need to upgrade my Mac Pro to Mavericks from Lion (10.7) to get the most out of iOS 7 and new iOS devices. However, I have years and years of customization, as well as a number of apps that will not even run properly under Mountain Lion, let alone

  • SUP 2.2.5 + Offline BAPI Error Handling

    Dear All, Following is my Offline Transaction scenario where I require help. Use Case: MBO created on a Z BAPI that is Creating a GR (Goods Receipt) in SAP ERP. BAPI output contains Error Return Table as well that helps us in finding any error that i

  • Partitioning on a table on the field TIMESTAMP WITH TIME ZONE

    Hi I have a very large size table which has grown to a size that we are not able to query it efficiently. We have decided to partition the table. But the issue is the table has a TIMESTAMP WITH TIME ZONE field and not DATE. I have found some links on

  • HL7 Best Practice Series

    Following are some of the best Practice for HL7 Document Processing. 1. Validate the Edifecs xml document against the respective XSD in the back end application such as BPEL. This will ensure the validity of the document before sending it to BPEL. 2.

  • Available Hard Disc Space

    I have an iMac4 which I bought a year ago with 500 Gb of hard disc space. I had an iBook with 40 Gb of space and when I got my new machine I transferred all the info across straight away. The strange thing was that I then appeared to have used about