<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Playing videos within QV window in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Playing-videos-within-QV-window/m-p/170803#M41073</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is my macro code. If I omit the msgbox, QV get instanately in "Not reponding" and crashes !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;Sub PlayVideo&lt;BR /&gt; on error resume next&lt;BR /&gt;&lt;BR /&gt; set oPlayer =ActiveDocument.GetSheetObject("CO01").GetReplacementObject&lt;BR /&gt; oPlayer.URL ="C:\Projets\Wildlife.wmv"&lt;BR /&gt; oPlayer.settings.rate=1&lt;BR /&gt; oPlayer.enabled = true&lt;BR /&gt; if (9 = oPlayer.playState) then&lt;BR /&gt; oPlayer.controls.pause&lt;BR /&gt; msgbox("Windows Media Player is buffering! state" &amp;amp; oPlayer.playState)&lt;BR /&gt; else&lt;BR /&gt; msgbox("Windows Media Player is NOTplaying! state " &amp;amp; oPlayer.playState )&lt;BR /&gt; end if&lt;BR /&gt; oPlayer.controls.play&lt;BR /&gt; While (oPlayer.playState = 3)&lt;BR /&gt; msgbox("Windows Media Player is playing!" &amp;amp; oPlayer.playState )&lt;BR /&gt; wend&lt;BR /&gt; oPlayer.controls.pause&lt;BR /&gt;end sub&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Apr 2011 11:58:29 GMT</pubDate>
    <dc:creator>agilos_mla</dc:creator>
    <dc:date>2011-04-05T11:58:29Z</dc:date>
    <item>
      <title>Playing videos within QV window</title>
      <link>https://community.qlik.com/t5/QlikView/Playing-videos-within-QV-window/m-p/170802#M41072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are building a SIB for wich one of the goal is to be able to manage "advertising material" (pictures, videos) within the QV application.&lt;/P&gt;&lt;P&gt;We've got no problem to manage and display the picture thumbnails in QV but we encounter some issues for the videos.&lt;/P&gt;&lt;P&gt;We succeed to insert a media player box into the QV through the OCX components but whenever we run the video url it opens the media player or other default viewer outside QV window. We've tried a lot of things but nothing did the trick.&lt;/P&gt;&lt;P&gt;Do you have any idea to how to do this?&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Thx,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2011 07:31:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Playing-videos-within-QV-window/m-p/170802#M41072</guid>
      <dc:creator>agilos_mla</dc:creator>
      <dc:date>2011-03-21T07:31:45Z</dc:date>
    </item>
    <item>
      <title>Playing videos within QV window</title>
      <link>https://community.qlik.com/t5/QlikView/Playing-videos-within-QV-window/m-p/170803#M41073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is my macro code. If I omit the msgbox, QV get instanately in "Not reponding" and crashes !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;Sub PlayVideo&lt;BR /&gt; on error resume next&lt;BR /&gt;&lt;BR /&gt; set oPlayer =ActiveDocument.GetSheetObject("CO01").GetReplacementObject&lt;BR /&gt; oPlayer.URL ="C:\Projets\Wildlife.wmv"&lt;BR /&gt; oPlayer.settings.rate=1&lt;BR /&gt; oPlayer.enabled = true&lt;BR /&gt; if (9 = oPlayer.playState) then&lt;BR /&gt; oPlayer.controls.pause&lt;BR /&gt; msgbox("Windows Media Player is buffering! state" &amp;amp; oPlayer.playState)&lt;BR /&gt; else&lt;BR /&gt; msgbox("Windows Media Player is NOTplaying! state " &amp;amp; oPlayer.playState )&lt;BR /&gt; end if&lt;BR /&gt; oPlayer.controls.play&lt;BR /&gt; While (oPlayer.playState = 3)&lt;BR /&gt; msgbox("Windows Media Player is playing!" &amp;amp; oPlayer.playState )&lt;BR /&gt; wend&lt;BR /&gt; oPlayer.controls.pause&lt;BR /&gt;end sub&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2011 11:58:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Playing-videos-within-QV-window/m-p/170803#M41073</guid>
      <dc:creator>agilos_mla</dc:creator>
      <dc:date>2011-04-05T11:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: Playing videos within QV window</title>
      <link>https://community.qlik.com/t5/QlikView/Playing-videos-within-QV-window/m-p/170804#M41074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why i can't stop the movie if i use this macro source code? It's always error. Can you give me the right code for suggest?&lt;/P&gt;&lt;P&gt;May be someone can help me more&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Danny H.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2011 06:35:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Playing-videos-within-QV-window/m-p/170804#M41074</guid>
      <dc:creator />
      <dc:date>2011-07-06T06:35:19Z</dc:date>
    </item>
  </channel>
</rss>

