Flash :: Builder Access CS5 Components?

Sep 26, 2010

I have a project in flash cs5 with some buttons and textInputs. Ive linked my project up with Flash Builder and now want to access my textInput from within my Flash Builder source. i gave the textInput instance name of "txt1" in Flash CS5 but when i try to reffrence it in my Flash Builder project there is no option to set it as type TextInput. I can only set it to type MovieClip and when i do that and publish it tells me cannot convert from fl.controls.TextInput to MovieClip.

View 1 Replies


Similar Posts:


Actionscript 3 - Getting Flash UI Components Into Builder?

Apr 9, 2011

I've recently been working on an app in Flash and have decided to move to Flash Builder 4 for the improved debugging and editing.

Problem is when I get to run the application, I get the error:

1046: Type was not found or was not a compile-time constant:
SliderEvent. SpiroUI.as /SpiroPaint/src/circles line 114

[Code]...

View 1 Replies

Using UI Components In Flex Via Flash Builder?

May 26, 2011

I have some UI components (Toolbars and buttons) that I drew in Flash and was wondering how I can use it in Flex via the Flash Builder?

View 1 Replies

ActionScript 3 :: Using FL Components In Flash Builder Environment?

Apr 18, 2011

I have a pure AS3 project created in Flash Builder and I am trying to use fl.controls.Slider. I decided to link the fl library as a SWC. I downloaded one from here and included it in the project Library path. And then I instantiate the slider this way (this is in the main Sprite):
var s:Slider = new Slider();
addChild(s);

