|
ACTIONSCRIPT 2.0 TUTORIAL - HELP - TUTORIAL GUIDE HELP FREE
FREE DOWNLOAD THIS TUTORIAL
This tutorial in pdf format so you can save it to your computer or print.
Sponsored Link
Here you leave the free download of the tutorial
Nota: The tutorial you are about to download is compressed format . rar, if you do not have a decompressor rar files you can download free 7-zip and to display the Foxit PDF Reader. |
CONTENTS ACTIONSCRIPT 2.0 TUTORIAL - HELP
Chapter 1: ActionScript 2.0 Components Other listings in this book : Accordion component Using the Accordion component Customizing the Accordion component Accordion class Accordion.change Accordion.createChild() Accordion.createSegment() Accordion.destroyChildAt() Accordion.getChildAt() Accordion.getHeaderAt() Accordion.numChildren Accordion.selectedChild Accordion.selectedIndex Chapter 3: Alert component Using the Alert component Customizing the Alert component Alert class Alert.buttonHeight Alert.buttonWidth Alert.CANCEL Alert.cancelLabel Alert.click Alert.NO Alert.noLabel Alert.NONMODAL Alert.OK Alert.okLabel Alert.show() Alert.YES Alert.yesLabel Chapter 4: Button component Using the Button component Customizing the Button component Button class Button.icon Button.label Button.labelPlacement Chapter 5: CellRenderer API Understanding the List class Using the CellRenderer API CellRenderer.getCellIndex() CellRenderer.getDataLabel() CellRenderer.getPreferredHeight() CellRenderer.getPreferredWidth() CellRenderer.listOwner CellRenderer.owner CellRenderer.setSize() CellRenderer.setValue() ActionScript 2.0 Help Tutorial Good Action Script tutorials pdf Software Flash user guide Manuals movieclip sound text free Help me buttons animation Bible Adobe Table of Contents Chapter 6: CheckBox component Using the CheckBox component Customizing the CheckBox component CheckBox class CheckBox.click CheckBox.label CheckBox.labelPlacement CheckBox.selected Chapter 7: Collection interface Collection class Collection.addItem() Collection.contains() Collection.clear() Collection.getItemAt() Collection.getIterator() Collection.getLength() Collection.isEmpty() Collection.removeItem() Chapter 8: ComboBox component Using the ComboBox component Customizing the ComboBox component ComboBox class ComboBox.addItem() ComboBox.addItemAt() ComboBox.change ComboBox.close() ComboBox.close ComboBox.dataProvider ComboBox.dropdown ComboBox.dropdownWidth ComboBox.editable ComboBox.enter ComboBox.getItemAt() ComboBox.itemRollOut ComboBox.itemRollOver ComboBox.labelField ComboBox.labelFunction ComboBox.length ComboBox.open() ComboBox.open ComboBox.removeAll() ComboBox.removeItemAt() ComboBox.replaceItemAt() ComboBox.restrict ComboBox.rowCount ComboBox.scroll ComboBox.selectedIndex ComboBox.selectedItem ComboBox.sortItems() ComboBox.sortItemsBy() ComboBox.text ComboBox.textField ComboBox.value Chapter 9: Data binding classes Making data binding classes available at runtime Classes in the mx.data.binding package Binding class Constructor for the Binding class Binding.execute() CustomFormatter class CustomFormatter.format() CustomFormatter.unformat() CustomValidator class CustomValidator.validate() CustomValidator.validationError() EndPoint class Constructor for the EndPoint class EndPoint.component EndPoint.constant EndPoint.event EndPoint.location EndPoint.property ComponentMixins class ComponentMixins.getField() ComponentMixins.initComponent() ComponentMixins.refreshDestinations() ComponentMixins.refreshFromSources() ComponentMixins.validateProperty() DataType class DataType.encoder DataType.formatter DataType.getAnyTypedValue() DataType.getAsBoolean() DataType.getAsNumber() DataType.getAsString() DataType.getTypedValue() DataType.kind DataType.setAnyTypedValue() DataType.setAsBoolean() DataType.setAsNumber() DataType.setAsString() DataType.setTypedValue() TypedValue class Constructor for the TypedValue class TypedValue.type TypedValue.typeName TypedValue.value Chapter 10: DataGrid component Interacting with the DataGrid component Using the DataGrid component DataGrid performance strategies Customizing the DataGrid component DataGrid class DataGrid.addColumn() DataGrid.addColumnAt() DataGrid.addItem() DataGrid.addItemAt() DataGrid.cellEdit DataGrid.cellFocusIn DataGrid.cellFocusOut DataGrid.cellPress DataGrid.change DataGrid.columnCount DataGrid.columnNames DataGrid.columnStretch DataGrid.dataProvider DataGrid.editable DataGrid.editField() DataGrid.focusedCell DataGrid.getColumnAt() DataGrid.getColumnIndex() DataGrid.headerHeight DataGrid.headerRelease DataGrid.hScrollPolicy DataGrid.removeAllColumns() DataGrid.removeColumnAt() DataGrid.replaceItemAt() DataGrid.resizableColumns DataGrid.selectable DataGrid.showHeaders DataGrid.sortableColumns DataGrid.spaceColumnsEqually() DataGridColumn class Constructor for the DataGridColumn class DataGridColumn.cellRenderer DataGridColumn.columnName DataGridColumn.editable DataGridColumn.headerRenderer DataGridColumn.headerText DataGridColumn.labelFunction DataGridColumn.resizable DataGridColumn.sortable DataGridColumn.sortOnHeaderRelease DataGridColumn.width Chapter 11: DataHolder component Creating an application with the DataHolder component DataHolder class DataHolder.data Chapter 12: DataProvider API DataProvider.addItem() DataProvider.addItemAt() DataProvider.editField() DataProvider.getEditingData() DataProvider.getItemAt() DataProvider.getItemID() DataProvider.length DataProvider.modelChanged DataProvider.removeAll() DataProvider.removeItemAt() DataProvider.replaceItemAt() DataProvider.sortItems() DataProvider.sortItemsBy() Chapter 13: DateChooser component Using the DateChooser component Customizing the DateChooser component DateChooser class DateChooser.change DateChooser.dayNames DateChooser.disabledDays DateChooser.disabledRanges DateChooser.displayedMonth DateChooser.displayedYear DateChooser.firstDayOfWeek DateChooser.monthNames DateChooser.scroll DateChooser.selectableRange DateChooser.selectedDate DateChooser.showToday Chapter 14: DataSet component Using the DataSet component DataSet class DataSet.addItem DataSet.addItem() DataSet.addItemAt() DataSet.addSort() DataSet.afterLoaded DataSet.applyUpdates() DataSet.calcFields DataSet.changesPending() DataSet.clear() DataSet.createItem() DataSet.currentItem DataSet.dataProvider DataSet.deltaPacket DataSet.deltaPacketChanged DataSet.disableEvents() DataSet.enableEvents() DataSet.filtered DataSet.filterFunc DataSet.find() DataSet.findFirst() DataSet.findLast() DataSet.first() DataSet.getItemId() DataSet.getIterator() DataSet.getLength() DataSet.hasNext() DataSet.hasPrevious() DataSet.hasSort() DataSet.isEmpty() DataSet.items DataSet.itemClassName DataSet.iteratorScrolled DataSet.last() DataSet.length DataSet.loadFromSharedObj() DataSet.locateById() DataSet.logChanges DataSet.modelChanged DataSet.newItem DataSet.next() DataSet.previous() DataSet.properties DataSet.readOnly DataSet.removeAll() DataSet.removeItem DataSet.removeItem() DataSet.removeItemAt() DataSet.removeRange() DataSet.removeSort() DataSet.resolveDelta DataSet.saveToSharedObj() DataSet.schema DataSet.selectedIndex DataSet.setIterator() DataSet.setRange() DataSet.skip() DataSet.useSort() Chapter 15: DateField component Using the DateField component Customizing the DateField component DateField class DateField.change DateField.close() DateField.close DateField.dateFormatter DateField.dayNames DateField.disabledDays DateField.disabledRanges DateField.displayedMonth DateField.displayedYear DateField.firstDayOfWeek DateField.monthNames DateField.open() DateField.open DateField.pullDown DateField.scroll DateField.selectableRange DateField.selectedDate DateField.showToday Chapter 16: Delegate class Delegate.create() Chapter 17: DeltaItem class DeltaItem.argList DeltaItem.curValue DeltaItem.delta DeltaItem.kind DeltaItem.message DeltaItem.name DeltaItem.newValue DeltaItem.oldValue Chapter 18: Delta interface Delta.addDeltaItem() Delta.getChangeList() Delta.getDeltaPacket() Delta.getId() Delta.getItemByName() Delta.getMessage() Delta.getOperation() Delta.getSource() Chapter 19: DeltaPacket interface DeltaPacket.getConfigInfo() DeltaPacket.getIterator() DeltaPacket.getSource() DeltaPacket.getTimestamp() DeltaPacket.getTransactionId() DeltaPacket.logChanges() Chapter 20: DepthManager class DepthManager.createChildAtDepth() DepthManager.createClassChildAtDepth() DepthManager.createClassObjectAtDepth() DepthManager.createObjectAtDepth() DepthManager.kBottom DepthManager.kCursor DepthManager.kNotopmost DepthManager.kTooltip DepthManager.kTop DepthManager.kTopmost DepthManager.setDepthAbove() DepthManager.setDepthBelow() DepthManager.setDepthTo() Chapter 21: EventDispatcher class Event objects EventDispatcher class (API) EventDispatcher.addEventListener() EventDispatcher.dispatchEvent() EventDispatcher.removeEventListener() Chapter 22: FLVPlayback Component Using the FLVPlayback component Using cue points Playing multiple FLV files Streaming FLV files from a FMS Customizing the FLVPlayback component FLVPlayback class VideoError class VideoPlayer class Using a SMIL file Chapter 23: FocusManager class Using Focus Manager Customizing Focus Manager FocusManager class (API) FocusManager.defaultPushButton FocusManager.defaultPushButtonEnabled FocusManager.enabled FocusManager.getFocus() FocusManager.nextTabIndex FocusManager.sendDefaultPushButtonEvent() FocusManager.setFocus() Chapter 24: Form class Using the Form class Form class Form.currentFocusedForm Form.getChildForm() Form.indexInParentForm Form.numChildForms Form.parentIsForm Form.parentForm Form.rootForm Form.visible Chapter 25: Iterator interface Iterator.hasNext() Iterator.next() Chapter 26: Label component Using the Label component Customizing the Label component Label class Label.autoSize Label.html Label.text Chapter 27: List component Using the List component Customizing the List component List class List.addItem() List.addItemAt() List.cellRenderer List.change List.dataProvider List.getItemAt() List.hPosition List.hScrollPolicy List.iconField List.iconFunction List.itemRollOut List.itemRollOver List.labelField List.labelFunction List.length List.maxHPosition List.multipleSelection List.removeAll() List.removeItemAt() List.replaceItemAt() List.rowCount List.rowHeight List.scroll List.selectable List.selectedIndex List.selectedIndices List.selectedItem List.selectedItems List.setPropertiesAt() List.sortItems() List.sortItemsBy() List.vPosition List.vScrollPolicy Chapter 28: Loader component Using the Loader component Customizing the Loader component Loader class Loader.autoLoad Loader.bytesLoaded Loader.bytesTotal Loader.complete Loader.content Loader.contentPath Loader.load() Loader.percentLoaded Loader.progress Loader.scaleContent Chapter 29: Media components Interacting with media components Understanding media components Using media components Media component parameters Creating applications with media components Customizing media components Media class Media.activePlayControl Media.addCuePoint() Media.aspectRatio Media.associateController() Media.associateDisplay() Media.autoPlay Media.autoSize Media.backgroundStyle Media.bytesLoaded Media.bytesTotal Media.change Media.click Media.complete Media.contentPath Media.controllerPolicy Media.controlPlacement Media.cuePoint Media.cuePoints Media.displayFull() Media.displayNormal() Media.getCuePoint() Media.horizontal Media.mediaType Media.pause() Media.play() Media.playheadChange Media.playheadTime Media.playing Media.preferredHeight Media.preferredWidth Media.progress Media.scrubbing Media.removeAllCuePoints() Media.removeCuePoint() Media.setMedia() Media.stop() Media.totalTime Media.volume Media.volume Chapter 30: Menu component Interacting with the Menu component Using the Menu component About menu item types About initialization object properties Menu parameters Creating an application with the Menu component Customizing the Menu component Menu class Menu.addMenuItem() Menu.addMenuItemAt() Menu.change Menu.createMenu() Menu.dataProvider Menu.getMenuItemAt() Menu.hide() Menu.indexOf() Menu.menuHide Menu.menuShow Menu.removeAll() Menu.removeMenuItem() Menu.removeMenuItemAt() Menu.rollOut Menu.rollOver Menu.setMenuItemEnabled() Menu.setMenuItemSelected() Menu.show() MenuDataProvider class MenuDataProvider.addMenuItem() MenuDataProvider.addMenuItemAt() MenuDataProvider.getMenuItemAt() MenuDataProvider.indexOf() MenuDataProvider.removeMenuItem() MenuDataProvider.removeMenuItemAt() Chapter 31: MenuBar component Interacting with the MenuBar component Using the MenuBar component Customizing the MenuBar component MenuBar class MenuBar.addMenu() MenuBar.addMenuAt() MenuBar.dataProvider MenuBar.getMenuAt() MenuBar.getMenuEnabledAt() MenuBar.labelField MenuBar.labelFunction MenuBar.removeAll() MenuBar.removeMenuAt() MenuBar.setMenuEnabledAt() Chapter 32: NumericStepper component Using the NumericStepper component Customizing the NumericStepper component NumericStepper class NumericStepper.change NumericStepper.maximum NumericStepper.minimum NumericStepper.nextValue NumericStepper.previousValue NumericStepper.stepSize NumericStepper.value Chapter 33: PopUpManager class PopUpManager.createPopUp() PopUpManager.deletePopUp() Chapter 34: ProgressBar component Using the ProgressBar component Customizing the ProgressBar component ProgressBar class ProgressBar.complete ProgressBar.conversion ProgressBar.direction ProgressBar.indeterminate ProgressBar.label ProgressBar.labelPlacement ProgressBar.maximum ProgressBar.minimum ProgressBar.mode ProgressBar.percentComplete ProgressBar.progress ProgressBar.setProgress() ProgressBar.source ProgressBar.value Chapter 35: RadioButton component Using the RadioButton component Customizing the RadioButton component RadioButton class RadioButton.click RadioButton.data RadioButton.groupName RadioButton.label RadioButton.labelPlacement RadioButton.selected RadioButton.selectedData RadioButton.selection Chapter 36: RadioButtonGroup component Chapter 37: RDBMSResolver component Using the RDBMSResolver component RDBMSResolver class RDBMSResolver.addFieldInfo() RDBMSResolver.beforeApplyUpdates RDBMSResolver.deltaPacket RDBMSResolver.fieldInfo RDBMSResolver.nullValue RDBMSResolver.reconcileResults RDBMSResolver.reconcileUpdates RDBMSResolver.tableName RDBMSResolver.updateMode RDBMSResolver.updatePacket RDBMSResolver.updateResults Chapter 38: RectBorder class Using styles with the RectBorder class Creating a custom RectBorder implementation Chapter 39: Screen class Loading external content into screens Screen class (API) Screen.allTransitionsInDone Screen.allTransitionsOutDone Screen.currentFocusedScreen Screen.getChildScreen() Screen.indexInParent Screen.mouseDown Screen.mouseDownSomewhere Screen.mouseMove Screen.mouseOut Screen.mouseOver Screen.mouseUp Screen.mouseUpSomewhere Screen.numChildScreens Screen.parentIsScreen Screen.parentScreen Screen.rootScreen Chapter 40: ScrollPane component Using the ScrollPane component Customizing the ScrollPane component ScrollPane class ScrollPane.complete ScrollPane.content ScrollPane.contentPath ScrollPane.getBytesLoaded() ScrollPane.getBytesTotal() ScrollPane.hLineScrollSize ScrollPane.hPageScrollSize ScrollPane.hPosition ScrollPane.hScrollPolicy ScrollPane.progress ScrollPane.refreshPane() ScrollPane.scroll ScrollPane.scrollDrag ScrollPane.vLineScrollSize ScrollPane.vPageScrollSize ScrollPane.vPosition ScrollPane.vScrollPolicy Chapter 41: SimpleButton class SimpleButton.click SimpleButton.emphasized SimpleButton.emphasizedStyleDeclaration SimpleButton.selected SimpleButton.toggle Chapter 42: Slide class Using the Slide class Slide class (API) Slide.autoKeyNav Slide.currentChildSlide Slide.currentFocusedSlide Slide.currentSlide Slide.defaultKeydownHandler Slide.firstSlide Slide.getChildSlide() Slide.gotoFirstSlide() Slide.gotoLastSlide() Slide.gotoNextSlide() Slide.gotoPreviousSlide() Slide.gotoSlide() Slide.hideChild Slide.indexInParentSlide Slide.lastSlide Slide.nextSlide Slide.numChildSlides Slide.overlayChildren Slide.parentIsSlide Slide.parentSlide Slide.playHidden Slide.previousSlide Slide.revealChild Slide.rootSlide Chapter 43: StyleManager class StyleManager.registerColorName() StyleManager.registerColorStyle() StyleManager.registerInheritingStyle() Chapter 44: SystemManager class SystemManager.screen Chapter 45: TextArea component Using the TextArea component Customizing the TextArea component TextArea class TextArea.change TextArea.editable TextArea.hPosition TextArea.hScrollPolicy TextArea.html TextArea.length TextArea.maxChars TextArea.maxHPosition TextArea.maxVPosition TextArea.password TextArea.restrict TextArea.scroll TextArea.styleSheet TextArea.text TextArea.vPosition TextArea.vScrollPolicy TextArea.wordWrap Chapter 46: TextInput component Using the TextInput component Customizing the TextInput component TextInput class TextInput.change TextInput.editable TextInput.enter TextInput.hPosition TextInput.length TextInput.maxChars TextInput.maxHPosition TextInput.password TextInput.restrict TextInput.text Chapter 47: TransferObject interface TransferObject.clone() TransferObject.getPropertyData() TransferObject.setPropertyData() Chapter 48: TransitionManager class Using the TransitionManager class TransitionManager class summary TransitionManager.allTransitionsInDone TransitionManager.allTransitionsOutDone TransitionManager.content TransitionManager.contentAppearance TransitionManager.start() TransitionManager.startTransition() TransitionManager.toString() Transition-based classes Chapter 49: TreeDataProvider interface TreeDataProvider.addTreeNode() TreeDataProvider.addTreeNodeAt() TreeDataProvider.attributes.data TreeDataProvider.attributes.label TreeDataProvider.getTreeNodeAt() TreeDataProvider.removeTreeNode() TreeDataProvider.removeTreeNodeAt() Chapter 50: Tree component Using the Tree component Customizing the Tree component Tree class Tree.addTreeNode() Tree.addTreeNodeAt() Tree.dataProvider Tree.firstVisibleNode Tree.getDisplayIndex() Tree.getIsBranch() Tree.getIsOpen() Tree.getNodeDisplayedAt() Tree.getTreeNodeAt() Tree.nodeClose Tree.nodeOpen Tree.refresh() Tree.removeAll() Tree.removeTreeNodeAt() Tree.selectedNode Tree.selectedNodes Tree.setIcon() Tree.setIsBranch() Tree.setIsOpen() Chapter 51: Tween class Using the Tween class Applying easing methods to components Tween.continueTo() Tween.duration Tween.fforward() Tween.finish Tween.FPS Tween.nextFrame() Tween.onMotionChanged Tween.onMotionFinished Tween.onMotionResumed Tween.onMotionStarted Tween.onMotionStopped Tween.position Tween.prevFrame() Tween.resume() Tween.rewind() Tween.start() Tween.stop() Tween.time Tween.toString() Tween.yoyo() Chapter 52: UIComponent class UIComponent class (API) UIComponent.enabled UIComponent.focusIn UIComponent.focusOut UIComponent.getFocus() UIComponent.keyDown UIComponent.keyUp UIComponent.setFocus() UIComponent.tabIndex Chapter 53: UIEventDispatcher class UIEventDispatcher.keyDown UIEventDispatcher.keyUp UIEventDispatcher.load UIEventDispatcher.mouseDown UIEventDispatcher.mouseOut UIEventDispatcher.mouseOver UIEventDispatcher.mouseUp UIEventDispatcher.removeEventListener() UIEventDispatcher.unload Chapter 54: UIObject class UIObject.bottom UIObject.createClassObject() UIObject.createLabel() UIObject.createObject() UIObject.destroyObject() UIObject.doLater() UIObject.draw UIObject.getStyle() UIObject.height UIObject.hide UIObject.invalidate() UIObject.left UIObject.load UIObject.move UIObject.move() UIObject.redraw() UIObject.resize UIObject.reveal UIObject.right UIObject.scaleX UIObject.scaleY UIObject.setSize() UIObject.setSkin() UIObject.setStyle() UIObject.top UIObject.unload UIObject.visible UIObject.width UIObject.x UIObject.y Chapter 55: UIScrollBar Component Using the UIScrollBar component Customizing the UIScrollBar component UIScrollBar class UIScrollBar.horizontal UIScrollBar.lineScrollSize UIScrollBar.pageScrollSize UIScrollBar.scroll UIScrollBar.scrollPosition UIScrollBar.setScrollProperties() UIScrollBar.setScrollTarget() UIScrollBar._targetInstanceName Chapter 56: Web service classes Making web service classes available at runtime Log class Constructor for the Log class Log.getDateString() Log.logInfo() Log.logDebug() Log.level Log.name Log.onLog() PendingCall class PendingCall.getOutputParameter() PendingCall.getOutputParameterByName() PendingCall.getOutputParameters() PendingCall.getOutputValue() PendingCall.getOutputValues() PendingCall.myCall PendingCall.onFault PendingCall.onResult PendingCall.request PendingCall.response SOAPCall class SOAPCall.concurrency SOAPCall.doDecoding SOAPCall.doLazyDecoding WebService class Supported types WebService security Constructor for the WebService class WebService.getCall() WebService.myMethodName() WebService.onFault WebService.onLoad Chapter 57: WebServiceConnector component Using the WebServiceConnector component WebServiceConnector class WebServiceConnector.multiple SimultaneousAllowed WebServiceConnector.operation WebServiceConnector.params WebServiceConnector.result WebServiceConnector.results WebServiceConnector.send WebServiceConnector.status WebServiceConnector.suppress InvalidCalls WebServiceConnector.trigger() WebServiceConnector.WSDLURL Chapter 58: Window component Using the Window component Customizing the Window component Window class Window.click Window.closeButton Window.complete Window.content Window.contentPath Window.deletePopUp() Window.mouseDownOutside Window.title Window.titleStyleDeclaration Chapter 59: XMLConnector component Using the XMLConnector component XMLConnector class XMLConnector.direction XMLConnector.ignoreWhite XMLConnector.multipleSimultaneousAllowed XMLConnector.params XMLConnector.result XMLConnector.results XMLConnector.send XMLConnector.status XMLConnector.suppressInvalidCalls XMLConnector.trigger() XMLConnector.URL Chapter 60: XPathAPI class Chapter 61: XUpdateResolver component Using the XUpdateResolver component XUpdateResolver class XUpdateResolver.beforeApplyUpdates XUpdateResolver.deltaPacket XUpdateResolver.includeDeltaPacketInfo XUpdateResolver.reconcileResults XUpdateResolver.updateResults XUpdateResolver.xupdatePacket Index

|
|
| |
|