Tagged Questions
The moviecliploader tag has no wiki summary.
1
vote
1answer
463 views
AS2: LoadMovieClip.onError doesn't seem to catch some errors
I have some AS2 code that opens a SWF file through an HttpHandler.
I'm trying to get the program to recognize when a requested file is missing.
My first attempt involved using LoadVars and "load", ...
1
vote
2answers
656 views
As3 Movieclip loaded in container reports exaggerated .width value
I am trying to load a swf(as3) into another As3 Swf with the Movieclip loader. After loading however Loader.width/loader.content.width returns an exaggerated value than the actual width of the swf ...
1
vote
4answers
2k views
Actionscript 2: MovieClipLoader.onLoadProgress not firing in production
I'm working in Flash CS3, targeting Actionscript 2, and I'm writing an image preloader. When I test the movie with the download simulation turned on everything works just fine, and my preloader ...
0
votes
0answers
208 views
AS2 MovieClipLoader - images from XML. How to skip image loading if not exist?
I'm trying to make thumbnails-grid based on XML. So far I have done code for loading and positioning thumbnails on stage. The code I use:
function loadXML(loaded) {
if (loaded) {
xmlNode = ...
0
votes
0answers
146 views
Problem with firefox 6.0.2 browser?
I am working on a Flash banner for a client. I am combining an swf that pulls xml data to display and transition images into another swf masking the xml swf and displaying other animation.
The whole ...
0
votes
1answer
149 views
AS2 Gallery swf loaded into Main web AS3 swf
I've loaded a AS2 swf into a AS3 swf but the onLoadInit function for a MovieClipLoader object isn't executing; which leaves my images not centered and not reduced in dimensions (width/height)
It ...
0
votes
1answer
322 views
Flash AS2 - MovieClipLoader Class not working as expected
I have a problem with loading an image path reference into a movieClip.
On my movie loading I attachMovie according to i (no. of instances)
Then I generate a copy of the instances (these are ...
0
votes
2answers
118 views
Communicating with a loaded as2 swf in another as2 swf
I have loaded an AS2 swf inside another AS2 swf using MovieClipLoader.
I have no control(cannot edit) over the child swf.
Is there a way I can communicate with the child swf from the parent swf.
The ...
0
votes
2answers
119 views
could i get access to the loaded uri in actionscript for “loadmovie”
i wanna load a movieclip inside another movieclip with loadmovie or anything like this. so my question is.... could have i access to the location of the loaded swf-file inside the loaded swf-file?
...
0
votes
1answer
188 views
What is the best way to detect file existence in Flash using as2?
I need to check for file existence in Flash on x number of videos. I've tried LoadVars and MovieClipLoader. LoadVars works but it actually loaded the entire video before reporting its done. Without a ...
0
votes
4answers
1k views
AS3 Scaling - Clips text and distorts diagonal line on photographs
Hi I used some code that I found, I think even from you guys the scale an external swf being loaded onto a background movie clip. Works great with the exception that it clips some text and creates ...
0
votes
1answer
766 views
Loading Series of Multiple Swfs in a MovieClip in AS2
Im trying to load series of external Swfs into a Movieclip on stage.
The swf are 800 x 600 in dimension whereas as the container is 400 X 400.
Whenever i try to load the external swf in the ...
0
votes
1answer
147 views
List of all classes exported by a flash movie
A Flash movie loads another movie that contains various asserts - movie clips in its library with 'Export for Action Script' settings set.
Is there any way to determine the list of class names of all ...
0
votes
1answer
6k views
AS2: How do I use addEventListener on an SWF/MovieClip loaded via MovieClipLoader
I'm trying to load a local SWF then catch a few events that are fired but I can't see why this isn't working.
Here's the code
Parent.swf
_mcl = new MovieClipLoader();
_mcl.addListener(this);
...
0
votes
2answers
667 views
Possible to use MovieClipLoader() to load a swf from a different server?
Having some issues loading files from media hosting into swf shell (a swf loading swfs as assets). Mp3s and images work fine but a swf never loads. Code is like:
swfpath = ...