setting the rec of a player object
Posted: Tue Feb 23, 2010 2:50 am
I have been experimenting with a player object, setting the source from the available media in a folder.
I managed to get the object to switch the media, from video to mp3 and back again but I have an issue
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.
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.