<?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>createVideoWindow on display:none container</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=6381717" />
  <subtitle>createVideoWindow on display:none container</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=6381717</id>
  <updated>2013-05-24T17:34:16Z</updated>
  <dc:date>2013-05-24T17:34:16Z</dc:date>
  <entry>
    <title>createVideoWindow on display:none container</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=6381716" />
    <author>
      <name>Daniel Buschke</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=6381716</id>
    <updated>2012-08-29T20:15:14Z</updated>
    <published>2012-08-29T20:13:46Z</published>
    <summary type="html">Hi,
if we try to create a video window by calling
 
    $('#localvidcontainer').cwic('createVideoWindow', {
        id : 'localPreviewVideo',
        success : function(id) {
            previewVideoObject = $('#' + id)[0];
        }
    });

success only gets called if #localvidcontainer is not "display:none". But we only want to show this container if it's really needed. #localvidcontainer is a div tag (see cisco sample).
 
Any suggestions why createVideoWindow on "display:none" container fails?

regards
Daniel Buschke</summary>
    <dc:creator>Daniel Buschke</dc:creator>
    <dc:date>2012-08-29T20:13:46Z</dc:date>
  </entry>
</feed>

