Главная    Ex Libris    Книги    Журналы    Статьи    Серии    Каталог    Wanted    Загрузка    ХудЛит    Справка    Поиск по индексам    Поиск    Форум   
blank
Авторизация

       
blank
Поиск по указателям

blank
blank
blank
Красота
blank
Lott J., Schall D., Peters K. — ActionScript 3.0 Cookbook
Lott J., Schall D., Peters K. — ActionScript 3.0 Cookbook



Обсудите книгу на научном форуме



Нашли опечатку?
Выделите ее мышкой и нажмите Ctrl+Enter


Название: ActionScript 3.0 Cookbook

Авторы: Lott J., Schall D., Peters K.

Аннотация:

Well before Ajax and Microsoft's Windows Presentation Foundation hit the scene, Macromedia offered the first method for building web pages with the responsiveness and functionality of desktop programs with its Flash-based "Rich Internet Applications". Now, new owner Adobe is taking Flash and its powerful capabilities beyond the Web and making it a full-fledged development environment.
Rather than focus on theory, the ActionScript 3.0 Cookbook concentrates on the practical application of ActionScript, with more than 300 solutions you can use to solve a wide range of common coding dilemmas. You'll find recipes that show you how to:
Detect the user's Flash Player version or their operating system
Build custom classes
Format dates and currency types
Work with strings
Build user interface components
Work with audio and video
Make remote procedure calls using Flash Remoting and web services
Load, send, and search XML data
And much, much more ...
Each code recipe presents the Problem, Solution, and Discussion of how you can use it in other ways or personalize it for your own needs, and why it works. You can quickly locate the recipe that most closely matches your situation and get the solution without reading the whole book to understand the underlying code. Solutions progress from short recipes for small problems to more complex scripts for thornier riddles, and the discussions offer a deeper analysis for resolving similar issues in the future, along with possible design choices and ramifications. You'll even learn how to link modular ActionScript pieces together to create rock-solid solutions for Flex 2 and Flash applications.
When you're not sure how ActionScript 3.0 works or how to approach a specific programming dilemma, you can simply pick up the book, flip to the relevant recipe(s), and quickly find the solution you're looking for.


Язык: en

Рубрика: Computer science/

Статус предметного указателя: Готов указатель с номерами страниц

ed2k: ed2k stats

Год издания: 2006

Количество страниц: 592

Добавлена в каталог: 03.12.2006

