<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>Video Embed problem</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=3786213" />
  <subtitle>Video Embed problem</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=3786213</id>
  <updated>2013-05-21T18:34:42Z</updated>
  <dc:date>2013-05-21T18:34:42Z</dc:date>
  <entry>
    <title>RE: Video Embed problem</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=3888403" />
    <author>
      <name>BERNHARD LANG</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=3888403</id>
    <updated>2011-05-16T15:16:46Z</updated>
    <published>2011-05-16T15:16:46Z</published>
    <summary type="html">Hi,

I have a index.html like this, and its working:

&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
        "http://www.w3.org/TR/html4/loose.dtd"&gt;
&lt;html&gt;
        &lt;head&gt;
                &lt;title&gt;Testsite&lt;/title&gt;
        &lt;/head&gt;
        &lt;body&gt;
                &lt;h1&gt;Test_1&lt;/h1&gt;
                
				
&lt;script type="text/javascript" src="https://"fqdn-name"/vportal/scripts/videoplayer/DmsEmbedLib.js"&gt;&lt;/script&gt;&lt;script&gt;document.write(dmsEmbed.getSimplePlayer("C-d074596e-7361-4ac0-95f9-864f574d5f5c:3","https://"fqdn-name"//vportal/VideoPlayer.jsp?ccsid=C-d074596e-7361-4ac0-95f9-864f574d5f5c:3#","true",480));&lt;/script&gt;
        &lt;/body&gt;
&lt;/html&gt;

Have a look to the true statement!

Regards</summary>
    <dc:creator>BERNHARD LANG</dc:creator>
    <dc:date>2011-05-16T15:16:46Z</dc:date>
  </entry>
  <entry>
    <title>Video Embed problem</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=3786212" />
    <author>
      <name>rohit roy</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=3786212</id>
    <updated>2011-04-26T11:45:31Z</updated>
    <published>2011-04-26T11:45:31Z</published>
    <summary type="html">Show and share(sns) is working fine when it is used from sns interface but when i am trying to embed video from sns in simple html page it is not working properly.
 
&lt;html&gt;
&lt;head&gt;
[b]&lt;script type="text/javascript" src="https://DomainName/vportal/scripts/videoplayer/DmsEmbedLib.js"&gt;&lt;/script&gt;[/b]
&lt;/head&gt;
&lt;body&gt;
 
[b]&lt;script&gt;document.write(dmsEmbed.getSimplePlayer("C-060aee30-763e-4c7d-a8b6-3393d86c64e3:1","https://[b]DomainName[/b]/vportal/VideoPlayer.jsp?ccsid=C-060aee30-763e-4c7d-a8b6-3393d86c64e3:1","false",480));&lt;/script&gt;[/b]
 
&lt;/body&gt;
&lt;/html&gt;
 
 
If i use javascript debugger it gives message
---------------------------
Source code is not available for this location
---------------------------
 
 
How to resolve this problem</summary>
    <dc:creator>rohit roy</dc:creator>
    <dc:date>2011-04-26T11:45:31Z</dc:date>
  </entry>
</feed>

