Flex :: Import A .zip Project?

Jun 12, 2009

Whenever you view a flex app and go to view source you can download a zip of the flex app. Once you do that how do you import it? I went to flex>import and I get to options import archive file I pointed that to the zip and it says its not a valid archive file. so I tried the other option import flex project folder, I extracted the zip and pointed it to that and it says its not a valid project folder.

View 4 Replies


Similar Posts:


Flex :: Why Can't Import Mx.controls Into ActionScript Project

Oct 1, 2009

I'm trying to do a simple import into an ActionScript Project that I've created in Flex Builder:

import mx.controls.Label;

It won't let me. Code hinting shows no 'controls' after mx.

View 1 Replies

ActionScript 3.0 :: JQuery - Import Flex Library In Project?

Feb 18, 2010

I wonder if there is any way to use a JQury code in my Flex application? Can I import this Library in my Flex Project?

View 1 Replies

Actionscript 3.0 :: Import Authorware Project And / Or Director Project In Flash

Dec 10, 2010

I just wanted to ask if I have a project created in authorware and one more in director.I just wanted to ask can we convert authorware project in flash directly or indirectly?Or can we import authorware project and/or director project in flash.does anybody know or anybody has done this b4???

View 1 Replies

Flash :: Import Project Into Another?

Mar 30, 2010

I was wondering if there is a way to import a Flash project into another flash project, i have something that can only be done so far in AS2 and my main project is using AS3

View 5 Replies

Professional :: Unable To Import Xml Into CS4 Project?

Aug 24, 2010

I am trying to embed a 3rd party flash component into my current flash project.  As a stand alone, the component works fine but when I try and import the xml file for the component into my current flash project library, the message I get:
 
" one or more files were not imported because there were problems reading them" I have tried importing the xml file into another dummy cs4 project on another machine and again no success, so I believe there are elements within the xml file that will not work with cs4.  Below is the xml file code.

[Code]...

View 6 Replies

ActionScript 3.0 :: Import Project In Flash?

May 4, 2011

First of all, I got to say that I'm new to Flash and AS3 and that my english is far from perfection, so just tell me if I'm saying anything you can't understand.

I received the source code of a website which is fully in flash. The code is sperated in two parts, one is containing the application specific code and the other one is containing the AS3 library.I'm kind of lost when I'm trying to run it in Flash. What is the right way to import a full action script project in Flash? Where should I put the library?

View 10 Replies

Flash :: Import Project As A Component?

Apr 10, 2012

I'm building a Flex App for a Media Development course and one of our requirements for this sprint is to implement a simple P2P chat into the interface. I created one from a tutorial that served my needs and altered it appropriately, but it exists as a separate Flex Project and not within the Main App.

I know I can export the Chat as an fxp project file, but I'm not sure how I can use it in my main app. I was trying to create a Custom Component, but the process isn't very clear and Adobe's help files on the subject didn't seem to relate to what I specifically wanted to do. I get the feeling that there's a very simple fix for my goal, but hopefully someone would able to point me in the right direction as I've been working on this app for a good 6 hours and need a break.

View 1 Replies

Flash :: Import Project Into Builder?

Feb 24, 2011

I am on a mac and I have a preexisting Flash project. (i.e usual fla, src, lib) folders.Now, I want to start writing the code using Flash Builder 4.

How do I import all those files so I can now develop in Flash Builder 4?

View 3 Replies

ActionScript 3.0 :: Import SWC File Into Flash Cs3 Project?

Jul 19, 2011

Iam using flash cs3 professinal. How can I import to library swc files.

View 5 Replies

Actionscript :: Import Tweenmax Files To My Project?

Mar 2, 2012

While im working on simple animation like text rolling.. in that i created external xml for menus. As im new to flash im learning it from tutorial, but its not clear. I download tweenmax rar file. i dont know how to import that file into my project.

View 1 Replies

Actionscript 2.0 :: Import An External SWF Onto The Stage Of A New Flash Project?

Sep 10, 2011

Im trying to import an external SWF onto the stage of a new Flash project. I found the following AS2 code and created an ActionScript layer and placed it into the first frame. However, when I press the Play button, nothing happens and no movieclip is placed into the library.

this.createEmptyMovieClip("mc",1);
mc.loadMovie("mymovie1.swf");
mc._x = 0;
mc._y = 0;

View 1 Replies

Android :: Convert Flex Mobile Project To Flex Web Project?

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

Java :: New Project Created With Flex Mojo's Archetype Throws Cannot Find Parent Project-Maven Exception

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

Actionscript :: Disadvantages Of A Flex Project Vs Project?

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

Flex :: Get Project Framework Into ActionScript Project?

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

Flash :: Flex Project In A CodeIgniter Project?

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

Flash :: Call Flex Project From Other Flex Project?

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

