Flex :: Multiple AS Classes In One Swf File?

Oct 18, 2010

I'm trying to compile AS files using the mxmlc but the particular class depends on other classes. My command is something like this: mxmlc -includes classA classB -source-path=. com.example.com.classC.

This gave me classC.swf but when I loaded it, it was still looking for classA.swf and classB.swf. Is there anyway I can have just one swf file?

View 1 Replies


Similar Posts:


ActionScript 3.0 :: Use One XML-file For Multiple Classes?

Dec 27, 2009

Is there a way I can load an xml-file in a separate as-file and use this for multiple classes? (Or, should I load the xml-file in every class I want to use it in)

for example i set up a basic xml structure

test.xml

Code:
<xml>
<first>use this data in the first class</first>
<second>use this data in the second class</second>

[Code].....

View 1 Replies

ActionScript 3.0 :: Multiple Classes In One File

Dec 5, 2009

So, what exactly are the rules on several classes inside of one AS file?So far, the only way I have been able to do this is by putting the class outside of the package brackets with no namespace selected (which I believe means 'internal' by default, right?)[code]So, using this notation, I'm wondering if a few things are possible:

1. Putting several 'secret' classes in the same AS file?

2. Making these classes public via the "Main" class, the one that the AS file is actually made for?Both examples applied here. Are these the right ways to do this?:[code]

3. Since these classes are marked as internal, they should be available to classes which extend the Main class AND classes in the same package without any import statements, correct?

4. Does embedding classes like this affect performance in any way?

5. Will these embedded classes always be compiled even if they are never accessed or referenced, similar to Library items or other classes?

View 3 Replies

ActionScript 3.0 :: Extracting Multiple Classes From An Swf File Using ContentLoaderInfo.applicationDomain.getDefinition

Jan 14, 2010

I'm building a 10 channel mixer/remixer in Flash. Users can select a "song" to load from an xml driven combo box at the top of the application. In the document class, there is a function that takes the selected item from the combo box and loads in an external swf, which just serves as a library for the 10 sounds of a particular song. I then have to extract each of these sounds by their class names ("Track1", "Track2", "Track3", etc...) and send them off to their respective "MixerChannel" objects. As you can see, the following code block in the "initHandler" is pretty long and redundant. Is there any other way/shortcuts I can use to reduce the code a bit?

[Code]....

View 4 Replies

Flex :: Extending A Class With Multiple Classes

Jul 16, 2010

I'm creating a class that extends another class.

public class ASClass extends UIComponent{
}

but I'm trying to make it extend multiple classes. Is this somehow possible? I read it may be possible through composition?

View 2 Replies

ActionScript 3.0 :: Unexpected Errors, Multiple Helper Classes, Extended Classes?

Jan 9, 2010

The examples I'll use don't do anything - they're classes without ANY members - no variables, methods, anything.

Let's say I extends Sprite and call it MySprite.

I save it in test.core

[code]...

Now I create another custom class called MyWindow that extends MySprite.

I save it in test.windows

[code]...

