Last updated on
Jan 13, 2022
|
Also applies to ColdFusion
Description
Returns the player object that is used to invoke Strobe media player JavaScript API.
Function syntax
ColdFusion.MediaPlayer.getPlayer("Name") |
See also
ColdFusion.Mediaplayer.resize, ColdFusion.Mediaplayer.setMute, ColdFusion.Mediaplayer.setSource,
ColdFusion.Mediaplayer.setVolume, ColdFusion.Mediaplayer.startPlay,
ColdFusion.Mediaplayer.getType, ColdFusion.Mediaplayer.stopPlay
History
ColdFusion 10: Added this function
Parameters
Parameter |
Description |
---|---|
Name |
Specifies the value of the name attribute of the cfmediaplayer tag. |
Example
See the example for Dynamic streaming.