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.
The concept for building a vertical slider is the same, but the math is
different. When you drag the slider up, the y-axis pixel number decreases, so
the formula used to convert the y-axis to a variable for the setVolume method
needs to take this into account. The following is the formula used for a
vertical slider:
myMusic.setVolume(100-(vslidery-volCalc))
The variable "vslidery" represents the current y-axis location of the slider
(which has the movie clip instance name of "vslider"). The following is
the code for the vertical slider, this time without the "//" comments. The
movie clip "vslider" is on top of a base image movie clip called "base".