With the release of Flash MX 2004, a new arena was opened up for Flash Programmers called the Flash Javascript API. The programmers can now extend the Flash authoring environment itself to execute customized tasks making life much easier.
Flash, Javascript, and the FSCommand Adobe Flash / Interactivity
You can do a lot of great work in Flash, and it is a much richer and more dynamic media than straight HTML. However, there are still things that you can do in HTML and JavaScript that you can't do with just Flash. That being said, you can integrate HTML, JavaScript and Flash to create a great user experience. This tutorial will explain how to call JavaScript functions from within Flash to perform functions that Flash cannot do alone.
Introduction background animation Adobe Flash / Animation
Read this tutorial and see how to create introduction background animation in flash 8. You can use this animation like flash introduction for some web site.
JavaScript Pop-up windows (no external scripts) in Flash - a definitive guide Adobe Flash / Dynamic Content
This tutorial describes a method of using JavaScript within your Flash movie without using any external JavaScript in the html your movie is embedded in. For the example we are going to be creating pop-up windows. This tutorial starts off with the basic method involved then goes into some more advanced effects. And finally finishes off by describing how to dynamically update the movie located in your pop-up with JavaScript from your parent movie.
Detecting The Flash Plugin Without JS Adobe Flash / Utilities
Originally, to detect the Flash Plugin, it took complex JavaScript which took ages to code. This didn't always work because not all browsers are JavaScript enabled. This tutorial explores a way to detect if someone viewing a webpage has the plugin, using Flash itself.
Getting Started in Flash 5 Adobe Flash / Getting Started
There are two types of people that will be reading this tutorial. Those that have used flash 4 and those that have just bought their copy of Flash 5 and have absolutely no idea about anything but are keen to learn. If you fit latter category, you are in the right place! If you have used Flash 4 then you best introduction to Flash 5 is the Flash 5 tour.
The Drawing API Adobe Flash / ActionScript
Using the drawing API is not the easiest thing in the world, but once you get the hang of it, you can produce very easily lots of cool all-code movies.
FS Commands Adobe Flash / ActionScript
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.
Drawing Spider Web Using API Adobe Flash / ActionScript
The main purpose of this tutorial is not to show you how to make the spider out of its web, but to explain how to use API (Application Programming Interface) drawing to draw the web figure.