Frame 1
function playy() {
_level0.complete.text = "FALSE";
fscommand ("Media.Type", "VIDEO");
fscommand ("Media.SelectFile", (_level0.ssStartDir + "\\") + _root.video);
fscommand ("Media.SetRepeat", _level0.repeatcount.text);
fscommand ("Media.SetPosition", "5,61");
fscommand ("Media.SetZoom", "100");
fscommand ("Media.SetNotify", "OnIndex,100,_level0.index.text");
fscommand ("Media.SetNotify", "OnComplete,,_level0.complete.text");
fscommand ("Media.Play");
}
_root.video = "video1.avi";
playy();
Instance of Symbol 25 MovieClip "seta" in Frame 1
onClipEvent (enterFrame) {
if (_root.video == "video1.avi") {
this._y = 0;
} else if (_root.video == "video2.avi") {
this._y = 30;
} else if (_root.video == "video3.avi") {
this._y = 60;
}
}
Symbol 7 Button
on (release) {
getURL ("http://www.metro.sp.gov.br/");
}
Symbol 8 Button
on (release) {
getURL ("http://www.alstom.com.br");
}
Symbol 10 Button
on (release) {
getURL ("http://wiki.projetometafora.org/");
}
Symbol 12 Button
on (release) {
getURL ("http://www.agentecidadao.org.br/");
}
Symbol 14 Button
on (release) {
getURL ("http://www.doctor-byte.com");
}
Symbol 16 Button
on (release) {
fscommand ("shellopen", "%org%\\hd.pdf");
}
Symbol 17 MovieClip Frame 1
stop();
Symbol 17 MovieClip Frame 2
stop();
Symbol 17 MovieClip Frame 3
stop();
Symbol 21 Button
on (press) {
fscommand ("Media.Stop");
_root.video = "video1.avi";
implementacoes.gotoAndStop(1);
}
on (release) {
playy();
_root.bot_play.gotoAndStop(1);
}
Symbol 22 Button
on (press) {
fscommand ("Media.Stop");
_root.video = "video2.avi";
implementacoes.gotoAndStop(2);
}
on (release) {
playy();
_root.bot_play.gotoAndStop(1);
}
Symbol 23 Button
on (press) {
fscommand ("Media.Stop");
_root.video = "video3.avi";
implementacoes.gotoAndStop(3);
}
on (release) {
playy();
_root.bot_play.gotoAndStop(1);
}