This tutorial is to learn how to get Flash to send the Browser JavaScript commands. You will learn how Flash can be used to run JavaScript code on a HTML web page.
Communicating Between Actionscript and JSFL Adobe Flash / ActionScript
When creating Commands or Timeline Effects using the extensibility layer,it is sometimes necessary to provide some kind of user interface to allow the user to customise the functionality. JSFL has a little friend who's sole purpose is to provide an easy markup language for describing Dialog Boxes.
Do-It-Yourself Scrollbar Adobe Flash / Third Party
This tutorial was written for the Flash Designer software. This is a pretty good scrollbar for scrolling text or other objects within your Flash movie. It doesn't require too much coding and it uses simple ActionScript commands that most people learn soon after getting Flash Designer. It resizes itself automatically for the number of lines in your HTML text field.
Set Variable Action Adobe Flash / ActionScript
This is a fundamental action in actionscripting. It allows the handling of information that can be passed between variables and evaluated by actions and/or commands. A variable should be viewed as a container and the Set Variable action places something in that container.
Scrolling Text [ flash 5 ] Adobe Flash / Text Effects
Often asked is this "How to I make scrolling text in Flash?", and well there are a number of ways. However the easiest is using the built in scroll and maxscroll properties. Every text field automaticaly has these properties, and when can use simple commands in flash to controll them.