Query: swf::sound
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
.::SWF::Sound(3pm) User Contributed Perl Documentation .::SWF::Sound(3pm)NAMESWF::Sound - SWF Sound classSYNOPSISuse SWF::Sound; $sound = new SWF::Sound("test.mp3"); # also via SWF::SoundStream: $sstr = new SWF::SoundStream("test.mp3"); $sound = new SWF::Sound($sstr); # $movie->startSound($sound);DESCRIPTIONSWF::Sound is a helper class useful for making noise of every kind...METHODS$sound = new SWF::Sound($filename, [$flags]) $sound = new SWF::Sound($soundstream) Both types of constructor method are creating a Sound object. The first one uses a filename (e.g. of mp3 file), the second one is operating on an already created SWF::SoundStream object. The first constructor type also accepts flags for file description, SWF_SOUND_MP3_COMPRESSED is one of them. More flags are part of SWF::Constant class. The created object can be used for example as parameter in SWF::Movie's startSound() method.AUTHORdevelopers of ming.sourceforge.net, Albrecht KleineSEE ALSOSWF, SWF:: Movie, SWF::MovieClip, SWF::Button, SWF::SoundInstance, SWF::SoundStream, SWF::Constants perl v5.14.2 2011-10-26 .::SWF::Sound(3pm)
Related Man Pages |
---|
gif2swf(1) - debian |
swf::constants(3pm) - debian |
swf::bitmap(3pm) - debian |
swf::movie(3pm) - debian |
swf::movieclip(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
How can I do this in VI editor? |
Is UNIX an open source OS ? |
Find columns in a file based on header and print to new file |
Weird 'find' results |
New UNIX and Linux History Sections |