DirectorySoftwareBlog Details for "FLEXer - flex developers web corner"

FLEXer - flex developers web corner

FLEXer - flex developers web corner
FLEXer is a tool where information regarding Flex programmers is gathered starting from general like books and resources and going to examples of actionscript for specific problems.
Articles: 1, 2, 3, 4

Articles

New Flex Builder pricing
2007-10-24 12:01:00
You may already know that but it's worth mentioning it again. Along with the recent Flex Builder 3 public beta 2 release Adobe recently announcing the new packaging and pricing for Flex Builder 3. Adobe Flex? Builder? 3 Standard Edition - $249 US Adobe Flex? Builder? 3 Professional Edition - $699 US Starting on November 1, 2007, Adobe will ...
Retrieving channels from a 32-bit color
2007-10-24 10:33:00
To isolate the color channels and alpha channel from a 32-bit color we use shifting and bitwise AND operator.   var colorValue:uint = 0xFFFFCC99;   // Isolate Alpha channel var alpha:uint = ( colorValue << 24 ) & 0xFF; // Isolate Red channel var red:uint = ( colorValue << 16 ) & 0xFF; // Isolate Green channel var green:uint = ( colorValue << 8 ...
More About: Color , Action , Script , Channels , Chan
Total Training for Adobe Flash CS3 Professional ActionScript 3 Essentials
2007-10-23 14:24:00
Adobe Flash CS3 Professional Action Script 3 Essentials Course, available on Total Training web site as online study or on DVD, it's created for developers that have beginner or intermediate programming skills. Highlights Review the Panel basics in ActionScript 3 and see how to set up the ActionScript preferences using the Reference Library and ...
More About: Books , Adobe
Web Service small how-to
2007-10-23 10:46:00
Flex3 offers a nice way of using web-services. Flex2 does not have the feature to the generate wsdl classes, but there is a way to write one general function that allows you to connect to any webservice and pass any number of parameters to it. Here is the quick and dirty code :   private var ...
More About: Action , Service , Script , Small
Nokia N810 and Flash Player 9
2007-10-23 08:55:00
The Nokia N810 internet tablet runs Flash 9 in the browser. This device is based on the Maemo platform. You can find more on the following links: Nokia N810 - official Maemo platform Maemo on Nokia site
More About: Flash Player , Player
How to find the class name of an object instance?
2007-10-18 11:26:00
If you need to find the class name of an object instance you can use: className = flash.utils.getQualifiedClass Name(yourObj ect); This will return a string containing the name of the class that is the base for yourObject . Is very helpful when you need to show errors in big applications. The returned value is something like this: my.path.to.class::className.
More About: Action , Find
Cross domain policy
2007-10-17 10:24:00
Some times you may pass over the following problem: the data doesn’t loads although the flex application is showing busy cursor. It remains in the loading process but it doesn’t finish. One of the following thing happens: As you can see in the image above the SWF is not accessing the same domain it come from ...
More About: Domain , Cross , Policy
Flex Examples
2007-10-16 23:44:00
A bunch of examples for Adobe Flex and Action Script .It’s a good starting point if you need help on any problem. There are examples with sources (mxml files) and a working swf. I thing this is a really useful tool for everyone how it’s thinking to start using Flex. So visit Peter deHaan’s blog at ...
More About: Examples , Xamp
Adobe Flex Builder Linux Public Alpha
2007-10-16 09:04:00
This is the first release of Flex Builder to support Desktop Linux . This version is based on several features from Flex Builder 3 (codenamed “Moxie”). It includes project creation, code coloring, code hints, compilation, the Ajax Bridge, Find All References, and debugging. Not all Flex Builder 3 features are supported, so be sure to check ...
More About: Ubuntu , Adobe , Public , Alpha
Flex Builder 3 beta 2
2007-10-16 08:56:00
This near-feature-complete Flex Builder 3 beta 2 release will provide you with an opportunity to explore powerful new features, communicate early feedback, and test existing Flex applications with the latest Flex 3 framework. FAQ What did Adobe announce regarding Flex? On October 1, 2007 Adobe announced the public availability of Flex 3 beta 2. This is the second ...
More About: Beta
Essential Actionscript 3.0 - a book you must have
2007-10-13 16:02:00
For those that have been to Flex Camp in Bucharest, Romania they already have one copy of this book - that because Adobe was kind to give all participants an Essential Action script 3.0 book for free. This book is a must for Flash and Flex programmers and covers many aspects of programming Actionscript . Is published ...
More About: Book , Script
Flex runtime errors after reverting to old 9.0.28 version
2007-10-12 09:39:00
In the previous article found here we reverted to 9.0.28 flash player because we still need the debugging version of flash player for Flex Builder 2. The approach is working and the debug is working again but sometimes in bigger application where a lot of actionscripting is involved some runtime errors are arising. It seems ...
More About: Flash Player , Errors , Version , Runtime
Sony Ericsson web site
2007-10-11 23:10:00
Cool and fast web site, nice effects and also a very good architecture. Products overview it clean and they realy used flex in order to have a nice feeling when you come as a customer on Sony Ericsson web site. You can search, list, chose, compare also you can browse accessories and so on. As an user ...
More About: Site , Web site
To disable an item of a MenuBar
2007-10-11 16:05:00
Having the code bellow: <?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute"> <mx:Script > <![CDATA[ public static const menubarXML:XMLList = <root> <menuitem label="main1" data="1"> <menuitem label="sub1" data="1_1"/> ...
More About: Action , Item
Flex debug not working after updating to a new version of flash player
2007-10-11 14:04:00
These days I ran into a problem. I updated the flash player (from 9.0.28) to the last version (9.0.47 - moviestar) and after that the debug didn’t want to work anymore. The error that Flex Builder 2.0.1 displays is: C:Program FilesMozilla FirefoxpluginsNPSWF32.dll Flex Builder cannot locate the required version of the Flash Player . You may need to ...
More About: Flash Player , Errors
Flex Camp - Bucharest 2007, octomber 10
2007-10-11 13:37:00
Adobe Romania invite around 80 flash and flex programmers to first Flex Camp in Romania. What can I say … cool … a lot of new stuff. New products, a new IDE, we see some AIR stuff and results, also we got the feeling that Flex we be developed from now on for different user need ...
More About: Bucharest , Buch , Char
More articles from this author:
1, 2, 3, 4
51422 blogs in the directory.
Statistics resets every week.


Contact | About
© Blog Toplist 2008 - Supported by Web Catalog - SEO by FeWorks
eXTReMe Tracker