1 .flash version=6 fps=50 name="player.swf" bbox=800x600
3 .swf filetoplay "cxform.swf"
35 .outline arrowoutline:
52 .outline pauseoutline:
66 .filled arrow_blue outline=arrowoutline fill=gblue line=3 color=blue
67 .filled arrow_green outline=arrowoutline fill=ggreen line=3 color=green
68 .filled arrow_cyan outline=arrowoutline fill=gcyan line=3 color=cyan
70 .filled stop_blue outline=stopoutline fill=gblue line=3 color=blue
71 .filled stop_green outline=stopoutline fill=ggreen line=3 color=green
72 .filled stop_cyan outline=stopoutline fill=gcyan line=3 color=cyan
74 .filled pause_blue outline=pauseoutline fill=gblue line=3 color=blue
75 .filled pause_green outline=pauseoutline fill=ggreen line=3 color=green
76 .filled pause_cyan outline=pauseoutline fill=gcyan line=3 color=cyan
79 .show arrow_blue as=area,idle scalex=-100% alpha=50%
80 .show arrow_green as=hover scalex=-100%
81 .show arrow_cyan as=pressed scalex=-100%
83 filetoplay.gotoAndStop(1);
88 .show stop_blue as=area,idle alpha=50%
89 .show stop_green as=hover alpha=50%
90 .show stop_cyan as=pressed alpha=50%
97 .show pause_blue as=area,idle alpha=50%
98 .show pause_green as=hover alpha=50%
99 .show pause_cyan as=pressed alpha=50%
106 .show arrow_blue as=area,idle alpha=50%
107 .show arrow_green as=hover alpha=50%
108 .show arrow_cyan as=pressed alpha=50%
115 .put leftbutton x=35 y=25
116 .put stopbutton x=105 y=25
117 .put pausebutton x=175 y=25
118 .put rightbutton x=245 y=25