Skip to main content

All Questions

Tagged with
0 votes
1 answer
164 views

Compile SWC with references to classes not included

I'm trying to compile an SWC with a few classes as an extension to a framework, it complains that Signals and my View class cant be found. They aren't in the project as any project this would be used ...
rorypicko's user avatar
  • 4,234
0 votes
2 answers
334 views

How to implement Caching while loading SWCs dynamically

I'm loading dynamic loading of all my SWCs in my master SWF, in order to load master swf faster, however now I need to cache all my swcs in local machine to speed up things. private function ...
Vipul's user avatar
  • 431
0 votes
0 answers
120 views

AS3 the width and height of swc object change to 0 WHY?

I am developing an android application in FlashDevelop. I use SWC objects,scale and position them on the stage based on the device resolution. the strange thing is that when I play the application one ...
Happy's user avatar
  • 1
2 votes
1 answer
279 views

Warning: The definition depended on by in the SWC could not be found

Help. I compiled with flashdevelop a "swc" of the SVGRenderer for as3 (https://github.com/LucasLorentz/AS3SVGRenderer) When I compile the SWC project, I don't have any issues. But when I import them ...
Ciberman's user avatar
  • 826
0 votes
1 answer
378 views

SWF showing up empty in FlashDevelop?

I am a beginner with Flash, and I am having issues with FlashDevelop. I have created my animation and published it and I received my fla, swf, and swc (and they all look to be okay) and I copied them ...
user3239073's user avatar
2 votes
1 answer
702 views

Generating ASDoc for a Project that uses SWCs

I'm using FlashDevelop and it's ActionScript Documentation Generator. I have a project that uses several SWC files that are added to the .as3proj library. Some of the classes in my project extend ...
jshbrntt's user avatar
  • 5,324
0 votes
1 answer
860 views

Definition for symbol not found when embedding swc

When i embed the symbol "Tile" from swf, it works ok, when i try embedding the same symbol from swc, FlashDebugger throws this error: Error: definition for symbol 'Tile' not found [Embed(source="../...
LuciM's user avatar
  • 59
1 vote
0 answers
672 views

Flex-compile in Flashdevelop can't open .swc

I'm currently trying to compile swfs with the flex-SDK using Flashdevelop. I followed the tutorial on flashdevelop.com, pre-compiled the assets.swc, added it to library, but when i try to build the ...
VoodooBurger's user avatar
0 votes
1 answer
783 views

Load "symbols" (art assets) from fla (Adobe Flash Professional 5.5) with FlashDevelop?

keep in mind I normally use pure as3 and FlashDevelop :) I am really new to this "working with Adobe Flash Professional" thing and I am working with an artist that basically put all the art in a .fla ...
AturSams's user avatar
  • 7,852
1 vote
1 answer
1k views

TLFTextfield broken after upgrading from CS5 to CS5.5

For my project I am using the following: FlashDevelop 3.3.4 RTM Flash Pro CS 5 (libraries only, no code) Some time ago we started using TLFTextfields. One of the things I had to do was include the ...
Ashley Muller's user avatar
0 votes
1 answer
199 views

Why text on SWC won't show up when imported from FlashDevelop?

I've posted this question before but no useful answer was found. People told me to use embedAsCFF=false, but I'm not embedding any font directly. There is a textfield using "Impact" as font inside a ...
Lucas's user avatar
  • 568
0 votes
1 answer
414 views

Can SWC files be created in DEBUG and RELEASE version by using Conditional Compilation constants?

Is there a way to compile SWC files in different targets (Debug vs. Release) similarly how you can compile a SWF file with the AS3 Conditional Compiler constants? This link shows how SWF files can be ...
chamberlainpi's user avatar
0 votes
2 answers
649 views

Why text on SWC doesn't show up when imported from FlashDevelop?

I created many SWCs with graphics and code for my project so that the compiling time has a really better performance. I just found a problem, tough. One of the SWCs is a 'text container'. It is just ...
Lucas's user avatar
  • 568
4 votes
5 answers
4k views

flashdevelop halted with no explicit compile error

We are developing flash based games using flashdevelop and flash CS 3. We are using flash CS3 to publish the swc and the swc will be used in flashdevlop as library. Everything seems well, until one ...
Zhu Tao's user avatar
  • 7,619
0 votes
2 answers
247 views

Compiling default package / top-level functions into a SWC

Are custom functions that are defined at the "default" package level (aka Top Level) included in a compiled SWC? Or are they ignored? //Compiled, or not to be compiled in a SWC - that is the question....
chamberlainpi's user avatar

15 30 50 per page