There are many applications based on Flash or Flex makes your work or life more convenient and wonderful. Some of them may help you create, edit, share the photo on line or enjoy live chat. Some of them may help create a excellent presentation in your work. In fact it can do more. Then following we have listed some very useful applications hope you can get inspiration from them.
Posts Tagged ‘flex’
12 Very Useful Applications Based on Flex/Flash
December 15th, 2009
Ntt.cc 9 Excellent 3D Engine For Flash/Flex/AS
October 31st, 2009
Ntt.cc
In previous article the list of Open Source realtime 3D engine for Flash, we have metioned some 3D Flash Engine. But it seems not enough. With the 3D technology be more and more popular in the game development, find a efficent 3D engine for Flex and Flash seems more and more important. It not only save you development time but also will improve the design quality. Now following we have listed the more perfect 3D Engines for your reference. Hope you will enjoy them.
How to Upload Files in Flex FTP
August 23rd, 2009
Ntt.cc
Flex doesn’t support any FTP, but sockets are so cool, you can connect to any type of TCP/IP server, of course FTP. You can always build your server side logic to get your flex app talk to an FTP server to upload files.(In Flash Player 10 you can directly read and write local data.then use Sockets to send this file to FTP server)
25+ Very Cool Adobe AIR/Flex Applications for Images & Photos
March 7th, 2009
Ntt.cc
Adobe Systems Incorporated is based on photo edit software: PhotoShop. ( Didn’t confirm the develop history but feel like this). Adobe has strong power on the photo edit. But many very excellent photo edit applications were developed with the Flex and AIR based on Adobe. I’ve collected some of them like following list. If you know more please don’t hesitate to let me know(Left your comment here
). Note: listed in no particular order.
(more…)
Downloadable Image in Flex–is it possible that images contained in Flex applications are downloadable as they rendered in HTML?
February 25th, 2009
Ntt.cc
Problem Summery: Continue the sample posted before A Trick of Using PNGs to Mask Images, When you browse a web page rendered in HTML with fire fox, IE, etc., click the right button of mouse above an image, you will find these commands as below:
Set Background-color for Headers of DataGrid
February 18th, 2009
Ntt.cc
Problem Summery: One of the BBS developers asked a question about setting the background-color of separate header of DataGrid component. At first, I guessed that the style headerColors of DataGrid would help us. However, this style controls all headers’ background-color. Does headerStyleName of DataGridColumn would help us? Unfortunately, the answer was no. Setting the “background-color” of the style “myDataGridColumnStyle” which I assigned to “headerStyleName” took no effect. No resolution? I googled a lot, found no existing resolution.
a tip for Flexbox of Flexlib–How to re-layout the children when the width of FlowBox is set to 100%
July 17th, 2008
Ntt.cc
The width of FlowBox will be the sum of its children’s width, if the width of FlowBox is set to 100%. So FlowBox will never re-layout the children.
It’s simple to solve this problem, just bind the width of FlowBox to the width of its parent or other fixed number.
Full code after the jump(Download full project
here).
(more…)
Fade from one color to another–Animating Color Transitions in Flex
June 22nd, 2008
Ntt.cc
We will need to fade our applications background color from one value to the next like 0xC58D31 to 0×87FEE9. Fading the background color of an element means that you gradually change that element’s background color from one color to another. This effect is useful for many things especially when we update a web page without reloading it because it gives you a way to draw attention to the area of the web page that has been updated so the user doesn’t miss it.It is not difficult for DHTML or JavaScript, but how to do it in Flex? The following shows how to make the background of your pages fade from one color to another in flex.

Posted in
Tags:
