My name is Edward Tanguay. I am a web developer in Berlin, Germany. I learn everything I can and record it on this site. Other things you might be looking for: My Ubuntu Tutorial My Datapod Project My Blog Feed:  |  - Code Examples
|
FLEX CODE EXAMPLE - added on June 13, 2008
Example of using CSS styles in Flex Builder
Check out this example here. This shows you the basics of using styles in flex, I did all of this with the FlexBuilder in design mode, very easy to use, when you are in a CSS file just click on design. The alpha transparency is wonderfully easy and the background picture leaves behind all the problems you have with page backgrounds in HTML/CSS, namely, it constantly resizes it, etc.
| post comment or questionpost comment or question |
|
|
Similar Code Examples:
|
FLEX CODE EXAMPLE
- added on November 8, 2008
The following instructions show you the exact steps to set up a free development environment on windows which allows you to develop Flex applications with ActionScript 3. You won't have the nice step-through debugging or the design view of Adobe's FlexBuilder but this code shows you how to create a two-line MXML file which allows you to do all your programming back in ActionScript 3 classes anyway so you just kind of use the MXML file as a tunnel to be able use the rich Flex libraries. FlashDevelop has very nice code-completion and other features, and with traces you can do decent debugging. The code helps you get up to speed with event handlers which are a bit different than web scripting if that is all you have been doing so far. You can view a running example of this appliction here.
| post comment or questionpost comment or question |
|
|
|
FLEX CODE EXAMPLE
- added on June 13, 2008
You can do a lot more with filters, e.g. dynamically change them in ActionScript but here is the syntax for a basic shadow filter on a text.
Johann: Hello,
I'am very new to Flex 3 and programming but like it a lot. I've a ne question: i'am using multiple hsliders and the sum of the values of those sliders may not be over 100(%), so when the first slider value=60 the second slider is limited to value=40. What AS function do I need to achieve this? post comment or questionpost comment or question |
|
|
|
FLEX CODE EXAMPLE
- added on June 11, 2008
This is another example of access filesystem this time with ActionScript. Did an expanding window in this example, but there are some scrolling issues on this window I need to work out, couldn't find a scrollable=false in the application element. To try this example, download adobe air and then you can install this application.
Pramod: Is it possible to access the File System in Flex web application, not AIR?
If it is, how it is done?
FileSystem type is not recognized in a Flex web application.
I want to upload a file in Flex web application?
Need Help.
Thanks in advance... post comment or questionpost comment or question |
|
|
|
FLEX CODE EXAMPLE
- added on June 10, 2008
This shows you the basics of getting access to files and directories with AIR using FileSystemTree and FileSystemDataGrid. Would be interesting to see how these work in Linux and Mac. To try this example, download adobe air and then you can install this application.
| post comment or questionpost comment or question |
|
|
|
FLEX CODE EXAMPLE
- added on June 10, 2008
Here's how to get started with windows in an AIR application.
| post comment or questionpost comment or question |
|
|
|
FLEX CODE EXAMPLE
- added on June 7, 2008
View the example here. The graphic is png with transparency and you see that it lets the background of the button show through.
| post comment or questionpost comment or question |
|
|
|
FLEX CODE EXAMPLE
- added on June 7, 2008
Check out the example here. This shows you how to make a custom component (LanguageSelector) that you call from your main MXML file. The component throws a custom event which you handle externally in your main MXML file as well.
Udayan: Can you please let me know, if the code for LanguageSelectedEvent.as you mistakenly put the code of LanguageSelector.mxml. As both LanguageSelector.mxml and LanguageSelectedEvent.as looks same. post comment or questionpost comment or question |
|
|
|
FLEX CODE EXAMPLE
- added on June 4, 2008
View this example here. These examples show how you can determine if a user was pressing the CTRL key while clicking a button and will show the selected item when an item is selected in a combobox.
| post comment or questionpost comment or question |
|
|
|
FLEX CODE EXAMPLE
- added on June 3, 2008
Look at the example here which shows a dropdown (combobox), button, tab navigator which all fire events to write inside a panel/textarea. All of this is simple inline which makes you realize how much bang you can get from MXML with no coding, amazing actually.
| post comment or questionpost comment or question |
|
|
| My Free Tutorials: How to Install the Android SDK on Windows XP and Create an Application that Runs in the Cell Phone Emulator How to Create a Website with Datapod Install Fedora 6 in VMWare on Windows XP and connect it to your network Install Perl 5 on Windows XP and Get a Perl Hello World Running Install OpenSuse 10.2 in VMWare on Windows XP and connect it to your network Install Ubuntu 7.04 in VMWare on Windows XP and connect it to your network Install Java on Windows XP and Learn the Basics of Java 6 using the NetBeans IDE Setup a PHP Development Environment on Windows XP With Apache, PHP 5, MySQL 5, SQLite, Eclipse, Subversion, PHPMyAdmin, and Datapod Install a PHP Development Environment with Eclipse PDT, Apache 2.2, PHP 5, MySQL 5, and phpMyAdmin Using XAMPP Lite How to Install Ruby on Rails with Instant Rails and Create a Website Using JEdit and the Ruby Plugin  |