Flex :: Blaze DS 4 Libs Missing Mx.* Packages?

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


Similar Posts:


Flex :: Moving Libs From Root To /libs

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

Flex :: Blaze And Integrate App With SiteMinder

Feb 15, 2011

I'm just looking for some direction to integrate my Flex app with SiteMinder. I can't find any working examples online to get me started.

View 1 Replies

Flex :: Security - Blaze DS Not Passing OpenSSO Authentication Cookie?

Jun 15, 2010

I have a set of RESTful web services. These services are protected on a Glassfish server by OpenSSO. When I attempt to call the RESTful services directly from a browser, OpenSSO intercepts the request, then forwards the request to the REST service once the user's credentials are authenticated. OpenSSO utilizes a session cookie on subsequent requests (until the session is invalidated) . I'm sure this piece is working correctly.We'd like to call these services from a Flex client. In order to enable PUT and DELETE operations, we set up BlazeDS to proxy the RESTful requests from the flex client to the REST service. When security to the RESTful services is disabled, this piece works great.

Now we're trying to secure the entire application. We've placed the Flex SWF into a war and deploy to Glassfish. We've placed security around this resource and when a user attempts to download the SWF (through an HTML link in the war), OpenSSO intercepts the request, then forwards to the application on successful authorization (just like it does for the RESTful web services).The problem is - the RESTful calls made by the Flex application (via BlazeDS) are failing. OpenSSO seems to be intercepting these requests as well and again asking for the users credentials. It doesn't seem the authentication cookies are being passed to (or maybe by) the BlazeDS proxy.

View 1 Replies

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

Flex :: Packages Cannot Be Nested

Aug 31, 2010

Its giving error on importing mx.resource.resourcebundle that packages cannot be nested[code]...

View 2 Replies

Flex :: Cannot Import Mx Packages

Dec 6, 2010

In the Below action script file there is an error saying cannot import mx.controls.Label, I am compiling this through command line on,linux and the environment variable path is set where flex is installed ,how to resolve this

