
02.04.2008, 11:53
|
|
Регистрация: Jan 2008
Адрес: Вильнюс
Сообщений: 91
|
Flash help:
Цитата:
/**
Requires:
- FLVPlayback component on the Stage with an instance name of my_FLVPlybk
*/
import mx.video.*;
// You can change this value from 0 to 100
my_FLVPlybk.volume = 10;
my_FLVPlybk.contentPath = "http://www.helpexamples.com/flash/video/cuepoints.flv";
|
|