Flash :: Loading Articulate Swf File Into Movie?

Jan 19, 2011

My boss made a quiz for the Flash movie I'm doing, using the Articulate Quizmaker software, and he saved it as a swf file.  It plays great in Flash Player and through Flash. Now, I'm trying to use my main Flash file to call the quiz swf file and play it at the end of my movie.  The main Flash file is set up as a swf array, calling the different swf files I want it to play in order.  I want that quiz swf file to play at the end.
 
However, when I do that and I publish the file, I just get a blank screen when it tries to load the quiz swf file and a bunch of code in Flash that pops up.  What's going on?  How can I load the quiz swf file into my Flash movie?

View 15 Replies


Similar Posts:


ActionScript 2.0 :: Stop Flash Movie In Articulate?

Nov 12, 2010

I have created custom flash interactions using action script 2.0 code. In that .swf file i imported in the powerpoint using articulate. When i click the articulate play/pause button the flash movie and audio files are does not stop.

View 0 Replies

ActionScript 2.0 :: Control Articulate Through Flash?

Oct 28, 2010

we are creating custom flash using action script 2.0, the .SWF is import powerpoint using articulate.

how can i control the powerpoint slides using flash.

one more question how to create the invisible powerpoint slides and i want to play the file after publishing in the articulate.

View 0 Replies

ActionScript 3.0 :: Loading A Movie Into A Flash Swf File?

Apr 11, 2011

I am currently creating a mockup website for a school project and i had the actionscript for the pages all worked out which functioned by changing the visible on/off properties as the buttons were pressed (the home page and it's animations would be able to be seen behind the information page so doing the pages on layers is the only way i can think of doing it)The problem with the way i have coded the webpage however is that even when the pages are invisible they're infront of the home page meaning that aspects which i wanted to add such as a hover over animation don't work as the hover over isn't registered (the nav bar is a seperate layer and above all the others) What my question was, was

a) would it (in your opinion) be better to make it so that the movie clips of the pages were loaded from the library when the buttons were pressed or to make the layers re arrange themselved when the buttons were pressed thus showing the page that i want to show. and b) how would i be able to achieve this? i work on Adobe flash cs4 with actionscript three and am favouring the first option (loading the page from the library)

View 1 Replies

Actionscript 3 - Flash: Error #2007 When Loading AS2 File Into Movie?

Jan 18, 2011

I have a main SWF file, in AS3, wich works as holder/loader for many other SWF files (sections). I had to make a new section ("verano.swf"), but I did it in AS2. When I try to load it, I get the following error:

TypeError: Error #2007: Parameter child must be non-null.
at flash.display::DisplayObjectContainer/addChild()
at Tabu/onCompleteHandler()

[code].....

View 1 Replies

Flash :: Loading An External SWF File Into A Loader Movie And Type Casting To MovieClip

Nov 13, 2009

I am trying to import a SWF file into a custom loader and then treat the loaded SWF file as a MovieClip object. The code for the functionality can be seen below.

