I'm new to Flex and wondering what the difference is between these two ActionScript implementations of the bit.ly API:
http://github.com/julien/as3_bitly
http://code.google.com/p/bitly-as3-api/
One thing I noticed is that one comes in .as files and the other's an .swc file. Is one better than the other for learning Flex?
Thanks.
...
Hello all
I am working in Flex.
I have an arraycollection which is used to fill a tilelist with images.
I am using filter method of arraycollection to filter out certain images from tilelist based on a selected value from combobox.
The issue is that when the images are filtered out they just vanish suddenly.
But I want to give some ...
I want to check whether string is empty or not
when i create object=Shared.getLocal("abc");
it assigns undefinded to the object at the first time
if(object.data.name=="undefnied") {
// is this correct
}
...
I want tp encrypt and decrypt string, with defined salt. But the result must be same if the code run in java and adobe flex.
The main goal is: the app in adobe flex will be generate a string that can be decrypt in server using java.
I use this flex library
http://crypto.hurlant.com/demo/
Try to 'Secret Key' Tab. I want to use AES Encr...
hi.
I have an mx:vbox and inside i have several mx:text elements.
how do i decrease the gap between each line of text that is shown ?
i tried doing the following:
<mx:VBox borderColor="black" borderStyle="inset" width="80%" verticalGap="0" paddingBottom="0" paddingTop="0">
<mx:Text text="a" width="80%" paddingBottom="0" p...
I want to specify amount to scroll with VScrollBar.
So in Flex 3 we have "lineScrollSize" but how this property called in Flex 4?
I thought it VScrolBar.stepSize — but it dose not do anything.
Somebody please help me.
I just whant my content to scroll faster on mouse wheel.
...
hi.
i have the following code:
<mx:Repeater id="user" dataProvider="{data}">
<mx:VBox styleName="repeaterVBox">
<mx:Text text="{user.currentItem.a}. {user.currentItem.b}" styleName="repeaterText"/>
<mx:Text text="{user.currentItem.c}" styleName="repeaterText"/>
...
Hi.
I want my flex application to receive a string parameter of the swf file it needs to load. is there a way to configure adobe flex 3 to run the application with parameters? how do i retrieve them?
thanks!
...
Hey Guys,
i have a Problem to send a value from the DataGrid to a function- this is my function:
private function browseLoc( location:String ):void
{
Alert.show(location,'Information');
}
Now i have my DataGrid which receives Information from an XML File. Everything works fine. All Information is shown correctly with that Ta...
I downloaded and installed FB4 beta 2. I want to try out some of the new AIR 2 beta features, but AIR 2 is not packed with FB4 by default, how can I set this up?
Thanks!
(Also if possible I still want to be able to use FB3+AIR1 for regular projects)
...
I have an MXML component in a website that I am reusing in a few different screens.
Based on what the user clicks, the component initializes a few values and starts playing media.
Now if I click through the site, and I play media in screen 1, the component initializes fine and plays the media.
If I then go to screen 2 and play the medi...
I want to remove the highlight that occurs when mouse over occurs on the headers of a DataGrid.
...
I'm working on a flex UI that has to create an inclusion list from dynamic data. Rather than belabor things with an analogy, here's a quick sample of what my inputs are and what my expected outputs are.
First, the data grid will be populated with something like this:
{id="1", v1="Value1.1", v2="Value1.2"},
{id="2", v1="Value2.1", v2="V...
Hey Guys,
i have the following Problem - first of all i'm totally new to Flex. I was search through about 20 Websites but haven't found a Solution:
I have xml file like that:
<xml>
<settings>
<mainurl>http://localhost/website/</mainurl>
<adminurl>http://localhost/website/admin</adminurl>
</settings>
</xml...
In flex 3, with List component, you could add an effect to the itemChangeEffect property, allowing you to animate the addition/removal of the items in the list control.
The equiv in the spark list appears to be the rendererAdd and Removed events, but this doesn't allow complete control over the effect, since removal is done as soon as t...
I'm trying to set the axisStroke style on AxisRenderer via CSS. It's of type IStroke. How do I create a Stroke in CSS?
...
EDIT 12/21/09, End of the day:
I have managed to answer my own question so my bounty rep is lost to me :-( Anyway since my answer solves my problem I will award the bounty to anyone that can answer this. My solution uses AS to remove the the rollOut/rollOver while a user is dragging. In a dataGrid. How can you get the same result withou...
Hi,
I want to implement something similar to MAC OS X Time Machine in terms of having time-line on the page side and then clicking on a specific day will pull a page from the server.
I have good experience with Ruby on Rails. I'm less experienced with GUI design and was wondering what in your opinion is the optimum way to do something ...
Hello, can someone help me?
I want to download files from the server side to client side without prompting a window to the user to download when any updates happen at server side.
Right now I am using urlstream class but first file is downloading completely rest of the files contents downloading partially.
edit
Code sample taken from...
Hi, is there any other framework that does the same as amfphp? I dont want to use amfphp because it hasnt been updated in years and looks like it's no longer under development, I have to use PHP so I'm looking for a PHP alternative. Thanks.
...