package {
import mx.controls.Label;
public class Test

[Code]....

View 1 Replies

C++ :: Using Live Data From Blaze DS In A Swf File

Aug 23, 2011

I currently have a c++ client which can play SWF, AVI, BIK etc It uses DirectX9 to render the graphics I currently have a requirement for dynamic SWF files, which would retrieve data from a BlazeDS server and put certain text in certain places depending on the retrieved data From what I have read, BlazeDS talks to Adobe Flex and Adobe AIR applications Would that mean I would have to convert my current c++ client into a Flex application I'm just having trouble trying to figure out how Blaze and Flex and Air all fit together

View 1 Replies

Actionscript 3 :: How To Define Proxy Without Blaze DS

Jan 5, 2012

I have an AIR app that I need to define a proxy for because the services sit behind a firewall. We are not using BlazeDS so I can't define the proxy settings in the proxy-config.xml file. So, how do I do it? I'm guessing that I'm not the first person who has had to work behind a firewall when accessing data so I'm not sure why I can't find any documentation on the web anywhere about this.AIR says it is supposed to automatically know and use the proxy configuration from your system, i.e. default browser. In there, I don't set a manual proxy, I use the 'automatic configuration' and point it to a .dat file. Could this be where the problem is? Does AIR not know how to understand this?There's no way to set a proxy on an HTTPService component unless you are using Blaze DS or LCDS? Is this true? I'd hate to have to add that to my application just so I can get this accomplished.

View 1 Replies

Flex :: ASDoc In Create Documentation For Packages/namespaces?

May 18, 2009

As the title says - is it possible to document my ActionScript packages / namespaces using the ASDoc comments and the included asdoc command line tool?

View 1 Replies

Professional :: Cannot Import 'fl' Libs?

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

Javascript :: Use Adobe's Blaze DS Via ColdFusion Through Ajax?

Dec 7, 2009

I want to use Adobe's Blaze DS via ColdFusion through Ajax. I know enough ColdFusion and JavaScript to do what I want to do, but I want to add long poling into the application and it looks like the only way to do that is through Blaze DS...but I don't know enough about Flash/Flex to finish the job.

View 2 Replies

Use Compiled HAXE Swf's Swc's In Actionscript As Normal Libs?

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

IDE :: Irridescent Custom Color Libs For Flash 8

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

Actionscript 3 :: Libs For Complex Animation Of Groups Of Objects?

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

ActionScript 3.0 :: Flex Missing Tree Data

Dec 2, 2011

I have component with Trees and I'm moving elements from one to another. I store data in dataProvider as XMLList with labelFiled="name" and itemRenderer as class, which expends one (thanks to that nodes and elements have checkboxes). I enabled moving mechanism between Trees just by enabling Tree's properties (dragEnabled="true" dragMoveEnabled="true" dropEnabled="true"). Problem occurs when I try to get data from dataProvider, which has only elements. To get data I use command:

[Code]...

View 1 Replies

ActionScript 3.0 :: Missing Project Options In Flex Builder?

Oct 23, 2009

I had Flex Builder 3 installed and working properly.

I then downloaded Zend Studio 7 (Eclipse) and installed the flex 3 plugin for it. Since doing that I now have a problem with Flex Builder.

I right click on the Flex project and select "properties->build path" there are now missing options. I should be able to add project references and SWC's. These options are simply missing. I basically get a blank window instead of the options.

I have tried completely removing both Zend and Flex Builder. I re-install Flex Builder and it's still the same.

This is on a Vista Ultimate system. I have tried running the installer as Administrator.

I've been trying to find if there is a way to do a clean uninstall of Flex Builder, can't find how to anywhere.

View 1 Replies

Flex :: DataGrid Columns Missing Header Text?

Feb 25, 2010

I created a component that is multiple datagrids side by side that share the same columns (each datagrid is the same as the one before but with different data).ProblemThe header text only shows up on the last datagrid. How can I get the text to show up on all the datagrid headers?Here is how I instantiate the component.

<common:PageDataGrid width="100%" height="100%"
numGroups="5" numRows="9" dataProvider="{createData(5, 9)}">
<common:columns>

[code]........

View 1 Replies

Flex :: Flash - Missing Builder Tween Library

Nov 30, 2010

There are missing tween libraries in my Flex Builder how to add them?

View 4 Replies

Flex :: Copy And Paste Missing In Context Menu?

Mar 31, 2011

I'd like to add copy and paste functionality to context menu in my Flex application. After creating a separate dummy project for testing, I realize that such options (cut, copy, paste, and delete) are already available in this dummy project without any coding. Both projects are compiled using Flex 4 SDK, run in the same brower (IE) and have the same version of Flash Player (10.2.153.1). However, different context menu are displayed. Here are the difference:

Orig Project: Print, Show Redraw Regions, Debugger, Settings, Global Settings, About Flash Player...

Dummy Porject: Cut, Copy, Paste, Delete, Select All, Settings, Global Settings, About Flash Player...

View 1 Replies

Flex :: Spark List Not Updating - Missing Items

Apr 4, 2011

I have a Spark.List with several items ("folders") each containing an ArrayList of files inside, when I select one of these "folders" it should display the list of "files" on another Spark.List. Its working right now by doing this:
private function onFolderChange (event:*):void {
var list:List = event.currentTarget as List;
if (list.selectedIndex != -1) {
currentFolder = null;
currentFolder = list.selectedItem;
fileListDataProvider = currentFolder.files;
fileList.selectedIndex = -1;
}}

The problem is that when the "file" thumbnails cover more then the List viewport and a scroll is needed sometimes by changing from a "folder" to another "folder" the file List loses files. For example lets say there is a "Folder 1" with 30 "files" in it (10 visible and 20 hidden by the scroller) and "Folder 2" has 5 "files" (all visible), if I switch back and forth between "folders" sometimes it will display everything right. Sometimes it will display a scroll on "Folder 2" when there is no need and sometimes it will only display a few (5 or 10) "files" in "Folder 1" even though it has 30. Something is wrong with the fileList, its updating its items but not really updating well. I've tried setting the itemRenderer to null and reapplying, setting the dataProvider to null and reapplying, doing validateNow().

View 1 Replies

Flex :: Missing 'Export Release Build' Button

May 12, 2011

So I was working normally, and accidentally hit the profiling button after that, I later decided to export my current.air.URL...Why would the export button disappear all the sudden? I cannot find it at all. It seems rather interesting not being able to export a .air and provide an installer.

View 1 Replies

Android :: Missing On-screen Keyboard For Flash/Flex Web Application?

Jan 5, 2011

I have an enterprise Flex web application, served up over https, that runs fine on Flash player 10.0 and beyond on a desktop computer/browser.

However, when I run it from my HTC Incredible with Android 2.2 the app loads fine, but there is no on-screen keyboard and so I cannot log in. I can see the blinking cursor inside the username and password text fields. I can switch between them. I can even hit the login button and see an authentication error!

View 6 Replies

Flex :: Static Layers Missing When Loading A Flash Generated Swf Using Swf Loader In AIR

Aug 6, 2010

We have a Flash game which need to be loaded and played from an AIR app. using the swf loader, the game swf is loaded into the AIR app. But the static background layers of the swf are not appearing in the loaded game.

Those graphical elements which are generated via action script only are appearing. When we are playing it independently (outside the AIR app), it works fine. Is there a setting that i am missing in Flash or Flex. we are working with Flex 4.

View 1 Replies

Actionscript 3 :: Flex Button Missing Its Skin Inside ItemRenderer Class?

May 27, 2011

I have tried to create an instance of Button class inside an itemRenderer element instance, but the button instance appears without its skin.

override protected function createChildren():void
{
super.createChildren();[code]....

View 1 Replies

Flex :: Error - "Packages Cannot Be Nested"

Mar 21, 2010

I cant call a class using: "<fx:Script source:"myClass"/> For some reason, no matter what I do, the error is always the same.

"Packages cannot be nested".

View 2 Replies

Flex :: Text Htmltext Missing Out/cutting The Full Html Text?

Feb 12, 2011

I am trying to implement htmlText for a text component as the returned string is in html format (with the html tags etc). If I put a text=.... i get the full text, but with the tags (which i want converted to html). So i use htmlText=.... and it formats it fine, but cuts half the text from the variable. The text im supposed to get back has tons of html tags, and maybe its cutting it somewhere because of the tag its not able to escape... How do i fix this?

View 1 Replies

Flex :: Using "decodeUri" Is Missing Some Characters (like '+')?

Jan 30, 2012

I'm trying to get strings from a remote server using Flex (as) and i get the strings with "+" character (instead of spaces).I am using the "decodeUri" and "decodeUriComponent", am i missing something?

View 1 Replies

IDE :: Packages Cannot Be Nested

Mar 18, 2009

I am a novice in ActionScript 3.0. I am trying to use the sample code from AS 3.0 tutorial but it return me an error "Packages cannot be nested". How can I fix it? Here's the sample code: fla file format.

[Code]...

View 1 Replies

IDE :: Setting Up The Packages?

Apr 11, 2009

I want to set them up with packages but tried before and failed.At the moment, I've made a folder,

C:/flash/mbl

In there, I have all my classes that I want to reuse. what do I do next? I'm using Flash CS3, would also be useful to know how to do the same in Flex Builder 3.

View 6 Replies







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