flex

Is it possible to pause a playing SWF file in Adobe Flex? How?

Hello guys, I just wanna know if it is possible to pause a playing SWF file in adobe flex? I have an SWF Loader and it plays my SWF file however, it does not have any capability (or built in function) that pauses the file. Can anyone help me with this please? I'll appreciate some code to start with. :) Thanks in advance. ...

What are the different uses of component and module in flex application ?

purpose of component and module of flex app ...

Pseudo Multithreading in Flex

I know Flex or Actionscript doesnt support multithreading.. but one of my project requires multithreading.. is there a way to mimic multithreading in Actionscript.. ...

How to print entire scene contents in Actionscript 3 for Flash Builder 4?

How do i print the entire scene contents to photographic paper? ...

AS3/Flex Override function in imported swf

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)? And if it's possible, how? Thanks ...

"Error #1006: getAttributeByQName is not a function." Flex 2.0.1 hotfix 2

Hi, guys! I am working on some old Flex project (Flex 2.0.1 hotfix 2) and I am rookie in Flex programming. So, I wrote code for accessing some ASP.NET web service: <?xml version="1.0" encoding="utf-8"?> [Bindable] public var users:ArrayOfUser; private function buttonClicked():void { mx.controls.Alert...

animation player ( playing movies that are swf files )

Hi i am looking for a flash/flex component that plays movies that are not .flv but .swf with controllers such as fast forward, stop, play and a timeline. I have a flv player which does the same but some movies I don't want to play bitmap movies but vector for quality reasons ( as movieclips ) Thanks ...

How to access datagroup's Itemrenederer's component?

Hi all, I have a datagroup where I use a custom itemRenderer with a datagrid inside. What I want is to access each datagroup's itemRenderer's datagrid and get it's dataProvider All I know is that you can access the ItemRenderer by using myDataGroup.getElementAt(index) Thanks in advance ...

Flex Modules vs RSL

Hi, I'm a little bit confused about when is better to use Flex Modules or RSL libriaries (in Flex 3.5). My goal is split my project in several unit projects, so I can test and work separately. Let's assume I have a Customer app and Vendor app. I also have a front-end panel with two buttons. Each button launches Customer app or Vendor a...

Robotlegs Vs Parsley

I am planning to start a new project in as3 and I want Dependency Injection in the project. I found that parsley and Robotlegs are two popular frameworks for implementing DI in AS3. Which is the best one among these two? My main requirements are lightweight minimal learning extensive documentation and active helping community ...

How to set tab index > 0 in TabNavigator at initilize, flex

How to set tab index > 0 in TabNavigator control at initilize, flex ...

how to display the below xml in the flex datagrid

<rows> − <row rowno="1"> − <row-value> <colno>1</colno> <value>1</value> </row-value> − <row-value> <colno>2</colno> <value>sel</value> </row-value> − <row-value> <colno>3</colno> <value>select * from qt_query</value> </row-value> − <row-value> <colno>4</colno> <value>kishore</value> </row-value> − <row-value> <colno>5</colno> <value>200...

Adobe Flex Combobox DataProvider

I have a project that was compiled with the Flex 3.2 SDK. One of my components is a combobox, which is bound to a property (called products) in the Cairngorm model. If I insert a new value into model.products, then the combobox immediately shows the new value. Works perfectly. I then moved to the 3.5 SDK, and running the identical oper...

How to get the URL of a Flex Module from within the Module when this.loaderInfo is null

I've used ModuleManager to load a Flex Module. When the module is fully loaded I want learn the URL of the swf that contains the class definition from which the module instance was created. I haven't studied the internals of the Flex framework, but I suspect that the IModuleInfo instance's factory.create() is probably calling on applic...

How do I change the depth when using addChild?

I'm adding a bg to the same canvas, but it's overlapping everything added before it. I want to change the depth and make it appear beneath everything. ...

CSS in a Flex 3 Library

Hi, I've made a library in flex with different components and my CSS I want to use in different projects (the goal of a library....). BUT even if I can use my components, I can't use my CSS file which is in the library. When I try <mx:Style source="assets/style.css" />, it wasn't found :( So, how I should do to have a CSS file in my li...

How to implement Flex front end with back ends of Java hibernate and JPA?

Hi guys I have a designed a back end solution with Java Hibernate and JPA. Now I want to implement it with Flex front end. How shall I do it? Is it possible without using BladeDS? Just using Servlet or something? Please guide Thanks ...

Flex : How to link data to a datagrid ?

Hello, I'm following flex tutorials but i'm not doing exactly as they do, so : What i want I have an input text, with a button 'search'. I want when this button is clicked that the data returned by the function search are displayed in the datagrid. What i have : The text input : <s:TextInput includeIn="DetailServeurs" x="58" y="3...

"Unable to resolve resource bundle" error when trying to run FlexUnit4 tests with IntelliJ IDEA 9.0.2

Hi everybody! I am having a trouble to get IntelliJ IDEA 9.0.2 to run FlexUnit4 tests. The tests won't be performed because of the following error: Error: Unable to resolve resource bundle "<some name>" So I checked the build.xml whether the path-elements are set properly: <path-element>resources/locale/{locale}</path-element> Thi...

Problem Accessing XML in a Flex 3 Project when Using IE

Hi, I've got a Flex 3 project that uses xml. It works great in Safari or Firefox. But it blows up in IE. I access the xml using the lines below: _clickURL = [email protected](); _mediaSource = [email protected](); If I hard code it like this: _clickURL = "http://www.mywebsite.com/openx/www/delivery/ck.php?oaparams=2__...