The MMS (Media Player) protocol, does not have a ''record option you open and script and then use the one of the following functions: for more information select help-->Function Reference and then Search for '' Media Player Vuser Functions (MMS) ''.
Function Name............. Description
mms_close.......................Closes the Media Player.
mms_close_ex ................Closes the Media Player that is active for a specific session.
mms_get_property ........Retrieves a property of a Media Player clip.
mms_get_property_ex ..Retrieves a property of a Media Player clip for a specific session.
mms_isactive ..................Verifies that the Media Player is active.
mms_isactive_ex ............Verifies that the Media Player is active for a specific session.
mms_pause .....................Pauses the playing of a Media Player clip.
mms_pause_ex ...............Pauses the playing of a Media Player clip for a specific session.
_play ........................Plays a Media Player clip.
mms_play_ex .................Plays a Media Player clip for a specific session.
mms_resume .................Resumes playing a Media Player clip.
mms_resume_ex ...........Resumes playing of a Media Player clip for a specific session.
mms_sampling ...............Samples a Media Player clip.
mms_sampling_ex .........Samples a Media Player clip for a specific session.
mms_set_property ........Sets a Media Player clip property.
mms_set_property_ex ..Sets a Media Player clip property for a specific session.
mms_set_timeout .........Sets a timeout value for a Media Player clip.
mms_set_timeout_ex....Sets a timeout value for a Media Player clip for a specific session.
mms_stop .......................Stops playing a Media Player clip.
_stop_ex .................Stops playing a Media Player clip for a specific session.
The only other tip I have is for MMS (media player) when Streaming data from a media server using Microsoft's MMS protocol.
Important: In order to ''replay'' Media Player functions, you must place a file called wmload.asf on the Windows Media server machine.
The VuGen machine must be able to access using mms://[servername]/wmload.asf.
This ASF file can be any media file renamed to wmload.asf.