示例#1
0
function clickme()
{
    $audio_url = "https://goo.gl/v8IQZB";
    Interop::PlayVideo($audio_url);
}
示例#2
0
function clickme()
{
    $video_url = "https://goo.gl/06VzAw";
    Interop::PlayVideo($video_url);
}