Chapter 26. Communicating between the Flash Plug-in and the Operating System
The term Flash wrapper is used loosely to describe any environment that's capable of displaying an .swf
file. The wrapper defines how Flash works with its surroundings. The Macromedia Flash browser plug-in, for example, is a Flash wrapper. A plug-in permits only limited access to the system. The Macromedia Flash Projector wrapper allows for a little bit more communication. Third-party wrappers such as Northcode (www.northcode.com
) provide robust ActionScript object additions, allowing the development of sophisticated applications capable of interacting with the system in a much more unrestricted manner. With Northcode, you can save text files, make screen grabs, play external video formats, open web pages directly within Flash, and much more. Macromedia also provides an SDK (Software Development Kit) to enable anyone to include .swf
files within larger applications built with languages such as Visual Basic.
One aspect of the Flash player that can help you create a more thorough and stable application is Flash's capability to obtain information about the system in which it is running. There are times when you may be targeting an array of devices, operating systems, and hardware where the capability to access different aspects of multimedia such as sound, video, and input devices varies from channel to channel. Ascertaining the existence of these system attributes enables you to change the behavior of your ...
Get Beginning ActionScript 2.0 now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.