Code: Select all
command setupsource
get fld "playersource"
put it into sourceVar
## set the filename of player "Player1" to sourceVar
## find a way to get the rec of the video
##set the rec of player1 to tRec
send mouseUp to control "List Sorted Files"
end setupsource
with video that is of a different size than the first player object, so I tried to set the rec of the player object, which failed.
any thoughts or suggestions, are always very welcomed.