Commit f9e9d170 by Masaru Abe

ストリーミング対応

parent a390a976
......@@ -916,6 +916,10 @@ CONTENTVIEW_CREATEOBJECT.anket = function (mediaType, actionType, id, imageUrl,
CONTENTVIEW.stopAllAudio();
var url = CONTENTVIEW_GETDATA.getURLPageImage("webEnqueteReply/init") + "/?abObjectId="+objectId + "&sid=" + ClientData.userInfo_sid();
if(ClientData.isStreamingMode()){
//ストリーミング
url = url + "?isStreaming=true";
}
var isFullScreen = false;
if(parseInt(fullscreen) == 1){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment