|
|
 |
DESCRIPTION |
| |
 |
|
|
You need to upgrade your Flash Player
This is replaced by the Flash content.
|
|
|
Mp3
ProgressBar component is FREE STYLE HELPER COMPONENT.
Component is made to help in creating mp3 progress bar.
You can sign actions to progress bar so when you click on
progress bar sound will start. All parameters of Mp3
ProgressBar component can be controlled thru Property Inspector,
or by Action Script. For more information's on how to
control or extend component with Action Script see Helper Components AS Help Files.
|
|
PRICE: $2.49 |
| |
|
|
| |
| PROPERTY
INSPECTOR OPTIONS |
These options are available in
property inspector.
| Properties |
Values |
Description |
| |
|
|
|
Path
to sound object
in which is sound loaded. |
| 2.
Target Movie |
_root.movie1 |
Path
to movie representing progress bar. |
| 3.
Actions Enabled |
true |
Enables/disables
actions when is pressed on progress bar. |
| 4.
Play On Action |
true |
Enables/disables
play sound when is pressed on progress bar. |
| 5.
Function On Release |
_root.releaseFunction(); |
Path
to function that is executed when is pressed on
progress bar. |
| 6.
Hand Cursor |
true |
Enables/disables
hand cursor. |
| 7.
Enabled |
true |
Enables/disables
component instance. |
| 8.
MPB ICON VISIBLE |
false |
Shows/hides
component instance icon. |
Start/stop Mp3 ProgressBar...
myButton.onPress =
function(){
componentInstance.startProgressBar();
}
If target sound object playes,
"Mp3 ProgressBar" will start automatically after 2
seconds even if function is not called. When target sound object
is stopped, the progress bar is stopped automatically.