public function loadMyMovie(movie:String)
{
var now:Date = new Date();
var rnd:String = "?randomize=" + now.time;

[Code].....

When I do this I get the following error.

"Implicit coercion of a value with static type flash.display:DisplayObject to a possibly unrelated type flash.display:MovieClip."

View 2 Replies

Professional :: Articulate Doesn't Play Well With References

Dec 31, 2011

I got a flash file (.fla) from an acquaintance who was trying to help me with a project. It's just 4 checkboxes that I'm using with Articulate Presenter for an e-Learning program I'm creating The issue is that Articulate doesn't play well with references to either _level0 or _root.The acquaintance isn't available to help me unfortunately, so I was wondering if someone could point me in the right direction to changing those references to something that Articulate won't freak out about.I'm only a couple of days into my Adobe trial for Flash, and the classes I'm intending on taking don't start for another two months.

View 5 Replies

ActionScript 2.0 :: Add One To The File That Is Loaded Into The Main Movie Main Movie That Is Loading The File?

Aug 3, 2003

using the command:

loadMovie(_root.section, _root.content);how would i work in a preloader bar?? add one to the file that is loaded into the main movie or on my main movie that is loading the file?

View 1 Replies

ActionScript 2.0 :: Loading Movie From Target In Another File?

Nov 12, 2009

how to loadmovie into a target that is located in another file that is loaded onto the stage.

View 2 Replies

ActionScript 2.0 :: FMX - Loading External Text File Into Movie?

Dec 5, 2002

I'm trying to get an external text file to load into my movie. I read the tutorial about the scrollbar w/ external text file but it's not really clear and it seems somewhat out dated... I'm anxiously awaiting ASDG2 coming out on December 19th. What would the code look like to load a text file called "theText.txt" into a text field called "theField_mc" created with AS itself attached to a mc called "theMC_mc" created with createEmptyMovieClip(); ? I'm trying to do this %100 AS, no instance manually put on the stage.

View 6 Replies

ActionScript 2.0 :: Loading A Video File From Within A Loaded Movie?

Jan 29, 2007

I've set up a test file and I'm having problems loading a video file from within a loaded movie.I have 3 files - "base.swf". This loads a swf - "LoadVideo.swf" into level 10

Code:
loadMovieNum("Files/videoFiles/LoadVideo.swf",10);
This, ("LoadVideo.swf"), has a button with the code

[code].....

View 1 Replies

Javascript :: Defer Loading Elements Until Flash Gallery Images From XML File Finish Loading?

Nov 15, 2010

How would you defer loading of other graphics on the page until after the images in a Flash gallery's images.xml file are finished loading?Is there any way to detect for this, or would I only be able to check if the flash swf object is finished loading? I'm pretty sure the swf object would be loaded/ready as with document.getElementById('flashobject').onload = function(){}; before the corresponding images have loaded though, instead of after.

View 1 Replies

ActionScript 3.0 :: Selecting File And Loading Into Movie Player Inside SWF

Mar 8, 2010

I have a SWF that has a movie player in it. What I want to do is load an flv or audio file into the player from anywhere on my computer using a file browser. Currently it does work, but ONLY if the flv is located in the course folder where the SWF compiles to. How I can make it play an flv located anywhere other than in the same directory as the SWF?

View 3 Replies

ActionScript 2.0 :: Connecting Preloader - Once The File Is Done Loading, Put It Away And Load A New Movie?

Mar 30, 2008

I have created a preloader, and I want to tell the action script of the preloader once the file is done loading, put it away and load a new movie, or even a new flash file if i have to.here is the action script i have on the loader right now. Its just numbers counting from 1-100% and a .gif clip that plays but they are not connected in any way.

bytes_loaded = Math.round(_root.getBytesLoaded());
bytes_total = Math.round(_root.getBytesTotal());
getPercent = bytes_loaded/bytes_total;[code]...

Also, my preloader ends on Frame 3 and movie would start on frame 4.

View 1 Replies

ActionScript 2.0 :: Preloading - Loading A External Swf File Into A Blank Movie Clip?

Jul 29, 2009

In what combination of as2 code would instruct a preloader to recieve bytes loaded and bytes total in addition to loading a external swf file into a blank movie clip? I've seen countless issues regarding the same problem but still haven't goten a clear answer. I dont want to use the video player component standard on Flash. I want a preloader to preload a external swf file and play it inside a movieclip.

View 5 Replies

ActionScript 2.0 :: Loading Into The Movie Loads A Easily Editable External XML File?

Sep 15, 2009

I know this goes against the logic of most menus. I am building a menu. I have very nice mc called "menu_list" and loading into the movie loads a easily editable external XML file with all my over categorys and sub menus

it looks like this...client.niallohara.net/xml_menu.html

[Code]...

View 0 Replies

ActionScript 1/2 :: Loading Swf File Into An Existing Flash File - Script For Waiting It To Play Until It's Fully Loaded?

Feb 6, 2010

I have a flash file that is 1.5mb in size. As it takes about 6 minutes for someone on dialup to load this file, I have created a smaller swf file and loaded the larger one from it but I don't want the larger one to begin to play until it's fully downloaded. How do I set this up? I have set up the action script 2 as follows: loadMovieNum("top2.swf", 0);

View 7 Replies

ActionScript 3.0 :: Loading A Swf File In Another Flash File

Dec 30, 2011

I have a website.fla and want to add a slideshow.swf to one of the pages.

View 4 Replies

ActionScript 3.0 :: Flash - Pass Variables From One Movie Clip's AS File To Main AS File?

Jul 7, 2010

how to pass variables from one Movie clip's AS file to my Main AS file. Let say my Movieclip's AS file is calling damage = 1; so how the Main AS file retrieve the damage value from the Movieclip's AS?

Code:
public class robotMC extends MovieClip
{
public function robotMC()
{

[code]....

View 5 Replies

Tracking - Make A FLV Flash Movie File Trigger Calling An URL When The Movie Is Played?

Aug 30, 2011

We're making a viral video which is going to be distributed as FLV movie file free for download and redistribution.

I don't know much about flash yet but I can imagine FLV is just some sort of special flash application which can also include arbitrary code.

Is it possible to track how many times that movie file has been played by letting the FLV file perform a server-callback when playback begins?

View 1 Replies

Flex :: Combine Mutiple Movie Clip Functions Into A Single Swc File Or MXP File For Flash?

Feb 17, 2010

I have to build one MXP package for Flash (not Flex). But i have multiple components, somthing like HelpSymbolMovieClips(have its on class), one image holder. etc. I need to combine there swc file into a single MXP file.How can i make a all these multi movieClip functionality in a single SWC file. Am bit confused about the structure of the component which is having multiple functions/MoiveClips. like (Image gallery components.

View 1 Replies

ActionScript 2.0 :: Load Random Movie (but Loading A Random Xml File Instead)

Aug 17, 2007

im playing with the load random movie (but loading a random xml file instead) based on the wonderful tutorial from front page and was wondering whether anyone can show me the work around/upgrade to AS2 for this bit of script since im publishing to Flash 8 /AS2 and it doesnt work:

[Code]....

View 5 Replies

ActionScript 2.0 :: Loading A External Text File To Flash And According To The Number Present In The Text File

Apr 25, 2009

I'm loading a external text file to flash and according to the number present in the text file i'm trying to do a IF - ELSE command. It's not working coz the value I load from the external file is string. How can i get this as intiger.

View 2 Replies

Flash Movie Not Loading In IE?

Mar 30, 2009

A flash movie that is embedded in a web page I've created refuses to play in IE.

View 2 Replies

Flash 8 :: My Movie Not Loading

Dec 12, 2009

My movie not loading[code]...

View 5 Replies

ActionScript 2.0 :: Flash File Not Loading?

Dec 14, 2009

I had a website that worked fine...there was a flash show that used a variable to the directory to pull images. We had about 12 all together one the website. IT worked great and all of a sudden it no longer loads the file.

View 2 Replies

Flash :: External Xml File And Loading?

Jun 28, 2006

I'm calling an external xml file and loading it into Flash. I can only pull the varables out in the onLoad function. Here it is.

var courseXML:XML = new XML();
courseXML.ignoreWhite = true;
courseXML.load("presentSlidesOne.xml");
courseXML.onLoad = function(bSuccess:Boolean):Void {

[Code]...

View 5 Replies

Loading A Swf File In A Flash Website?

Jan 4, 2010

I am an interactive design student working on a flash portfiolio and . I can't figure out how to load a game I made in flash into my porfolio so that it loads after clicking on a button, becomes playable, then have a button to leave the game and go back to my portfolio. I'm working in Actionscript 2.0 because that's all my teachers will show me and I have minimal actionscript knowledge.

View 1 Replies

ActionScript 3.0 :: Loading A Swf File In Flash?

Mar 4, 2010

I'm having trouble with loading a swf file in my flash. I am buidling a flash website where I have a lot different sections. Main file: index.swf where i have main buttons and an UILoader. now i want to load my homepage in the UILoader so I set the UILoader source to homepage/index.swf The homepage loads no errors but as soon as I add some actionscript anything (declare one variable) i get this error
 
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at index_fla::MainTimeline/index_fla::__setProp_loaderr_Scene1_loader_1( )
at index_fla::MainTimeline$iinit()TypeError: Error #1009: Cannot access a property or method of a null object reference. at index_fla::MainTimeline/index_fla::frame1()

View 5 Replies

Flash :: Loading File In Flex Without AIR?

Feb 4, 2010

i am using flexbuilder 3 now i need to load xml file from disk using flex without AIR i imported flash.filesystem.File but error occured. but AIR project,flash.filesystem.File was successfully imported. Cant i use flash.filesystem.File from flex without using AIR?

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved