See http://www.k-zone.cn/zblog/post/actionscript-asdoc-1.html for details
After flash Builder 4 was released, it not only brought us a brand new Flex SDK 4 (gumbo), but also brought us an "upgraded version" of asdoc, how to configure and use asdoc in Flash Builder 4?
In fact, the configuration of asdoc in Flash Builder 4 is the same as that in flex builder, because they are all based on Eclipse IDE.
For de
The following example shows how you can use a custom configuration file in a flex builder flex project by specifying an additional compiler argument,-Load-config.
Full code after the jump.
View mxml
Next, create a custom configuration XML file named fontconfig. XML and save it in A/config/subdirectory in your project's/src/directory. the folder structure isn' t important, but it helps keep the sour
This article will use FLUORINEFX and flex to introduce a simple video chat room case development, hope that through this article and you exchange FluorineFX and flex related technology, but also hope this article can help to need to use FLUORINEFX to do timely application development of novice friends. First, the development environment and related technologies and the simple requirements definition in this
Introduction to flex layout and instances and introduction to flex Layout
Archimedes once told me that I could shake the earth with a pivot, while flex could basically shake all the la S.
1. Introduction to flex layout and Result Display
To do a good job, you must first sharpen your tools and come and take a look at t
Flex layout learning experience and Flex layout learning experience
As another new way of css layout, Flex has a strong use effect. Compared with the original float, position operations on element styles are more concise, this article is my learning experience and experience. If you have any mistakes or shortcomings, please give me some advice.
Let's go to the to
What I often ask about Flex is "How can I learn it well ?", To understand the answer to this question, you only need to understand the figure below.
* Focus of the learning of ActionScript
From the bottom layer, the bottom corner of ActionScript 3 is the foundation of everything. It is the only programming language used for flash/flex programming, therefore, the first thing anyone wants to learn about
Chapter 1. Flex and ActionScript BASICS (evergreen)
A flex application consists of code in the following languages: ActionScript and mxml. From 3.0 onwards, actionscript has evolved from a prototype-based scripting language to a fully object-oriented scripting language that complies with the ecmascript standard. Mxml is a markup language, which is very similar to HTML and XML ).
How can we associate mxm
Http://www.fengfly.com/plus/view-191093-1.htmlFlex+struts2+json Backstage code I don't say much here. Do not know please read my previous article "Struts2+jquery+json implementation of asynchronous interaction," the article, there is no change in the background.This focuses on the flex-side implementation code.The first step:Download the As3corelib-.92.1.zip file from the http://code.google.com/p/as3corelib/ website and unzip it in as3corelib-.92.1\ T
See http://www.k-zone.cn/zblog/post/flex-air-auto-set-focus.html for details
This is a question from a friend in the QQ group of flex Step 1. I would like to share it with you. The problem may be relatively simple, but it is better to record it.
The requirements are as follows:
When air is started, it listens to global keyboard events, that is, this. addeventlistener (keyboardevent. key_down, keydownhandle
Flex dynamically sets the RemoteObject endpoing and flex traverses the object
In flex development, users often encounter different project names when deploying a project. However, flex is the endpoing generated during compilation. If you change the name to deploy the project, flex
1. Let's take a look at several examples:
(1) width and flex-baiss are not set for each item. The element is displayed in the size of the content in flex.
(2) Only Set width = 100px (implicit flex-basis = auto) for the item01 element, and only set flex_basis = 250px (implicit width = auto) for the item02 element ), in item03, Set width = 50px and flex_bas
Author: Flyingis
Flex is inherently capable of asynchronous calling, so that Flex can well adapt to common functions in webgis applications. In ArcGIS Flex API, the most typical is dynamic display of geographical element information, for example, if you move the cursor over a geographical element to display the basic information of the element, the "Show InfoWind
If we only need to use part of the Flex feature, such as the player feature, we can embed the Flex page separately in the JSP page. To implement this feature, you need to download a project and overwrite it in the server root directory. You can download: Flexmodule_j2ee.zip.Create a new Web project under Eclipse, unzip the project you just downloaded, and then overwrite the contents of the Webtier folder un
Flex code:
usingsystem; usingsystem.web; usingsystem.web.services; usingsystem.web.services.protocols; usingsystem.data.oledb; usingsystem.collections; usingsystem.data; [WebService (namespace= "http://tempuri.org/")] [WebServiceBinding (Conformsto=wsiprofiles.basicprofile1_1)] publicclassservice: system.web.services.webservice {publicService () { //If you are using a design component, uncomment the following line InitializeComponent (); nbsp} [w
First, let's talk about how to set the default external browser of flex. When I started to learn flex, I always open windows IE browser by default because of flex.
Choose WINDOW> preferences> General> web browser to set the browser as an external browser Firefox. Why is it Firefox?Because Firefox's unparalleled plug-in for f
Flex Installation
Download the flex builder3 (verycd.com), http://www.verycd.com/topics/2761220/
Run [flex.builder.3.eclipseplug-In ].fb3_wwej_plugin.exe
Create the first test project
Create an ActionScript test project.
Add the following to the automatically generated file:
Package {Import flash. display. Sprite;Public class astest extends sprite {Public Function astest (){Trace ("Hello world! ");}
Chapter 5 flex usage
Adobe Flex behavior allows you to add animations and motion to an application to respond to users and programming activities. Action is a combination of a trigger and an effect. A trigger is an activity, such as clicking on a component, the component gets the focus, or the component is visible. The effect is a change in visibility or audiability of the target component, measured in mill
During work, it is found that VC accesses fusionchart for flex through FLEX. When the driver data string of the VC end is too long, the no data to Display error will occur.
Other people on the Internet report similar errors.
1. http://lqw.iteye.com/blog/519065
Fusionchartsflex website traffic statistics demo
2 http://forum.fusioncharts.com/topic/7384-no-data-to-display-when-number-of-records-exceeds-35-
See http://www.k-zone.cn/zblog/post/flex-flash-builder-blueprint.html for detailsRemember that blueprint that only supports Mac? Just a few days ago, Adobe Labs finally released a new version. In addition to Mac, the new version also supports windows, but does not support Linux.Another good news is: in addition to flex builder, blueprint also supports flash builder. That is to say, we can use blueprint in F
How can I automatically redeploy the flex application when I change flex-config.xml?
A: If you are using JRun as APP server, then add the following into the jrun. xml under
Then restart jrun. now the flex-config.xml is a watched file, When you modify flex-config.xml, JRun will redeploy the app for you, so you don't
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.