Then I create another class that extends MyWindows (the example I'll use is a document class - but that doesn't matter - I've tested using an instance too).

[code]...

Notice that I'm not even trying to instantiate the helper classes - just having them there throws the error.

If there is only a single helper class, everything runs fine.

Also note that - as far as I can tell - this only happens when extending one class from another package, then extending that class with more than one helper object.I'm pretty sure there's no namespace bumps or typographical errors, as this is a very pared-down version of the original application.

EDIT: seems the problem exists even without the crossing packages - even extending MySprite in the document class with multiple internal classes generates this error.

View 4 Replies

Flex :: Actionscript Classes To 1 SWC File

Mar 13, 2010

I'm using Flash Builder 4 (the version after Flex Builder 3, so very similar to Flex Builder 3) and have a bunch of actionscript classes that I frequently need to reference. I have them in a separate folder/package to keep things clean.

I know that it's possible to create a SWC from these actionscript files. My question is how do I do it in Flash Builder 4 or Flex Builder 3. Do I need other tools? My objective is just to use the SWC in the project and keep things clean instead of dragging around all these files.

View 2 Replies

Actionscript 3 :: Flex 4 Two Classes In One File

May 4, 2011

Can I put two or more actionscript classes in one .as file like this:

[Code]...

It doesn't work in Flash Builder: "A file found in a source-path can not have more than one externally visible definition. classes:A;classes:B" If it possible, I'm going to ask next question. Can I place two or more packages with multiple classes in one .as file?

View 1 Replies

Flex :: Add Classes And Functions To Loaded File?

Dec 17, 2009

I have a flex application that loads swf files and displays them using the SWFLoader object.is there a way to provide different classes and functions for the swf application to use? [code]...

View 1 Replies

Actionscript 3 :: Classes In Project Override Classes In A Flash CS3 SWC File?

May 6, 2011

I have an actionscript project which uses visual symbols from an SWC. I have a CheckoutButton which has the following class associated with it (compiled into the SWC in Flash CS3).

[Code]...

View 1 Replies

Actionscript 3 :: - Access Objects Instantiated In Flex App's MXML File In Other Classes

Jul 29, 2011

I've got an object declared and instantiated in my Flex application's singular MXML file: public var CDN:CDNClass = new CDNClass; I would like to access this same CDN object (and its public methods and properties) in another class declared in a separate .as file as such:

[Code]...

But when I try to access the public method parsePlayList in the CDN object in a method in the class defined in the .as file, I get the following error: Access of undefined property CDN The reason I want to do this is to break up the logic of my application into multiple AS files and have minimal MXML files, probably only one.

View 2 Replies

Flex :: Datagrid Multiple Rows Single File

May 20, 2010

I have a flex datagrid with 3 columns. The first column contains the image name(unique key). The other two columns have username and size details. I want to split the username into lastname, firstname, address and some other stuff. Can we have multiple rows in the grid for one image? Tried multi-line, it works but we need to keep adding spaces and its cumbersome. Since each row in the flex datagrid is represented by one index in the XMLList which is enumerated, is there a way to have more than one row assigned to one image and shown in the grid? something like this.

View 1 Replies

ActionScript 3.0 :: How To Subclass Multiple Classes

Nov 5, 2009

How do you subclass multiple classes. I have a class that subclasses MovieClip. I added a new feature. Now its yelling that my class needs to subclass SimpleButton. I know there both part of the display class. But how do you subclass that?

View 1 Replies

ActionScript 2.0 :: Multiple Classes And Movieclips?

Nov 14, 2011

multiple classes and then register each movieclip from the library to a different class? It isnt working for me. I created two different classes and created two entire different movieClips and registered each movie clips to a different class. However, I can only use on movieClip at a time, when I use the duplicateMovieClip. command to create copies of the movieclip, i find that only those movieclips, whose class i declared first, appear on stage

View 2 Replies

ActionScript 3.0 :: Use Multiple Classes For One Package?

Nov 28, 2009

I'm trying to set up an AS3 project using a single package, that will have multiple classes coded in seperate files.I am looking for examples and tutorials for this kind of project.As I understand it, these files must have the same package, and their class must be public. This will allow the multiple files and various classes to be used in the single package.[code]Either of both of these files could then be imported into the main movie and their classes / functions used in the package.

View 6 Replies

ActionScript 3.0 :: Creating Multiple Timer Classes?

Mar 8, 2010

I am attempting to use multiple AS3 timers to run a short animation in flash but I'm having a problem with some of the instances running slowly or not being removed when they are supposed to. I found a way to make things work the way I want but in being new to AS3 I believe my runtime issues are due to jumbled code.

import fl.transitions.Tween;
import fl.transitions.easing.*;
var playerFadeTween:Tween=new Tween(thewebs, "alpha", Strong.easeOut, 0, 1, 2, true);
var playerXTween:Tween=new Tween(thewebs, "x", Strong.easeOut, 292, 10, 2, true);

[Code].....

View 1 Replies

ActionScript 3.0 :: Making One Variable Available To Multiple Classes?

Jan 15, 2011

I'd have thought this to be simple, but nothing works. I have a game I'm working on, and in it, there will be a speed stat. The fast you are going, the faster everything else has to move to make it look like you are moving faster.The problem is, the speed stat (obviously not called speed) is one of the upgradable stats, and needs to be available for the class handling upgrades for it to be changed, and it needs to be read by the class handling moving objects.The second class however, has absolutely no idea the variable even exists. I've tried for weeks to look up a tutorial on it, but there doesn't seem to be any at all that I can find. (I am using public variables, and have tried various ways of trying to point at the class it's from but apparently I must be using the wrong syntax)

View 12 Replies

Actionscript 3 :: ASpecify Multiple CSS Classes For My TextField?

Mar 31, 2012

I'm adding a TextField with html text. I'm applying a StyleSheet to it.

How do I apply multiple classes on my html element like so

<span class='classOne classTwo'>my text </span>

I tried this and it looks like flash can't handle this, it renders text without any styles.

View 3 Replies

ActionScript 3.0 :: For Loops For Multiple Classes On Stage

Dec 31, 2009

I have a document class of particles and i'm trying to add multiple instances of the class...

[Code]....

is this the correct way to add multiple instances of the class to the stage?

View 3 Replies

ActionScript 3.0 :: Multiple Identical Classes In Different Packages?

Jan 13, 2012

Say if the structure of my game is set up like this:mainMenu- Classes inside the mainMenu package.instructions- MainMenuButtonClass.- Other classes inside the instructions package.game- MainMenuButtonClass.- Other classes inside the game package.The class MainMenuButtonClass is a button that, when clicked, directs the user to the MaiMenu and is identical in both the instructions package and the game package. Would it make sense just to save the same file in two locations or is there a better way to handle it.I'm not trying to access variables between the two classes. I'm not looking for any code either.

View 2 Replies

Actionscript 3.0 :: Document Classes And Multiple Scenes?

Sep 2, 2010

I've been searching the internet for how to use scenes in flash games, and from what I understand it got some problems? MY problem is that i cant really understand what the problem is and I cant find i "clean" explanation.

Some say you dont should use scenes in game development, some say you should?? Im confused.

Another thing that i dont understand quite is the document classes. Should i have one document class for every scene or one for all of them?

If i have 2 scenes with it's own document classes, how do i switch between them?

View 4 Replies

ActionScript 2.0 :: Declare Multiple Classes And Movieclips?

Jul 17, 2004

Can you declare multiple classes and then register each movieclip from the library to a different class? It isnt working for me.

I created two different classes and created two entire different movieClips and registered each movie clips to a different class.

However, I can only use on movieClip at a time, when I use the duplicateMovieClip... command to create copies of the movieclip, i find that only those movieclips, whose class i declared first, appear on stage.

View 1 Replies

ActionScript 2.0 :: Static Classes Shared Across Multiple SWF's?

Apr 11, 2009

How do Static classes work in projects where child swf's use the same Static class as their parent?

For simplicity... lets say we have some older content swf files that are using TweenLite version 8 ( a common enough Static class.) But the parent SWF is being updated and uses a more recent version of TweenLite (version 10). The child SWF's are loaded into the parent SWF. Do the child SWF exist in there own sandbox and have TweenLite version 8 running and the Parent runs it's own copy of TweenLite 10? Or does the parents clips Static class of TweenLite (version 10) overwrite the children Static class using some sort of magical shared memory space when JIT (runtime) compiling?

View 3 Replies

ActionScript 3.0 :: Constructor Functions Of Multiple Classes?

May 16, 2009

I have a rather general question regarding OOP. How do constructor functions execute with multiple class extensions? I'm making an orbital physics simulation, and every spatial body is of the class SpaceObject, which extends Sprite. Then, I have all earth-type planets be of the class Earth, which extends SpaceObject. There are certain parameters that I'd like to set for every single SpaceObject (like position and size) in the constructor function, and certain parameters (like density and mass) that I'd like to set in the constructor of class Earth.But from the main timeline, when I create an instance of class Earth, I can only enter the parameters of the Earth constructor, ie

Code:
var planet1:Earth = new Earth(density, mass)
Or I can create an instance of SpaceObject:

[code]......

View 2 Replies

ActionScript 3.0 :: Multiple Classes In A Main Class?

Nov 30, 2009

What is the correct way to import 'sub' classes into a main class?What i have is a class (i call it Console) that gives the user info about the swf for debugging, but also gives the user the ability to give their input to dynamically change the swf. Sorta like what games have when you press the "`" key.But it handles more things then just read user input, it also connects to the Database through PHP and connects through the server using Sockets.And there are more of those things that gets added later, so to prevent it gets to big later i want to split it into multiple .as files

Console Class: renders stuff and allows user input.I want that to include the following classes:

ConnectPHP Class (handles php > mysql)
ConnectJava Class (handles sockets)

So that the methods in those 2 classes are accessible in the Console class like:

[code]...

I tried importing them but then i had to access them through the Object initialized:

[code]...

But i want to access them as

[code]...

removing the reference of the ConnectJava Object. Is this possible? If you wonder why, id like to keep it as simple as possible because i share the classes with my friends.

View 2 Replies

ActionScript 3.0 :: Document Classes And Multiple Scenes

Sep 2, 2010

I've been searching the internet for how to use scenes in flash games, and from what I understand it got some problems? MY problem is that i cant really understand what the problem is and I cant find i "clean" explanation.Some say you dont should use scenes in game development, some say you should?? Im confused.Another thing that i dont understand quite is the document classes. Should i have one document class for every scene or one for all of them?

View 1 Replies

Flash :: Associate Same Codebehind To Multiple Classes In Silverlight Like In It?

Apr 27, 2011

In flash one can point to a file on disk to associate the form with a class which name can be different from the form name so that you can multiple forms to the same class.

In Silverlight is it possible somehow including by hacking vs studio project xml file by hand ?

View 1 Replies

ActionScript 3.0 :: Creating 1 Configuration Class For Multiple Classes

Feb 17, 2009

I have created a file called Config.as, in it are getter and setter methods that define variables that I need to reference throughout my system.

I have obviously made a mistake as I tried to access a variable in two files as indicated in a demo below:

Code:
package {
import Config;
public class TestOne {

[Code].....

It seems quite clear to me that I have created two instance of the Config class and that is why in class TestTwo the trace statement doesn't return "hello world". Is there a common coding practice to access the same variable with multiple classes?

View 1 Replies

ActionScript 3.0 :: Creating A Program With Multiple Classes From Scratch?

Jan 19, 2010

Are there any tutorials available that will show me how to create a multiple class program from scratch? I have 2 classes working with a fla and when I add a 3rd class every object I create comes up as an error.1120: Access of undefined property.I'm very frustrated cause I can't figure what the problem is. I have just migrated to OOP so I'm relatively new at this.

View 2 Replies

ActionScript 3.0 :: Design A Class That Uses Functions From Multiple Classes?

Jun 7, 2011

I'm trying to design a class that uses functions from multiple classes, but as Google tells me, you cannot extend multiple classes.

Here's my code:

Code:
package com.levelGenerator {
import flash.display.Sprite;
import flash.events.KeyboardEvent;

[code]...

How do I use the Keyboard functions and nextFrame() without extending multiple classes?

P.S. A language with object-oriented principles that doesn't allow multiple inheritance? Lame...

View 9 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved