Flex :: Project Imported - Initial Content Not Found
Mar 10, 2011
Process terminated unexpectedly.
Initial content not found
Launch command details: "C:Program FilesAdobeAdobe Flash Builder 4sdks4.0.0inadl.exe" -runtime "C:Program FilesAdobeAdobe Flash Builder 4sdks4.0.0
untimesairwin" "C:UsersacerAdobe Flash Builder 4Dental Clinic_2Main-app.xml" "C:UsersacerAdobe Flash Builder 4Dental Clinic_2"
I get this error when I try to run the program...this is my first time to import other projects.. I dont have this problem with my own program this just appeared from the project I imported...
View 1 Replies
Similar Posts:
Dec 13, 2010
I imported a project from ClearCase into Eclipse and it's not associated with ClearCase; meaning no check in/check out. The only thing I get under 'Team' is 'apply patch' or 'share project'.Other projects I import into Eclipse are automatically linked to ClearCase, but not this one.I even created a separate workspace for this view and still some projects will be linked and others not. It's not even dependent upon project; it's arbitrary.
View 1 Replies
Sep 27, 2011
I wanted to import an older FB project into the flash builder on my new pc, but I only have the filestructure. So I used 'import>existing projects into workspace'.The files seem to be intact still, but the project now gives me an error regarding an swc in the bin folder:
'unable to open 'something'in'something'.swc
View 1 Replies
Aug 14, 2009
I have some imported illustrator content (some text, images, etc.) and I when I write my AS code, nothing happens. I can't event change simple things like an image's alpha. I have instance names for all of the content, so I'm not sure why it's not working. I had this problem before and re-made all of my content within flash, which sucked, but it worked. Is this a linkage issue? I have checked the export for actionscript box, but it didn't seem to work either.
View 1 Replies
Jul 27, 2011
I'm developing an ActionScript mobile project for Android. When I add the following import, compiler says that is not found. import fl.transitions.Tween; How can I use Tween with mobile projects?
[Code]...
View 1 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
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
Mar 26, 2009
I need to display my content in groups of 9 (3 rows, 3 columns). The content is listed in an XML doc. I load my XML and then (here's where I would like your thoughts):
1. I will create a loop to assign an int. for each XML sibling (the content that will be displayed).
2. I will create an empty MC for each int.
3. Display each int.'s corresponding content into the MCs.
4. Display each MC on the stage.
** displaying my MCs on the stage in 3 rows and 3 columns is also confusing me... but this is another thread for later.
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
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
May 26, 2011
I want to load an initial component to be displayed in my flex app, depending on whether a value in the SharedObject is set (first launch). How do I accomplish that?
View 1 Replies
Feb 16, 2011
I'm using the Flex3 File.browseForOpen() method. Is there a way to specify a initial path that the file browser starts in?
View 1 Replies
Sep 9, 2011
I have a Hdividedbox, which has three child elements.
I want to set the initial ration of sizes, such that the first one is 30%, the second is 40% & the third is 30% of the Hdividedbox's width.
View 2 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
Jan 28, 2010
Environment: Flex/As3/Cairgorm/composite component.I have two comboboxes and two datagrids such that the selection of combobox 1, inserts data into combobox two and the fist datagrid.The selection of combobox 2 inserts data into datagrid 2.I have setup the change event so that the user selection on each of the combo boxes do the right thing. The problem is that on the initial load of the comboboxes, the change event does not fire and subsequent synchronization data loading does not happen.Is there an event for getting the itemselected (1st item) after the combobox is initialized?
View 1 Replies
Jun 11, 2010
Some users are unable to access any of our video content, getting a Server Not Found error.We have our FMS configured to use ports 1935, 433, 80. Our firewall is allowing RTMP traffic to each of these ports. Is there something more I can do from my end to make sure users can access our FMS?
View 1 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
Sep 30, 2009
what is error 1069?, the line in red drops error, any clue?.....
Code:
myloader.contentLoaderInfo.addEventListener(Event.COMPLETE, loaderFunction);
//event listener sub buttons control loaded movie
function loaderFunction(evt:Event):void {
[Code].....
additional info about the error: Property content not found on flash.display.SimpleButton and there is no default value. at MethodInfo-2()
View 3 Replies
Sep 30, 2009
what is error 1069?, the line in red drops error.
[Code]...
Property content not found on flash.display.SimpleButton and there is no default value. at MethodInfo-2()
View 2 Replies
Jun 21, 2010
I cant "center" my project, like you can see its "fixed" (yellow lines) in the left side and I cant see "invisible" part of project... (area around the project). how can I move my project so I can see the not-project area around the project. (picture 2).
At the moment situation... (cant see that area around the project)
http://img19.imageshack.us/img19/1186/68553623.png
View 2 Replies
Jun 25, 2011
I am trying to move a 'Shape' object across the screen. As the object moves, a copy is being left at the initial position. Almost as if only an instance of original object ahs been moved
This is not an issue for moving an image or MXML graphic. Is something wrong in setting to the move object?
The code is as follows
private var arrow:UIComponent;
private function resetAssets():void{
arrow = new UIComponent();
[Code].....
View 1 Replies
May 5, 2010
What are the steps necessary to access movieclips from an imported swf within a Flex application?
View 1 Replies
Apr 28, 2011
I'm using flexmojos 3.8 with flex compiler 4.1.0.16248.My Project compiles fine in Flash Builder, but with flexmojos / maven I get the following Error: Type was not found or was not a compile-time constant: UncaughtErrorEvent
The Flex Code looks like this:
loaderInfo.uncaughtErrorEvents.addEventListener(UncaughtErrorEvent.UNCAUGHT_ERROR, onUncaughtError);
The Flex Compiler 4.1 should know the type UncaughtErrorEvent - Why does it fail?
View 2 Replies
Apr 27, 2011
I'm starting to learn in flex and ruby on rails. I see some projects there is a flex folder under rails_project/app which contains controller, models, views. I think it's not mannually to add these folders to rails project.
View 2 Replies
Jun 9, 2010
I'm using a flex component that use a to load a .swf file.
The loaded .swf
- is passed to me as is and I can't edit
- it has some as3 functions in it
Is it possible in the "parent" application (the one with ) to override functions included in the "child" swf (the imported one)?
View 1 Replies
Jun 9, 2010
I'm loading in a flex application a .swf via <mx:Image> (that is a subclass of SWFLoader). Is it possible to retrieve a list of all the public variables and functions inside the loaded .swf?
View 1 Replies
Oct 18, 2009
I have a Flex project that is the application master for my site. It loads a swf I built in Flash which has a runtime bones animation using a Loader. The runtime bones work if they are loaded without Flex.
Is there a way to make bones work if they are loaded by Flex?
View 1 Replies