Flash :: What Does 'com' Stand For In Package Names And Folders
Jun 23, 2010
I tried googling this but can't find anything. I'm just curious as to why we use the folder name 'com' as the root directory? what does it stand for? computer?
View 4 Replies
Similar Posts:
Nov 24, 2009
I have a number of folders that contain data for my application. These data will change a lot through the application, creating different functionality for my app. What I want to do is package these folders into a customized file, like zip but not necessarily compressed and then in some way open it through flash and look into the folders. But the user will only have to copy paste the one single package file and not 4 or 5 folders of files every time and maybe leaving something important behind.
View 0 Replies
May 20, 2010
Is there any way I can get a list of all the classes in a particular package?
I know getDefinitionByName, getQualifiedClassName, and getQualifiedSuperclassName in flash.utils can find me a class, but I can't find anyway to find all the classes in a package at runtime.
View 1 Replies
Jul 27, 2009
I'm trying to do some restructing of a flash codebase, and I was wondering if anyone could clarify something for me as I'm unsure whether what I'm trying to do goes against a fundamental priciple of flash development or I'm being confused by the Flash CS4 user interface(I've got a java development background, so some of the interaction between fla files and the like is somewhat difficult at times to get my head around). I've done several searches but can't seem to find any similar problems, apologies if any exist.
Basically, I want to restructure my codebase and move my fla files around by putting them at a different location in the directory structure.
Existing structure:
basecompany namecomponent name
where fla files are stored in base, and code is stored in company namecomponent name, and code in said location is in the company name.component name package.
What I want to do is move my fla files from base to component name for each individual project. The actual location of the code is unchanged, but the fla files no longer compile, giving me a 5001 error - package name does not reflect location. I'm assuming that this is because the relative location is different - as far as the fla file is concerned, the code it is referencing is located at component name, not company namecomponent name. Is it possible to make the CS4 publisher understand that the fla file is not at the root of the package structure, and if so how?
View 1 Replies
Jul 11, 2010
I've worked wioth sub classes so I know how they work but I always work with everything all in one folder which can get messsy when there are a lot of classes to work through. So i started to make folders inside of my main folder but it's not working. Thought it may be to do with package names but as far as i know, for the whole "classes in separate folders" things that's how they are supposed to be.
View 2 Replies
Jan 13, 2008
Does Adobe offer a flash stand-alone player that does not require a browser to play swf files ?
View 1 Replies
Jun 27, 2006
I need to create a stand alone desktop app that uses a database. It's been a long time since I did any VB work, and I need to learn Flash for another job anyway...is there any reason why I shouldn't use Flash for the desktop app?
View 1 Replies
Apr 15, 2007
anyone know where i can get the release stand-alone flash player 9?
I am running Windows, and have the debug stand-alon flash player 9, but I want the release version to be used for this as it is faster at rendering and calculations. I just wanted it so I could replace my release stand-alone flash player 8 with it, so flash will then use this for me. I looked all over the internetz, and i only found the debug player.
View 4 Replies
Jan 27, 2011
Is it possible to change Flash applet(SWF) size dynamically? SWF is not embedded in HTML, so no external sizing will be used.
View 2 Replies
Sep 24, 2004
I am using a simple:
on (release) {
getURL("mailto:mymail@mysite.com");
}
On a button in a digital business card (and publishing as a flash.exe file). While I can get a button to link to the internet it does not seem inclined to bring up email.
View 1 Replies
Sep 24, 2004
I am using a simple:
on (release) {
getURL("mailto:mymail@mysite.com");
}
on a button in a digital business card (and publishing as a flash.exe file). While I can get a button to link to the internet it does not seem inclined to bring up email.
View 1 Replies
Dec 18, 2009
I am having troubles passing an x and y argument into a package function that creates a projectile on stage at the tank.gun's x and y.I have attached a zip of the code I am working on.[code]
View 6 Replies
Jan 27, 2010
I'm running into this weird thing with ASDoc. It will only document one package function per package.For example.I have these two functions:
gs.util.printf
gs.util.ftrace
In these files:
gs/util/printf.as
gs/util/ftrace.as
The only function that get's documented in ASDocs is "printf". But I know it can do more than one. As an example, in the livedocs [URL] There are more than one functions documented.
View 2 Replies
Sep 20, 2010
I am developing a touch screen application in flash right now. There is a video and when I try to play it, it will take up the whole screen on the stand alone player, but what I want is the video to play on its exact size not taking up the full screen.
View 8 Replies
Feb 15, 2011
I am using the sephiroth checkbox tree and I'm trying to hide the folders and icons here is what I have as in inline code, but it seems to not be working.
TreeCheckBox {
backgroundAlpha: 0.0;
folderClosedIcon: ClassReference(null);
folderOpenIcon: ClassReference(null);
defaultLeafIcon: ClassReference(null);
}
View 1 Replies
May 26, 2010
I would like to open a separate swf file from with in flash, but by default, it opens the swf in a browser. I would like this file to open in a stand alone player not in the browser.How can I achive this? Right now I'm using the getURL() action. Is there a separate function for opening a file at a specified filepath?
View 1 Replies
May 12, 2010
I'm trying to setup my bin-debug folder so that the structure looks like this[code]...
I've tried setting the project's output folder to: bin-debug/assets/swf which does get my main.swf where I want it, but then my other source folders get dumped into that swf folder as well. What I would really like is to tell Flash Builder to put my swf into a nested folder and to be able to specify where my build folders' output goes as well. Is this at all possible without resorting to ANT scripts?
View 3 Replies
Jul 23, 2009
I am making a flash site and there is a main SWF which loads and unloads all other SWFs into and from it. For example, there are links to pages Home, Biography, Gallery, etc. When you click the Gallery link, gallery.swf loads and it is added to the main SWF.
So here's my problem: when I test my movie, everything works perfectly, but when I open the SWF that was created by testing movie in a stand-alone Flash Player or a browser, those SWF's sometimes don't load. If I click Biography link, for example, it usually doesn't load biography.swf but if I click Gallery link, which may or may not load gallery.swf, and then Biography link, there's a greater chance that biography.swf will be loaded.
View 2 Replies
Mar 5, 2012
I was working on a large web site in Flash CS 5.5 on my hard drive Mac Pro V10.6.8, 6GB of memory. 176.78 GB of space left on the drive. I had set up the project in the Flash projects panel. I was opening files with"File open" and working on them. I have my fla files in a src folder and my classes in a com folder. This was the setup of my com folder.
I was working in Flash and it crashed, when it started up again. It didn't offer me a temp file and all the files in the com folder have been deleted except for the greensock folder. But even the greensock folder was missing files.
I went to the recent files when I click a file name I got this error. I have searched my hard drive by name for the files and can't find them. They are not in the Trash. I have talked to three different Adobe tech support people in India they all tell me the files can't be recovered and they don't know why it has happened and don't even seem to care that their program has deleted hours of work. I am waiting on yet another tech support person to call me back. Does anyone know why this has happened? I have been working in Flash for 11 years and never had it delete 186 files when it has crashed.
View 2 Replies
Mar 5, 2012
I was working on a large website in Flash CS 5.5 on my hard drive Mac Pro V10.6.8, 6GB of memory. 176.78 GB of space left on the drive. I had set up the project in the Flash projects panel. I was opening files with"File open" and working on them. I have my fla files in a src folder and my classes in a com folder. This was the setup of my com folder. I was working in Flash and it crashed, when it started up again. It didn't offer me a temp file and all the files in the com folder have been deleted except for the greensock folder. But even the greensock folder was missing files. I went to the recent files when I click a file name I got this error.
I have searched my hard drive by name for the files and can't find them. They are not in the Trash. I have talked to three different Adobe tech support people in India they all tell me the files can't be recovered and they don't know why it has happened and don't even seem to care that their program has deleted hours of work. I am waiting on yet another tech support person to call me back. Does anyone know why this has happened? I have been working in Flash for 11 years and never had it delete 186 files when it has crashed.
View 1 Replies
Aug 18, 2010
Can I configure Flash Builder 4 to build into different folders? Something like: build applications files into "folder a" and modules files into "folder b"?
View 1 Replies
Oct 20, 2011
I want to create an flash file in which when user clicks on download button, the files from USB(pen drive) will get copied to user's desktop.Is it possible to download/copy whole folder(with all files in it) to user'desktop? or i can only download/copy files?
View 14 Replies
Dec 19, 2011
I have an actionscript file,it has a package name,it locate C:demo directory,like follows:
package demo{
import flash.display.*;
public class ABC extends Sprite{[code]............
Then I compile above code like following command,but it raise following error:
C:>mxmlc demoABC.as
Loading configuration file C:sdkframeworksflex-config.xml
C:demoABC.as: Error: A file found in a source-path must have the same package structure '', as the definition's package, 'demo'.Where is wrong above command?
View 1 Replies
Oct 13, 2009
This is with Flexbuilder 3.2, Eclipse 3.3.2.I am moving my development environment to a new machine. Actionscript classes that compiled in the old environment now get a compile error:
A file found in a source-path must have an externally visible definition. If a definition in the file is meant to be externally visible, please put the definition in a package.I do declare the package in these classes - I think failure to declare the package is the usual reason for this error.To add to the mystery, many classes in this project compile without errors.
View 1 Replies
Aug 26, 2010
We've got an Illustrator file with something over 1,000 layers. We're trying to import this into Flash and keep the layer names intact, such that they become the names of the movie clips that are imported for each layer and can be used programmatically. (It is a diagram and arrows, boxes, etc all have callout names that will eventually allow them to link to a database.)As near as I can tell, the Import dialog will NOT pass this info across between the two parts of the dialog.
View 1 Replies
Mar 20, 2011
I started a thread about a reference to a symbol House, in the output window, which was: House_1. A lot of people said some useful things about that. All day I've been thinking about it, and I came to the conclusion that I don't understand things, at a very basic level.
Consider:I make a movieclip which I give the Symbol name Drawer. (I don't export it for AcitonScript.)On the stage I manually place two instances of this Symbol. The first one I give the Instance Name drawer (in the properties panel). The second one I leave nameless.Now if I trace the names of both these clips, by
trace(this.getChildAt(0).name);
trace(this.getChildAt(1).name);
the output window gives me
drawer
instance2
Now I know that the so-called "instance name" which I gave in the Properties Panel (drawer) is, in reality, a variable name which Flash gives my first instance behind the scenes. And instance2 is a name that Flash gives my second instance. What exactly the nature of that name is, I do not know.My point is: both names (drawer and instance2) are the .name property of these movieclips. Otherwise I could not have traced them through asking for the .name property, in the above. Yet only the first of these two can be manipulated:
drawer.x can be set;
instance2.x can (as we know) not be set.
But...why? What is the real difference between these two kinds of names? How can they both be the .name property of their underlying movieclip, yet be of such a different nature? What IS the nature of the instance2 name? If it's a String, how come the .name property of one movieclip can be a variable name, while the .name property of another (but identical) movieclip is a String?
I've searched every bit of web page on the net I could find. But it looks as if nobody addresses this issue. We all just work with it - but it makes no bloody sense. A name property = a name property, you'd think. Whether Flash set it or I set it should not make a difference. The x property of a clip, for example, does not change in nature according to who set it - me or Flash.So, again, just to emphasize the problem: how can a property (the name property) of a movieclip change in NATURE depending on who set it? After it's been set, shouldn't the name property of a clip be of exactly the same nature as the name property of another clip?
View 8 Replies
Feb 27, 2010
Internet Explorer will not display flash video in stand alone video players, similar to the one at: [URL] The other embedded flash content is viewable.In the IE8 tools, manage add on's, Adobe Flash Player is not listed.I've also noticed that when I access the Adobe Flash Settings manager, I can not uncheck "hardware acceleration".Windows XP Home Service Pack 2 is the operating system.
View 4 Replies
Jul 7, 2010
i've got Flash installed and i use it to create a fancy thing. a .swf. A regular swf.When i open the swf straight from a folder, it opens in "Flash Player".not in any browser.When I send the swf to my boss, or anyone that does not have the Flash Application installed, it doesn't quite work right.They DO have the latest browser flash player plugins installed and it works if they drag the swf into the browser.BUT how can we get it to play stand alone, the same as I can do. It seems you could download the Flash Player for the desktop.
View 1 Replies
Sep 3, 2010
I have recently been having problems with my swf file. When i export it by hitting "command enter" it seems to export fine. But then I realized that when i exit flash and click to view the swf it opens up in flash instead of the flash player as it normally does. The other implications of this is that when I send the swf file to someone who doesn't have flash (but is able to play swf files) they are not able to open the files because it wants to open up in flash.The file is a simple web banner that is limited to 40kb.
PREVIOUS POST WITH SIMILAR PROBLEM
"Postby Haungo on Wed Jul 07, 2010 3:28 pm
OK.. so, i've got Flash installed and i use it to create a fancy thing. a .swf A regular swf. When i open the swf straight from a folder, it opens in "Flash Player".. .. not in any browser.When I send the swf to my boss, or anyone that does not have the Flash Application installed, it doesn't quite work right. They DO have the latest browser flash player plugins installed.. . and it works if they drag the swf into the browser. BUT how can we get it to play stand alone, the same as I can do.
It seems you could download the Flash Player for the desktop.. but where? how ?
REPLY
"Postby Eye for Video on Sun Jul 11, 2010 12:23 pm
Look into creating a Flash "Projector" file. It's an exe, executable file and can self-contain the player you need to play the Flash without opening the browser.In the "Publish" setings, check the projector box. Here's a link to one tutorial but their are lots more, Google "Flash Projector files"[URL]
View 1 Replies
Jan 28, 2003
I have a stick figure fighting game I'm currently working on. I've animated the moves and the walking, ect. But now I wanna make it so the players can only stand on one mc, GameArea.I tried the script that came with part of the tutorial, but nothing happen:[code]If this way isn't a possible, then I'd just like to limit the players on how high/low they can move.
View 4 Replies