No compile error, but when I launch the project, I get the following runtime error:
Main Thread (Suspended: TypeError: Error #2007: Parameter child must be non-null.)
flash.display::DisplayObjectContainer/addChildAt [no source]
fl.controls::BaseButton/drawBackground
fl.controls::BaseButton/draw
fl.core::UIComponent/drawNow
fl.controls::Slider/draw
fl.core::UIComponent/callLaterDispatcher

View 1 Replies

Flex :: Lock Components In Flash Builder 4.5?

Aug 24, 2011

Is it possible to lock components when using design mode in flash builder 4.5?

I have created a custom component in catalyst that acts as the background to the application. I need to animate this component in different states, and these are all done in catalyst.

I then imported the flash catalyst project into flash builder as a library. I was then able to drag the component into my application using design mode.

The problem is that this component has been set to stretch to fit the whole application.[code]...

View 1 Replies

Flex - Flash Builder Components Not Showing?

Dec 20, 2011

I am trying to do a basic tutorial like MXML Application on Flash Builder 4.6 trial version This is my code in deneme1.mxml 's Source part

<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955" minHeight="600">

[code]....

View 1 Replies

Flex :: Flash Builder: Embedding The Same Asset In Multiple Components?

Dec 23, 2011

If I embed the same asset (i.e. image or sound file) in multiple components within a Flex Application, does the compiled swf contain the asset (and it's file size) only once or once for each time it is embedded?

View 1 Replies

Flash :: Flex4 - Compiler Error Using All Flex Charting Components Using 4.1 SDK W/Builder 4?

Mar 12, 2012

Why do I need to do add extra namespace declarations (below) in a Flex 4.1 "MX only component set" project to get it to compile within Flash Builder? (It says mx:LineChart cannot be resolved when a chart is added via Design View, and datavisualization.swc is referenced.)

Is there a way I can get this to compile without adding these special xmlns:charts, xmlns:series and chartClasses to the declaration? (If I just leave the default namespaces and use mx:SomeChartComponent, it doesn't compile.)

[Code]...

View 1 Replies

Media Server :: Building Controls/components In Flash CS5 For Use In Flash Builder?

Jun 1, 2010

I'm a .Net developer who is trying to mend my evil ways and learn the Adobe development cycle--so if this a really obtuse question--please forgive me. I was once a graphic artist and I am very familiar with some Adobe products. I am having trouble understanding the workflow as it pertains to creating custom controls, or even reskinning controls and then using them in Flash builder. I haven't really dug into Catalyst, but I am comfortable in Flash Professional and I would like to believe I could take designs from my employers graphic artists, created in Illustrator, and bring the artwork into Flash professional and create custom components, or more likely skinned components, in Flash and export them for use in Flash Builder.
 
Our goal is to allow designers to create vector graphics skins for controls and applications in Illustrator (or possibly Fireworks) and to be able to apply those skins to controls and custom components in Flash Builder for deployment to the web or the desktop in an Adobe Air application. Ideally the designer would be able to update the designs easily at a later point.
 
Flash allows for skinning to be done fairly easily within the Flash application, but I have had some problems exporting controls or even implimenting them in Flash builder. The only "video" on that workflow used a movie clip from Flash and set it's "isButton" property to true in Flash Builder...so if a designer built a simple button and designed the states in Flash, I would have to convert it to a movieclip?
 
If I start with a Flex ready component from the "AeonGraphical" library, and apply a new skin, how do I successfully import that into Flash Builder?

-    MX skins can be created in Illustrator and Fireworks and imported into Flash Builder however the format is obsolete and the designs rasterizes and are unacceptable even before scaling.
 
-    Illustrator files can be saved in FXG format and dropped into an assets package in Flash Builder. These images can then be easily used in FB; however mapping them to a control requires each state to be a separate image and to be manually wired to the states of a skin. This is method of skinning is feasible but not ideal...Am I missing a step or improperly importing the files?
 
-    Illustrator files can be saved as an FXG file and imported into Catalyst. In catalyst the artwork can be associated with a control type and the states of the control can be edited in using illustrator. The catalyst file (FXP) can then be imported into Flash Builder as a project which will provide a skin for that type of control. Remaining problems include scaling (skin doesn't stretch) and referencing the skin outside the project.
 
So that leaves me with Flash Professional as the seemingly most competent tool for creating & skinning custom controls. Using the very detailed and helpful online documentation on customizing controls (found here) I can create custom skins and have no problems implementing artwork from Illustrator--for an application authored in Flash Professional (not so much for Flash Builder).Catalyst can let you create "one off" costum controls easily, but creating one custom skin for several buttons (for example) is not so intuative and pulling it into Flash builder yeilds mixed results...
 
Flash is in and of itself a rich IDE and could be used to create an event driven application for AIR, but its not really geared to that user triggered, event-driven development model. I have been able to adjust my mindset to create successful prototypes of form based/even driven application that take advantage of Flash's powerful features, but some of my coworkers are having trouble adjusting their Microsoft Mindset (despite exposure to the remarkably "derivitaive" Expression studio) and strongly prefer the Flash builder coding environment.
 
Are there any resources; web pages with examples or step by step walk throughs, or videos which follow a process of taking a design from a grapjics application and using it to create a custom skin--and applying it in Flash Builder? The process is fairly straitforwards in Flash Professional--but my team and I are having less success in Flash Builder.

As a longtime user of Adobe products, I have by nature of that association become the inhouse Adobe Evangelist and not only have I taken the position seriously--I have managed to convince upper management to abandon WPF and Pyxus (for mobile applications) and develop AIR applications which will span platforms and lend elements to mobile AIR applications. They have even initiated a program which will likely result in our delivering Andriod based tablets to our dealer networks preloaded with AIR applications for business.
 
While I know know this is all "do-able" I am working double overtime to become competent enough to make this happen...but the workflow between Flash Builder and Flash is only sparringly covered online and the information lacks details...I have found that browsing the online videos sometimes turns up better results than searching (doing "Google Gymnastics")--for example Flash Downunder series has great stuff that doesn't always show up when searching Google...And we joined Lynda.com, and while they have lots of great stuff, they need to develop more stuff on CS5 specifically...
 
Where can I find information on creating/applying custom skins from Ai to Flash Builder and all points between? (I'll buy any recommended books as well...) Of course we have agressive deadlines and unfortunately there is no experienced Flex/Air developer on our staff (yet)...The "Classroom in a Book" series on Flash and Catalyst have only just started shipping...is that where I should look? Are there any online resources that address both skinning and creating custom components for AIR applications in Flash and/or Catalyst?

View 1 Replies

Flex :: Using Flash-based UI Components In Flash Builder 4?

Jun 10, 2011

I am trialling Flash Builder 4 Premium.I'd like to know if it is possible to use components designed for Flash (e.g.URL... amongst many others) in Flash Builder 4? How can I import them? By import, I also mean they are first class citizens like the out-of-the-box Flash Builder 4 components.

View 1 Replies

Flash :: IDE - Access Components Instances In HTML?

Feb 3, 2009

I am using flash CS3 with ActionScript 3.0. Suppose, I created a button component and a Combo-box component. Hence, SWF file consists of a Button and a Combo-box component. Now, my requirement is, How to access the instances and properties of these components(Button and Combo-box), so that I can create HTML webpages depending upon the Combo-box selection and the Button click events occurred on flash components? Note: Here, we need to pass/send the flash components' instances to HTML. How can we do it?

[Code]...

View 1 Replies

ActionScript 3.0 :: How To Access Instances / Properties Of Flash Components

Feb 3, 2009

I am using flash CS3 with ActionScript 3.0. Suppose, I created a button component and a Combo-box component. Hence, SWF file consists of a Button and a Combo-box component. Now, my requirement is, How to access the instances and properties of these components(Button and Combo-box), so that I can create HTML webpages depending upon the Combo-box selection and the Button click events occurred on flash components? Here, we need to pass/send the flash components' instances to HTML. How can we do it? All I want is to access the flash components in HTML.

View 3 Replies

ActionScript 3.0 :: Importing Components With Flex Builder 3

Jan 26, 2010

I'm currently trying to move from flash CS4 to flex 3. When I create an AS class and want to use a component in CS4 i import a component: import fl.controls.Button; and make sure that the button component is in the library of the .fla file which calls the AS class. Now I'm trying to do something similar in flex 3. I can import the component in AS: but when i try to add it to the display it doesn't exist. Is this because it's not in the library? It doesn't throw an error, but doesn't get added to the display. Is there a walk-though about adding a component from within AS3 in flex 3?

View 2 Replies

Professional :: Access UserLabel Attribute In Flash Builder

Oct 14, 2009

Is there a way to access the d:userLabel attribute in Flash Builder? I want to use a number of different files created from Illustrator -> Catalyst -> Flash Builder

Looks like this:
<fx:DesignLayer d:id="2" d:userLabel="A1">
<s:Rect d:userLabel="R_1" x="150" y="200" width="500" height="300" ai:knockout="0">
<s:fill><s:SolidColor color="0xffffff"/></s:fill></s:Rect>
<s:Rect d:userLabel="R_2" x="150" y="200" width="80" height="60" ai:knockout="0" >
</s:Rect>... </fx:DesignLayer>
 
Now the question:
Can I access the "userLabel" with a scriptfunction? Something similar to getElementByID? I want to change for example the fillcolor of a rect or path with that function. Because I have no id here I can't do something like:
R_1.fill = blue
And I don't want to manually change the files from Illustrator.

View 1 Replies

Flex :: Access Mongodb From Flash Builder / Actionscript

May 25, 2011

Is there a way to directly communicate with a mongodb server from a flash builder 4 AIR / actionscript (cli?) application?

I know it is possible to use AMF - for example through Zend AMF (PHP), but I was hoping for this particular application to eliminate that hop or overhead and communicate directly with the database.

View 3 Replies

Flex :: Flash Builder 4.6 Access To Undefined Property

Jan 3, 2012

I have a lot of strange info in my project in Flash Builder, why ?

"Type was not found or was not a compile-time constant" and "Access to undefined property", "Call to a possibly undefined method " When i go to those class and make space " " and save, parrent class is ok,
cleaning doesnt help for long time.

[Code...

View 2 Replies

Flex :: Flash Builder 'Access Of Undefined Property Bindable'

Jun 2, 2011

I have inherited an Adobe AIR application, and am attempting to debug it through Flash Builder 4.5. Within Flash Builder, when I look at one of the MXML files, I see warnings for each use of the [Bindable] tag:[code]And there are no missing semi-colons on the lines preceding each warning as per the suggestion in this blog post.The project is configured to use Flex SDK 3.6.Additionally the file will not load in the designer, with this warning:Design mode: Error during component layout. Choose Design > Refresh to refresh design mode.At runtime I am seeing a blank window - which I assume is the result of the bindings not being triggered. Is this tag not available in Flex SDK 3.6?

View 1 Replies

ActionScript :: Flash Builder - Trying To Access Images Source Information

Nov 2, 2011

I'm working on a project (using flash builder 4.5) where a user can click on one of a number of pictures to perform an action. The images are all loaded into an array of UIComponents through actionscript. I have a private variable as follows:
private var _selectedChild:UIComponent;

Which keeps track of which UIComponent is currently "selected" (was the last item clicked). I just want to show an Alert when the picture is clicked displaying it's id and the source filename.
Alert.show("Current id: " + _selectedChild.id + " -- filename: " + _selectedChild.source);

The id comes out easy with _selectedChild.id, but there is no such thing as .source - I looked throughout the entire list of possible variables eclipse gives me and I can't figure out which one would display the url or the source. I feel like I might be missing something easy - does anyone know how to get this information from a UIComponent?

This is the relevant mxml:
<dp:Test id="test" width="100%" height="100%" >
<mx:Image id="i1" source="images/i1.jpg"/>
<mx:Image id="i2" source="images/i2.jpg"/>
</dp:Test>

View 2 Replies

Licensing :: License The Data Visualization Components (charting) For The Flex SDK On An Automated Builder Server?

Oct 23, 2009

I have a professional license of Flex 3.3. This allows me to create applications using the data visualization components (charts) without watermarks. However, all of release builds (test, production, etc) occur on our build server.

The build server only has the Flex SDK installed (not full Flex Builder). As a result the SWFs compiled with this SDK contain watermarks on all the charts. How can I apply a Flex Builder Professional license to the build server to remove the watermakrs w/o installing Flex Builder?My build environment is Flex SDK 3.3 + CruiseControl.NET + NAnt.

View 3 Replies

Flash :: Flex Dynamically Created Components Added To Custom Components

Sep 8, 2009

I am created a dynamically adding a VBox, that contains two images. Into a Custom Component that is derived from UIComponent. The problem is the Vbox that contains the two image is only a really tiny size. I would like the VBox stretch to the size of the two images. This is how I am creating the Vbox....

[Code]...

View 1 Replies

ActionScript 3.0 :: Access Components In A NavigatorContent?

Nov 2, 2010

I try to access a simple component that is part of a NavigatorContent:

Code:
<s:NavigatorContent id="tabDebugOutput" label="DebugOutput">
<s:VGroup>
<s:TextArea id="debugOutput" top="5" right="50" width="800" height="120"/>

[Code]....

How can I access the component (independent from their current placement in the layout?) ?

View 0 Replies

Flex :: Adobe Flash Builder DataGrid DataProvider CollectionEvent.COLLECTION_CHANGE Handler's Access To DataGrid??

Feb 14, 2010

I've added an eventListener to the COLLECTION_CHANGE event that is fired when the grid is finished resorting the items in its dataProvider, after the user clicks on a column header:MyType (myDataGrid.dataProvider).addEventListener(CollectionEvent.COLLECTION_CHANGE,onDataGridResort);

View 1 Replies

Actionscript 3 :: Access Non-visible Flex Components?

Oct 3, 2011

I'm building a flex 4.5 app that has a custom component extending SkinnableContainer. This custom component is basically a kind of collapsible panel. When you open it you see all the controls in the contentGroup, when you close they go away and you are left with the title. This is done in the skin by having the contentGroup included only in the open state.

I have a bunch of these containers in the app, some open by default and some closed. So in mxml the structure looks like:

<ui:MyCustomContainer open="false" label="bla">
<s:HGroup>
<s:Button />
<ui:AnotherComponent />

[Code].....

Note that if you hit the click me button before opening the second container we are unable to get the value from the control in the initially collapsed group. Opening the group once allows access to the value. Collapsing the group is still ok. It's the first time that's the problem. I have added creationPolicy to the container and itemCreationPolicy to the content group in the skin but no luck!

View 1 Replies

Flex :: Access MXML Components Within Ascript Files?

Jul 29, 2011

How do I get round the following error: Access of undefined property pMatrixBack . How do I access this component from within the ascript file?[code]...

View 2 Replies

Flex :: Access Objects In Custom Components File In It?

Sep 18, 2011

I am pretty new to flex, specially to mxml part. There are some confusing things for me.[code]...

So question is how do I access that button's properties. I want when something happens in Xyz file, button's (someId) visibility to become false. If Abc.mxml was AS class file then it would be easy, just make object etc., but how to get if it's mxml file.

View 1 Replies

ActionScript 2.0 :: Access FLVPlayback Components And Change Parameters?

Dec 22, 2010

ActionScript Code:
for (var v = 0; v <= 10; v++) {
var flv = attachMovie("FLVPlayback", "my_FLVPlybk" + v, v+1, {width:20, height:20, x:100, y:20});
}
With this code I have created 10 flvplayback components and inserted in the screen. How to access to each of this components i have created and change parameters like pause() them stop() play() add contentPath etc., I need that only after the loop is finished not while the loop is still on. Something like
findComponent("my_FLVPlybk1").stop();

View 2 Replies

Actionscript 3 :: Make Flash Builder Package Explorer Emulate Flex Builder's Navigator Window?

Apr 21, 2010

Does anyone know if there is a way to make the new Package Explorer window in Flash Builder emulate Flex Builders 'Flex navigator' window?

Bottom line is I don't always need to peer into SWC's, and I don't like having a 'default package' automatically created for me. Not sure why the interface wasn't made simpler, allowing access to more power and complexity only if necessary. I want to focus on the code, not on how to navigate and use the bells and whistles in the coding environment.

View 1 Replies

Actionscript :: Access The 'mx' Or 'fl' Namespaces In A Flex Builder Project?

Apr 11, 2009

How do i access the 'mx' or 'fl' namespaces in a Flex Builder Actionscript Project? Do I need to include a certain .swc file?

View 2 Replies

Flex - Importing Flash Builder 4.5 Project Into Flash Builder 4.5.1?

Jun 27, 2011

I have an AIR project that I was working on Flash Builder 4.5 which now I'm trying to import to my updated Flash Builder 4.5.1 and it is prompting me to fix some paths before the import is completed. I'm kinda clueless what I should put in those fields.

[URL]

The project access a web server to retrieve data using JSON.

View 2 Replies

Flash :: Flex - Migrating A Project From Builder 4.0 To Builder 4.5 Is Producing The Error "The Required Skin State 'disabledWithPrompt' Is Missing"

Nov 28, 2011

I am trying to migrate a project from Flash Builder 4.0 to Flash Builder 4.5. After Flash Builder prompts me to choose my new SDK, I choose 4.5, Then I get the following error:" error "The required skin state 'disabledWithPrompt' is missing".

View 1 Replies







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