Операции: Положить на полку | Скопировать ссылку для форума | Скопировать ID
blank
Предметный указатель
bitmaps, noise patterns, creating      
bitmaps, objects, drawing to      
bitmaps, Perlin noise, creating      
bitmaps, pixels, manipulating      
bitmaps, scrolling      
Bitwise operators      
bitwise OR (|)      2nd
blockindent attribute (<textformat> tag)
BLUE property (BitmapDataChannel class)      2nd
BLUE property (BitmapDataChannel class), perlinNoise( ) method      
blueMultiplier property      
blueOffset property (ColorTransform class)      
BlurFilter class      
blurs      
Booleans      
Booleans, arrays, comparing      
Booleans, coin toss, simulating and      
Booleans, conditional operators and      
Booleans, dragging/dropping objects and      
Booleans, equality expressions returning      
border property      
BorderColor property      
bottomScrollV property (text fields)      
bounds parameter (startDrag() method)      
break statements      
break statements, matching elements in arrays and      
brightness, changing on display objects      
British pound (\xa3 )      
browse( ) method      
browse( ) method, filtering files for display      
browse( ) method, uploading files and      
browsers, filtering files for display      
buffers      
buffers, setting for sound      
buffers, video, managing/monitoring      
bufferTime property      
Button class      
button instances      
buttons, creating      
ByteArray class      
bytesLoaded property      
bytesLoaded property, ProgressEvent class      
bytesLoaded property, Sound object      
bytesTotal property (Sound object)      
call( ) method      
call( ) method, Flash remoting responses, handling      
call( ) method, JavaScript functions, calling      
cancel event      2nd
caps parameter (lineStyle method)      
CardHand objects      
Cards class      
cards, simulating playing      
caret (^)      
caret (^), bitwise operator      
caret (^), pattern matching      2nd
caretIndex property      
carriage return character (\\r)      2nd
Cascading StyleSheets (CSS)      
Cascading StyleSheets (CSS), embedding fonts with      
Cascading StyleSheets (CSS), hyperlinks, adding to text      
Cascading StyleSheets (CSS), setting fonts in text fields      
case keyword      
case, converting      
Case-sensitivity      
case-sensitivity, converting      
case-sensitivity, filtering text input      
case-sensitivity, replace( ) and split( ) methods and      
case-sensitivity, sorting arrays and      
case-sensitivity, substrings, searching and      
CATCH blocks      
catch blocks, download method, working with      
catch blocks, handling socket error      
category property (Unit objects)      
CDATA tags      
cellphone screens      
Celsius, converting between Fahrenheit      
CGI scripts      
CGI scripts, getting current date and time      
channel parameter      
channel parameter, noise( ) method      
channel parameter, perlinNoise( ) method      
channels, copying      
character codes (Unicode)      
charAt( ) method      
charCodeAt( ) method      
chmod      
circles      
circles, determining points along      
circles, drawing      
Classes      
classes, custom      
classes, custom, creating      
classes, naming      
classes, placing code      
classes, properties, customizing      
classes, saving      
classes, SharedObject, persistent information and      
classes, variables      
clear( ) method      2nd 3rd
click event (InteractiveObject)      2nd
close( ) method      2nd 3rd
close( ) method, disconnecting from socket servers      
Code      
code, placing      
code, reusable      2nd
coin toss, simulating      
ColdFusion      2nd 3rd 4th
COLOR      
color attribute (<font> tag)
color CSS property      
color parameter      
color parameter, beginGradientFill( ) method      
color parameter, lineStyle method      
color property (TextFormat object)      
color transform objects      
color, applying changes      
color, filling shapes      
color, grayscale, applying      
color, resetting      
color, tints, applying      
ColorMatrixFilter class      
ColorMatrixFilter class, brightness, changing      
ColorMatrixFilter class, contrast, changing      
ColorMatrixFilter class, grayscale, applying      
ColorMatrixFilter class, saturation, changing      
ColorTransform object      2nd 3rd 4th
comma (,)      
comma (,), URL-encoded escape sequence for      
comma-delimited      
comma-delimited, keys (associative arrays)      
comma-delimited, strings      
command-line compilers      
command-line compilers, classpaths, setting      
Commands      
communicating between movies      
communicating between movies, local connections      
communicating between movies, local connections, receipt validation      
communicating between movies, local connections, sending data and      
communicating between movies, same computer      
communicating between movies, sending data      
compare functions      
Compilers      
compilers, saving class files      
complete event (LoaderInfo class)      
complex data, storing      
composite datatypes      2nd
composition of classes      
compound assignment operators      
concat( ) method      2nd 3rd
concat( ) method, multidimensional arrays and      
concatenate (strings)      
concatenation-assignment operator (+=)      
condenseWhite property      
conditional statements      
connect( ) method      2nd 3rd
connectToSocketServer( ) method      
Console view, using trace      
const keyword      
Constants      
Constructors      
constructors, placing code      
content property (Loader class)      2nd
contentLoaderInfo property      
ContextMenu class      
contrast, changing on display objects      
control points, drawing curves      
convert( ) method      
Converter class      
Converter class, measurement, converting between units      
convertWithLabel( ) method      
convolution filters, embossing display objects      
ConvolutionFilter class      2nd
Cookies      
Coordinated Universal Time (UTC)      
coordinates, making up vector graphics      
coping by value (primitive data)      
copyChannel( ) method      
copyPixels( ) method      2nd
copySource parameter (threshold( ) method)      2nd
country codes (variants)      
Courier      
Courier New      
createCircle( ) method      
createEmptyMovieClip( ) method      
CSS (Cascading StyleSheets)      
CSS, embedding fonts with      
CSS, hyperlinks, adding to text      
CSS, setting fonts in text fields      
cue points      
curly braces ({ })      
curly braces ({ }) for statements and      
curly braces ({ }), associative arrays and      
currency, formatting amounts      
currencyFormat( ) method      
curves, drawing      
curveTo( ) method      
curveTo( ) method, arcs, drawing      
curveTo( ) method, curves, drawing      
curveTo( ) method, lines, drawing      
custom classes      
custom classes, creating      
custom classes, serializing      
dash (-)      
dash (-), pattern matching      
dash (-), URL-encoded escape sequence for      
data, sending/loading      
dataFormat property (URLLoader.load( ) method)      
Datatypes      
Date class      
date property (Date object)      
DateFormat class      
DateFormat class, parsing dates from strings      
Dates      
dates, calculating elapsed time/intervals between      
dates, date values, retrieving      
dates, day/month names, retrieving      
dates, finding current      
dates, formatting      
dates, parsing from strings      
DateUtilities class      
DateUtilities.addTo( ) method      
day property (Date object)      
DAYS constant (DateFormat class)      
days parameter (addTo( ) method)      
DAYS_ABBREVIATED constant (DateFormat class)      
deal( ) method      
Debugger menu item      
declarations (XML)      
declaring methods      
Default keyword      
defaultTextFormat property      
Delegate class      
delete keyword      
deleteCount parameter (splice( ) method)      
delimiter parameter (split( ) method)      
dependencies of classes      
deselected text, responding to      
destBitmap object (threshold( ) method)      
destPoint parameter      
destPoint parameter, applyFilter( ) method      
destPoint parameter, pixelDissolve( ) method      
destPoint parameter, threshold( ) method      
dice, simulating      
digital negatives      
direction (acceleration)      
directories      
directories, holding classes      
directories, saving class files      
directories, sharing data between Flash applications      
discard( ) method, simulating playing cards      
dispatchEvent( )      
display ActionScript property      
display lists      
display lists, adding items to      
display lists, objects, moving forward/backward      
display lists, removing items from      
display object containers      
display settings, detecting      
DisplayObectContainer class      
DisplayObectContainer class, moving objects forward/backward      
DisplayObectContainer class, removing items from display lists      
DisplayObject class      
DisplayObject class, adding items to display list      
DisplayObject class, custom visual classes, creating      
DisplayObject class, external movies and      
DisplayObject class, mouse interactions, creating      
DisplayObject class, simple buttons, creating      
DisplayObject.mask      
DisplayObjectUtilities.removeAllChildren( ) method      
DMYHMSM format (days, months, years, hours, minutes, seconds, milliseconds)      
documents (XML)      
Dollar sign ($)      
dollar sign ($), escape sequence for      
dollar sign ($), regular expression metacharacter      
domains, loading .swfs from different      
dot (.)      
dot (.), regular expression metacharacter      
dot (.), XML objects, adding elements      2nd
dotall (s) flag      
dots (.)      
dots (.), saving class files      
double quotes ("), escape sequence for
doubleClick event (InteractiveObject)      
download( ) method      
download( ) method, uploading files, detecting selections      
downloading files      
downState property (SimpleButton class)      
drag( ) method      
DraggableSprite custom visual class      
dragging objects with the mouse      
draw( ) method      
draw( ) method, BitmapData class      
draw( ) method, simulating playing cards      
drawArc( ) method      
drawCircle( ) method      
Drawing      
Drawing API      
drawing, arcs      
drawing, circles      
drawing, curves      
1 2 3 4 5 6 7 8
blank
Реклама
blank
blank
HR
@Mail.ru
       © Электронная библиотека попечительского совета мехмата МГУ, 2004-2024
Электронная библиотека мехмата МГУ | Valid HTML 4.01! | Valid CSS! О проекте