ÿþf u n c t i o n   s e t f l a s h ( w i d t h ,   h e i g h t ,   p a t h ,   b g c o l o r )   {  
 t r y   {  
 	 d o c u m e n t . w r i t e   ( ' < O B J E C T   c l a s s i d = " c l s i d : D 2 7 C D B 6 E - A E 6 D - 1 1 c f - 9 6 B 8 - 4 4 4 5 5 3 5 4 0 0 0 0 "   c o d e b a s e = " h t t p : / / d o w n l o a d . m a c r o m e d i a . c o m / p u b / s h o c k w a v e / c a b s / f l a s h / s w f l a s h . c a b # v e r s i o n = 6 , 0 , 0 , 0 "   w i d t h = " '   +   w i d t h   +   ' "   h e i g h t = " '   +   h e i g h t   +   ' " > ' ) ;  
 	 d o c u m e n t . w r i t e   ( ' < P A R A M   N A M E = " m o v i e "   V A L U E = " ' + p a t h + ' " / > ' ) ;  
 	 d o c u m e n t . w r i t e   ( ' < P A R A M   N A M E = " m e n u "   V A L U E = " f a l s e " / > ' ) ;  
 	 d o c u m e n t . w r i t e   ( ' < P A R A M   N A M E = " q u a l i t y "   V A L U E = " h i g h " / > ' ) ;  
 	 d o c u m e n t . w r i t e   ( ' < P A R A M   N A M E = " b g c o l o r "   V A L U E = " # ' + b g c o l o r + ' " / > ' ) ;  
 	 d o c u m e n t . w r i t e   ( ' < / O B J E C T > ' ) ;  
 } c a t c h ( e ) { }  
 } 
