마지막 업데이트 날짜
2022년 1월 11일
|
다음에도 적용됨 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.