In Flash Action Script 3. 0 the Mouse Double Click event is disabled by default. The most commonly used event is single click. If you want to use the DOUBLE CLICK for an object, you need to enable the doubleClickEnabled value.
Action Script 3.0
var myButton:Sprite = new Sprite;
// Enabling the double click for myButon
myButton.doubleClickEnabled = true;
Continue reading →
Flex Builder Linux alpha 5 is a plugin-version of Flex Builder that you can use to build Flex applications on Linux with Eclipse. This post describes how to install Flex Builder 3 on Ubuntu. as per the resources available for the day (14 June 2010).
If you find any difficulty in the installation please put a comment. Make sure that the following are installed on your machine.
Step 1 : Check your Eclipse and JRE
1. Eclipse SDK Version: 3.5.1
2. Java(TM) SE Runtime Environment (build 1.6.0_20-b02).
If it is not installed then run the command in terminal
sudo apt-get install sun-java6-jre
Do you have a small business or home business? Do you have a website? Those questions are pretty easy to answer, but this third one might not be … Is your website working for you?
If it isn’t – or if you’re not sure – then you need to take action. Here are three steps to help you make massive improvements to your small business’s website:
Step 1: Watch Someone Use Your Website
Invite a friend over, someone who’s never used your website before. Try to find someone who will be about as web-savvy as your target audience. For example, if you sell second-hand computer equipment, your audience will probably be quite competent and knowledgeable. Continue reading →