set_timecodes(

/*** Content Object ***/

     "document.Content_tag.src"


/*** Source url for movie player ***/,

     "ram/Priority_Planning_a.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/Slide1.jpg"

,    "00:00:57", "dynamic_02.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';"

);
