• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

[SWF] and [Unload SWF] in Debug mode

New Here ,
May 24, 2010 May 24, 2010

Copy link to clipboard

Copied

I am debugging my application and I am noticing some strange output in my console window.

I will get the same line duplicated, it looks like this:

[SWF] C:\Users\Me\Desktop\Development\flash\bin-debug\main.swf

[SWF] C:\Users\Me\Desktop\Development\flash\bin-debug\main.swf

[SWF] C:\Users\Me\Desktop\Development\flash\bin-debug\main.swf

Then at a later state in the application I see this:

[Unload SWF] C:\Users\ Me\Desktop\Development\flash\bin-debug\main.swf

[Unload SWF] C:\Users\ Me\Desktop\Development\flash\bin-debug\main.swf

[Unload SWF] C:\Users\ Me\Desktop\Development\flash\bin-debug\main.swf

Can someone exaplain to me what this means, and why I see duplicates of the exact same lines?

Views

1.7K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
May 28, 2010 May 28, 2010

Copy link to clipboard

Copied

Hi,

In Flash Player 10.0, these messages indicate that RSLs are being loaded (and unloaded) by main.swf.

If you turn RSLs off, you should only see one message.

In Flash Player 10.1, this message is more verbose: it has /dynamic/1, /dynamic/2 etc. to indicate that RSLs are being loaded.

Thanks,

Anirudh

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 07, 2010 Aug 07, 2010

Copy link to clipboard

Copied

I would like to add a question to this topic, but instead of describing it, I would like to refer to this forum, where it was described very good: http://www.gotoandlearnforum.com/viewtopic.php?f=33&t=28730

In short:

When the loader object is only referenced by a local variable within a method and there's no other reference to the loader, other than the EventListener, the loaded SWF file is being sporadically unloaded (by the GC perhaps) before I am able to access the loader.content! That's kind of a bug, I guess and not acceptable!

So any help would be much appreciated!

Regards,

Matthias

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Nov 02, 2010 Nov 02, 2010

Copy link to clipboard

Copied

LATEST

I have the exact same problem as Mathias referes to.

I am building an AIR application that supports multi-touch gestures and seems like whenever I start pinching or rotating objects on the screen by using the gestures the [UnloadSWF] time.swf/[[DYNAMIC]]/1 error appears (time.swf is my application of course).

I have tried whatever I could come up with but nothing seems to help!

As mentioned elsewhere it could be the garbage collector but I can not find any logic in the way the swf gets removed.

Hope somebody can come up with a solution....

The best

Martin

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines