Flex :: Moving SWC To Libs Folder Breaks Project
Apr 20, 2010
I have a swc(degrafa) that I have been referencing externally in another folder on my computer. When I tried to move the swc to the libs folder I was no longer able to access the swc from my application.
View 2 Replies
Similar Posts:
Sep 1, 2010
righ now i'm using Flex 4.1 libs, when compiling Flex puts all used libs into the root of the application, however - i don't want them there, i want them to be inside Flex_root/libs.
Anyone a clue where i can change the lib location?
View 1 Replies
Jul 29, 2010
i have situation in which i have some library projects, say
"DataProcessors","Lib2"
, included in my lets say "MainProject" (a web project) placed on directory
"E:in-debugMainProject.swf"
, when i build the project it automatically place all the libs .swf in its "E:in-debug" folder, but when i debug or run the project it it gives loading error that
"E:DataProcessors.swf"
not found but i have those lib files on
"E:in-debugDataProcessors.swf"..
what could be the possible errors.
View 1 Replies
Apr 30, 2011
I have one Eclipse Workspace containing two projects. - The first is my actual library. - The second is example code for using the library.When I push this code to GitHub, I don't want two separate projects, I want the example code to go into an "example" folder of the second library.How and where would I do this? From Eclipse, GIT, or GitHub?Or is there a better way of including sample code in GitHub projects? (the example code doesn't actually need any version control)
View 1 Replies
Mar 29, 2012
I just set up my environment (Flex 4.6 SDK, Blaze DS 4.01) and I'm wondering where the needed mx.* packages might be found, since I want to import classes, such as mx.messages.Producer / Consumer, in my non-MXML-Project and instanciate them programmatically. Blaze DS API ref says, they are part of the Blaze-WAR but I just can't find them.
View 1 Replies
Oct 7, 2009
Let's start off by saying that I am the greenest of green newcomers to the world of Flash and Actionscript. I have created several animations based off of the great camera movement tutorial found here: [URL]Everything works great when I have my actionscript code in a single frame environment. However, I am currently trying to figure out how to create a simple menu/welcome screen that will allow the user to choose which animation to play before returning to the menu and choosing another. When I move my code to frame 2 (as I am trying to create my menu on frame 1), my animation does not work correctly. As I am so new to this, I'm afraid there are very basic concepts I do not understand and this is preventing me from effectively researching and troubleshooting this problem on my own.
Using the Kirupa racing example tutorial files, if I simply move the actionscript to frame 2 I see a continuous loop which seems to include the initial placement of the scene's components, but it doesn't stay in the frame to allow for any camera movement or to continue with the animation. This makes sense to me, as it is continuously looping between frames 1 and 2. When I attempt write this code on Frame 1: gotoAndPlay(2);, I simple see static images of the scene's elements (the tire and the car) and no animation. I had expected it to play as normally as it does when the actionscript is located on Frame 1. What basic concepts am I missing here and does anybody have any advice on how I should proceed?
View 2 Replies
Jul 31, 2009
I'm working on an image gallery in Flash that plays a slideshow of different images I have on my hard drive. I've got the basics of it working, but I'm still stuck on something. If my images are in the same folder as the Flash project file or a sub-folder of it, then it works fine. However, I can't figure out how to load images from some other folder. In my case, the Flash project is located at "~/Programming/Flash/Projects/slideshow/" and the images I want to load are at "~/Pictures/Gallery/". Using a normal path didn't work so I figured I could access them with a file:// path, but that doesn't work either gives me "Error #2035: URL Not Found"). Is there a specific way you have to format the file path in Flash, or is it just not possible?
View 3 Replies
Apr 15, 2010
Is there any way to copy a folder with a bunch of layers and keyframes to a different flash project?
or in another way is there a way for me to save time and copy a work i have done on a different project and use it in a new, consisting a keyframed animation?
View 7 Replies
Jul 5, 2010
Here in Flash CS4 Explorer, I have shapes. It's intuitive that I be able to right-click on Scene1, and be able to Insert Shape. Can't. I go to the frame. Can't. I right-click everywhere. I see 'Create Shape', but everywhere I see it, it's grayed out - won't let me.
How do I create new shapes in the graphics folder in the library of a flash cs4 project?
View 2 Replies
Feb 2, 2012
Me and my buddy is having a huge problem. It seems like we have hit a limit in how many assets (movieclips/sounds etc) that we can have in our library. We can export at the moment, but if we put in another cutscene or sound flash wont export. It shows the progress bar but when its done the .swf dosent show up and cannot be found in the project folder.
Does anyone have a clue on whats going on? We've been working on this game for the past 5 months (full time) and we'd be devastated if all our time and effort has been in vain.
View 3 Replies
Aug 25, 2010
I'm currently looking at structuring my teams projects into a consistent manner that properly utilises packages and is easily version-controlled (via SVN). I'm interested in any 'best practise' with regards to project structuring and how to use consistent packaging without lumping everything into a gigantic [URL] folder structure whilst maintaining that package structure. I'm also keen to use the src/bin/lib folder structure within each project.
View 2 Replies
Dec 2, 2011
I have a db file Resided in Flex Air Bindebug Folder,Here i want to Move/save this db File at another location let say In mydocument/or any Folder, I am not able to do it's programatically.
View 2 Replies
Dec 4, 2009
im using the jpgEncoder class to create an image file and what im trying to do is save that to a folder on a server, then im going to read the contents of the folder back into flash. I cant for the life of me figure out how i get the image to the folder though, i know the jpeg is being created as ive been saving it to my own pc. Can i just send the image straight to a folder without the need for php?
View 3 Replies
May 31, 2009
I am having problems with building my webpage with Flash. I have imported the the swf files I want in my library but when I try to put them into folders my computer seems to seize up and takes a few minutes to do the job and can be very slow and I am unable to anything on PC while it is doing this. I have not incounted this problem before on my PC but I have had it for over 5 years now and I am due to buy a new PC in spring next year when Windows 7 is released on all new PCs. I am using windows XP with all the updates available plus upgraded to 1GB memory last year. Is my PC to old to work with FLASH CS3 or is it another problem entirely?
View 3 Replies
Jun 29, 2011
I have a flex mobile project and I want to convert it into web-based project. What is the best way to do it.
View 1 Replies
Jun 15, 2010
Maven 2.2.1 unzipped,M2_HOME set and repository altered to point to different drive location in settings.xml Flex 4.0:
Installed Created a multi-modular webapp project using flexmojo:
mvn archetype:generate
-DarchetypeRepository=http://repository.sonatype.org/content/groups/flexgroup
-DarchetypeGroupId=org.sonatype.flexmojos
-DarchetypeArtifactId=flexmojos-archetypes-modular-webapp
-DarchetypeVersion=RELEASE
with following options
groupId=com.test
artifactId=test
version=1.0-snapshot
[code]....
Parent pom has swc, swf, war as modules.
Dependency is war->swf->swc.
With parent artifactId of swf, swc, war set to swf, swc, test respectively.On executing mvn on test folder(for that matter clean or anything) I get this following error.
G:Projects est>mvn -e
+ Error stacktraces are turned on.
[INFO] Scanning for projects...
Downloading: http://repo1.maven.org/maven2/com/test/swc/1.0-snapshot/swc-1.0-snapshot.pom
[code]....
Looks like its trying to download the project from maven's central repository instead of building it.
View 2 Replies
Oct 20, 2009
I've recently started making a game in FlexBuilder. The game is currently a Flex project. Is there any downside to using Flex as opposed to just Actionscript? A friend of a friend told me that Flex is slower than an Actionscript project. I've been unable to validate this on the internet; is there any truth to that claim?
View 6 Replies
Mar 27, 2011
If I create a new flex project with flashbuilder, these are the libraries that get included by default through the Flex SDK[code]...
View 1 Replies
Jun 18, 2011
I have a CodeIgniter project and I made a back-office in Flex. I was wondering how I can implement the Flex project in my CodeIgniter since I'm working with routing I can't route to any directory. So there isn't a way to display the back-office.
View 1 Replies
Apr 28, 2011
I am working in Flash Pro CS5 developing some mobile apps. When I try to import certain of the 'fl' libraries, I get errors. For example:
import fl.motion.MatrixTransformer; Gives the error: 1172: Definition fl.motion could not be found
When I type the import and get the autocomplete suggestions, the only fl libs available appear to be the following
[Code]...
View 2 Replies
Sep 16, 2011
I have 2 flex projects which were create in flash builder 4.5.....how can i call one project from second??? the best would execute to the same window.... I'm interesting about both possibility (in browser and air too).
View 1 Replies
Feb 5, 2009
Can I do this in AS3?
(1) add the caurina folder to the folder
(2) add Thumbnail.as to the folder
(3) add
[Code]....
View 1 Replies
Mar 5, 2010
Can we use compiled HAXE swf's swc's in Actionscript as normal libs? I have a swf compiled from haxe code (I can try to compile it into something else SWC for ex) I want to use it as lib in AS3.
View 1 Replies
Aug 26, 2009
I'm doing some GUI screens for sci fi / fantasy displays in Flash 8 and i really need some better color libraries, anyone know where i can find some irridescent / electric color pallets that will really stand out on the screen?
View 1 Replies
Apr 3, 2012
Are there any libraries for animation groups of objects in as3? I need something like this: for example, I specify an array of images and creates the animation of all objects in the array - fireworks, the spiral vortex, 3D rotation, undulating, etc. Tweenlite and other libraries not fit, because there is no pattern complex motion.
I need to quickly apply complex animation paths to the set of objects.
View 1 Replies
Jun 23, 2011
This is the MXML I have
[Code]....
None of them create a new line in flex they are both rendered to the screen. How can I create a new line with a php string?
[Code]....
but if I do name.text=data.string; it doesnt even though data.string has the exact same value;
View 3 Replies
Sep 25, 2009
I am having trouble transforming pure as3 projects written in flash into Flash builder projects.
I have a series of simple tutorials covering basic elements of actionscript 3. These were written in flash using the document class.
I would now like to switch over from using Flash to using Flash Builder.
Is there any way to import each of these working as3 files into new FB projects?
When I try to import using either "import > other > existing projects" or "import > Flash Builder Project" or "import > General > File system" I am not able to complete my import because (obviously) I am not importing a valid Eclipse project.
Is there no way to load a directory of AS3 into FB, set one of the classes as the "default application" and have FB build a new project around it?
I could create a new project in FB and then move the assets in manually, but I have over a hundred of these! It would be nice to be able to move from one environment to the other without difficulty.
View 2 Replies
Jun 5, 2011
I am going to make an Arabic application using Flex builder 4.5. I have two questions that need to be answered What is the difference between ActionScript Mobile Project and Flex Mobile Project. (AS Mobile Project supports iOS and Android but I doubt about it!!)
Is Arabic support available in Flex Mobile Projects or AS Mobile Projects? I know TLF supports Desktop and web apps but does it support mobile platforms?
View 1 Replies
Jun 28, 2011
I store the htmlText property of a RichTextEditor in the database.I retrieve it in another instance and I want to show the user the first line of it as plain textSo I let Flex handle the conversion by using a function like this
var editor:TextField = new TextField();
editor.htmlText = htmlTextFromDb;
var converted:String = editor.text;
[code].....
View 1 Replies
Aug 3, 2010
I am rendering html in a Flex 3.x UITextField. The problem I am facing now is that when punctuation is at the end of a word, it can sometimes be wrapped to the next line.
For example:
That which doesn't kill me makes me stronger ,so I became a developer.
This seems like a bug in the algorithm to me. Is there a workaround?
View 2 Replies