Loading the Swf file in Flash animation articulated Quiz

Hey everybody.  My boss made a quiz for the film Flash I do, using the software Quizmaker articulate, and he recorded as a swf file.  He plays a lot in Flash Player and Flash.  Now, I try to use my main Flash file to call the SWF of quiz and play at the end of my film.  The main Flash file is configured as an array of swf, calling different swf files that I want him to play in order.  I want this quiz swf file to play to the end.

However, when I do that and I publish the file, I just get a white screen when he tries to load the SWF of quiz and a bunch of code in Flash that opens.  What is going on?  How can I load the quiz swf file in my Flash animation?  Does anyone know?  Help would be much appreciated!  Thank you!

If you can put the quiz file in the same folder as the main file and make it work, then you should be able to load the quiz in the main file and make it work.

If the quiz file is an AS3, you're outta luck.

Tags: Adobe Animate

Similar Questions

  • is there a way to open the SWF in a flash animation

    I want to change my Web site, so that when you click a button on the flash animation, it opens a swf file in flash but I want the swf file in a file separate from the lightning, is this possible, if so how?

    Quite possible and very widely used for years - and a feature well documented -'s called it
    loadMovie - pressing F1 and search the help documentation AS for him - or go oto
    www.Kirupa.com
    www.gotoandlearn.com
    www.Lynda.com
    www.Google.com

    thyere has tons of tutorials on different ways to dynamically load a swf into your flash
    project.

    ******************************************
    --> * Adobe Certified Expert *.
    --> www.mudbubble.com
    --> www.keyframer.com

    shlurd wrote:
    > I want to change my website so that when you click on a button on the flash animation
    > it opens a swf file in flash, but I want the swf in a separate file
    > Flash, is this possible, if so, how?
    >

  • loading the swf file in the flash file - script to expect to play until it is fully charged

    I have a flash file which is 1.5 mb in size. Because it takes about 6 minutes to someone on DIALUP to load this file, I created a small swf file and loaded more large one of him but I want like that to start playing until she is fully downloaded. How do I configure this? I implemented the action script 2 as follows: loadMovieNum ("top2.swf", 0);

    Yes, this should be addListener instead of the addEventListener method.

    and, if you use this code, please mark this thread as answered.  If you used a different encoding, please your postcode for others and mark this thread as a response.

  • best practices for loading the swf file

    Greetings,

    Using CS5 AS2

    I am creating a website in flash (all files are in a directory/folder on SharePoint) and want to make sure that what seems to work well is recommended.

    I have an index.swf with many buttons that will take the user to landing pages/content/other SWFs. On these various buttons, I have the script...

    (release) {loadMovieNum ("name.swf", 0) ;}}                I could also just do {loadMovie ("name.swf", 0) ;} ?}

    Transitions film nicely name.swf and on this page, I have a button that returns the user to the index.swf...

    (release) {loadMovieNum ("index.swf", 0) ;}}   Things back to index.swf nicely and the user can chose to go to a different landing page.

    It seems that I am on the right track, BC., nothing's wrong? but want to check out. I'm following best practices for moving from one swf to another within a Web site?

    Thanks for the help or confirmation!

    You are welcome.

  • My preloader loads the swf file but doesn't show

    I made a simple preloader to load a movie.

    This is the preloader code

    function loadProgress(myContent:ProgressEvent):void {}
    var p: Number = Math.floor((myContent.bytesLoaded*100)/myContent.bytesTotal);
    counter_txt. Text = % + '% ';
    }

    function loadComplete(e:Event):void {}
    ldr.contentLoaderInfo.removeEventListener (Event.COMPLETE, loadComplete);
    ldr.contentLoaderInfo.removeEventListener (ProgressEvent.PROGRESS, loadProgress);
    removeChild (rotator_mc);
    removeChild (counter_txt);
    addChild (ldr); I also tried with stage.addChild (ldr);
    }

    var ldr:Loader = new Loader();
    ldr.contentLoaderInfo.addEventListener (Event.COMPLETE, loadComplete);
    ldr.contentLoaderInfo.addEventListener (ProgressEvent.PROGRESS, loadProgress);
    LDR. Load (new URLRequest ("movie.swf"));

    I see the loading percentage of progress run correctly, at the end, rotator_mc and counter_txt are removed from the scene, but the loaded movieclip is not added to the scene or at least I can't.

    You see an error in my code?

    There is no problem in your code if you don't see counter_txt updated.  Check movie.swf.

  • AS2 button table to load external swf files

    Hey everybody.  Someone here recently helped me tremendously with a question I had on the creation of a back button in my flash file, allowing the user to click the button and view the file before swf.  I hope someone can help me make the next button now, too.

    I have a movieclip that loads an external swf files table.  I thought that the next button would be as simple as changing a selection just few things for the previous button.  However, this does not work.  When I try it, the movieclip doesn't even load the swf files.  Here's my AS2 code for my folder.  I have bolded the part at the end is for the previous button.  Does anyone know how to make the back button?

    var currentSwf:Number = 0;
    var swfs:Array = new Array ("EZSmartStand/SmartStand.swf", "EZSmartStand/Warnings.swf", "EZSmartStand/LCDDisplay.swf", "EZSmartStand/Operation.swf", "EZSmartStand/Harness.swf", "EZSmartStand/Transferring.swf", "EZSmartStand/800lbvid.swf", "EZSmartStand/Ambulating.swf", "EZSmartStand/Accessories.swf", "EZSmartStand/HarnessLaundering.swf", "EZSmartStand/ChargingBatteries.swf", "EZSmartStand/EmergencyLowering.swf", "EZSmartStand/EmergencyLowering2.swf");

    var listener: Object = new Object();
    var mcl:MovieClipLoader = new MovieClipLoader();
    mcl.addListener (listener);

    Function to load the film "next".  It uses the current value of currentSwf
    to access the table of sovereign wealth funds, then increments this value.  This version loops
    around at the beginning after the last of them.

    function loadNext (): Void {}
    mcl.loadClip (SWF [currentSwf], theTargetClip_mc);
    currentSwf ++;
    If (currentSwf > = swfs.length) currentSwf = 0;
    }

    When the SWF load, put in place to constantly check its current image
    against the total number of frames, and so those that match, the SWF is done playing.
    If this is the case, then load the following.

    listener.onLoadInit = {function(targ:MovieClip):Void}
    theTargetClip_mc.onEnterFrame = function (): Void {}
    If (this ._currentframe = this ._totalframes) {}
    loadNext();
    delete this.onEnterFrame;
    }
    }
    }

    loadNext();
    function loadNext (): Void {}
    If (currentSwf > = swfs.length) return;
    mcl.loadClip (sovereign wealth funds [currentSwf], theTargetClip_mc);
    currentSwf ++;

    }

    function loadPrevious (): Void {}

    if(currentSwf>1) {}


    currentSwf-= 2;


    loadNext();


    }


    }

    rewind_btn.onRelease = loadPrevious;

    You must change your code so that the value of currentSwf reflects the real current swf being viewed.  It makes it easier to manage in the aspect of thinking.  While I'm not show all your code, here's how I recommend you change functions, by adding one specifically for loading, and change the other just increment/decrement the value currentSwf.

    function loadNext (): Void {}
    currentSwf ++;
    If (currentSwf > = swfs.length) currentSwf = 0;
    loadSWF (currentSwf);
    }

    function loadSWF (nextSWFToLoad) {}
    mcl.loadClip (SWF [nextSWFToLoad], theTargetClip_mc);
    }

    loadSWF (currentSwf);

    function loadPrevious (): Void {}
    -currentSwf;
    if(currentSwf==-1) currentSwf = swfs.length - 1;
    loadSWF (currentSwf);
    }

    rewind_btn.onRelease = loadPrevious;

  • Unload the SWF file

    Hello

    I am developing a portal application.  I load all the swf files in a configuration of trusted sandbox.

    When I unload the swf file as follows (note automatically load the value true):

    swfLoader.source = null;

    swfLoader.validateNow ();

    But when I run the Profiler on that I noticed that the application loaded the swf file is never garbage collected (i.e. There is an instance for each time I load the swf file).

    When I look at what has references to the application, I get the following:

    profiler.jpg

    Is there a standard method to remove the reference to the application so that it is unloaded.  Currently, my request is vanilla and there is nothing in the mxml.

    I doubt that the SystemManager is the issue.  I would look at the amount and names

    each class in the snapshots to see what the difference is.  I think so

    someone wrote recently having to unplug the RO in order to allow

    unloading.

  • On loading the SWF in MovieClips

    I read that loading the swf file, it is a good idea to load them into a MovieClip.  Why is - this true and a Sprite would do as well.  Also how do you?

    I thought it would.

    var currentPage:MovieClip = new MovieClip();

    var loadRequest:URLRequest = new URLRequest ("home.swf");
    var swfLoader:Loader = new Loader();
    swfLoader.load (loadRequest);
    currentPage.addChild (swfLoader);

    but NOOOOO.

    A clip doesn't have access to the stage property until it was added to the DisplayList.

  • Load the local swf file with flash

    Dear my friends

    I have a big problem with as3. I have two .swf file: Index.swf - 1 and 2 - page1.swf. Index file has a frame with the following measures:

    var loader_mc:Loader = new Loader();

    addChild (loader_mc) ;// add the loader to the display list
    loader_mc. Load ("d:\\page1.swf"));// loads the file

    I have download the Index file in my site and it can't load page1.swf.

    Please help me.

    Best regards

    For that you must have a web server if you are using Windows you can have IIS or you can choose a free like Apache

    You start the Web server and place the swf file in the wwwroot directory, then you will be able to access using

    http:// page1.swf

  • Animation of progress for loading the SWF question

    Hi all

    I created a progress bar animation to load an external SWF file, as described in this document:

    leader = 00001043.html & http://livedocs.adobe.com/flash/9.0/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Liv eDocs_Parts

    The problem is the SWF file I want to load is a magazine exported in Indesign, if I want it to show up a single page (frame) both (you can go to the next page by using the navigation buttons provided).

    When I use the method mentioned above the clip of charges, but while he plays... so, how can I do stop at the first image?

    Thanks in advance

    Cyrus

    Based on the code, on what you say you based your load, I would say that what you did with the onLoadInit function can be a good place to try to tell the film to goto and stop at frame 1.  To the understanding of the mt, the onLoadInit event is raised after loading is complete and the movie starts to play, so his interception at this point is probably the best.  I know that maybe it's not the code.names that you use, but I hope you get the idea...

    mclListener.onLoadInit = {function (target_mc:MovieClip)}

    target_mc.gotoAndStop (1);
    target_mc._height = 500;
    target_mc._width = 700;
    };

  • Flash cs6 3.8 AIR app questions: can not load child SWF files

    Hello - I have a flash for ios application that loads external swf child on a button click; When I use AIR 3.8 I can't load. Everything works fine on the generator to preview, but when I publish the device, none of the child SWFS play; It's very strange! Help, please... I don't really know why it doesn't work.

    Here is the code on the main timeline to load the child swf file:

    Start button

    start_button_TRI_herrerasaurus.addEventListener (MouseEvent.CLICK, fl_ClickToLoadUnloadSWF_04_3, false, 0, true);

    Import fl.display.ProLoader;

    import flash.events.Event;

    var fl_ProLoader_04: ProLoader;

    This variable keeps track of if you want to load or unload the SWF file

    var fl_ToLoad_04:Boolean = true;

    function fl_ClickToLoadUnloadSWF_04_3(event:MouseEvent):void

    {

    If (fl_ToLoad_04)

    {

    fl_ProLoader_04 = new ProLoader();

    fl_ProLoader_04.load (new URLRequest("dinofilms/triassic_herrerasaurus.swf"));

    fl_ProLoader_04.contentLoaderInfo.addEventListener (Event.COMPLETE, onComplete_04)

    addChild (fl_ProLoader_04);

    fl_ProLoader_04.x = 0;

    fl_ProLoader_04.y = 144;

    }

    on the other

    {

    If (fl_ProLoader_04! = null) {}

    removeChild (fl_ProLoader_04);

    fl_ProLoader_04.unloadAndStop ();

    fl_ProLoader_04 = null;

    }

    }

    fl_ToLoad_04 =! fl_ToLoad_04;

    }

    function onComplete_04(e:Event):void {}

    e.currentTarget.content.addEventListener (Event.ENTER_FRAME, OEF_04);

    }

    function OEF_04(e:Event):void {}

    If {(e.currentTarget.currentFrame is e.currentTarget.totalFrames)

    e.currentTarget.stop ();

    e.currentTarget.removeEventListener (Event.ENTER_FRAME, OEF_04);

    removeChild (fl_ProLoader_04);

    fl_ProLoader_04.unloadAndStop ();

    fl_ProLoader_04 = null;

    }

    }

    for air for ios 3.6 +, you need TO report a loadercontext even if there is no actionscript in the loaded swf file:

    var loader: Loader = new Loader();

    var lc:LoaderContext = new LoaderContext (false null, ApplicationDomain.currentDomain),

    Loader.Load (new URLRequest("dinofilms/cretaceous_ankylosaurus.swf"), _lc);

  • load the SWF into the centre in html file

    Hello

    I wrote the html file in flash.

    SWF load the high left side in html, but I have to load the html Center.

    How to configure the settings. Please help me

    tnks

    In the html code of the page, set the div holding the Flash content to be centered.

  • Flash player 10.3.181.14 broke my site, multiple loading of SWF files in a table

    I load several SWF files into an array, I have add and remove objects on the stage, it is a carousel.

    All locations of the items are set in xml format. If I only have one loaded in the table it works very well, if I have more so we have) play the swf file, or b) display the swf file.

    Sovereign wealth funds themselves contain code that trigger events in the main container. Causing other elements to play or load.

    Does anyone else have this problem?

    Hi howet,

    EDIT:

    I opened a bug of flash in their system of bug that I was able to reproduce the problem, I found: https://bugs.adobe.com/jira/browse/FP-7071

    There are workaround solutions I found there.

    ORIGINAL MESSAGE:

    I had a similar problem using a load component which I use for several years with no problems. As with you, the question arose when you load multiple SWFs (or even a swf, then a jpg file) on 10.3 and later. It works fine on 10.2 and below again.

    I found a solution that I'm looking for an appropriate response and it is to delay the subsequent charges using a setTimeout hacky.

    For example:

    protected function manageLoaded (p_event: Event): void {}

    setTimeout (loadNext, 1);

    following line breaks the loaded SWF stop.

    loadNext();

    }

    I hope this help you, let me know.

    See you soon,.

    Dan.

    Post edited by: Dan Wilkinson, 06/01/2011 11:37 CEST (GMT + 1)

  • How to force the latest version of the SWF file to load in the web page

    How can I make sure that the latest version of a SWF is loaded into a web page?
    Once the user has loaded the web page, the SWF file is loaded into the browser's cache, but when I refresh the web page, I would be the last SWF file to load and not already in the cache.
    Feasible?

    Try this:

    http://www.quip.net/blog/2006/Flash/be-in-charge-Cacheing

  • How to load images side when the swf file is hosted on a server without uplaoding it to the server?

    I am trying to build an online image resizing tool.
    problem I encounter are:

    1. create a button that allows the user to browse the file. Once the file is selected, it only shows the full path.
    2 lets say if she shows fullpath, but I try to load it into a movieclip, and this does not work because the swf file is located on the server and put the client.
    3. as far as I know, flash can only load the images located in the same server or internet.
    4. If I use php, asp, cgi... It can only make me 1 upload the image then resize later, but this is not wat I want.
    5. I need to 1 resize then download later, because if I have 100 and more photos taken of the digital camera, it's going to be very slow and cumbersome.

    What I tried:
    1. download 'image3.jpg' in the same directory as the "viewer.swf", and it works.
    2. not to upload the swf file to the server, but locally managed from the user's computer and open 'image3.jpg' and it works.
    3 upload the swf file to the server and open "image3.jpg" of the user's computer and the IT DOESN 'T WORK!

    Please help me.

    Thank you ~!


    Adobe air is in Beta 2 and is free:

    http://labs.Adobe.com/downloads/air.html

