诚聘Flex开发人员
诚聘Flex开发人员
1 使用Asp.net构建网站,数据库为Sql Server2008,基于Flex 3.0以上构建;
2 系统为用于应急管理的MIS系统,开发周期1个月,请接项目者务必为精通Flex的有项目经验人士;
3 开发者必须在北京,外地勿扰!开发从3月开始,请务必有较多空余时间;
4 欢迎Flex高手合作,本处对有大量项目需这方面高手,可长期合作或外包,待遇从优。
-----注: 项目平台部分、数据库部分搭建已经完成,开发者只需要完成FLEX前端表现------
本人 qq 125163170
相关文档:
分页组件:Page.mxml:
<?xml version="1.0" encoding="utf-8"?>
<mx:VBox xmlns:mx="http://www.adobe.com/2006/mxml" width="400" height="300" >
<mx:Script>
<![CDATA[
&nbs ......
--------web.xml文件
<listener>
<listener-class>flex.messaging.HttpFlexSession</listener-class>
</listener>
--------Java代码
public class GetSeesion {
/**
* 设置session
* */
public ......
Top 10 things new Flex developers should know
By Michael Portuesi | Published: November 27, 2009
While helping a coworker get started with Flash and Flex development, I thought it would be a good time to cover the list of things that I have found pretty essential to know about Flex development, co ......
登陆页面
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" creationComplete="init()">
<mx:Script>
<![CDATA[
import flash.net.navigateToURL;
private function setCookie():void{
&nb ......
==============flex===========
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" initialize="Service.GetCustomers.send();" width="689" height="592">
<mx:WebService id="Service" wsdl="ht ......