html

  1. '' '' (string delimiter)
  2. (bitwise left shift)
  3. (bitwise right shift)
  4. (bitwise unsigned right shift)
  5. -- (decrement)
  6. (greater than)
  7. (inequality)
  8. (less than)
  9. - (minus)
  10. ! (logical NOT)
  11. != (inequality)
  12. #endinitclip
  13. #include
  14. #initclip
  15. %= (modulo assignment)
  16. & (bitwise AND)
  17. && (short-circuit AND)
  18. &= (bitwise AND assignment)
  19. () (parentheses)
  20. * (multiplication)
  21. *= (multiplication assignment)
  22. , (comma)
  23. . (dot)
  24. / (division)
  25. // (comment delimiter)
  26. /= (division assignment)
  27. ?: (conditional)
  28. [] (array access)
  29. ^(bitwise XOR)
  30. ^= (bitwise XOR assignment)
  31. _focusrect
  32. _global
  33. _highquality
  34. _level
  35. _parent
  36. _quality
  37. _root
  38. _soundbuftime
  39. {} (object initializer)
  40. | (bitwise OR)
  41. || (logical OR)
  42. |= (bitwise OR assignment)
  43. ~ (bitwise NOT)
  44. + (addition)
  45. ++ (increment)
  46. += (addition assignment)
  47. = (assignment)
  48. = (bitwise left shift and assignment)
  49. = (bitwise right shift and assignment)
  50. = (bitwise unsigned right shift and assignment)
  51. = (greater than or equal to)
  52. = (less than or equal to)
  53. -= (subtraction assignment)
  54. == (equality)
  55. === (strict equality)
  56. 00_getstarted
  57. 01_working
  58. 02_assets
  59. 03_drawing
  60. 04_color
  61. 05_import
  62. 06_sound
  63. 07_objects
  64. 08_type
  65. 09_symbols
  66. 10_animate
  67. 11_actionscripts
  68. 12_understanding
  69. 13_movieclips
  70. 14_interaction
  71. 15_components
  72. 16_integrating
  73. 17_printmovie
  74. 18_accessible
  75. 19_testing
  76. 20_publish
  77. 21_exporting
  78. 22_appendix_a
  79. 23_appendix_b
  80. 24_appendix_c
  81. 25_appendix_d
  82. 30_asd_01_overview
  83. 30_asd_02_symbols
  84. 30_asd_03_a_to_c
  85. 30_asd_04_d_to_e
  86. 30_asd_05_f
  87. 30_asd_06_g_to_l
  88. 30_asd_07_m
  89. 30_asd_08_n_to_r
  90. 30_asd_09_s
  91. 30_asd_10_t
  92. 30_asd_11_u_to_x
  93. 90cred1
  94. 90cred2
  95. About accessible objects in Flash movies
  96. About built-in objects [12_understanding57.html]
  97. About built-in objects [12_understanding58.html]
  98. About built-in objects [12_understanding59.html]
  99. About built-in objects [12_understanding60.html]
  100. About built-in objects [12_understanding61.html]
  101. About built-in objects [12_understanding62.html]
  102. About component label size and component width and height
  103. About components
  104. About custom objects [12_understanding63.html]
  105. About custom objects [12_understanding64.html]
  106. About custom objects [12_understanding65.html]
  107. About custom objects [12_understanding66.html]
  108. About data types [12_understanding20.html]
  109. About data types [12_understanding21.html]
  110. About data types [12_understanding22.html]
  111. About data types [12_understanding23.html]
  112. About data types [12_understanding24.html]
  113. About data types [12_understanding25.html]
  114. About data types [12_understanding26.html]
  115. About data types [12_understanding27.html]
  116. About embedded fonts and device fonts
  117. About export file formats
  118. About export file formats [21_exporting10.html]
  119. About export file formats [21_exporting11.html]
  120. About export file formats [21_exporting12.html]
  121. About export file formats [21_exporting13.html]
  122. About export file formats [21_exporting14.html]
  123. About export file formats [21_exporting15.html]
  124. About export file formats [21_exporting16.html]
  125. About export file formats [21_exporting17.html]
  126. About export file formats [21_exporting18.html]
  127. About export file formats [21_exporting19.html]
  128. About export file formats [21_exporting3.html]
  129. About export file formats [21_exporting4.html]
  130. About export file formats [21_exporting5.html]
  131. About export file formats [21_exporting6.html]
  132. About export file formats [21_exporting7.html]
  133. About export file formats [21_exporting8.html]
  134. About frame rates
  135. About frame-by-frame animation
  136. About HTML publishing templates
  137. About layers in animation
  138. About multiple Timelines [13_movieclips2.html]
  139. About multiple Timelines [13_movieclips3.html]
  140. About multiple Timelines [13_movieclips4.html]
  141. About multiple Timelines [13_movieclips5.html]
  142. About overlapping shapes in Flash
  143. About publishing a movie with printable frames
  144. About screen reader technology
  145. About scripting in ActionScript [12_understanding3.html]
  146. About scripting in ActionScript [12_understanding4.html]
  147. About scripting in ActionScript [12_understanding5.html]
  148. About scripting in ActionScript [12_understanding6.html]
  149. About scripting in ActionScript [12_understanding7.html]
  150. About scripting in ActionScript [12_understanding8.html]
  151. About syntax highlighting
  152. About the Macromedia Flash Accessibility Web page
  153. About the onSoundComplete event
  154. About transforming text
  155. About tweened animation
  156. About variables [12_understanding28.html]
  157. About variables [12_understanding29.html]
  158. About variables [12_understanding30.html]
  159. About variables [12_understanding31.html]
  160. About variables [12_understanding32.html]
  161. About variables [12_understanding33.html]
  162. About vector and bitmap graphics
  163. About vector and bitmap graphics [03_drawing2.html]
  164. About vector and bitmap graphics [03_drawing3.html]
  165. Accessibility (object)
  166. Accessibility.isActive
  167. Action keys
  168. ActionScript terminology
  169. add
  170. Add animation and navigation to buttons
  171. Add animation and navigation to buttons [tut_FlashIntro33.html]
  172. Add animation and navigation to buttons [tut_FlashIntro34.html]
  173. Add animation and navigation to buttons [tut_FlashIntro35.html]
  174. Add animation and navigation to buttons [tut_FlashIntro36.html]
  175. Add animation and navigation to buttons [tut_FlashIntro37.html]
  176. Add animation and navigation to buttons [tut_FlashIntro38.html]
  177. Add streaming and event sounds [tut_FlashIntro40.html]
  178. Add streaming and event sounds [tut_FlashIntro41.html]
  179. Add streaming and event sounds [tut_FlashIntro42.html]
  180. Add streaming and event sounds [tut_FlashIntro43.html]
  181. Adding a Print action
  182. Adding components to Flash documents [15_components7.html]
  183. Adding components to Flash documents [15_components8.html]
  184. Adding sounds to a movie
  185. Adding sounds to buttons
  186. Aligning objects
  187. Analyze the stiletto.fla file
  188. Analyze the stiletto.fla file [tut_FlashIntro4.html]
  189. Analyze the stiletto.fla file [tut_FlashIntro5.html]
  190. Analyze the stiletto.fla file [tut_FlashIntro6.html]
  191. Analyze the stiletto.fla file [tut_FlashIntro7.html]
  192. and
  193. Animation in Flash
  194. Application development in Flash
  195. Applying solid, gradient, and bitmap fills with the Paint Bucket tool
  196. arguments (object)
  197. arguments.callee
  198. arguments.caller
  199. arguments.length
  200. Array (object)
  201. Array.concat
  202. Array.join
  203. Array.length
  204. Array.pop
  205. Array.push
  206. Array.reverse
  207. Array.shift
  208. Array.slice
  209. Array.sort
  210. Array.sortOn
  211. Array.splice
  212. Array.toString
  213. Array.unshift
  214. Artwork in Flash
  215. asfunction
  216. Assets and asset management
  217. Assets and asset management [02_assets2.html]
  218. Assets and asset management [02_assets3.html]
  219. Assigning actions to a button
  220. Assigning actions to a frame
  221. Assigning actions to a movie clip
  222. Authoring and scripting guidelines
  223. Authoring and scripting guidelines [19_testing4.html]
  224. Authoring and scripting guidelines [19_testing5.html]
  225. Boolean (function)
  226. Boolean (object)
  227. Boolean.toString
  228. Boolean.valueOf
  229. break
  230. Breaking apart groups and objects
  231. Breaking apart instances
  232. Breaking text apart
  233. Button (object)
  234. Button._alpha
  235. Button._focusrect
  236. Button._height
  237. Button._highquality
  238. Button._name
  239. Button._parent
  240. Button._quality
  241. Button._rotation
  242. Button._soundbuftime
  243. Button._target
  244. Button._url
  245. Button._visible
  246. Button._width
  247. Button._x
  248. Button._xmouse
  249. Button._xscale
  250. Button._y
  251. Button._ymouse
  252. Button._yscale
  253. Button.enabled
  254. Button.getDepth
  255. Button.onDragOut
  256. Button.onDragOver
  257. Button.onKeyDown
  258. Button.onKeyUp
  259. Button.onKillFocus
  260. Button.onPress
  261. Button.onRelease
  262. Button.onReleaseOutside
  263. Button.onRollOut
  264. Button.onRollOver
  265. Button.onSetFocus
  266. Button.tabEnabled
  267. Button.tabIndex
  268. Button.trackAsMenu
  269. Button.useHandCursor
  270. call
  271. call function
  272. case
  273. Changing instance properties
  274. Changing instance properties [09_symbols10.html]
  275. Changing instance properties [09_symbols11.html]
  276. Changing instance properties [09_symbols12.html]
  277. Changing instance properties [09_symbols13.html]
  278. Choosing drawing settings
  279. chr
  280. clearInterval
  281. Color (object)
  282. Color.getRGB
  283. Color.getTransform
  284. Color.setRGB
  285. Color.setTransform
  286. Compressing sounds for export
  287. Compressing sounds for export [06_sound10.html]
  288. Compressing sounds for export [06_sound11.html]
  289. Compressing sounds for export [06_sound12.html]
  290. Compressing sounds for export [06_sound13.html]
  291. Compressing sounds for export [06_sound14.html]
  292. Compressing sounds for export [06_sound15.html]
  293. Configuring a server for the Flash Player
  294. Configuring a Web server for Flash
  295. Contents of the dictionary
  296. continue
  297. Control the flow of the movie [tut_ActionScript14.html]
  298. Control the flow of the movie [tut_ActionScript15.html]
  299. Controlling flow in scripts
  300. Controlling flow in scripts [12_understanding47.html]
  301. Controlling flow in scripts [12_understanding48.html]
  302. Controlling movie playback [14_interaction2.html]
  303. Controlling movie playback [14_interaction3.html]
  304. Controlling movie playback [14_interaction4.html]
  305. Controlling movie playback [14_interaction5.html]
  306. Controlling text with ActionScript [08_type19.html]
  307. Controlling text with ActionScript [08_type20.html]
  308. Controlling text with ActionScript [08_type21.html]
  309. Controlling text with ActionScript [08_type22.html]
  310. Controlling text with ActionScript [08_type23.html]
  311. Controlling text with ActionScript [08_type24.html]
  312. Copying library assets between movies
  313. Copying strokes and fills with the Eyedropper tool
  314. Create a form
  315. Create a form [tut_Components5.html]
  316. Create a form [tut_Components6.html]
  317. Create a form [tut_Components7.html]
  318. Create a form [tut_Components8.html]
  319. Create and mask vector art
  320. Create and mask vector art [tut_FlashIntro16.html]
  321. Create and mask vector art [tut_FlashIntro17.html]
  322. Create and mask vector art [tut_FlashIntro18.html]
  323. Create and mask vector art [tut_FlashIntro19.html]
  324. Create commands and reuse code
  325. Create commands and reuse code [tut_ActionScript16.html]
  326. Create commands and reuse code [tut_ActionScript17.html]
  327. Creating a new document
  328. Creating buttons
  329. Creating complex interactivity
  330. Creating complex interactivity [14_interaction10.html]
  331. Creating complex interactivity [14_interaction11.html]
  332. Creating complex interactivity [14_interaction12.html]
  333. Creating complex interactivity [14_interaction6.html]
  334. Creating complex interactivity [14_interaction7.html]
  335. Creating complex interactivity [14_interaction8.html]
  336. Creating font symbols
  337. Creating forms using components [15_components52.html]
  338. Creating forms using components [15_components53.html]
  339. Creating forms using components [15_components54.html]
  340. Creating forms using components [15_components55.html]
  341. Creating forms using components [15_components56.html]
  342. Creating forms using components [15_components57.html]
  343. Creating frame-by-frame animations
  344. Creating functions [12_understanding51.html]
  345. Creating functions [12_understanding52.html]
  346. Creating functions [12_understanding53.html]
  347. Creating functions [12_understanding54.html]
  348. Creating functions [12_understanding55.html]
  349. Creating functions [12_understanding56.html]
  350. Creating instances
  351. Creating keyframes
  352. Creating scrolling text
  353. Creating symbols
  354. Creating symbols [09_symbols3.html]
  355. Creating symbols [09_symbols4.html]
  356. Creating text
  357. CustomActions (object)
  358. CustomActions.get
  359. CustomActions.install
  360. CustomActions.list
  361. CustomActions.uninstall
  362. Customizing component colors and text [15_components43.html]
  363. Customizing component colors and text [15_components44.html]
  364. Customizing component colors and text [15_components45.html]
  365. Customizing component colors and text [15_components46.html]
  366. Customizing component skins
  367. Customizing component skins [15_components47.html]
  368. Customizing component skins [15_components48.html]
  369. Customizing component skins [15_components49.html]
  370. Customizing component skins [15_components50.html]
  371. Customizing HTML publishing templates [20_publish16.html]
  372. Customizing HTML publishing templates [20_publish17.html]
  373. Customizing HTML publishing templates [20_publish18.html]
  374. Customizing HTML publishing templates [20_publish19.html]
  375. Customizing HTML publishing templates [20_publish20.html]
  376. Customizing HTML publishing templates [20_publish21.html]
  377. Customizing keyboard shortcuts
  378. Date (object)
  379. Date.getDate
  380. Date.getDay
  381. Date.getFullYear
  382. Date.getHours
  383. Date.getMilliseconds
  384. Date.getMinutes
  385. Date.getSeconds
  386. Date.getTime
  387. Date.getTimezoneOffset
  388. Date.getUTCDate
  389. Date.getUTCDay
  390. Date.getUTCFullYear
  391. Date.getUTCHours
  392. Date.getUTCMilliseconds
  393. Date.getUTCMinutes
  394. Date.getUTCMonth
  395. Date.getUTCSeconds
  396. Date.getYear
  397. Date.setDate
  398. Date.setFullYear
  399. Date.setHours
  400. Date.setMilliseconds
  401. Date.setMinutes
  402. Date.setMonth
  403. Date.setSeconds
  404. Date.setTime
  405. Date.setUTCDate
  406. Date.setUTCFullYear
  407. Date.setUTCHours
  408. Date.setUTCMilliseconds
  409. Date.setUTCMinutes
  410. Date.setUTCMonth
  411. Date.setUTCSeconds
  412. Date.setYear
  413. Date.toString
  414. Date.UTC
  415. Deconstructing a sample script
  416. default
  417. Define properties for a new document and create a gradient background
  418. Define properties for a new document and create a gradient background [tut_FlashIntro10.html]
  419. Define properties for a new document and create a gradient background [tut_FlashIntro11.html]
  420. Define properties for a new document and create a gradient background [tut_FlashIntro12.html]
  421. Define properties for a new document and create a gradient background [tut_FlashIntro13.html]
  422. Define properties for a new document and create a gradient background [tut_FlashIntro14.html]
  423. Define properties for a new document and create a gradient background [tut_FlashIntro15.html]
  424. delete
  425. Deleting components from Flash documents
  426. Differences between ActionScript and JavaScript
  427. Display information in a dynamic text box
  428. Distributing objects to layers for tweened animation
  429. Distributing objects to layers for tweened animation [10_animate10.html]
  430. Distributing objects to layers for tweened animation [10_animate11.html]
  431. do while
  432. Drawing straight lines, ovals, and rectangles
  433. Drawing with the Pencil tool
  434. duplicateMovieClip
  435. Editing animation
  436. Editing animation [10_animate17.html]
  437. Editing animation [10_animate18.html]
  438. Editing Flash HTML settings [20_publish22.html]
  439. Editing Flash HTML settings [20_publish23.html]
  440. Editing Flash HTML settings [20_publish24.html]
  441. Editing Flash HTML settings [20_publish25.html]
  442. Editing Flash HTML settings [20_publish26.html]
  443. Editing Flash HTML settings [20_publish27.html]
  444. Editing Flash HTML settings [20_publish28.html]
  445. Editing Flash HTML settings [20_publish29.html]
  446. Editing Flash HTML settings [20_publish30.html]
  447. Editing Flash HTML settings [20_publish31.html]
  448. Editing Flash HTML settings [20_publish32.html]
  449. Editing Flash HTML settings [20_publish33.html]
  450. Editing Flash HTML settings [20_publish34.html]
  451. Editing Flash HTML settings [20_publish35.html]
  452. Editing Flash HTML settings [20_publish36.html]
  453. Editing Flash HTML settings [20_publish37.html]
  454. Editing Flash HTML settings [20_publish38.html]
  455. Editing Flash HTML settings [20_publish39.html]
  456. Editing Flash HTML settings [20_publish40.html]
  457. Editing Flash HTML settings [20_publish41.html]
  458. Editing symbols
  459. Editing text [08_type11.html]
  460. Editing text [08_type12.html]
  461. else
  462. else if
  463. Enabling, editing, and testing buttons
  464. eq (equal—string specific)
  465. Erasing
  466. escape
  467. eval
  468. evaluate
  469. Event summary for the Button object
  470. Exporting movies and images
  471. Extending still images
  472. false
  473. FCheckBox (component)
  474. FCheckBox.getEnabled
  475. FCheckBox.getLabel
  476. FCheckBox.getValue
  477. FCheckBox.registerSkinElement
  478. FCheckBox.setChangeHandler
  479. FCheckBox.setEnabled
  480. FCheckBox.setLabel
  481. FCheckBox.setLabelPlacement
  482. FCheckBox.setSize
  483. FCheckBox.setStyleProperty
  484. FCheckBox.setValue
  485. FComboBox (component)
  486. FComboBox.addItem
  487. FComboBox.addItemAt
  488. FComboBox.getEnabled
  489. FComboBox.getItemAt
  490. FComboBox.getLength
  491. FComboBox.getRowCount
  492. FComboBox.getScrollPosition
  493. FComboBox.getSelectedIndex
  494. FComboBox.getSelectedItem
  495. FComboBox.getValue
  496. FComboBox.registerSkinElement
  497. FComboBox.removeAll
  498. FComboBox.removeItemAt
  499. FComboBox.replaceItemAt
  500. FComboBox.setChangeHandler
  501. FComboBox.setDataProvider
  502. FComboBox.setEditable
  503. FComboBox.setEnabled
  504. FComboBox.setItemSymbol
  505. FComboBox.setRowCount
  506. FComboBox.setSelectedIndex
  507. FComboBox.setSize
  508. FComboBox.setStyleProperty
  509. FComboBox.setValue
  510. FComboBox.sortItemsBy
  511. Flash drawing and painting tools
  512. Flipping objects
  513. FListBox (component)
  514. FListBox.addItem
  515. FListBox.addItemAt
  516. FListBox.getEnabled
  517. FListBox.getItemAt
  518. FListBox.getLength
  519. FListBox.getRowCount
  520. FListBox.getScrollPosition
  521. FListBox.getSelectedIndex
  522. FListBox.getSelectedIndices
  523. FListBox.getSelectedItem
  524. FListBox.getSelectedItems
  525. FListBox.getSelectMultiple
  526. FListBox.getValue
  527. FListBox.registerSkinElement
  528. FListBox.removeAll
  529. FListBox.removeItemAt
  530. FListBox.replaceItemAt
  531. FListBox.setAutoHideScrollBar
  532. FListBox.setChangeHandler
  533. FListBox.setDataProvider
  534. FListBox.setEnabled
  535. FListBox.setItemSymbol
  536. FListBox.setRowCount
  537. FListBox.setScrollPosition
  538. FListBox.setSelectedIndex
  539. FListBox.setSelectedIndices
  540. FListBox.setSelectMultiple
  541. FListBox.setSize
  542. FListBox.setStyleProperty
  543. FListBox.setWidth
  544. FListBox.sortItemsBy
  545. for
  546. for..in
  547. FPushButton (component)
  548. FPushButton.getEnabled
  549. FPushButton.getLabel
  550. FPushButton.registerSkinElement
  551. FPushButton.setClickHandler
  552. FPushButton.setEnabled
  553. FPushButton.setLabel
  554. FPushButton.setSize
  555. FPushButton.setStyleProperty
  556. FRadioButton (component)
  557. FRadioButton.getData
  558. FRadioButton.getEnabled
  559. FRadioButton.getLabel
  560. FRadioButton.getState
  561. FRadioButton.getValue
  562. FRadioButton.registerSkinElement
  563. FRadioButton.setChangeHandler
  564. FRadioButton.setData
  565. FRadioButton.setEnabled
  566. FRadioButton.setGroupName
  567. FRadioButton.setLabel
  568. FRadioButton.setLabelPlacement
  569. FRadioButton.setSize
  570. FRadioButton.setState
  571. FRadioButton.setStyleProperty
  572. FRadioButton.setValue
  573. fscommand
  574. FScrollBar (component)
  575. FScrollBar.getEnabled
  576. FScrollBar.getScrollPosition
  577. FScrollBar.registerSkinElement
  578. FScrollBar.setChangeHandler
  579. FScrollBar.setEnabled
  580. FScrollBar.setHorizontal
  581. FScrollBar.setLargeScroll
  582. FScrollBar.setScrollContent
  583. FScrollBar.setScrollPosition
  584. FScrollBar.setScrollProperties
  585. FScrollBar.setScrollTarget
  586. FScrollBar.setSize
  587. FScrollBar.setSmallScroll
  588. FScrollBar.setStyleProperty
  589. FScrollPane (component)
  590. FScrollPane.getPaneHeight
  591. FScrollPane.getPaneWidth
  592. FScrollPane.getScrollContent
  593. FScrollPane.getScrollPosition
  594. FScrollPane.loadScrollContent
  595. FScrollPane.refreshPane
  596. FScrollPane.registerSkinElement
  597. FScrollPane.setDragContent
  598. FScrollPane.setHScroll
  599. FScrollPane.setScrollContent
  600. FScrollPane.setScrollPosition
  601. FScrollPane.setSize
  602. FScrollPane.setStyleProperty
  603. FScrollPane.setVScroll
  604. FStyleFormat (object)
  605. FStyleFormat.addListener
  606. FStyleFormat.applyChanges
  607. FStyleFormat.arrow
  608. FStyleFormat.background
  609. FStyleFormat.backgroundDisabled
  610. FStyleFormat.check
  611. FStyleFormat.darkshadow
  612. FStyleFormat.face
  613. FStyleFormat.foregroundDisabled
  614. FStyleFormat.highlight
  615. FStyleFormat.highlight3D
  616. FStyleFormat.radioDot
  617. FStyleFormat.removeListener
  618. FStyleFormat.scrollTrack
  619. FStyleFormat.selection
  620. FStyleFormat.selectionDisabled
  621. FStyleFormat.selectionUnfocused
  622. FStyleFormat.shadow
  623. FStyleFormat.textAlign
  624. FStyleFormat.textBold
  625. FStyleFormat.textColor
  626. FStyleFormat.textDisabled
  627. FStyleFormat.textFont
  628. FStyleFormat.textIndent
  629. FStyleFormat.textItalic
  630. FStyleFormat.textLeftMargin
  631. FStyleFormat.textRightMargin
  632. FStyleFormat.textSelected
  633. FStyleFormat.textSize
  634. FStyleFormat.textUnderline
  635. function
  636. Function (object)
  637. Function keys
  638. Function.apply
  639. Function.call
  640. Function.prototype
  641. ge (greater than or equal to—string specific)
  642. getProperty
  643. getTimer
  644. Getting information about instances on the Stage
  645. getURL
  646. getVersion
  647. globalStyleFormat
  648. gotoAndPlay
  649. gotoAndStop
  650. Grouping objects
  651. gt (greater than —string specific)
  652. Guide to instructional media
  653. Handling events with ActionScript
  654. Handling events with ActionScript [13_movieclips17.html]
  655. Handling events with ActionScript [13_movieclips18.html]
  656. Handling events with ActionScript [13_movieclips19.html]
  657. Handling events with ActionScript [13_movieclips20.html]
  658. Help Contents [cont.htm]
  659. Help Contents [cont001.htm]
  660. Help Contents [cont002.htm]
  661. Help Contents [cont003.htm]
  662. Help Contents [cont01.htm]
  663. Help Contents [cont02.htm]
  664. Help Contents [cont03.htm]
  665. Help Contents [cont04.htm]
  666. Help Contents [cont05.htm]
  667. Help Contents [cont06.htm]
  668. Help Contents [cont07.htm]
  669. Help Contents [cont08.htm]
  670. Help Contents [cont09.htm]
  671. Help Contents [cont10.htm]
  672. Help Contents [cont11.htm]
  673. Help Contents [cont12.htm]
  674. Help Contents [cont13.htm]
  675. Help Contents [cont14.htm]
  676. Help Contents [cont15.htm]
  677. Help Contents [cont16.htm]
  678. Help Contents [cont17.htm]
  679. Help Contents [cont18.htm]
  680. Help Contents [cont19.htm]
  681. Help Contents [cont20.htm]
  682. Help Contents [cont21.htm]
  683. Help Contents [cont22.htm]
  684. Help Contents [cont23.htm]
  685. Help Contents [cont24.htm]
  686. Help Contents [cont25.htm]
  687. Help Contents [cont26.htm]
  688. Help Contents [cont27.htm]
  689. Help Contents [cont28.htm]
  690. Help Contents [cont29.htm]
  691. Help Contents [cont30.htm]
  692. Help Contents [cont31.htm]
  693. Help Contents [cont32.htm]
  694. Help Contents [cont33.htm]
  695. Help Contents [cont34.htm]
  696. Help Contents [cont35.htm]
  697. Help Contents [cont36.htm]
  698. Help Contents [cont37.htm]
  699. Help Contents [cont38.htm]
  700. Help Contents [cont39.htm]
  701. Help Contents [cont40.htm]
  702. if
  703. ifFrameLoaded
  704. Importing sounds
  705. Importing video
  706. Importing video [05_import15.html]
  707. Importing video [05_import16.html]
  708. Importing video [05_import17.html]
  709. Importing video [05_import18.html]
  710. Importing video [05_import19.html]
  711. Importing video [05_import20.html]
  712. Index
  713. Index [help_index.htm]
  714. Index [help_index_A.htm]
  715. Index [help_index_all.htm]
  716. Index [help_index_B.htm]
  717. Index [help_index_C.htm]
  718. Index [help_index_D.htm]
  719. Index [help_index_E.htm]
  720. Index [help_index_F.htm]
  721. Index [help_index_G.htm]
  722. Index [help_index_H.htm]
  723. Index [help_index_I.htm]
  724. Index [help_index_J.htm]
  725. Index [help_index_K.htm]
  726. Index [help_index_L.htm]
  727. Index [help_index_M.htm]
  728. Index [help_index_N.htm]
  729. Index [help_index_O.htm]
  730. Index [help_index_P.htm]
  731. Index [help_index_Q.htm]
  732. Index [help_index_R.htm]
  733. Index [help_index_S.htm]
  734. Index [help_index_T.htm]
  735. Index [help_index_U.htm]
  736. Index [help_index_V.htm]
  737. Index [help_index_W.htm]
  738. Index [help_index_X.htm]
  739. Initialize the movie
  740. Initialize the movie [tut_ActionScript5.html]
  741. Initialize the movie [tut_ActionScript6.html]
  742. Initialize the movie [tut_ActionScript7.html]
  743. Initialize the movie [tut_ActionScript8.html]
  744. Installing Flash
  745. instanceof
  746. int
  747. Interactive movies in Flash
  748. isFinite
  749. isNaN
  750. Key (object)
  751. Key.addListener
  752. Key.BACKSPACE
  753. Key.CAPSLOCK
  754. Key.CONTROL
  755. Key.DELETEKEY
  756. Key.DOWN
  757. Key.END
  758. Key.ENTER
  759. Key.ESCAPE
  760. Key.getAscii
  761. Key.getCode
  762. Key.HOME
  763. Key.INSERT
  764. Key.isDown
  765. Key.isToggled
  766. Key.LEFT
  767. Key.onKeyDown
  768. Key.onKeyUp
  769. Key.PGDN
  770. Key.PGUP
  771. Key.removeListener
  772. Key.RIGHT
  773. Key.SHIFT
  774. Key.SPACE
  775. Key.TAB
  776. Key.UP
  777. Keys on the numeric keypad
  778. Launching Flash on a network
  779. le (less than or equal to — string specific)
  780. length
  781. Letters A to Z and standard numbers 0 to 9
  782. Linking text to a URL (horizontal text only)
  783. Load dynamic text at runtime
  784. Load dynamic text at runtime [tut_FlashIntro28.html]
  785. Load dynamic text at runtime [tut_FlashIntro29.html]
  786. Load dynamic text at runtime [tut_FlashIntro30.html]
  787. Load dynamic text at runtime [tut_FlashIntro31.html]
  788. loadMovie
  789. loadMovieNum
  790. loadVariables
  791. loadVariablesNum
  792. LoadVars (object)
  793. LoadVars.contentType
  794. LoadVars.getBytesLoaded
  795. LoadVars.getBytesTotal
  796. LoadVars.load
  797. LoadVars.loaded
  798. LoadVars.onLoad
  799. LoadVars.send
  800. LoadVars.sendAndLoad
  801. LoadVars.toString
  802. Locking a gradient or bitmap to fill the Stage
  803. lt (less than — string specific)
  804. Manipulating buttons with ActionScript
  805. Math (object)
  806. Math.abs
  807. Math.acos
  808. Math.asin
  809. Math.atan
  810. Math.atan2
  811. Math.ceil
  812. Math.cos
  813. Math.E
  814. Math.exp
  815. Math.floor
  816. Math.LN10
  817. Math.LN2
  818. Math.log
  819. Math.LOG10E
  820. Math.LOG2E
  821. Math.max
  822. Math.min
  823. Math.PI
  824. Math.pow
  825. Math.random
  826. Math.round
  827. Math.sin
  828. Math.sqrt
  829. Math.SQRT1_2
  830. Math.SQRT2
  831. Math.tan
  832. maxscroll
  833. mbchr
  834. mblength
  835. mbord
  836. mbsubstring
  837. Menu items
  838. method
  839. Modifying color palettes
  840. Modifying color palettes [04_color10.html]
  841. Modifying color palettes [04_color11.html]
  842. Modifying color palettes [04_color12.html]
  843. Modifying color palettes [04_color13.html]
  844. Modifying shapes
  845. Modifying strokes with the Ink Bottle tool
  846. Mouse (object)
  847. Mouse actions
  848. Mouse.addListener
  849. Mouse.hide
  850. Mouse.onMouseDown
  851. Mouse.onMouseMove
  852. Mouse.onMouseUp
  853. Mouse.removeListener
  854. Mouse.show
  855. MovieClip (object)
  856. MovieClip._alpha
  857. MovieClip._currentframe
  858. MovieClip._droptarget
  859. MovieClip._focusrect
  860. MovieClip._framesloaded
  861. MovieClip._height
  862. MovieClip._highquality
  863. MovieClip._name
  864. MovieClip._parent
  865. MovieClip._rotation
  866. MovieClip._soundbuftime
  867. MovieClip._target
  868. MovieClip._totalframes
  869. MovieClip._url
  870. MovieClip._visible
  871. MovieClip._width
  872. MovieClip._x
  873. MovieClip._xmouse
  874. MovieClip._xscale
  875. MovieClip._y
  876. MovieClip._ymouse
  877. MovieClip._yscale
  878. MovieClip.attachMovie
  879. MovieClip.beginFill
  880. MovieClip.beginGradientFill
  881. MovieClip.clear
  882. MovieClip.createEmptyMovieClip
  883. MovieClip.createTextField
  884. MovieClip.curveTo
  885. MovieClip.duplicateMovieClip
  886. MovieClip.enabled
  887. MovieClip.endFill
  888. MovieClip.focusEnabled
  889. MovieClip.getBounds
  890. MovieClip.getBytesLoaded
  891. MovieClip.getBytesTotal
  892. MovieClip.getDepth
  893. MovieClip.getURL
  894. MovieClip.globalToLocal
  895. MovieClip.gotoAndPlay
  896. MovieClip.gotoAndStop
  897. MovieClip.hitArea
  898. MovieClip.hitTest
  899. MovieClip.lineStyle
  900. MovieClip.lineTo
  901. MovieClip.loadMovie
  902. MovieClip.loadVariables
  903. MovieClip.localToGlobal
  904. MovieClip.moveTo
  905. MovieClip.nextFrame
  906. MovieClip.onData
  907. MovieClip.onDragOut
  908. MovieClip.onDragOver
  909. MovieClip.onEnterFrame
  910. MovieClip.onKeyDown
  911. MovieClip.onKeyUp
  912. MovieClip.onKillFocus
  913. MovieClip.onLoad
  914. MovieClip.onMouseDown
  915. MovieClip.onMouseMove
  916. MovieClip.onMouseUp
  917. MovieClip.onPress
  918. MovieClip.onRelease
  919. MovieClip.onReleaseOutside
  920. MovieClip.onRollOut
  921. MovieClip.onRollOver
  922. MovieClip.onSetFocus
  923. MovieClip.onUnload
  924. MovieClip.play
  925. MovieClip.prevFrame
  926. MovieClip.removeMovieClip
  927. MovieClip.setMask
  928. MovieClip.startDrag
  929. MovieClip.stop
  930. MovieClip.stopDrag
  931. MovieClip.swapDepths
  932. MovieClip.tabChildren
  933. MovieClip.tabEnabled
  934. MovieClip.tabIndex
  935. MovieClip.trackAsMenu
  936. MovieClip.unloadMovie
  937. MovieClip.useHandCursor
  938. Moving, copying, and deleting objects [07_objects10.html]
  939. Moving, copying, and deleting objects [07_objects11.html]
  940. Moving, copying, and deleting objects [07_objects12.html]
  941. Moving, copying, and deleting objects [07_objects13.html]
  942. Moving, copying, and deleting objects [07_objects8.html]
  943. Moving, copying, and deleting objects [07_objects9.html]
  944. NaN
  945. navigation
  946. Navigation keys
  947. ne (not equal — string specific)
  948. new
  949. newline
  950. nextFrame
  951. nextScene
  952. not
  953. null
  954. Number (function)
  955. Number (object)
  956. Number.MAX_VALUE
  957. Number.MIN_VALUE
  958. Number.NaN
  959. Number.NEGATIVE_INFINITY
  960. Number.POSITIVE_INFINITY
  961. Number.toString
  962. Number.valueOf
  963. Object (object)
  964. Object.__proto__
  965. Object.addProperty
  966. Object.registerClass
  967. Object.toString
  968. Object.unwatch
  969. Object.valueOf
  970. Object.watch
  971. on
  972. onClipEvent
  973. Optimizing movies
  974. or
  975. ord
  976. Organize your Library panel
  977. Other keys
  978. Painting with the Brush tool
  979. Panels and the Property inspector
  980. Panels and the Property inspector [02_assets5.html]
  981. Panels and the Property inspector [02_assets6.html]
  982. parseFloat
  983. parseInt
  984. Placing artwork into Flash [05_import2.html]
  985. Placing artwork into Flash [05_import3.html]
  986. Placing artwork into Flash [05_import4.html]
  987. Placing artwork into Flash [05_import5.html]
  988. Placing artwork into Flash [05_import6.html]
  989. Placing artwork into Flash [05_import7.html]
  990. play
  991. Playing your Flash movies
  992. prevFrame
  993. Previewing and testing movies [01_working29.html]
  994. Previewing and testing movies [01_working30.html]
  995. Previewing and testing movies [01_working31.html]
  996. Previewing and testing movies [01_working32.html]
  997. Previewing the publishing format and settings
  998. prevScene
  999. print
  1000. printAsBitmap
  1001. printAsBitmapNum
  1002. Printing Flash documents as you edit
  1003. Printing from the Flash Player
  1004. Printing from the Flash Player [17_printmovie2.html]
  1005. Printing from the Flash Player [17_printmovie3.html]
  1006. Printing from the Flash Player [17_printmovie4.html]
  1007. Printing from the Flash Player [17_printmovie5.html]
  1008. Printing from the Flash Player [17_printmovie6.html]
  1009. Printing from the Flash Player [17_printmovie7.html]
  1010. Printing from the Flash Player context menu
  1011. printNum
  1012. Property summary for the FStyleFormat object
  1013. Publishing Flash documents
  1014. Publishing Flash documents [20_publish10.html]
  1015. Publishing Flash documents [20_publish11.html]
  1016. Publishing Flash documents [20_publish12.html]
  1017. Publishing Flash documents [20_publish13.html]
  1018. Publishing Flash documents [20_publish14.html]
  1019. Publishing Flash documents [20_publish8.html]
  1020. random
  1021. removeMovieClip
  1022. Representations of animations in the Timeline
  1023. Reshaping lines and shape outlines [03_drawing16.html]
  1024. Reshaping lines and shape outlines [03_drawing17.html]
  1025. Reshaping lines and shape outlines [03_drawing18.html]
  1026. Reshaping lines and shape outlines [03_drawing19.html]
  1027. Resolving conflicts between library assets
  1028. Restoring transformed objects
  1029. return
  1030. Sample entry for most ActionScript elements
  1031. Sample entry for objects and components
  1032. Save and retrieve information [tut_ActionScript10.html]
  1033. Save and retrieve information [tut_ActionScript11.html]
  1034. Saving Flash documents
  1035. Screening traffic to your Web site
  1036. scroll
  1037. Selecting objects
  1038. Selecting objects [07_objects2.html]
  1039. Selecting objects [07_objects3.html]
  1040. Selecting objects [07_objects4.html]
  1041. Selecting objects [07_objects5.html]
  1042. Selection (object)
  1043. Selection.addListener
  1044. Selection.getBeginIndex
  1045. Selection.getCaretIndex
  1046. Selection.getEndIndex
  1047. Selection.getFocus
  1048. Selection.onSetFocus
  1049. Selection.removeListener
  1050. Selection.setFocus
  1051. Selection.setSelection
  1052. Sending and loading variables to and from a remote source
  1053. Sending and loading variables to and from a remote source [16_integrating10.html]
  1054. Sending and loading variables to and from a remote source [16_integrating2.html]
  1055. Sending and loading variables to and from a remote source [16_integrating3.html]
  1056. Sending and loading variables to and from a remote source [16_integrating4.html]
  1057. Sending and loading variables to and from a remote source [16_integrating5.html]
  1058. Sending and loading variables to and from a remote source [16_integrating6.html]
  1059. Sending and loading variables to and from a remote source [16_integrating7.html]
  1060. Sending and loading variables to and from a remote source [16_integrating8.html]
  1061. Sending messages to and from the Flash Player
  1062. Sending messages to and from the Flash Player [16_integrating11.html]
  1063. Sending messages to and from the Flash Player [16_integrating12.html]
  1064. set variable
  1065. setInterval
  1066. setProperty
  1067. Setting Actions panel preferences
  1068. Setting preferences in Flash
  1069. Setting text attributes [08_type4.html]
  1070. Setting text attributes [08_type5.html]
  1071. Setting text attributes [08_type6.html]
  1072. Setting text attributes [08_type7.html]
  1073. Setting text attributes [08_type8.html]
  1074. Setting text attributes [08_type9.html]
  1075. Snapping
  1076. Snapping [03_drawing22.html]
  1077. Snapping [03_drawing23.html]
  1078. Sound (object)
  1079. Sound.attachSound
  1080. Sound.duration
  1081. Sound.getBytesLoaded
  1082. Sound.getBytesTotal
  1083. Sound.getPan
  1084. Sound.getTransform
  1085. Sound.getVolume
  1086. Sound.loadSound
  1087. Sound.onLoad
  1088. Sound.onSoundComplete
  1089. Sound.position
  1090. Sound.setPan
  1091. Sound.setTransform
  1092. Sound.setVolume
  1093. Sound.start
  1094. Sound.stop
  1095. Specifying advanced accessibility options
  1096. Specifying advanced accessibility options [18_accessible10.html]
  1097. Specifying advanced accessibility options [18_accessible11.html]
  1098. Specifying advanced accessibility options [18_accessible12.html]
  1099. Specifying advanced accessibility options [18_accessible13.html]
  1100. Specifying basic accessibility
  1101. Specifying basic accessibility [18_accessible6.html]
  1102. Specifying basic accessibility [18_accessible7.html]
  1103. Speeding up movie display
  1104. splashscreen
  1105. Stacking objects
  1106. Stage (object)
  1107. Stage.addListener
  1108. Stage.align
  1109. Stage.height
  1110. Stage.onResize
  1111. Stage.removeListener
  1112. Stage.scaleMode
  1113. Stage.width
  1114. startDrag
  1115. Starting and stopping sounds at keyframes
  1116. stop
  1117. stopAllSounds
  1118. stopDrag
  1119. String (function)
  1120. String (object)
  1121. String.charAt
  1122. String.charCodeAt
  1123. String.concat
  1124. String.fromCharCode
  1125. String.indexOf
  1126. String.lastIndexOf
  1127. String.length
  1128. String.slice
  1129. String.split
  1130. String.substr
  1131. String.substring
  1132. String.toLowerCase
  1133. String.toUpperCase
  1134. Substituting missing fonts
  1135. Substituting missing fonts [08_type16.html]
  1136. Substituting missing fonts [08_type17.html]
  1137. substring
  1138. Suggestions for creating effective accessibility
  1139. super
  1140. Supported configurations
  1141. switch
  1142. System (object)
  1143. System requirements for Flash authoring
  1144. System requirements for the Flash Player
  1145. System.capabilities (object)
  1146. System.capabilities.hasAccessibility
  1147. System.capabilities.hasAudio
  1148. System.capabilities.hasAudioEncoder
  1149. System.capabilities.hasMP3
  1150. System.capabilities.hasVideoEncoder
  1151. System.capabilities.language
  1152. System.capabilities.manufacturer
  1153. System.capabilities.os
  1154. System.capabilities.pixelAspectRatio
  1155. System.capabilities.screenColor
  1156. System.capabilities.screenDPI
  1157. System.capabilities.screenResolution.x
  1158. System.capabilities.screenResolution.y
  1159. System.capabilities.version
  1160. targetPath
  1161. tellTarget
  1162. Test download performance and publish the movie
  1163. Test download performance and publish the movie [tut_FlashIntro45.html]
  1164. Test download performance and publish the movie [tut_FlashIntro46.html]
  1165. Test the movie
  1166. Testing accessible content
  1167. Testing movie download performance
  1168. TextField (object)
  1169. TextField._alpha
  1170. TextField._focusrect
  1171. TextField._height
  1172. TextField._highquality
  1173. TextField._name
  1174. TextField._parent
  1175. TextField._quality
  1176. TextField._rotation
  1177. TextField._soundbuftime
  1178. TextField._target
  1179. TextField._url
  1180. TextField._visible
  1181. TextField._width
  1182. TextField._x
  1183. TextField._xmouse
  1184. TextField._xscale
  1185. TextField._y
  1186. TextField._ymouse
  1187. TextField._yscale
  1188. TextField.addListener
  1189. TextField.autoSize
  1190. TextField.background
  1191. TextField.backgroundColor
  1192. TextField.border
  1193. TextField.borderColor
  1194. TextField.bottomScroll
  1195. TextField.embedFonts
  1196. TextField.getDepth
  1197. TextField.getFontList
  1198. TextField.getNewTextFormat
  1199. TextField.getTextFormat
  1200. TextField.hscroll
  1201. TextField.html
  1202. TextField.htmlText
  1203. TextField.length
  1204. TextField.maxChars
  1205. TextField.maxhscroll
  1206. TextField.maxscroll
  1207. TextField.multiline
  1208. TextField.onChanged
  1209. TextField.onKillFocus
  1210. TextField.onScroller
  1211. TextField.onSetFocus
  1212. TextField.password
  1213. TextField.removeListener
  1214. TextField.removeTextField
  1215. TextField.replaceSel
  1216. TextField.restrict
  1217. TextField.scroll
  1218. TextField.selectable
  1219. TextField.setNewTextFormat
  1220. TextField.setTextFormat
  1221. TextField.tabEnabled
  1222. TextField.tabIndex
  1223. TextField.text
  1224. TextField.textColor
  1225. TextField.textHeight
  1226. TextField.textWidth
  1227. TextField.type
  1228. TextField.variable
  1229. TextField.wordWrap
  1230. TextFormat (object)
  1231. TextFormat.align
  1232. TextFormat.blockIndent
  1233. TextFormat.bold
  1234. TextFormat.bullet
  1235. TextFormat.color
  1236. TextFormat.font
  1237. TextFormat.getTextExtent
  1238. TextFormat.indent
  1239. TextFormat.italic
  1240. TextFormat.leading
  1241. TextFormat.leftMargin
  1242. TextFormat.rightMargin
  1243. TextFormat.size
  1244. TextFormat.tabStops
  1245. TextFormat.target
  1246. TextFormat.underline
  1247. TextFormat.url
  1248. The CheckBox component [15_components11.html]
  1249. The CheckBox component [15_components12.html]
  1250. The CheckBox component [15_components13.html]
  1251. The CheckBox component [15_components14.html]
  1252. The ComboBox component [15_components15.html]
  1253. The ComboBox component [15_components16.html]
  1254. The ComboBox component [15_components17.html]
  1255. The ComboBox component [15_components18.html]
  1256. The ListBox component [15_components19.html]
  1257. The ListBox component [15_components20.html]
  1258. The ListBox component [15_components21.html]
  1259. The ListBox component [15_components22.html]
  1260. The next steps
  1261. The next steps [tut_ActionScript21.html]
  1262. The next steps [tut_Components10.html]
  1263. The PushButton component [15_components23.html]
  1264. The PushButton component [15_components24.html]
  1265. The PushButton component [15_components25.html]
  1266. The PushButton component [15_components26.html]
  1267. The RadioButton component [15_components27.html]
  1268. The RadioButton component [15_components28.html]
  1269. The RadioButton component [15_components29.html]
  1270. The RadioButton component [15_components30.html]
  1271. The ScrollBar component
  1272. The ScrollBar component [15_components31.html]
  1273. The ScrollBar component [15_components32.html]
  1274. The ScrollBar component [15_components33.html]
  1275. The ScrollBar component [15_components34.html]
  1276. The ScrollPane component [15_components36.html]
  1277. The ScrollPane component [15_components37.html]
  1278. The ScrollPane component [15_components38.html]
  1279. The ScrollPane component [15_components39.html]
  1280. The Stage and workspace
  1281. The Stage and workspace [01_working6.html]
  1282. The Stage and workspace [01_working7.html]
  1283. this
  1284. toggleHighQuality
  1285. trace
  1286. Transforming gradient and bitmap fills
  1287. Transforming objects [07_objects15.html]
  1288. Transforming objects [07_objects16.html]
  1289. Transforming objects [07_objects17.html]
  1290. Transforming objects [07_objects18.html]
  1291. Transforming objects [07_objects19.html]
  1292. Transforming objects [07_objects20.html]
  1293. Transforming objects [07_objects21.html]
  1294. Transforming objects [07_objects22.html]
  1295. true
  1296. tut_ActionScript
  1297. tut_Components
  1298. tut_FlashIntro
  1299. Tween bitmap effects within a movie clip
  1300. Tween bitmap effects within a movie clip [tut_FlashIntro21.html]
  1301. Tween bitmap effects within a movie clip [tut_FlashIntro22.html]
  1302. Tween bitmap effects within a movie clip [tut_FlashIntro23.html]
  1303. Tween bitmap effects within a movie clip [tut_FlashIntro24.html]
  1304. Tween bitmap effects within a movie clip [tut_FlashIntro25.html]
  1305. Tween bitmap effects within a movie clip [tut_FlashIntro26.html]
  1306. Tweening instances, groups, and type
  1307. Tweening motion along a path
  1308. Tweening shapes
  1309. typeof
  1310. Types of components [tut_Components2.html]
  1311. Types of components [tut_Components3.html]
  1312. Types of symbol behavior
  1313. undefined
  1314. unescape
  1315. Unicode text encoding in Flash movies
  1316. Unicode text encoding in Flash movies [20_publish3.html]
  1317. Unicode text encoding in Flash movies [20_publish4.html]
  1318. Unicode text encoding in Flash movies [20_publish5.html]
  1319. Unicode text encoding in Flash movies [20_publish6.html]
  1320. unloadMovie
  1321. unloadMovieNum
  1322. updateAfterEvent
  1323. Updating Flash movies for Dreamweaver UltraDev
  1324. Use a built-in object
  1325. Using actions
  1326. Using actions and methods to control movie clips
  1327. Using actions and methods to control movie clips [13_movieclips10.html]
  1328. Using actions and methods to control movie clips [13_movieclips11.html]
  1329. Using actions and methods to control movie clips [13_movieclips12.html]
  1330. Using actions and methods to control movie clips [13_movieclips13.html]
  1331. Using actions and methods to control movie clips [13_movieclips14.html]
  1332. Using actions and methods to control movie clips [13_movieclips15.html]
  1333. Using actions and methods to control movie clips [13_movieclips16.html]
  1334. Using actions and methods to control movie clips [13_movieclips6.html]
  1335. Using actions and methods to control movie clips [13_movieclips7.html]
  1336. Using actions and methods to control movie clips [13_movieclips8.html]
  1337. Using ActionScript syntax
  1338. Using ActionScript syntax [12_understanding11.html]
  1339. Using ActionScript syntax [12_understanding12.html]
  1340. Using ActionScript syntax [12_understanding13.html]
  1341. Using ActionScript syntax [12_understanding14.html]
  1342. Using ActionScript syntax [12_understanding15.html]
  1343. Using ActionScript syntax [12_understanding16.html]
  1344. Using ActionScript syntax [12_understanding17.html]
  1345. Using ActionScript syntax [12_understanding18.html]
  1346. Using an external text editor
  1347. Using built-in functions
  1348. Using code hints
  1349. Using context menus
  1350. Using Flash MX ActionScript with older versions of Flash
  1351. Using Flash MX ActionScript with older versions of Flash [12_understanding67.html]
  1352. Using Flash MX ActionScript with older versions of Flash [12_understanding68.html]
  1353. Using Flash MX ActionScript with older versions of Flash [12_understanding69.html]
  1354. Using Flash MX ActionScript with older versions of Flash [12_understanding70.html]
  1355. Using frames and keyframes
  1356. Using frames and keyframes [01_working18.html]
  1357. Using frames and keyframes [01_working19.html]
  1358. Using frames and keyframes [01_working20.html]
  1359. Using frames and keyframes [01_working21.html]
  1360. Using layers [01_working23.html]
  1361. Using layers [01_working24.html]
  1362. Using layers [01_working25.html]
  1363. Using layers [01_working26.html]
  1364. Using layers [01_working27.html]
  1365. Using layers [01_working28.html]
  1366. Using mask layers
  1367. Using operators to manipulate values in expressions
  1368. Using operators to manipulate values in expressions [12_understanding34.html]
  1369. Using operators to manipulate values in expressions [12_understanding35.html]
  1370. Using operators to manipulate values in expressions [12_understanding36.html]
  1371. Using operators to manipulate values in expressions [12_understanding37.html]
  1372. Using operators to manipulate values in expressions [12_understanding38.html]
  1373. Using operators to manipulate values in expressions [12_understanding39.html]
  1374. Using operators to manipulate values in expressions [12_understanding40.html]
  1375. Using operators to manipulate values in expressions [12_understanding41.html]
  1376. Using operators to manipulate values in expressions [12_understanding42.html]
  1377. Using operators to manipulate values in expressions [12_understanding43.html]
  1378. Using scenes and the Scene panel
  1379. Using shape hints
  1380. Using shared library assets
  1381. Using shared library assets [09_symbols18.html]
  1382. Using shared library assets [09_symbols19.html]
  1383. Using sounds with Sound objects
  1384. Using the Actions panel
  1385. Using the Actions panel [11_actionscripts2.html]
  1386. Using the Actions panel [11_actionscripts3.html]
  1387. Using the Actions panel [11_actionscripts4.html]
  1388. Using the Actions panel [11_actionscripts5.html]
  1389. Using the Debugger
  1390. Using the Debugger [19_testing10.html]
  1391. Using the Debugger [19_testing11.html]
  1392. Using the Debugger [19_testing12.html]
  1393. Using the Debugger [19_testing13.html]
  1394. Using the Debugger [19_testing7.html]
  1395. Using the Debugger [19_testing8.html]
  1396. Using the library [02_assets10.html]
  1397. Using the library [02_assets11.html]
  1398. Using the library [02_assets12.html]
  1399. Using the library [02_assets13.html]
  1400. Using the library [02_assets14.html]
  1401. Using the library [02_assets15.html]
  1402. Using the library [02_assets16.html]
  1403. Using the library [02_assets17.html]
  1404. Using the library [02_assets18.html]
  1405. Using the library [02_assets19.html]
  1406. Using the Movie Explorer
  1407. Using the Output window [19_testing14.html]
  1408. Using the Output window [19_testing15.html]
  1409. Using the Output window [19_testing16.html]
  1410. Using the Output window [19_testing17.html]
  1411. Using the Pen tool [03_drawing10.html]
  1412. Using the Pen tool [03_drawing11.html]
  1413. Using the Pen tool [03_drawing12.html]
  1414. Using the Pen tool [03_drawing13.html]
  1415. Using the Pen tool [03_drawing14.html]
  1416. Using the Pen tool [03_drawing9.html]
  1417. Using the Property inspector to change document attributes
  1418. Using the sound-editing controls
  1419. Using the stand-alone player
  1420. Using the Stroke Color and Fill Color controls in the Property inspector
  1421. Using the Stroke Color and Fill Color controls in the toolbox
  1422. Using the Timeline [01_working14.html]
  1423. Using the Timeline [01_working15.html]
  1424. Using the Timeline [01_working16.html]
  1425. Using the Timeline [01_working17.html]
  1426. Using the toolbox
  1427. var
  1428. View a completed movie
  1429. View a completed movie [tut_ActionScript2.html]
  1430. View a completed movie [tut_ActionScript3.html]
  1431. View the completed form
  1432. View the completed movie
  1433. void
  1434. What you should know
  1435. What's New
  1436. What's new in Flash MX
  1437. while
  1438. with
  1439. Working with components in Flash MX
  1440. Working with components in Flash MX [15_components2.html]
  1441. Working with components in Flash MX [15_components3.html]
  1442. Working with components in Flash MX [15_components4.html]
  1443. Working with components in Flash MX [15_components5.html]
  1444. Working with imported bitmaps
  1445. Working with imported bitmaps [05_import10.html]
  1446. Working with imported bitmaps [05_import11.html]
  1447. Working with imported bitmaps [05_import12.html]
  1448. Working with imported bitmaps [05_import13.html]
  1449. Working with imported bitmaps [05_import14.html]
  1450. Working with imported bitmaps [05_import8.html]
  1451. Working with solid colors and gradient fills in the Color Mixer
  1452. Write an expression
  1453. Writing a target path
  1454. Writing change handler functions for components
  1455. Writing change handler functions for components [15_components40.html]
  1456. Writing change handler functions for components [15_components41.html]
  1457. XML (object)
  1458. XML.appendChild
  1459. XML.attributes
  1460. XML.childNodes
  1461. XML.cloneNode
  1462. XML.contentType
  1463. XML.createElement
  1464. XML.createTextNode
  1465. XML.docTypeDecl
  1466. XML.firstChild
  1467. XML.getBytesLoaded
  1468. XML.getBytesTotal
  1469. XML.hasChildNodes
  1470. XML.ignoreWhite
  1471. XML.insertBefore
  1472. XML.lastChild
  1473. XML.load
  1474. XML.loaded
  1475. XML.nextSibling
  1476. XML.nodeName
  1477. XML.nodeType
  1478. XML.nodeValue
  1479. XML.onData
  1480. XML.onLoad
  1481. XML.parentNode
  1482. XML.parseXML
  1483. XML.previousSibling
  1484. XML.removeNode
  1485. XML.send
  1486. XML.sendAndLoad
  1487. XML.status
  1488. XML.toString
  1489. XML.xmlDecl
  1490. XMLSocket (object)
  1491. XMLSocket.close
  1492. XMLSocket.connect
  1493. XMLSocket.onClose
  1494. XMLSocket.onConnect
  1495. XMLSocket.onData
  1496. XMLSocket.onXML
  1497. XMLSocket.send

Copyright © 1999-2007 Labs.Net.Cn ®. All rights reserved.