Use File=> Import=> Import To Library... Or Import To Stage...the Flash Environment Becomes Terminated?

Aug 18, 2009

I`m using flash cs3 for my works , but i have one problem!when i use File=> Import=> Import to Library... or Import to Stage...the flash environment becomes terminated.I changed my flash version to CS4 and I have this problem again.

View 2 Replies

Flash :: Android - IDE: "Burrito" Download Address - Import Old Version Project Use Builder4.5?

Jul 13, 2011

1,It is the pre-release ,i can't find it now. 2,I can download the Flash Builder 4.5 but i want to know how to import the Burrito's project? and which lib or Flex Build Path must i add? When i import the Burrito version projects use Flash Builder 4.5, it says "it can't find the 1017: The definition of base class MobileItemRenderer was not found. ItemRendererBase.as"

[Code]...

View 1 Replies

Flash :: Flex Bug Trying To Import Actionscript Files - Error "import Card.as"

Jan 26, 2010

The "import "Player.as" line throws the error: 1084: Syntax error: expecting rightbrace before semicolon.

package {
import "Player.as"; //ERROR
import "Card.as";
public class Game {

I was going great with Flex, until I tried to split up my code into separate files. Now I'm struggling. Here are my files and their dependencies:

[Code]...

View 3 Replies

Eclipse :: Flex - Putting A Separate Project In The "example" Folder Of A GitHub Project?

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

ActionScript :: Android - What Is The Difference Between Mobile Project And Flex Mobile Project

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

Professional :: Move Project To See The Not-project Area Around The Project?

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

Ruby On Rails :: Add Flex Project To Rails Project?

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

Flex :: Adding Flex Capabilities To An Existing J2EE Enterprise Application Project

Sep 17, 2010

I have an J2EE Enterprise Application Project in which I would like to add a few Flex screens. How do I go about adding Flex capabilities.

I have build Flex/J2EE applications from scratch but can't think of the best way to do this.

I am currently using Flex Builder Plugin for IBM Rational Application Developer 7.5.

View 1 Replies

Flex :: Security - Setting Wsdl Service In Flex Project Crossdomain.xml?

Apr 7, 2011

How can i settings crossdomain.xml my flex project.* this is my crossdomain.xml.

<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM "/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
<site-control permitted-cross-domain-policies="all"/>

[code].....

I've tried lots of different methods but my project send error message "Security error accessing url Unable to load WSDL. If currently online, please verify the URI and/or format of the WSDL [URL]"

put the file in different places

C:wampwwwMYPROJECTin-debugcrossdomain.xml
(my swf url : http://localhost/bin-debug/test.html checked http://localhost/bin-debug/crossdomain.xml its ok)
C:wampwwwcrossdomain.xml

I added the load line of the project

protected function application1_initializeHandler(event:FlexEvent):void
{
Security.loadPolicyFile("http://localhost/MYPROJECT/bin-debug/crossdomain.xml");
}

if flex server type select none everythings ok. but server type select PHP need crossdomain.xml how can i fix.

View 1 Replies

Flex :: Configuration - Host And Load KML File In Flex Project (IGN)?

Jul 23, 2010

I'm looking at a tutorial to display placemarks using a KML file on a flex application. I'm using IGN API (openscales) in flex project. The example works perfectly (http:/[url].......

<os:KML url="http://www.parisavelo.net/velib.kml"
proxy="http://openscales.org/proxy.php?url="
numZoomLevels="20"
style="{Style.getDefaultCircleStyle()}"/>

But when I'm hosting the same kml file on my server like that :

<os:KML url="http://www.cycom.org/velib.kml"
proxy="http://openscales.org/proxy.php?url="
numZoomLevels="20"
style="{Style.getDefaultCircleStyle()}"/>

Placemarks don't show up on the map. I tried to host the kml file on different hosts but that doesn't change.

View 1 Replies

ActionScript 3.0 :: Use Flex Classes From Flex Library Project?

Mar 4, 2012

If I create a Flex Library project, am I able to use Flex classes from within the library?

The reason I ask is because I'm working in a Flex Library project and trying to use the mx.rpc.soap package. I can import the the package without an issue, and even get code hinting making me think the package is available. Of course I can even see the swcs included in the project. However, when I try to instantiate the WebService class, I get an error when building. Flash Buidler IDE doesn't tell me what the error is, and I don't go into debug mode when I continue with building. I haven't tried connecting to the service yet, just importing the Class and creating a new instance.

View 3 Replies

Add A Widget Board To Flash Project So Users Can Embed Project In Their Webpage?

Jul 4, 2009

I would like to add a widget board to my flash project so users can embed my project in their web page or wiget display. To see what I'm talking bout go here [URL] and click the white + mark on their widgets.If your a moderater please put this in the correct area, and consider making it a sticky so we can post new ways to impliment in different sites as they become available.

View 2 Replies







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