set_timecodes(

/*** Content Object ***/

     "document.Content_tag.src"


/*** Source url for movie player ***/,

     "ram/Priority_Planning_b.ram"


/*** Width and height of source movie (22px auto added to y if controls:'full') ***/,

     210, 158


/*** Time Code and corresponding url ***/
/*** "HH:MM:SS"  "-------URL-------" ***/

,    "00:00:00", "Slides/Slide2.jpg"
,    "00:02:17", "Slides/Slide3.jpg"
,    "00:02:31", "Slides/Slide4.jpg"
,    "00:02:34", "Slides/Slide5.jpg"


,    "00:09:25", "dynamic_03.html"


/*** Optional manual switches ***/ /*
       no spaces allowed in strings/strings defined by 'string'
       available switches:
       endmovie: (string) that identifies target for end of movie redirection
       eval:     (false | true) value to declare input as readable javascript
       controls: ('none' | 'full')
                                   */,
    
     "endmovie:'document.location'; eval:false; controls:'full';"

);
