Download fl packages
http://apdevblog.com/update-using-flvideo-package-w-eclipse-and-fdt3/
Export fl.* components
http://joshblog.net/2008/02/10/how-to-use-the-flash-cs3-component-set-in-a-flex-builder-actionscript-project/
add above swc to the build path of your flash builder project.
2011年4月26日 星期二
2011年3月9日 星期三
Flash builder 4 + subclipse error
http://blog.kinrou.com/2010/03/31/flash-builder-4-subclipse-error/
After installing subclipse flash builder will nag you every time you launch it with a pop up window containing this error message.
Failed to load JavaHL Library.
These are the errors that were encountered:
no libsvnjavahl-1 in java.library.path
no svnjavahl-1 in java.library.path
no svnjavahl in java.library.path
java.library.path = .:/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java
These are the errors that were encountered:
no libsvnjavahl-1 in java.library.path
no svnjavahl-1 in java.library.path
no svnjavahl in java.library.path
java.library.path = .:/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java
The solution is rather simple go to the Flash builder preference and make your way to Team->SVN.
Under Client interface choose switch to SVNKit(PureJava).
Under Client interface choose switch to SVNKit(PureJava).
2010年12月2日 星期四
Auto generate getters setters and custom code in Flex builder
It's awesome!!
http://www.flashfuck.it/2008/10/21/auto-generate-getters-setters-and-custom-code-in-flex-builder/
or
http://www.dreaminginflash.com/2007/12/21/auto-generate-getters-and-setters-in-flex-builder/
http://www.flashfuck.it/2008/10/21/auto-generate-getters-setters-and-custom-code-in-flex-builder/
Installation:
1) Add project dash site ( http://download.eclipse.org/technology/dash/update ) to your eclipse’s update sites,
2) Restart eclipse,
3) Run create test project by selecting scripts menu,
4) Download actionscript snippets lib from here
2) Restart eclipse,
3) Run create test project by selecting scripts menu,
4) Download actionscript snippets lib from here
or
http://www.dreaminginflash.com/2007/12/21/auto-generate-getters-and-setters-in-flex-builder/
I've been writing a lot of getters and setters lately (and spending way too much time doing that...), so I googled for some sort of plug-in for Eclipse/Flex Builder and found a great resource called Project Dash Here's a nice script to use with Dash to generate getters and setters for your variables 

- Inside FlexBuilder goto Help->Software Updates->Find and Install (if you ran into an error aboutretrieving "feature.xml" delete the site.xml file in your Flex Builder directory)
- add the remote update url ; update and restart
- when you restart you should see a Scripts menu and a Project in your workplace called Eclipse Monkey Examples
- Create a new file (with a .js extension) in the scripts folder inside the Eclipse Monkey Examples
- Write you monkey script in there (copy and paste the script to generate the getters and setters into the new file)
Console Encoding and Text File Encoding in Flash Builder
Text File Encoding
Project -> Properties-> Resource -> "Text file encoding"
Console Encoding
Project -> Properties-> Run/Debug Setting -> Select the launch configuration and press "Edit" Button -> Switch to Common Tab -> Console Encoding
Project -> Properties-> Resource -> "Text file encoding"
Console Encoding
Project -> Properties-> Run/Debug Setting -> Select the launch configuration and press "Edit" Button -> Switch to Common Tab -> Console Encoding
訂閱:
文章 (Atom)