Maybe you are looking for

  • Windows 7 audio driver for my Satellite P100

    Dear Committee, After I installed Windows 7 on my Toshiba Satellite P100-203, PSPA3E-02P00TDU everthing works fine, except for the sound.I get the message that no audio device is installed and have not been able to solve this problem. Trust I need a

  • Satellite 1900-303 - system crashing

    HelloI have a Toshiba Satellite s1900-303, which requires urgent attention. Whenever I try to burn a DVD/VCD with nero or super software system DVD carshes in between. This only happens when the software converts a .wmv or other types of files in fil

  • Windows 8.1: Entry not found - HttpOpenDependencyHandle Point

    I have a user who reports unable to launch our app Windows 8.1. The message is: 'The procedure entry point HttpOpenDependencyHandle could not be found in C:\Windows\System32\urlmon.dll dynamic link library '. My suspicion is that it is a matter of Wi

  • Pavilion 25xi: size of the image screen HP Pavilion 25xi

    Hello Computer Mac mini with the screen HP pavilion 25 xi The problem is that the image is too large for the screen and control buttons are half obscured at bottom. How do change you the image back to fit the screen entirely? Kind regards.

  • How can I disable my mouse on the laptop on an e machine e725?

    pulged in an exernal mouse and mouse on the laptop gets in my way when I type, is there a way too turn off? I have an e machine e725