Description
Stops playing the FLV file.
Function syntax
ColdFusion.Mediaplayer.stopPlay("name") |
See also
ColdFusion.Mediaplayer.resize, ColdFusion.Mediaplayer.setMute, ColdFusion.Mediaplayer.setSource,
ColdFusion.Mediaplayer.setVolume, ColdFusion.Mediaplayer.startPlay
History
ColdFusion 9: Added this function
Parameters
Parameter |
Description |
---|---|
name |
Specifies the value of the name attribute of the cfmediaplayer tag. |
Returns
This function does not return any value.
Example
In this example, the FLV file is stored in the web root used by the ColdFusion server. Store an FLV file - video.flv in the location _web_root\xyz_.
<h3>This is an example of the Mediaplayer.stopplay function. Clicking the Stop Play button stops playing the video.</h3> |