þÿ / /   R I C H   M E D I A   P R O J E C T   :   M I N I   P H P   F L V   F U L L S C R E E N   P L A Y E R   &   M E D I A   L I S T   / /   D E T E C T   F L A S H   P L A Y E R   V E R S I O N   F O R   F U L L S C R E E N   E X P E R I E N C E   ( f r o m   F l a s h   P l a y e r   v 9 . 0 . 2 8 )     d e t e c t F l a s h P l a y e r = t r u e ;   / /   f u l l S c r e e n F u n c t i o n   :   i f   f a l s e ,   f u l l s c r e e n   m o d e   i s   n o t   a v a i l a b l e  f u l l S c r e e n F u n c t i o n = t r u e ;    / /   P H P   S C R I P T   P A T H     / /   P a t h   o f   t h e   P H P   p r o v i d e r   s c r i p t   r e l a t i v e   t o   t h e   " p l a y e r . s w f "   f i l e   o r   a b s o l u t e   ( m o v i e s   s h o u l d   b e   l o c a t e d   i n   t h e   s a m e   f o l d e r )  p h p P a t h = " . . / m o v i e s / f l v p r o v i d e r . p h p " ;   / /   B E H A V I O U R S  b u f f e r T i m e = 1 ;  a u t o S t a r t = t r u e ;  v o l u m e = 1 0 0 ;  / /   e n d B e h a v i o u r   :   b e h a v i o u r   w h e n   t h e   m o v i e   e n d s .   L i s t _ N e x t M e d i a   :   p l a y   n e x t   m e d i a   i n   t h e   l i s t .  / /   e n d B e h a v i o u r = " S t o p "   |   e n d B e h a v i o u r = " L o o p "   |   e n d B e h a v i o u r = " L i s t _ N e x t M e d i a "  e n d B e h a v i o u r = " L i s t _ N e x t M e d i a " ;  / /   e n d F u l l S c r e e n B a c k T o N o r m a l   :   i f   t r u e ,   g e t   b a c k   t o   n o r m a l   m o d e   w h e n   t h e   m o v i e   e n d s   i n   f u l l s c r e e n   m o d e  e n d F u l l S c r e e n B a c k T o N o r m a l = f a l s e ;  / /   e n d J a v a s c r i p t F u n c t i o n   :   a   j a v a s c r i p t   f u n c t i o n   t h a t   w i l l   b e   c a l l e d   a t   t h e   e n d   o f   t h e   m o v i e  e n d J a v a s c r i p t F u n c t i o n = " " ;    / /   B A N D W I D T H   D E T E C T O R  / /   S e t   d i f f e r e n t V e r s i o n s   t o   t r u e   t o   e n a b l e   b a n d w i d t h   d e t e c t i o n  / /   I f   d i f f e r e n t V e r s i o n s = f a l s e   u p l o a d   a   s i n g l e   v e r s i o n   o f   a   m o v i e   o n   y o u r   s e r v e r   :   [ m o v i e N a m e ] . f l v  / /   i f   d i f f e r e n t V e r s i o n s = t r u e   u p l o a d   t h r e e   d i f f e r e n t   v e r s i o n s   o f   a   m o v i e   o n   y o u r   s e r v e r   :  / /   [ m o v i e N a m e ] [ v e r s i o n _ h i _ e x t e n s i o n ] . f l v  / /   [ m o v i e N a m e ] [ v e r s i o n _ m e d i u m _ e x t e n s i o n ] . f l v  / /   [ m o v i e N a m e ] [ v e r s i o n _ l o w _ e x t e n s i o n ] . f l v   d i f f e r e n t V e r s i o n s = t r u e ;  v e r s i o n _ h i _ v a l u e = 1 0 0 0 ;  v e r s i o n _ m e d i u m _ v a l u e = 5 0 0 ;  v e r s i o n _ l o w _ v a l u e = 1 5 0 ;  v e r s i o n _ h i _ e x t e n s i o n = " _ 1 0 0 0 " ;  v e r s i o n _ m e d i u m _ e x t e n s i o n = " _ 5 0 0 " ;  v e r s i o n _ l o w _ e x t e n s i o n = " _ 1 5 0 " ;    / /   P L A Y E R ' S   P R O P E R T I E S   / /   S I Z E   A N D   C O L O R S  p l a y e r W i d t h = 7 5 0 ;  p l a y e r H e i g h t = 4 2 5 ;  / /   a u t o S i z e = " M o v i e "   |   a u t o S i z e = " o n " ;  a u t o S i z e = " M o v i e " ;  / /   I f   a u t o S i z e = " O f f " ,   y o u   c a n   d e f i n e   b l a c k b o r d e r s  / /   Y o u   c a n   u s e   n e g a t i v e   v a l u e s   t o   z o o m   i n t o   t h e   m o v i e  b l a c k B o r d e r W i d t h = 0 ;  b l a c k B o r d e r H e i g h t = 0 ;  p l a y e r C o l o r = " # F F F F F F " ;  b a r C o l o r = " # F F F F F F " ;  p l a y b a r C o l o r = " # D D D E E E " ;  s c r e e n B o r d e r = f a l s e ;  s c r e e n B o r d e r C o l o r = " # F F F F F F " ;  b u t t o n s C o l o r = " # 3 3 3 3 3 3 " ;  t i m e C o l o r = " # 3 3 3 3 3 3 " ;  b a c k g r o u n d C o l o r = " # F F F F F F " ;  b a c k g r o u n d A l p h a = 1 0 0 ;  c o n t r o l s Y = 1 0 ;   / /   C O N T R O L S   P O S I T I O N   A N D   C O L O R S   i n   F U L L S C R E E N   M O D E  / /   C o n t r o l s Y F u l l S c r e e n ,   y   p o s i t i o n   f r o m   t h e   b o t t o m   o f   t h e   s c r e e n  c o n t r o l s Y F u l l S c r e e n = 8 0 ;  p l a y e r C o l o r F u l l S c r e e n = " # F F F F F F " ;  b a r C o l o r F u l l S c r e e n = " # F F F F F F " ;  p l a y b a r C o l o r F u l l S c r e e n = " # D D D E E E " ;  b u t t o n s C o l o r F u l l S c r e e n = " # 3 3 3 3 3 3 " ;  t i m e C o l o r F u l l S c r e e n = " # 3 3 3 3 3 3 " ;  b a c k g r o u n d C o l o r F u l l S c r e e n = " # 0 0 0 0 0 0 " ;  b a c k g r o u n d A l p h a F u l l S c r e e n = 1 0 0 ;    / /   C O N T R O L S  / /   c o n t r o l s = " H i d e "   |   c o n t r o l s = " A u t o h i d e "   |   c o n t r o l s = " S h o w "  c o n t r o l s = " S h o w " ;  s t o p B u t t o n = t r u e ;  s t o p B u t t o n F i r s t = t r u e ;  l i s t B u t t o n s = t r u e ;  r e w i n d F a s t F o r w a r d B u t t o n s = t r u e ;  / /   r w _ f f _ i n t e r v a l   i n   s e c o n d s  r w _ f f _ i n t e r v a l = 4 ;  v o l u m e S l i d e r = t r u e ;  s h o w T i m e c o d e = t r u e ;  c o n t r o l s B a r P r e s s = t r u e ;  / /   t i m e F o r m a t = " m m : s s "   |   t i m e F o r m a t = " h h : m m : s s "   |   t i m e F o r m a t = " m m : s s | d u r a t i o n "   |   t i m e F o r m a t = " h h : m m : s s | d u r a t i o n "  t i m e F o r m a t = " m m : s s | d u r a t i o n " ;  / /   d o u b l e C l i c k L i s t e n e r   t o   g o   F u l l s c r e e n  d o u b l e C l i c k L i s t e n e r = t r u e ;    / /   B U F F E R   M E S S A G E  b u f f e r M e s s a g e = t r u e ;  b u f f e r T e x t = " b u f f e r i n g " ;  b u f f e r T e x t B a c k g r o u n d C o l o r = " # 9 9 3 3 3 3 " ;  b u f f e r T e x t B a c k g r o u n d A l p h a = 4 0 ;  b u f f e r T e x t C o l o r = " # F F F F F F " ;  / /   b u f f e r T e x t P o s i t i o n = " U p p e r   R i g h t "   |   b u f f e r T e x t P o s i t i o n = " U p p e r   L e f t "   |   b u f f e r T e x t P o s i t i o n = " L o w e r   R i g h t "   |   b u f f e r T e x t P o s i t i o n = " L o w e r   L e f t "   |   b u f f e r T e x t P o s i t i o n = " C e n t e r "  b u f f e r T e x t P o s i t i o n = " U p p e r   L e f t " ;    / /   L O G O  l o g o = f a l s e ;  / /   l o g o   c a n   b e   a   j p g   o r   a   s w f  l o g o P a t h = " l o g o . j p g " ;  / /   l o g o P o s i t i o n = " U p p e r   R i g h t "   |   l o g o P o s i t i o n = " U p p e r   L e f t "   |   l o g o P o s i t i o n = " L o w e r   R i g h t "   |   l o g o P o s i t i o n = " L o w e r   L e f t "  l o g o P o s i t i o n = " U p p e r   R i g h t " ;  l o g o A l p h a = 5 0 ;  l o g o _ x = 1 0 ;  l o g o _ y = 1 0 ;   / /   C O M M E R C I A L   M E S S A G E  / /   c o m m e r c i a l M e s s a g e = " C o m m e r c i a l T e x t + M o v i e N a m e "   |   c o m m e r c i a l M e s s a g e = " C o m m e r c i a l T e x t "  c o m m e r c i a l M e s s a g e = " C o m m e r c i a l T e x t   a n d   M o v i e N a m e " ;  c o m m e r c i a l T e x t = " C o m i n g   n e x t   :   " ;  c o m m e r c i a l T e x t C o l o r = " # F F F F F F " ;  c o m m e r c i a l T e x t B o l d = t r u e ;    / /   S U B T I T L E S   s u b t i t l e X M L = " " ;  / /   s u b V i s i b l e   a t   s t a r t  s u b V i s i b l e = t r u e ;  s u b B u t t o n = f a l s e ;  s u b B u t t o n O f f C o l o r = " # C C C C C C " ;  s u b C o l o r = " # F F F F F F " ;  s u b B a c k g r o u n d = t r u e ;  s u b B a c k g r o u n d C o l o r = " # 3 3 3 3 3 3 " ;  s u b B a c k g r o u n d A l p h a = 4 0 ;  s u b F o n t S i z e = 1 4 ;  a u t o h i d e S u b B a c k g r o u n d = f a l s e ;  / /   s u b A l i g n = " l e f t "   |   s u b A l i g n = " c e n t e r "   |   s u b A l i g n = " r i g h t "  s u b A l i g n = " c e n t e r " ;  b l a n k L i n e L i s t M o d e = 2 ;   / /   S U B T I T L E S   I N   F U L L S C R E E N   M O D E  s u b C o l o r F u l l S c r e e n = " # F F F F F F " ;  s u b B a c k g r o u n d F u l l S c r e e n = f a l s e ;  s u b B a c k g r o u n d C o l o r F u l l S c r e e n = " # 9 9 3 3 3 3 " ;  s u b B a c k g r o u n d A l p h a F u l l S c r e e n = 4 0 ;  s u b F o n t S i z e F u l l S c r e e n = 2 0 ;  a u t o h i d e S u b B a c k g r o u n d F u l l S c r e e n = f a l s e ;  / /   s u b A l i g n F u l l S c r e e n = " l e f t "   |   s u b A l i g n F u l l S c r e e n = " c e n t e r "   |   s u b A l i g n F u l l S c r e e n = " r i g h t "  s u b A l i g n F u l l S c r e e n = " c e n t e r " ;  b l a n k L i n e F u l l S c r e e n = 2 ;    / /   L I S T ' S   P R O P E R T I E S  / /   S e t   l i s t M e d i a   t o   t r u e   t o   g i v e   a c c e s s   t o   t h e   m e d i a   l i s t   i n   n o r m a l   m o d e  l i s t M e d i a = t r u e ;  / /   l i s t X M L   i s   t h e   p a t h   o f   t h e   a b s o l u t e   o r   r e l a t i v e   p a t h   t o   M e d i a   L i s t   X M L   f i l e  l i s t X M L = " x m l / l i s t . x m l " ;  s h o w L i s t A t S t a r t = t r u e ;  s h o w L i s t I n F u l l S c r e e n M o d e = t r u e ;  / /   s t a r t A c t i o n = " W a i t   f o r   c l i c k "   |   s t a r t A c t i o n = " P l a y   f i r s t   m e d i a "  s t a r t A c t i o n = " P l a y   f i r s t   m e d i a " ;  / /   e n d A c t i o n = " L o o p   l i s t "   |   e n d A c t i o n = " R e l o a d   l i s t "   |   e n d A c t i o n = " S t o p "    e n d A c t i o n = " S t o p " ;  l i s t W i d t h = 1 8 0 ;  / /   l i s t S p a c e   :   s p a c e   b e t w e e n   m o v i e ' s   b o r d e r   a n d   p l a y e r ' s   b o r d e r   i n   l i s t   m o d e .  l i s t S p a c e = 2 0 ;  c e l l H e i g h t = 9 0 ;  p i c t u r e W i d t h = 7 0 ;  p i c t u r e H e i g h t = 5 0 ;  s h o w D e s c r i p t i o n = t r u e ;  s h o w P i c t u r e = t r u e ;  t e x t F o n t S i z e = 1 0 ;  t i t l e F o n t S i z e = 1 1 ;  t i t l e B o l d = t r u e ;  b l a n k L i n e A f t e r T i t l e = t r u e ;  t e x t C o l o r = " # 9 9 9 9 9 9 " ;  t i t l e C o l o r = " # 9 9 9 9 9 9 " ;  s e l e c t C o l o r = " # C C C C C C " ;  s e l e c t A l p h a = 6 0 ;  f o c u s C o l o r = " # C C C C C C " ;  f o c u s A l p h a = 4 0 ;  l i s t B u t t o n s C o l o r = " # F F F F F F " ;  l i s t B a r C o l o r = " # 8 A 9 3 A 4 " ;  s k i n C o l o r = " # 9 9 9 9 9 9 " ;  l i s t B a c k g r o u n d C o l o r = " # F F F F F F " ;  l i s t B a c k g r o u n d A l p h a = 1 0 0 ;  b o r d e r C o l o r = " # C C C C C C " ;  / /   s p a c e B P   :   s p a c e   B e f o r e   P i c t u r e   |   s p a c e B T   :   s p a c e   B e f o r e   T e x t   |   s p a c e A T   :   s p a c e   A f t e r   T e x t   |   s p a c e T T   :   s p a c e   T o p   T e x t  s p a c e B P = 6 ;  s p a c e B T = 8 ;  s p a c e A T = 8 ;  s p a c e T T = 1 0 ;  s c r o l l L i s t e n e r = t r u e ;  s c r o l l S i z e = 3 5 ;    / /   P O P   U P   W I N D O W S   / /   D e t e c t   F l a s h   P l a y e r   P o p   U p  / /   D e t e c t   F l a s h   P l a y e r   T e x t = [ d e t e c t P o p U p T e x t 1 ] + [ v e r s i o n N u m b e r ] + [ d e t e c t P o p U p T e x t 2 ]  / /   Y o u   c a n   u s e   H T M L   t a g s   d e t e c t P o p U p T i t l e = " A d o b e   F l a s h   P l a y e r   V e r s i o n " ;  d e t e c t P o p U p T e x t 1 = " Y o u   h a v e   F l a s h   P l a y e r < b r > v e r s i o n   " ;  d e t e c t P o p U p T e x t 2 = "   i n s t a l l e d . < b r > < b r > E n j o y   a   f u l l s c r e e n < b r > e x p e r i e n c e   w i t h   t h e   n e w   F l a s h   P l a y e r . " ;  d e t e c t P o p U p B u t t o n 1 = " G e t   F l a s h " ;  d e t e c t P o p U p B u t t o n 2 = " C o n t i n u e " ;   / /   D e t e c t   B a n d w i d t h   P o p   U p  / /   D e t e c t   B a n d w i d t h   R e s u l t   T e x t = [ b a n d w i d t h D e t e c t P o p U p T e x t 2 ] + [ b a n d w i d t h ] + "   k b p s "   d i s p l a y B a n d w i d t h D e t e c t P o p U p = t r u e ;  b a n d w i d t h D e t e c t P o p U p T i t l e = " S p e e d   D e t e c t o r " ;  b a n d w i d t h D e t e c t P o p U p T e x t 1 = " D e t e c t i n g   B a n d w i d t h < b r > P l e a s e   w a i t . . . " ;  b a n d w i d t h D e t e c t P o p U p T e x t 2 = " Y o u r   B a n d w i d t h   : < b r > "   / /   L o a d i n g   M o v i e   P o p   U p 	  d i s p l a y L o a d i n g M o v i e P o p U p = t r u e ;  l o a d i n g M o v i e P o p U p T i t l e = " L o a d i n g . . . " ;  l o a d i n g M o v i e P o p U p T e x t = " L o a d i n g   M o v i e < b r > P l e a s e   w a i t . . . "   / /   S e l e c t   B a n d w i d t h   P o p   U p  / /   S e l e c t   B a n d w i d t h   T e x t = [ b a n d w i d t h S e l e c t P o p U p T e x t 1 ] + [ b a n d w i d t h T e x t F o r X X X B a n d w i d t h ] + [ b a n d w i d t h S e l e c t P o p U p T e x t 2 ] + [ v e r s i o n _ X X X _ v a l u e ] + [ b a n d w i d t h S e l e c t P o p U p T e x t 3 ]   b a n d w i d t h S e l e c t P o p U p T i t l e = " B a n d w i d t h   S e l e c t o r " ;  b a n d w i d t h S e l e c t P o p U p B u t t o n 1 = " L o w " ;  b a n d w i d t h S e l e c t P o p U p B u t t o n 2 = " M e d i u m " ;  b a n d w i d t h S e l e c t P o p U p B u t t o n 3 = " H i " ;   b a n d w i d t h T e x t F o r L o w B a n d w i d t h = " L o w " ;  b a n d w i d t h T e x t F o r M e d i u m B a n d w i d t h = " M e d i u m " ;  b a n d w i d t h T e x t F o r H i B a n d w i d t h = " H i " ;   b a n d w i d t h S e l e c t P o p U p T e x t 1 = " " ;  b a n d w i d t h S e l e c t P o p U p T e x t 2 = "   b a n d w i d t h   i s   s e l e c t e d   : < b r > " ;  b a n d w i d t h S e l e c t P o p U p T e x t 3 = "   k b p s   m o v i e . < b r > < b r > P l e a s e   s e l e c t   t h e   d e s i r e d < b r > b a n d w i d t h   : " ;     / / S W F   P A T H   &   S I Z E   &   B A C K G R O U N D   C O L O R   / /   s w f P a t h   :   p a t h   o f   t h e   s w f   t h a t   c o n t a i n s   t h e   p l a y e r   w i t h o u t   s w f   e x t e n s i o n  s w f P a t h = " s w f / m e d i a " ;  / /   s w f   I D   :   n a m e   o f   y o u r   F l a s h   O b j e c t  s w f I D = " m e d i a " ;  / /   s p e e d C l i p P a t h   :   p a t h   o f   t h e   s w f   t h a t   c o n t a i n s   t h e   s p e e d   d e t e c t o r   c l i p   w i t h o u t   s w f   e x t e n s i o n  s p e e d C l i p P a t h = " s w f / s p e e d C l i p " ;  s w f W i d t h = p l a y e r W i d t h ;  s w f H e i g h t = p l a y e r H e i g h t + c o n t r o l s Y + 1 ;  s w f B a c k g r o u n d C o l o r = " # F F F F F F " ;    / /   O B J E C T   B U I L D E R   :   D O   N O T   M O D I F Y   T H I S   S C R I P T   v a r   i s I E     =   ( n a v i g a t o r . a p p V e r s i o n . i n d e x O f ( " M S I E " )   ! =   - 1 )   ?   t r u e   :   f a l s e ;  v a r   i s W i n   =   ( n a v i g a t o r . a p p V e r s i o n . t o L o w e r C a s e ( ) . i n d e x O f ( " w i n " )   ! =   - 1 )   ?   t r u e   :   f a l s e ;  v a r   i s O p e r a   =   ( n a v i g a t o r . u s e r A g e n t . i n d e x O f ( " O p e r a " )   ! =   - 1 )   ?   t r u e   :   f a l s e ;   f u n c t i o n   A C _ A d d E x t e n s i o n ( s r c ,   e x t )  {      i f   ( s r c . i n d e x O f ( ' ? ' )   ! =   - 1 )          r e t u r n   s r c . r e p l a c e ( / \ ? / ,   e x t + ' ? ' ) ;        e l s e          r e t u r n   s r c   +   e x t ;  }   f u n c t i o n   A C _ G e n e r a t e o b j ( o b j A t t r s ,   p a r a m s ,   e m b e d A t t r s )    {            v a r   s t r   =   ' ' ;          i f   ( i s I E   & &   i s W i n   & &   ! i s O p e r a )          {      	 	 s t r   + =   ' < o b j e c t   ' ;      	 	 f o r   ( v a r   i   i n   o b j A t t r s )      	 	 	 s t r   + =   i   +   ' = " '   +   o b j A t t r s [ i ]   +   ' "   ' ;      	 	 f o r   ( v a r   i   i n   p a r a m s )      	 	 	 s t r   + =   ' > < p a r a m   n a m e = " '   +   i   +   ' "   v a l u e = " '   +   p a r a m s [ i ]   +   ' "   / >   ' ;      	 	 s t r   + =   ' > < / o b j e c t > ' ;          }   e l s e   {      	 	 s t r   + =   ' < e m b e d   ' ;      	 	 f o r   ( v a r   i   i n   e m b e d A t t r s )      	 	 	 s t r   + =   i   +   ' = " '   +   e m b e d A t t r s [ i ]   +   ' "   ' ;      	 	 s t r   + =   ' >   < / e m b e d > ' ;          }           d o c u m e n t . w r i t e ( s t r ) ;  }   f u n c t i o n   A C _ F L _ R u n C o n t e n t ( ) {      v a r   r e t   =            A C _ G e t A r g s          (     a r g u m e n t s ,   " . s w f " ,   " m o v i e " ,   " 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 "            ,   " a p p l i c a t i o n / x - s h o c k w a v e - f l a s h "          ) ;      A C _ G e n e r a t e o b j ( r e t . o b j A t t r s ,   r e t . p a r a m s ,   r e t . e m b e d A t t r s ) ;  }   f u n c t i o n   A C _ G e t A r g s ( a r g s ,   e x t ,   s r c P a r a m N a m e ,   c l a s s i d ,   m i m e T y p e ) {      v a r   r e t   =   n e w   O b j e c t ( ) ;      r e t . e m b e d A t t r s   =   n e w   O b j e c t ( ) ;      r e t . p a r a m s   =   n e w   O b j e c t ( ) ;      r e t . o b j A t t r s   =   n e w   O b j e c t ( ) ;      f o r   ( v a r   i = 0 ;   i   <   a r g s . l e n g t h ;   i = i + 2 ) {          v a r   c u r r A r g   =   a r g s [ i ] . t o L o w e r C a s e ( ) ;                   s w i t c h   ( c u r r A r g ) { 	              c a s e   " c l a s s i d " :                  b r e a k ;              c a s e   " p l u g i n s p a g e " :                  r e t . e m b e d A t t r s [ a r g s [ i ] ]   =   a r g s [ i + 1 ] ;                  b r e a k ;              c a s e   " s r c " :              c a s e   " m o v i e " : 	                  a r g s [ i + 1 ]   =   A C _ A d d E x t e n s i o n ( a r g s [ i + 1 ] ,   e x t ) ;                  r e t . e m b e d A t t r s [ " s r c " ]   =   a r g s [ i + 1 ] ;                  r e t . p a r a m s [ s r c P a r a m N a m e ]   =   a r g s [ i + 1 ] ;                  b r e a k ;              c a s e   " o n a f t e r u p d a t e " :              c a s e   " o n b e f o r e u p d a t e " :              c a s e   " o n b l u r " :              c a s e   " o n c e l l c h a n g e " :              c a s e   " o n c l i c k " :              c a s e   " o n d b l C l i c k " :              c a s e   " o n d r a g " :              c a s e   " o n d r a g e n d " :              c a s e   " o n d r a g e n t e r " :              c a s e   " o n d r a g l e a v e " :              c a s e   " o n d r a g o v e r " :              c a s e   " o n d r o p " :              c a s e   " o n f i n i s h " :              c a s e   " o n f o c u s " :              c a s e   " o n h e l p " :              c a s e   " o n m o u s e d o w n " :              c a s e   " o n m o u s e u p " :              c a s e   " o n m o u s e o v e r " :              c a s e   " o n m o u s e m o v e " :              c a s e   " o n m o u s e o u t " :              c a s e   " o n k e y p r e s s " :              c a s e   " o n k e y d o w n " :              c a s e   " o n k e y u p " :              c a s e   " o n l o a d " :              c a s e   " o n l o s e c a p t u r e " :              c a s e   " o n p r o p e r t y c h a n g e " :              c a s e   " o n r e a d y s t a t e c h a n g e " :              c a s e   " o n r o w s d e l e t e " :              c a s e   " o n r o w e n t e r " :              c a s e   " o n r o w e x i t " :              c a s e   " o n r o w s i n s e r t e d " :              c a s e   " o n s t a r t " :              c a s e   " o n s c r o l l " :              c a s e   " o n b e f o r e e d i t f o c u s " :              c a s e   " o n a c t i v a t e " :              c a s e   " o n b e f o r e d e a c t i v a t e " :              c a s e   " o n d e a c t i v a t e " :              c a s e   " t y p e " :              c a s e   " c o d e b a s e " :              c a s e   " i d " :                  r e t . o b j A t t r s [ a r g s [ i ] ]   =   a r g s [ i + 1 ] ;                  b r e a k ;              c a s e   " w i d t h " :              c a s e   " h e i g h t " :              c a s e   " a l i g n " :              c a s e   " v s p a c e " :                c a s e   " h s p a c e " :              c a s e   " c l a s s " :              c a s e   " t i t l e " :              c a s e   " a c c e s s k e y " :              c a s e   " n a m e " :              c a s e   " t a b i n d e x " :                  r e t . e m b e d A t t r s [ a r g s [ i ] ]   =   r e t . o b j A t t r s [ a r g s [ i ] ]   =   a r g s [ i + 1 ] ;                  b r e a k ;              d e f a u l t :                  r e t . e m b e d A t t r s [ a r g s [ i ] ]   =   r e t . p a r a m s [ a r g s [ i ] ]   =   a r g s [ i + 1 ] ;          }      }      r e t . o b j A t t r s [ " c l a s s i d " ]   =   c l a s s i d ;      i f   ( m i m e T y p e )   r e t . e m b e d A t t r s [ " t y p e " ]   =   m i m e T y p e ;      r e t u r n   r e t ;  }    f u n c t i o n   c r e a t e O b j e c t ( )   {   A C _ F L _ R u n C o n t e n t (  	 	 	 " s r c " ,   s w f P a t h ,  	 	 	 " F l a s h V a r s " ,   " v e r s i o n _ h i _ v a l u e = " + v e r s i o n _ h i _ v a l u e + ' & v e r s i o n _ m e d i u m _ v a l u e = ' + v e r s i o n _ m e d i u m _ v a l u e + ' & v e r s i o n _ l o w _ v a l u e = ' + v e r s i o n _ l o w _ v a l u e + ' & v e r s i o n _ h i _ e x t e n s i o n = ' + v e r s i o n _ h i _ e x t e n s i o n + ' & v e r s i o n _ m e d i u m _ e x t e n s i o n = ' + v e r s i o n _ m e d i u m _ e x t e n s i o n + ' & v e r s i o n _ l o w _ e x t e n s i o n = ' + v e r s i o n _ l o w _ e x t e n s i o n + ' & d e t e c t F l a s h P l a y e r = ' + d e t e c t F l a s h P l a y e r + ' & p h p P a t h = ' + p h p P a t h + ' & d i f f e r e n t V e r s i o n s = ' + d i f f e r e n t V e r s i o n s + ' & s u b t i t l e X M L = ' + s u b t i t l e X M L + ' & a u t o S i z e = ' + a u t o S i z e + ' & p l a y e r W i d t h = ' + p l a y e r W i d t h + ' & p l a y e r H e i g h t = ' + p l a y e r H e i g h t + ' & b u f f e r T i m e = ' + b u f f e r T i m e + ' & a u t o S t a r t = ' + a u t o S t a r t + ' & e n d B e h a v i o u r = ' + e n d B e h a v i o u r + ' & c o n t r o l s = ' + c o n t r o l s + ' & s c r e e n B o r d e r = ' + s c r e e n B o r d e r + ' & c o n t r o l s Y = ' + c o n t r o l s Y + ' & s t o p B u t t o n = ' + s t o p B u t t o n + ' & r e w i n d F a s t F o r w a r d B u t t o n s = ' + r e w i n d F a s t F o r w a r d B u t t o n s + ' & s u b B u t t o n = ' + s u b B u t t o n + ' & v o l u m e S l i d e r = ' + v o l u m e S l i d e r + ' & p l a y e r C o l o r = ' + p l a y e r C o l o r + ' & p l a y b a r C o l o r = ' + p l a y b a r C o l o r + ' & t i m e C o l o r = ' + t i m e C o l o r + ' & b a r C o l o r = ' + b a r C o l o r + ' & b u t t o n s C o l o r = ' + b u t t o n s C o l o r + ' & s c r e e n B o r d e r C o l o r = ' + s c r e e n B o r d e r C o l o r + ' & s u b C o l o r = ' + s u b C o l o r + ' & s u b B u t t o n O f f C o l o r = ' + s u b B u t t o n O f f C o l o r + ' & s u b B a c k g r o u n d C o l o r = ' + s u b B a c k g r o u n d C o l o r + ' & s u b B a c k g r o u n d A l p h a = ' + s u b B a c k g r o u n d A l p h a + ' & b a c k g r o u n d C o l o r = ' + b a c k g r o u n d C o l o r + ' & b a c k g r o u n d A l p h a = ' + b a c k g r o u n d A l p h a + ' & s u b B a c k g r o u n d = ' + s u b B a c k g r o u n d + ' & s u b V i s i b l e = ' + s u b V i s i b l e + ' & s u b F o n t S i z e = ' + s u b F o n t S i z e + ' & a u t o h i d e S u b B a c k g r o u n d = ' + a u t o h i d e S u b B a c k g r o u n d + ' & v o l u m e = ' + v o l u m e + ' & c o m m e r c i a l M e s s a g e = ' + c o m m e r c i a l M e s s a g e + ' & c o m m e r c i a l T e x t = ' + c o m m e r c i a l T e x t + ' & c o m m e r c i a l T e x t C o l o r = ' + c o m m e r c i a l T e x t C o l o r + ' & c o m m e r c i a l T e x t B o l d = ' + c o m m e r c i a l T e x t B o l d + ' & b u f f e r T e x t B a c k g r o u n d C o l o r = ' + b u f f e r T e x t B a c k g r o u n d C o l o r + ' & b u f f e r T e x t B a c k g r o u n d A l p h a = ' + b u f f e r T e x t B a c k g r o u n d A l p h a + ' & b u f f e r T e x t C o l o r = ' + b u f f e r T e x t C o l o r + ' & b u f f e r T e x t P o s i t i o n = ' + b u f f e r T e x t P o s i t i o n + ' & b u f f e r T e x t = ' + b u f f e r T e x t + ' & t i m e F o r m a t = ' + t i m e F o r m a t + ' & l o g o = ' + l o g o + ' & l o g o P a t h = ' + l o g o P a t h + ' & l o g o P o s i t i o n = ' + l o g o P o s i t i o n + ' & l o g o A l p h a = ' + l o g o A l p h a + ' & l o g o _ x = ' + l o g o _ x + ' & l o g o _ y = ' + l o g o _ y + ' & c o n t r o l s B a r P r e s s = ' + c o n t r o l s B a r P r e s s + ' & b u f f e r M e s s a g e = ' + b u f f e r M e s s a g e + ' & s h o w T i m e c o d e = ' + s h o w T i m e c o d e + ' & s u b A l i g n = ' + s u b A l i g n + ' & r w _ f f _ i n t e r v a l = ' + r w _ f f _ i n t e r v a l + ' & s t o p B u t t o n F i r s t = ' + s t o p B u t t o n F i r s t + ' & d e t e c t P o p U p T i t l e = ' + d e t e c t P o p U p T i t l e + ' & d e t e c t P o p U p T e x t 1 = ' + d e t e c t P o p U p T e x t 1 + ' & d e t e c t P o p U p T e x t 2 = ' + d e t e c t P o p U p T e x t 2 + ' & d e t e c t P o p U p B u t t o n 1 = ' + d e t e c t P o p U p B u t t o n 1 + ' & d e t e c t P o p U p B u t t o n 2 = ' + d e t e c t P o p U p B u t t o n 2 + ' & b a n d w i d t h D e t e c t P o p U p T i t l e = ' + b a n d w i d t h D e t e c t P o p U p T i t l e + ' & b a n d w i d t h D e t e c t P o p U p T e x t 1 = ' + b a n d w i d t h D e t e c t P o p U p T e x t 1 + ' & b a n d w i d t h D e t e c t P o p U p T e x t 2 = ' + b a n d w i d t h D e t e c t P o p U p T e x t 2 + ' & b a n d w i d t h S e l e c t P o p U p T i t l e = ' + b a n d w i d t h S e l e c t P o p U p T i t l e + ' & b a n d w i d t h S e l e c t P o p U p B u t t o n 1 = ' + b a n d w i d t h S e l e c t P o p U p B u t t o n 1 + ' & b a n d w i d t h S e l e c t P o p U p B u t t o n 2 = ' + b a n d w i d t h S e l e c t P o p U p B u t t o n 2 + ' & b a n d w i d t h S e l e c t P o p U p B u t t o n 3 = ' + b a n d w i d t h S e l e c t P o p U p B u t t o n 3 + ' & b a n d w i d t h T e x t F o r L o w B a n d w i d t h = ' + b a n d w i d t h T e x t F o r L o w B a n d w i d t h + ' & b a n d w i d t h T e x t F o r M e d i u m B a n d w i d t h = ' + b a n d w i d t h T e x t F o r M e d i u m B a n d w i d t h + ' & b a n d w i d t h T e x t F o r H i B a n d w i d t h = ' + b a n d w i d t h T e x t F o r H i B a n d w i d t h + ' & b a n d w i d t h S e l e c t P o p U p T e x t 1 = ' + b a n d w i d t h S e l e c t P o p U p T e x t 1 + ' & b a n d w i d t h S e l e c t P o p U p T e x t 2 = ' + b a n d w i d t h S e l e c t P o p U p T e x t 2 + ' & b a n d w i d t h S e l e c t P o p U p T e x t 3 = ' + b a n d w i d t h S e l e c t P o p U p T e x t 3 + ' & p l a y e r C o l o r F u l l S c r e e n = ' + p l a y e r C o l o r F u l l S c r e e n + ' & b a r C o l o r F u l l S c r e e n = ' + b a r C o l o r F u l l S c r e e n + ' & p l a y b a r C o l o r F u l l S c r e e n = ' + p l a y b a r C o l o r F u l l S c r e e n + ' & b u t t o n s C o l o r F u l l S c r e e n = ' + b u t t o n s C o l o r F u l l S c r e e n + ' & t i m e C o l o r F u l l S c r e e n = ' + t i m e C o l o r F u l l S c r e e n + ' & b a c k g r o u n d C o l o r F u l l S c r e e n = ' + b a c k g r o u n d C o l o r F u l l S c r e e n + ' & b a c k g r o u n d A l p h a F u l l S c r e e n = ' + b a c k g r o u n d A l p h a F u l l S c r e e n + ' & b l a n k L i n e F u l l S c r e e n = ' + b l a n k L i n e F u l l S c r e e n + ' & c o n t r o l s Y F u l l S c r e e n = ' + c o n t r o l s Y F u l l S c r e e n + ' & b l a n k L i n e L i s t M o d e = ' + b l a n k L i n e L i s t M o d e + ' & s u b C o l o r F u l l S c r e e n = ' + s u b C o l o r F u l l S c r e e n + ' & s u b B a c k g r o u n d F u l l S c r e e n = ' + s u b B a c k g r o u n d F u l l S c r e e n + ' & s u b B a c k g r o u n d C o l o r F u l l S c r e e n = ' + s u b B a c k g r o u n d C o l o r F u l l S c r e e n + ' & s u b B a c k g r o u n d A l p h a F u l l S c r e e n = ' + s u b B a c k g r o u n d A l p h a F u l l S c r e e n + ' & s u b F o n t S i z e F u l l S c r e e n = ' + s u b F o n t S i z e F u l l S c r e e n + ' & a u t o h i d e S u b B a c k g r o u n d F u l l S c r e e n = ' + a u t o h i d e S u b B a c k g r o u n d F u l l S c r e e n + ' & s u b A l i g n F u l l S c r e e n = ' + s u b A l i g n F u l l S c r e e n + ' & s p e e d C l i p P a t h = ' + s p e e d C l i p P a t h + ' & f u l l S c r e e n F u n c t i o n = ' + f u l l S c r e e n F u n c t i o n + ' & e n d F u l l S c r e e n B a c k T o N o r m a l = ' + e n d F u l l S c r e e n B a c k T o N o r m a l + ' & l i s t B u t t o n s = ' + l i s t B u t t o n s + ' & l i s t M e d i a = ' + l i s t M e d i a + ' & l i s t X M L = ' + l i s t X M L + ' & l i s t W i d t h = ' + l i s t W i d t h + ' & l i s t S p a c e = ' + l i s t S p a c e + ' & s t a r t A c t i o n = ' + s t a r t A c t i o n + ' & e n d A c t i o n = ' + e n d A c t i o n + ' & c e l l H e i g h t = ' + c e l l H e i g h t + ' & p i c t u r e W i d t h = ' + p i c t u r e W i d t h + ' & p i c t u r e H e i g h t = ' + p i c t u r e H e i g h t + ' & s h o w D e s c r i p t i o n = ' + s h o w D e s c r i p t i o n + ' & s h o w P i c t u r e = ' + s h o w P i c t u r e + ' & t e x t F o n t S i z e = ' + t e x t F o n t S i z e + ' & t i t l e B o l d = ' + t i t l e B o l d + ' & b l a n k L i n e A f t e r T i t l e = ' + b l a n k L i n e A f t e r T i t l e + ' & t i t l e F o n t S i z e = ' + t i t l e F o n t S i z e + ' & t e x t C o l o r = ' + t e x t C o l o r + ' & t i t l e C o l o r = ' + t i t l e C o l o r + ' & s e l e c t C o l o r = ' + s e l e c t C o l o r + ' & s e l e c t A l p h a = ' + s e l e c t A l p h a + ' & l i s t B a c k g r o u n d C o l o r = ' + l i s t B a c k g r o u n d C o l o r + ' & l i s t B a c k g r o u n d A l p h a = ' + l i s t B a c k g r o u n d A l p h a + ' & s c r o l l L i s t e n e r = ' + s c r o l l L i s t e n e r + ' & s c r o l l S i z e = ' + s c r o l l S i z e + ' & f o c u s C o l o r = ' + f o c u s C o l o r + ' & f o c u s A l p h a = ' + f o c u s A l p h a + ' & l i s t B u t t o n s C o l o r = ' + l i s t B u t t o n s C o l o r + ' & l i s t B a r C o l o r = ' + l i s t B a r C o l o r + ' & s k i n C o l o r = ' + s k i n C o l o r + ' & s p a c e B P = ' + s p a c e B P + ' & s p a c e B T = ' + s p a c e B T + ' & s p a c e A T = ' + s p a c e A T + ' & s p a c e T T = ' + s p a c e T T + ' & b o r d e r C o l o r = ' + b o r d e r C o l o r + ' & s h o w L i s t A t S t a r t = ' + s h o w L i s t A t S t a r t + ' & s h o w L i s t I n F u l l S c r e e n M o d e = ' + s h o w L i s t I n F u l l S c r e e n M o d e + ' & b l a c k B o r d e r W i d t h = ' + b l a c k B o r d e r W i d t h + ' & b l a c k B o r d e r H e i g h t = ' + b l a c k B o r d e r H e i g h t + ' & d i s p l a y B a n d w i d t h D e t e c t P o p U p = ' + d i s p l a y B a n d w i d t h D e t e c t P o p U p + ' & l o a d i n g M o v i e P o p U p T i t l e = ' + l o a d i n g M o v i e P o p U p T i t l e + ' & l o a d i n g M o v i e P o p U p T e x t = ' + l o a d i n g M o v i e P o p U p T e x t + ' & d i s p l a y L o a d i n g M o v i e P o p U p = ' + d i s p l a y L o a d i n g M o v i e P o p U p + ' & e n d J a v a s c r i p t F u n c t i o n = ' + e n d J a v a s c r i p t F u n c t i o n ,  	 	 	 " m e n u " , " f a l s e " ,  	 	 	 " w i d t h " ,   s w f W i d t h ,  	 	 	 " h e i g h t " ,   s w f H e i g h t ,  	 	 	 " a l i g n " ,   " m i d d l e " ,  	 	 	 " i d " ,   s w f I D ,  	 	 	 " q u a l i t y " ,   " h i g h " ,  	 	 	 " b g c o l o r " ,   s w f B a c k g r o u n d C o l o r ,  	 	 	 " n a m e " ,   s w f I D ,  	 	 	 " a l l o w F u l l S c r e e n " , " t r u e " ,  	 	 	 " a l l o w S c r i p t A c c e s s " , " s a m e D o m a i n " ,  	 	 	 " t y p e " ,   " a p p l i c a t i o n / x - s h o c k w a v e - f l a s h " ,  	 	 	 ' c o d e b a s e ' ,   ' h t t p : / / f p d o w n l o a d . m a c r o m e d i a . c o m / g e t / f l a s h p l a y e r / c u r r e n t / s w f l a s h . c a b ' ,  	 	 	 " p l u g i n s p a g e " ,   " h t t p : / / w w w . a d o b e . c o m / g o / g e t f l a s h p l a y e r "  ) ;  }   c r e a t e O b j e c t ( ) ;  
