Featured FLA
» Author: Bugra Ozden
» Title: Skatalog v9 - product catalog
» Description: Create your product catalog easly and publish on your website or Create your image gallery, documents list, portfolio. Fully XML Driven
» More by Bugra Ozden
Featured Site
» Posted in the Flash Kit Links section
» Title: Creative DW Image Show PRO
» Description: Creative DW Image Show PRO is a Dreamweaver extension which enables the user to create multimedia presentations. It combines the features of the popular Creative DW Image Show with the ability to add professional text effects to slides (similar to After Effects). The product is very customizable: the user can choose the duration of the transition effects, the slide motion start and end position, zoom and panning type for both images and texts.
Sound objects use either the attachSound or the loadSound method to incorporate sound into your movie. This will be explained in more detail shortly. The attachSound method has two parts: the object and the internally linked sound. When the object is called, it attaches the sound (which resides in the library) that was linked to the object when the sound object was defined. Sound objects that use the attachSound method are embed in the SWF.
Sound objects that use the loadSound method also have two parts: the object and the URL to the external sound to be loaded. When the object is called, the external sound loads into the movie. Sound objects that use the loadSound method can be loaded either as events or as streaming. Event sounds must load completely before they play, while streaming sounds begin to play as soon as enough data has loaded to start the sound.
Sound objects have methods, properties and event handlers. The following table lists these items.