Used to get the current playback type, if Flash or HTML player.
ColdFusion.MediaPlayer.getType("name") |
ColdFusion.Mediaplayer.resize, ColdFusion.Mediaplayer.setMute, ColdFusion.Mediaplayer.setSource,
ColdFusion.Mediaplayer.setVolume, ColdFusion.Mediaplayer.startPlay, ColdFusion.Mediaplayer.stopPlay
ColdFusion 10: Added this function
Parameter |
Description |
|---|---|
name |
Specifies the value of the name attribute of the cfmediaplayer tag. |
This function returns the playback type as Flash or HTML 5.
<!DOCTYPE html> |
Sign in to your account