ورود به حساب

نام کاربری گذرواژه

گذرواژه را فراموش کردید؟ کلیک کنید

حساب کاربری ندارید؟ ساخت حساب

ساخت حساب کاربری

نام نام کاربری ایمیل شماره موبایل گذرواژه

برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید


09117307688
09117179751

در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید

دسترسی نامحدود

برای کاربرانی که ثبت نام کرده اند

ضمانت بازگشت وجه

درصورت عدم همخوانی توضیحات با کتاب

پشتیبانی

از ساعت 7 صبح تا 10 شب

دانلود کتاب The ActionScript 3.0 Migration Guide: Making the Move from ActionScript 2.0

دانلود کتاب راهنمای مهاجرت ActionScript 3.0: حرکت از ActionScript 2.0

The ActionScript 3.0 Migration Guide: Making the Move from ActionScript 2.0

مشخصات کتاب

The ActionScript 3.0 Migration Guide: Making the Move from ActionScript 2.0

ویرایش: 1 
نویسندگان:   
سری:  
ISBN (شابک) : 9780321555588, 0321555589 
ناشر: New Riders Press 
سال نشر: 2008 
تعداد صفحات: 160 
زبان: English  
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 2 مگابایت 

قیمت کتاب (تومان) : 34,000



ثبت امتیاز به این کتاب

میانگین امتیاز به این کتاب :
       تعداد امتیاز دهندگان : 18


در صورت تبدیل فایل کتاب The ActionScript 3.0 Migration Guide: Making the Move from ActionScript 2.0 به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

توجه داشته باشید کتاب راهنمای مهاجرت ActionScript 3.0: حرکت از ActionScript 2.0 نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.


توضیحاتی در مورد کتاب راهنمای مهاجرت ActionScript 3.0: حرکت از ActionScript 2.0

هنگامی که Flash Player 9 در ژوئن 2006 منتشر شد، زبان برنامه نویسی جدید، ActionScript 3 را معرفی کرد که قبلاً در جامعه توسعه برنامه Adobe Flex جا افتاده است. ActionScript 3 نه تنها بهبود قابل توجهی در عملکرد ارائه می دهد، بلکه یک مدل برنامه نویسی قوی تر را نیز ارائه می دهد که خود را به توسعه برنامه های پیچیده اینترنت غنی می دهد. برای طراحان و توسعه دهندگان وب که نیاز به حرکت به ActionScript 3 از نسخه قبلی، ActionScript 2 دارند، منحنی یادگیری ثابت شده است. در این راهنمای ضروری و به موقع، کارشناس اکشن اسکریپت، کریس هادلاک، به طور مستقیم با هزاران کاربر اکشن اسکریپت 2 که باید فوراً جهش کنند صحبت می کند. راهنمای مهاجرت اکشن اسکریپت تمامی تغییرات عمده در اکشن اسکریپت از نسخه 2 تا 3 را پوشش می دهد. این کتاب مهم ترین و اساسی ترین تغییرات در اکشن اسکریپت را تشریح می کند و با مقایسه بین دو زبان چه از نظر بصری و چه از نظر زمینه ای، مقایسه می کند. با یک فهرست جامع و فهرست محتویات قوی، طراحان و توسعه‌دهندگان به راحتی قادر خواهند بود کدهای قدیمی یا جدید را با مقایسه‌های جانبی نحوه برنامه‌نویسی هر دو و توضیح مفاهیم پشت آن‌ها پیدا کنند.


توضیحاتی درمورد کتاب به خارجی

When Flash Player 9 released in June 2006, it introduced the new scripting language, ActionScript 3, which has already taken hold in the Adobe Flex application development community. ActionScript 3 provides not only a significant enhancement in performance, but also a more robust programming model that lends itself to complex Rich Internet Application development. For web designers and developers who need to make the move to ActionScript 3 from the previous version, ActionScript 2, the learning curve has proven to be significant. In this essential and timely guide, ActionScript expert Kris Hadlock speaks squarely to the many thousands of ActionScript 2 users who need to make the leap right away. The ActionScript Migration Guide covers all of the major changes in ActionScript from version 2 to 3. The book explains the most important and fundamental changes in ActionScript drawing comparisons between the two languages both visually and contextually. With a comprehensive index and robust table of contents designers and developers will easily be able to locate the old an/or new codes with side-by-side comparisons of how to program both and the explanation of the concepts behind them.



فهرست مطالب

Cover......Page 1
Contents......Page 7
Introduction......Page 10
Chapter 1: The Display Architecture......Page 12
DisplayObject......Page 13
The Display Classes......Page 14
The Display List......Page 15
Chapter 2: The Event Model......Page 16
Callback Functions......Page 17
UIEventDispatcher......Page 19
Event Dispatching......Page 21
Chapter 3: Packages and Classes......Page 26
Packages......Page 27
Class Attributes......Page 28
Class Assignment......Page 31
Import......Page 33
Constructors......Page 34
Scope......Page 39
Chapter 4: Functions, Properties, and Keywords......Page 42
Arguments......Page 43
Function Parameters......Page 46
Public Attribute Keyword......Page 47
Private Attribute Keyword......Page 50
Defining Constants......Page 52
Chapter 5: Scope......Page 54
Root......Page 55
Stage......Page 57
Parent......Page 59
Function and Method Definitions......Page 61
Chapter 6: Timing......Page 66
Setting a Time Interval......Page 67
Keeping Count......Page 69
Delaying Code......Page 72
Chapter 7: Text......Page 74
Font Usage......Page 75
TextField......Page 77
Text Events......Page 79
Formatting......Page 81
Chapter 8: Buttons and MovieClips......Page 84
Mouse Events......Page 85
Drag......Page 88
Depth......Page 92
Chapter 9: Loading......Page 96
Loading External Variables......Page 97
Triggering a URL......Page 99
Loading External Assets......Page 103
Tracking Load Progress......Page 105
Chapter 10: XML......Page 108
Loading and Events......Page 109
Parsing......Page 112
Chapter 11: Drawing and Color......Page 116
Lines......Page 117
Shapes......Page 119
Fills......Page 120
Color......Page 122
Chapter 12: Animation......Page 126
Tweening......Page 127
Events......Page 129
Chapter 13: Sound......Page 132
Loading......Page 133
Events......Page 134
Volume......Page 137
ID3 Tags......Page 142
Chapter 14: More Reasons to Make the Switch......Page 148
Event Bubbling......Page 149
Label Statements......Page 151
Namespace Definition Keyword......Page 152
Motion XML and the Animator......Page 154
A......Page 156
E......Page 157
L......Page 158
S......Page 159
X–Y–Z......Page 160




نظرات کاربران