分享
 
 
 

《Flash Builder 4 and Flex 4 Essential Training》(Flash Builder 4 and Flex 4 Essential Training)[压缩包]

王朝资源·作者佚名  2010-04-16
 说明  因可能的版权问题本站不提供该资源的存贮、播放、下载或推送,本文仅为内容简介。

中文名: Flash Builder 4 and Flex 4 Essential Training

英文名: Flash Builder 4 and Flex 4 Essential Training

资源格式: 压缩包

发行时间: 2010年3月10日

地区: 美国

对白语言: 英语

简介:

本人从lynda.com一个链接一个链接地下载而来,希望喜欢!

Introduction

Welcome 01:22 11.2 MB

Using the exercise files 02:00 1.8 MB

Understanding the prerequisites 01:18 1.0 MB

1. Getting Started

Introducing the history of Adobe Flex 04:41 47.5 MB

Installing Flash Builder on Windows 03:59 3.6 MB

Installing Flash Builder on Mac OS X 02:08 2.0 MB

Installing Flash Builder as an Eclipse plug-in 04:31 5.3 MB

Creating the Hello World application 09:12 8.8 MB

Understanding the anatomy of web applications 06:37 7.6 MB

Creating a release build 05:12 5.6 MB

2. Using Flash Builder 4

Choosing a workspace 03:01 3.1 MB

Importing and exporting projects as FXP files 04:30 4.2 MB

Setting Flash Builder preferences 06:02 6.7 MB

Using Eclipse views and editors 04:32 4.8 MB

Using Flash Builder perspectives 03:45 4.4 MB

3. Using Flex Programming Languages

Understanding MXML 06:32 7.1 MB

Setting properties and styles with MXML 06:33 7.1 MB

Translating MXML to ActionScript 3 04:04 5.0 MB

Using ActionScript in MXML files 04:55 5.1 MB

Declaring and using variables 05:52 6.6 MB

Understanding ActionScript data types 07:47 9.0 MB

Getting language and API help 05:31 6.6 MB

4. Using Flash Builder Debugging Tools

Using the debug version of Flash Player 05:27 7.3 MB

Starting and stopping debugging sessions 06:22 7.5 MB

Tracing application execution 07:01 7.4 MB

Using breakpoints 07:30 7.8 MB

Using the Variables view 07:19 9.2 MB

Watching ActionScript expressions 03:28 3.6 MB

Using watchpoints to detect state changes 03:17 3.7 MB

5. Using Visual Controls

Understanding MX and Spark components 04:40 3.9 MB

Declaring visual controls with MXML 10:41 12.4 MB

Declaring visual controls with ActionScript 07:47 8.4 MB

Using text display controls 05:12 6.5 MB

Displaying rich text 04:57 5.6 MB

Using text input controls 04:19 4.5 MB

Using button controls 05:59 6.8 MB

Loading images at runtime 05:01 6.1 MB

Embedding images 06:02 6.9 MB

Presenting Flash content 04:21 4.8 MB

Passing data with binding expressions 07:30 8.8 MB

6. Using the Flex Event Architecture

Handling dispatched events 07:02 7.3 MB

Using inline event handlers in MXML 02:37 2.8 MB

Using custom event handler functions 03:45 4.0 MB

Understanding event objects 08:41 9.8 MB

Using event listener functions 07:03 8.5 MB

7. Laying Out an Application

Setting the application's layout property 04:45 5.5 MB

Using Spark Group containers 05:49 6.7 MB

Using the Spark Panel container 06:25 8.9 MB

Using the Application and Panel control bars 03:34 3.8 MB

Using the BorderContainer 06:09 6.8 MB

Using constraint-based layout properties 06:45 7.5 MB

Declaring view states 07:17 8.5 MB

Changing view states at runtime 04:54 5.9 MB

8. Using Custom Components

Defining MXML components 04:50 5.6 MB

Instantiating components in MXML 04:57 5.4 MB

Instantiating components in ActionScript 03:16 3.5 MB

Declaring and using custom properties 07:27 7.8 MB

Declaring and using custom methods 05:26 6.0 MB

Declaring and setting component states 05:29 6.6 MB

Dispatching events from custom components 08:18 9.9 MB

Creating custom event classes 06:30 6.1 MB

Dispatching and handling custom events 05:56 6.7 MB

9. Managing Application Navigation

Using the ViewStack container 05:38 6.4 MB

Managing navigation with ActionScript 05:25 6.1 MB

Using the ButtonBar component 03:51 4.1 MB

Using the TabNavigator and Accordion containers 04:13 5.2 MB

10. Using Cascading Style Sheets (CSS)

Understanding inline CSS declarations 06:03 7.2 MB

