Log In
Developer Network
Technologies
Join the Network
Member Services
Events & Community
Digital Media Suite API Developer Center
Overview
Documentation
Community
Digital Media Suite API Forums
Message Boards Home
Recent Posts
Statistics
Answer
(
Unmark
)
Mark as an Answer
« Back to Digital Signs API Forum
RE: communicate two DMP?
Threads [
Previous
|
Next
]
rodolfo marquez
Posts:
1
Join Date:
8/12/11
Recent Posts
communicate two DMP?
certification(https)
dmp 4400
mib
Answer
8/15/11 5:41 PM
Mark as an Answer
Submit
Reply with Quote
Quick Reply
<h2>communicate DMPs without DMM?</h2>
DMP MIB data
Need execute html or video file in other equipment DMP
4400 & 4305g
without DMM
Using 3m touchscreen, this event call function execute script to DMP
Users Guide 5.2.2 Not working in dmp 4400, error certificate security and confirmation dialog
also need credentials of security and enabled services into DMP :
SysLog
TAC Troubleshooting Access
<html>
<head>
<meta http--equiv="content-type" content="text/html; charset=ISO-8859-1">
<title>..:: Play Content (DMP in Network) ::.. </title>
<script language="JavaScript">
function setParam(){
var req = "https://<user>:<pass>@<IP-DMP>:7777/set_param?init.BROWSER_CMD=http://www.google.com&init.TVZILLA_URL=http://www.google.com";
return sendSync(req);
};
function sendSync(request){
var httpRequest = new XMLHttpRequest();
httpRequest.setRequestHeader("Cache-Control", "no-cache");
httpRequest.open('POST', request, false);
httpRequest.withCredentials="true";
httpRequest.onreadystatechange = processReqChange;
httpRequest.send(null);
};
</script>
</head><body onLoad="" style=" font-size:20px; margin:40px;">
<div id="movie" style="font-size:28px;">
<a href="javaScript:void(0);" onClick="setParam();"
>DMP CONTENT VIEW</a></div>
</body>
</html>
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Hashir Baqai
Posts:
69
Join Date:
1/26/10
Recent Posts
RE: communicate two DMP?
Answer
8/22/11 9:35 PM as a reply to rodolfo marquez.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Can you be more clear in what you are asking?
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top