03.05.2013 Views

FLASH® LITE™ 2.x - Adobe Help and Support

FLASH® LITE™ 2.x - Adobe Help and Support

FLASH® LITE™ 2.x - Adobe Help and Support

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Example<br />

The following example resumes the video that is playing in a Video object called video1.<br />

See also<br />

video1.resume()<br />

pause (Video.pause method), stop (Video.stop method)<br />

stop (Video.stop method)<br />

public stop() : Void<br />

Stops playback of the video <strong>and</strong> continues to render the current frame onscreen. A subsequent<br />

call to Video.resume() resumes playback from the first frame of the video.<br />

Example<br />

The following example stops the video that is playing in a Video object (called my_video)<br />

when the user clicks the close_btn instance.<br />

// video1 is the name of a Video object on Stage<br />

video1.stop();<br />

See also<br />

play (Video.play method), pause (Video.pause method), resume (Video.resume<br />

method)<br />

XML<br />

Object<br />

|<br />

+-XMLNode<br />

|<br />

+-XML<br />

public class XML<br />

extends XMLNode<br />

Use the methods <strong>and</strong> properties of the XML class to load, parse, send, build, <strong>and</strong> manipulate<br />

XML document trees.<br />

You must use the constructor new XML() to create an XML object before calling any method<br />

of the XML class.<br />

An XML document is represented in Flash by the XML class. Each element of the hierarchical<br />

document is represented by an XMLNode object.<br />

XML 675

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!