Using embedded style sheets 07:22 8.2 MB

Using type, style name, and id selectors 06:58 7.5 MB

Using descendant and global selectors 05:42 6.3 MB

Using external style sheets 05:05 5.8 MB

Setting and getting styles with ActionScript 07:46 8.7 MB

Loading styles at runtime 06:46 7.8 MB

11. Skinning Spark Components with MXML and FXG

Drawing vector graphics with MXML 08:44 9.4 MB

Exporting FXG files from Illustrator and Fireworks 07:50 7.6 MB

Using FXG files in Flex applications 03:40 3.9 MB

Creating a custom application skin 11:15 13.4 MB

Using custom component skins 05:22 7.9 MB

Assigning skins to multiple components 03:06 3.4 MB

Loading skins at runtime 03:29 3.7 MB

12. Managing Data

Embedding data with <fx:Model> 07:42 8.1 MB

Managing data with ArrayList and ArrayCollection 07:37 8.4 MB

Creating value object classes 04:57 4.7 MB

Using value objects in MXML 04:29 4.9 MB

Using value objects in ActionScript 05:34 6.2 MB

Wrapping value objects in data collections 08:16 8.8 MB

13. Displaying Dynamic Data

Using the List and DropDownList controls 05:46 6.7 MB

Using the labelField property 02:53 3.1 MB

Using the labelFunction property 07:48 8.9 MB

Creating custom item renderers 07:14 8.4 MB

Managing List layout 03:34 4.1 MB

Using the DataGrid control 06:39 7.8 MB

Using labelFunction with a DataGrid column 03:53 4.9 MB

Using advanced DataGrid cell rendering 04:17 5.4 MB

Working with List control events and properties 05:53 6.6 MB

Displaying data items with DataGroup 04:43 5.4 MB

Adding scrollbars to groups 03:32 4.3 MB

14. Creating Data Entry Form Components

Building a custom data entry form component 07:29 7.9 MB

Validating data entry 07:23 9.0 MB

Packaging data with a value object class 08:04 9.4 MB

Sharing data using custom event classes 08:02 9.2 MB

15. Integrating with Application Servers

Installing Apache, PHP, and MySQL on Windows 03:58 4.0 MB

Installing Apache, PHP, and MySQL on Mac OS X 04:28 5.0 MB

Importing a database into MySQL 04:13 5.2 MB

Adding server properties to a Flex project 04:11 4.3 MB

Creating an XML data connection 05:58 6.5 MB

Using the HTTPService component 04:46 5.5 MB

Handling the result event 03:29 4.1 MB

Handling the fault event 03:00 3.7 MB

Using the CallResponder class 07:36 7.7 MB

Generating PHP classes for a database table 03:46 4.3 MB

Creating a PHP data connection 04:19 4.9 MB

Sending data to the server 06:56 8.2 MB

16. Conclusion

Goodbye 00:41 0.6 MB

 
 
 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
2023年上半年GDP全球前十五强
 百态   2023-10-24
美众议院议长启动对拜登的弹劾调查
 百态   2023-09-13
上海、济南、武汉等多地出现不明坠落物
 探索   2023-09-06
印度或要将国名改为“巴拉特”
 百态   2023-09-06
男子为女友送行,买票不登机被捕
 百态   2023-08-20
手机地震预警功能怎么开?
 干货   2023-08-06
女子4年卖2套房花700多万做美容:不但没变美脸,面部还出现变形
 百态   2023-08-04
住户一楼被水淹 还冲来8头猪
 百态   2023-07-31
女子体内爬出大量瓜子状活虫
 百态   2023-07-25
地球连续35年收到神秘规律性信号,网友:不要回答!
 探索   2023-07-21
全球镓价格本周大涨27%
 探索   2023-07-09
钱都流向了那些不缺钱的人,苦都留给了能吃苦的人
 探索   2023-07-02
倩女手游刀客魅者强控制(强混乱强眩晕强睡眠)和对应控制抗性的关系
 百态   2020-08-20
美国5月9日最新疫情:美国确诊人数突破131万
 百态   2020-05-09
荷兰政府宣布将集体辞职
 干货   2020-04-30
倩女幽魂手游师徒任务情义春秋猜成语答案逍遥观:鹏程万里
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案神机营:射石饮羽
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案昆仑山:拔刀相助
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案天工阁:鬼斧神工
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案丝路古道:单枪匹马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:与虎谋皮
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:李代桃僵
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:指鹿为马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:小鸟依人
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:千金买邻
 干货   2019-11-12
 
推荐阅读
 
 
 
>>返回首頁<<
靜靜地坐在廢墟上,四周的荒凉一望無際,忽然覺得,淒涼也很美
© 2005- 王朝網路 版權所有