Tagged Questions

0
votes
1answer
134 views

How to load a preloader in Actionscript3?

I want to load a preloader (call it "target app") into my own Flash application (call it "hosting app") via Loader. The target app loads like a typical preloader several other SWF files via relative …
0
votes
2answers
71 views

How to access parent movieclip’s variable from loaded swf.

Hello, I have a swf which load an external swf. The loader swf has a variable which i want to access from the loaded swf. I use MovieClip(parent.parent).myVar but it return this error TypeError: …
0
votes
1answer
99 views

need swfLoader with variables solution please

Hi I am a newbie to as3, i have an external .swf file that is loaded from the flex app with swfLoader. The external swf contains a modifiable URI input field with a clickable button to access that …
1
vote
9answers
5k views

How do I unload a externally loaded SWF file from a SWFLoader component in Adobe Flex?

I have an application that loads external SWF files and plays them inside a Adobe Flex / Air application via the SWFLoader Flex component. I have been trying to find a way to unload them from a button …
0
votes
0answers
73 views

Loading external SWF, cannot cast document class to shared base class

I have a parent SWF file that defines a Widget base class. I then load an external SWF into the parent. The external SWF's document class derives from the Widget base class -- let's call it …
0
votes
1answer
197 views

How to scale a loaded SWF ?

I want to load a swf into a Flex application and scale it down into a thumbnail-size. I've looked at http://stackoverflow.com/questions/245420/dimensions-of-loaded-swfs-stage, but it does not really …
0
votes
1answer
366 views

Flex SWFLoader Event.COMPLETE not triggering

While trying to load a Bitmap onto a SWFLoader the Event.COMPLETE event is not being triggered mySWFLoader.source = new Bitmap(Bitmap(someEvent.content).bitmapData); but if I use a URL as source …
0
votes
2answers
701 views

How can I use SWFLoader purely from Actionscript in Flex 3 and dynamically load content?

Hi Friends! I'm doing a Flex 3 project wherein I've to load SWF based on the availability of required file. And the loaded SWF file will be placed in a container (a Panel) at a particular location …
0
votes
3answers
459 views

Simulate ajax loader in winform app

I have a winform app which render a few charts, based on the user selection. I want to simulate an ajax style loader such that when the user makes a selection, there will be an overlay on the form …
0
votes
1answer
72 views

Loaded object in ActionScript3 with higher FPS

How can I load a swf in ActionScript 3 with a higher fps than the instance doing the loading with Loader? Thanks!
1
vote
2answers
439 views

resize loaded SWF to fit in canvas

Hello, a .fla is 500 x 300. Inside, content moves OUT of the 500 x 300 stage so that it appears like it hides or moves off of the screen. .fla complied... loaded into Flex via SWFLoader: …
0
votes
2answers
712 views

Flex: how to load a .swf and use its library?

I have a symbol in a .swf's library, with a linkage name of "Pana". The Pana symbol is just a 100 frame animation that I would like to have timeline control over in Flex. So how can I load the .swf …
0
votes
1answer
516 views

Scroll content in SWFLoader (Flex 3)

Hi. I have to load huge (3000x3000) pictures in SWFLoader, and no problems with that — everything works fine. But on low resolution displays (like 1024x768) i can see only a part of picture. So i …
2
votes
2answers
797 views

How can I get the width/height of a loaded swf’s stage in AS2?

I'm using MovieClipLoader to load an external as2 swf file into my as2 flash project, and I'm having trouble getting the original stage size of the loaded swf. When I run the following code: var …
1
vote
2answers
776 views

Flex loads SWF as Sprite. How do I load it as a Movieclip instead?

Hi, I have a problem converting SWFLoader.content into a MovieClip instance while following (TheFlashCanon's excellent tutorial) on making a SWF communicate with Flex. The SWF loaded in question is …

1 2 next
15 30 50 per page