Combined Code
frame 1 {
if (!flix_player/:started) {
flix_player/:started = '1';
flix_player/:playing = '1';
}
}
movieClip 2 {
}
movieClip 4 {
}
movieClip 5 {
}
frame 1 {
name = 'Blank (Screen Saver)';
type = 'FLIX_PLAYER_1';
author = 'Wildform';
url = 'http://www.wildform.com';
notes = 'Sample Flix Player Skin';
video_hanchor = 'none';
video_vanchor = 'none';
play_controls_hanchor = 'right';
play_controls_vanchor = 'bottom';
sound_controls_hanchor = 'left';
sound_controls_vanchor = 'bottom';
video_progress_hanchor = 'none';
video_progress_vanchor = 'bottom';
logo_1_hanchor = 'left';
logo_1_vanchor = 'top';
frame_min_width = '0';
frame_min_height = '0';
}
frame 1 {
WF_DONE = '0';
}
frame 520 {
stop();
tellTarget ('flix_player/play_controls/play_pause') {
gotoAndStop(2);
}
tellTarget ('flix_player/play_controls/play_pause') {
gotoAndStop(2);
}
flix_player/:playing = '0';
}
frame 521 {
tellTarget ('flix_player/play_controls/play_pause') {
gotoAndStop(2);
}
flix_player/:playing = '0';
}