View comments | RSS feed

Animated GIF

Represents an animated GIF cast member.

You can add an animated GIF cast member to a movie by using the Movie object's newMember() method.

-- Lingo syntax
_movie.newMember(#animgif)

// JavaScript syntax
_movie.newMember("animgif");

Some of the following methods or properties may apply only to sprites that are created from an animated GIF cast member.

Method summary for the Animated GIF media type

Method 
resume()
rewind() (Animated GIF, Flash)

Property summary for the Animated GIF media type

Property 
directToStage
frameRate
linked
path (Movie)
playBackMode

See also

Member


Comments


BackBayChef said on Jun 12, 2004 at 12:24 PM :
How does one set the animgif path? If I set the filename it changes the member type to a picture, and I lose the gif's animations. Some real documentation on all of these newMember functions would be great, or at least real working examples. Anyone can write _movie.newMember("animgif"); or _movie.newMember("dvd");, but actually using these members after they are created... We need more.

 

RSS feed | Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/director/mx2004/release_en/03_medi2.htm