Tutorial 44: Flash Interactivity
In prior versions, Max gained access to Flash with the jit.movie object. However, Apple has removed support for Flash media from QuickTime. Users wishing to work with Flash media in Max might look at the jweb object, or 3rd party interface objects such as FLOSC. Alternatively, you might want to convert your Flash scripts to JavaScript, since the two languages are similar.
See Also
Name | Description |
---|---|
jit.movie | Play a movie |
jweb | Web browser |
js | Execute Javascript |
jsui | Javascript user interfaces and graphics |