Questions tagged [swfloader]

In Adobe Flex 4.5, SWFLoader is used to load application into another application.

SWFLoader is responsible for loading Flex applications or sub-applications into another applications.

The control can be used to load SWF files, as well as images such as GIF, PNG and JPG.

136 questions
0
votes
1 answer

Getting Handles to dynamically created swfloader

How I can change frame of dynamically created swfloader in Flash Builder 4.5? Thanks.
0
votes
1 answer

Scroll content in SWFLoader (Flex 3)

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 need some kind of scroll bars to scroll around a…
r13
  • 117
  • 1
  • 9
0
votes
0 answers

AS3 Associating Loader Content to Other Frame

Helo, I've problem to remote my SWF outside its loaded frame in the same timeline. I would like to use all function inside the Loader associated in other frame.Shortly, it seems like to make variable reffering the contentLoaderInfo to bring to other…
0
votes
1 answer

what event sets the dimensions of a swfloader?

I am trying to scale a swf that has been loaded via a swfloader. When I get the complete event or the init event the dimensions of the swfloader are still zero. I don't see a value in the dimensions until I do a resize of the browser window. The…
d b
  • 1
0
votes
2 answers

Memory leak when using SWFLoader in Adobe AIR

I'm trying to load windowed sub-application in another windowed application, The requirement is to replace one loaded application with another on user action. I tried the documented method of unloadAndStop() on the swfLoader in the main windowed…
Harshal
  • 485
  • 7
  • 16
0
votes
1 answer

How to detect the presense of an SWF in the browser cache?

I have an AS3 application that loads various SWFs at runtime. The loading animation that is being used has a fairly long in and out animation that I don't want to show if the target SWF is in the browser cache. So at the moment each SWF is loaded…
shanethehat
  • 15,460
  • 11
  • 57
  • 87
0
votes
1 answer

Need to set cookie header on AIR use of SWFLoader to retrieve remote Flex .swf file

Am coding an AIR 1.5 app in which I want to do a remote load of a Flex .swf file from a web server. I'm using Flex 3.2 SDK and attempting to use the sub-application feature via SWFLoader. I've been referencing the Developing and loading…
RogerV
  • 3,826
  • 4
  • 28
  • 32
0
votes
3 answers

Why isn't the swfloader working?

I am trying to use the mxml swfloader component to load the external flash from the following url, but it doesn't load anything. I'm using FlashBuilder 4.5. http://somesite.com/en/interface.swf?token=123 I have no idea why it isn't working.
chobo
  • 31,561
  • 38
  • 123
  • 191
0
votes
1 answer

Access SWF Method From Flex

I have hit a brick wall after trying almost every example I have come accross. I was hoping that someone here might be able to help me. In a nutshell I have a Flex parent which is embedding a Flash SWF file which has a Method which needs to be…
0
votes
1 answer

modifying variables in a running swf from an SWFLoader

I have a flex application that's compiled with flex 4.1. I want that flex application to load an swf that contains the variable score and i want to be able to modify this variable. I wrote two versions of swf, one compiled with as2 code and the…
ufk
  • 30,912
  • 70
  • 235
  • 386
0
votes
1 answer

How to AS3 extract data from object to clipboard, rest, db, file, etc?

Basically, I'm writing a UI mod for the game. Is supports loading swf files to manipulate UI. I already have created a fla with AS3 project with text area, that acts like a logger and prints all the stuff I need, the problem is that I have no way to…
0
votes
2 answers

Can I pass parameters in Flex 3 to variables in a swf file using swfloader?

I've created a Flash Animation (CS5, ActionScript 3) and converted it to SWF. The flash animation needs the values of 3 variables (defined in the swf timeline) BEFORE it starts running in my Flex application. I've embedded the swf file using…
Rachel
  • 37
  • 9
0
votes
1 answer

Flash AS3 Loading 2 Different SWF from the same server getting null object reference error

I'm trying to load two swf files one after the other from the same domain into a main flash player... When The first one is Loaded... it works fine, But when I'm trying to load the other one the first one's actionscript freaks out (stop() function…
hdmi3killer
  • 89
  • 1
  • 1
  • 12
0
votes
0 answers

as3 loading external swf file

I think there may be a problem when I call the treeGroup symbol. As3 isnt adding it to the display list? I got the code to load the external swf file from adobe. They did have more than one method so Im probably using the wrong one. The external…
jasonl
  • 23
  • 4
0
votes
1 answer

runtime sounds overlap with actionscript 3 on flash 9

Having a problem with AS3, Flash player 9: When using the following code. I cant stop the sounds on the unloaded swf from playing back after a new SWF is loaded?? I've tried putting a sound mixer stop all code on the actions panel of the opening…