flex

ActionScript 3.0 flex SWF metadata width and height

I have an actionscript, which makes a dynamic image wall. It gets parameters from FlashVar and changes the width and height dynamically. When I use [SWF(width="584",height="290")] It's fully centered, but when I remove it, it's appear ~+50px from left. How can I set dynamically the SWF metadata or what I need to set for the correct ...

flex sdk version problem.

Well i am using following tools flex builder 3.2 sdk 4.1 Flash Player 10 and i get this error. Verify Error: Error #1053: Illegal override of isRelatedObjectInaccessible in RemappedMouseEvent. when I clean the project and run it and get the same error.. i tried all the things expect updating the Flex builder plugin as it was mentione...

Why does updateDisplayList stop happening in Flex?

Reward: Has been claimed. Overview: The code giving me the problem is deployed here: http://www.johnuckele.com/MastersOfTime.html The problem I am running into is that a certain sequence of actions (I don't fully understand how or why) is causing my calls to invalidateDisplayList to fail to produce a subsequent call to updateDisplayLis...

Save files with ActionScript in Flash Builder is possible?

I've read that it is not possible to save files using Flash CS5. Later I've read that it is possible using Adobe Flex. Now, what about using Flash Builder? --update I'm talking about save data files at runtime, such as user usage data.. ...

Get IOError when use URLStream.load. This happens only in IE.

Hi, Just wondering whether anyone has come across the same issue. I am using URLStream to load images. Everything is working fine in Firefox, Chorm, but not in IE. I added a listener to the HTTPStatusEvent.HTTP_STATUS, and got status code 200 before the IOError. Any suggestion is greatly appreciated. ...

How to build a Flex FormItem with an image button in the label section?

I want to build a flex FormItem extension that adds a button into the item label section, such that there is both a text label and, to the right of it, a button that uses an image icon: Basically, I want to create that 'i' icon, such that I can click on it to display a help overlay for the item in question. Is there an existing compo...

FLEX - Image Upload

Hello. I would like to know if there's a way to see an image on the Web browser on a FLEX application but not uploading it first to the web server but just doing something like a buffer or something on FLEX, ActionScript, or Flash. Sounds weird but there has to be a way... Thanks ...

Override CSS value to be empty in Flex

I have a Flex 3.2 application for which I am developing a custom style. Basically the first stylesheet gets applied first, and then my custom stylesheet. I am wondering how I can completely empty a value set in the first stylesheet with a value set in the second. The value has to be blank because if the horizontal-center value is set ...

Eclipse and Flex Plugin

I have downloaded Eclipse - Helios and it is working perfectly. I am having a little trouble understanding the Flex functionality with Eclipse. Is it possible to download a Flex plugin or whatever it is called free of charge to develop and compile mxml and actionscipt files without having to purchase FlexBuilder 3 or 4 at a price of $60...

Weird display when scolling images inside List component in Flex

I have a list that displays photos like them: <s:List id="thumnPhotosList" dataProvider="{_model.photoAlbumToCreate.photos}" height="450" itemRenderer="PhotoRenderer" > <s:layout> <s:TileLayout orientation="columns" ...

Flash Channel.Security.Error Unable to access remote resource

I tried to deploy my otherwise working flex app on a web server (tomcat 6). It threw a Channel.Security.Error. After some research, I became aware that flash movie loaded from flash_movie_domain will not be able to load resource from any other domain. Some suggested adding a crossdomain.xml. However, the crossdomain.xml route doesn't...

custom dateField component with comboBox and clear button inside the dropdown calender in flex3

hi, i inserted a dateField component.on clicking it displays calender, i would like to add 2 comboboxes, i shows hours(0 to 23) other for minutes (0 to 59) to calender so tht the user can select the time along with the date and that wil be displayed in the text input as date and Time. one more thing i would like to add is clear button...

Why are virtual machine based RIA solutions so quickly rejected by proponents of legacy AJAX/DHTML patchwork solutions?

RIA adoption rates in the corporate intranet world seem higher than that of the Internet because the cost-effectiveness and efficiency is being recognized there. (A growing number of job postings asking for Flex experience in my IT-heavy region demonstrates this.) Why not also on the Internet? Reasons you get from people who favor hacke...

Flex history management in all browsers?

I created a very simple Flex 3 app with a ViewStack with a few VBox children, each with a button that changed selectedChild to a different VBox. The ViewStack has historyManagementEnabled="true". I then added the history css, frame, and js created by Flex Builder automatically. I then opened the html page containing the embedded SWF i...

Updating a bindable value in the Application Skin in Flex 4

I've created a skin for my Flex 4 application. It has a header section, where I have a Label component with the text value being assigned to a Bindable string defined in the skin file itself. <fx:Script> <![CDATA[ [Bindable] public var loginName:String = "Test"; ]]> </fx:Script> How can I change this string val...

Flex 4 Scrollbar Skin does not resize

Hello guys... I'm working on a Flex 4 application and I started customizing the interface with skins to give a whole new look. So, I've created two scrollbar skins in Flash Catalyst (one horizontal, one vertical). Its working great when I test the application through Catalyst so I took it and imported it on Flash Builder, copied the c...

ActionScript Protect .swf/.swc Files From Decompilation?

it is possible to protect a .swf file from decompilation? i've been reading about compiling class libraries in a .swc file for distribution without revealing the code - possibly selling it. however, there are .swf decompilers you can use to expose the code, and a .swc file is simply a .zip archive, so changing myswc.swc to myswc.zip wi...

Dynamic chart using Fiji (Exadel) library & jsf....

My requirement is to display tables from database in Graph format and I am using fiji for the same. And on doing so I am encountering and exception, My jsp page is as follows. <ui:composition xmlns="http://www.w3.org/1999/xhtml" xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:h="http://java.sun.com/jsf/html" xmlns:fiji="h...

Flex datagrid wordwrap customization

I would like to use the word wrapper for datagrid header, the problem is that it cuts the word to a new line, what i need is to add - sign after the word cutted... what i mean is: admins- trator ...

HBox children Component seperator

Hi, How could i add separating line around HBox children component?? like if i choose borderstyle as solid for the hbox, the problem is the line between the children component, like text components, who could i show it in effesent way, not just adding HBox to each element. ...