<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/jive/rss" version="2.0">
  <channel>
    <title>Adobe Community : All Content - Strobe Media Playback</title>
    <link>https://forums.adobe.com/community/opensource/osmf/strobemedia</link>
    <description>All Content in Strobe Media Playback</description>
    <language>en</language>
    <pubDate>Mon, 05 Dec 2011 19:39:03 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2011-12-05T19:39:03Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>player.seek(0) for dvr does not move the scrub bar to start position</title>
      <link>https://forums.adobe.com/thread/933067</link>
      <description>&lt;!-- [DocumentBodyStart:322bab73-86a8-4198-823d-c62f30684d54] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am using player.seek(0) whenever onJavaScriptBridgeCreated is invoked and player is ready. &lt;/p&gt;&lt;p&gt;My stream is of dvr type. Although the seek(0) starts the video from the beginning, the scrub bar is not moving to start position. Any idea how I can do this ?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Below is the sample code I am using.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "&lt;/span&gt;&lt;a class="jive-link-external-small" href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" rel="nofollow" target="_blank"&gt;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&lt;/a&gt;&lt;span&gt;"&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&amp;lt;html xmlns="&lt;/span&gt;&lt;a class="jive-link-external-small" href="http://www.w3.org/1999/xhtml" rel="nofollow" target="_blank"&gt;http://www.w3.org/1999/xhtml&lt;/a&gt;&lt;span&gt;"&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;head&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;title&amp;gt;Strobe Media Playback&amp;lt;/title&amp;gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;script type="text/javascript" src="&lt;/span&gt;&lt;a class="jive-link-external-small" href="http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js" rel="nofollow" target="_blank"&gt;http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js&lt;/a&gt;&lt;span&gt;"&amp;gt;&amp;lt;/script&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;script type="text/javascript"&amp;gt;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;var parameters =&lt;/p&gt;&lt;p&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;src: "&lt;/span&gt;&lt;a class="jive-link-external-small" href="http://localhost:1935/dvr/mystream/manifest.f4m?DVR" rel="nofollow" target="_blank"&gt;http://localhost:1935/dvr/mystream/manifest.f4m?DVR&lt;/a&gt;&lt;span&gt;"&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;autoPlay: true&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;controlBarAutoHide: false&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;,&amp;nbsp;&amp;nbsp; javascriptCallbackFunction: "onJavaScriptBridgeCreated"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;};&lt;/p&gt;&lt;p&gt;&amp;nbsp; &lt;/p&gt;&lt;p&gt;// Embed the player SWF:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;swfobject.embedSWF&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;( "StrobeMediaPlayback.swf"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;, "strobeMediaPlayback"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;, 640&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;, 480&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;, "10.1.0"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;, {}&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;, parameters&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;, { allowFullScreen: "true",&amp;nbsp; allowScriptAccess: "always"}&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;, { name: "strobeMediaPlayback" }&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;);&lt;/p&gt;&lt;p&gt;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;function onJavaScriptBridgeCreated(playerId)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if (player == null) {&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;player = document.getElementById(playerId);&lt;/p&gt;&lt;p&gt;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;document.getElementById("go_to_start").onclick = function(){&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;var state = player.getState();&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if (state == "ready" || state == "paused") {&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;player.seek(0)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;player.play2();&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/p&gt;&lt;p&gt;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return false;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;};&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/p&gt;&lt;p&gt;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/script&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;body&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;div&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;div&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;span id="currentTime" /&amp;gt; ... &amp;lt;/span&amp;gt; : &amp;lt;span id="duration" /&amp;gt; ... &amp;lt;/span&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/div&amp;gt;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;a href="#" id="play-pause"&amp;gt;Play/Pause&amp;lt;/div&amp;gt;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/div&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;div id="strobeMediaPlayback"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;p&amp;gt;Alternative content&amp;lt;/p&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/div&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/body&amp;gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:322bab73-86a8-4198-823d-c62f30684d54] --&gt;&lt;img src='/beacon?t=1417974846735' /&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">dvr</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">bar</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">scrub</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">seek</category>
      <pubDate>Mon, 05 Dec 2011 19:39:03 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/933067</guid>
      <dc:date>2011-12-05T19:39:03Z</dc:date>
      <clearspace:dateToText>1 week 4 days ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>I am HTML developer using Strobe Media playback. Please tell me the ways to prevent strobemediaplayback.swf from XSS attacks.</title>
      <link>https://forums.adobe.com/thread/1602713</link>
      <description>&lt;!-- [DocumentBodyStart:eab189f2-286c-4a6d-92cd-a3dfdff8db85] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Attack was reported as a vulnerability issue with Strobe Media player using the below listed URL pattern&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 12.0pt; font-family: 'Times New Roman','serif'; background: yellow;"&gt;&lt;a class="jive-link-external-small" href="http://" rel="nofollow"&gt;http://&lt;/a&gt;&lt;span&gt;&amp;lt;hostname&amp;gt;/&amp;lt;app_folder&amp;gt;/StrobeMediaPlayback.swf?src=%23\"))}finally{confirm(/vivek/)}&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any plugin or provision available with Strobe to prevent this ? Pleas suggest a workaround.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks in advance for your assistance,&lt;/p&gt;&lt;p&gt;Vivek&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:eab189f2-286c-4a6d-92cd-a3dfdff8db85] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">xss attacks on strobe media playback</category>
      <pubDate>Tue, 14 Oct 2014 06:11:53 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1602713</guid>
      <dc:date>2014-10-14T06:11:53Z</dc:date>
      <clearspace:dateToText>1 month 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Issue in dvr playback</title>
      <link>https://forums.adobe.com/thread/1567211</link>
      <description>&lt;!-- [DocumentBodyStart:7021885c-e459-465c-bedb-238373d80677] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span style="color: #333333; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; background-color: #fafafa;"&gt;I streamed in FMLE using 'rtmp://[wowza-ip]/dvr/streamname' as the FMS url and the playback url as, &lt;/span&gt;&lt;a class="" href="https://forums.adobe.com/[wowza-ip]:1935/dvr/streamname/manifest.f4m"&gt;http://[wowza-ip]:1935/dvr/streamname/manifest.f4m&lt;/a&gt;&lt;span style="color: #333333; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; background-color: #fafafa;"&gt; in Strobe media player&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #333333; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; background-color: #fafafa;"&gt;Initially the audio and video were getting started but after 5 to 10 secs the audio is off only the video is playing. I tried changing the audio settings in the encoder but it doesn't work. Please help me to sort out this issue.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7021885c-e459-465c-bedb-238373d80677] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">wowza</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">strobe media player</category>
      <pubDate>Sat, 06 Sep 2014 14:30:38 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1567211</guid>
      <dc:date>2014-09-06T14:30:38Z</dc:date>
      <clearspace:dateToText>3 months 20 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Playing Linear and NonLinear VAST Ads on SMP</title>
      <link>https://forums.adobe.com/thread/1550182</link>
      <description>&lt;!-- [DocumentBodyStart:680e0208-4449-413a-88fd-76702488ac16] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; I am having trouble in running the Linear and Nonlinear VAST Ads thru MASTPlugin on Strobe Media Player (SMP). Is there any help available? or Anyone in the group could achieve this?&lt;/p&gt;&lt;p&gt;I want to insert the Ads on the player as per the below image.&lt;/p&gt;&lt;p&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-6649583-661583/Ad+monetization+Ability.png"&gt;&lt;img alt="Ad monetization Ability.png" class="jive-image image-1" height="348" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-6649583-661583/900-348/Ad+monetization+Ability.png" style="height: 240px; width: 620px;" width="900"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Appreciate inputs&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;--Mayur&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:680e0208-4449-413a-88fd-76702488ac16] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">vast</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">mast</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">strobe media player</category>
      <pubDate>Mon, 18 Aug 2014 06:21:53 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1550182</guid>
      <dc:date>2014-08-18T06:21:53Z</dc:date>
      <clearspace:dateToText>3 months 3 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Infinite buffering at start of mp4</title>
      <link>https://forums.adobe.com/thread/1545798</link>
      <description>&lt;!-- [DocumentBodyStart:903a3f93-961c-48c5-8bb1-86777b2154db] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;We are using Strobe Media Playback with Adobe Media Server - video on demand - with mp4 files.&amp;nbsp; I have a series of six videos of which one does not play - it gets hung up in the initial buffering cycle and does not proceed past that point.&amp;nbsp; If the user manually progresses the timeline, the video will stop buffering and then proceed to play.&amp;nbsp; The six videos were recorded during the same time-frame and share the same settings and attributes, so I can't understand why the one video does not play.&amp;nbsp; Can I please receive some help in troubleshooting? Please let me know if additional information is needed. Thank you in advance for your help and direction!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:903a3f93-961c-48c5-8bb1-86777b2154db] --&gt;</description>
      <pubDate>Tue, 12 Aug 2014 20:24:24 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1545798</guid>
      <dc:date>2014-08-12T20:24:24Z</dc:date>
      <clearspace:dateToText>3 months 4 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>VAST complaint mid roll Ads</title>
      <link>https://forums.adobe.com/thread/1526937</link>
      <description>&lt;!-- [DocumentBodyStart:aad84f92-160e-4f45-970b-8da1b7d3150f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;&amp;nbsp; We are using Strobe Media Player on our website and we want to explore the Ad driven monetization thru the same. I did go thru the example file&amp;nbsp; "advertisement-demo.html", to my observation the mid roll ads are playing well for a predefined .flv file. &lt;/p&gt;&lt;p&gt;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp; The below are my questions&lt;/p&gt;&lt;p&gt;&amp;nbsp; 1. How can I deliver VAST compliant video advertisements which are mid-roll in nature?&lt;/p&gt;&lt;p&gt;&amp;nbsp; 2. Can I also display VAST compliant banner Ads on the SMP player when the video is being played?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp; Look forward to seeing reply&lt;/p&gt;&lt;p&gt;&amp;nbsp; &lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;Flixbuf&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:aad84f92-160e-4f45-970b-8da1b7d3150f] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">vast</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">vpaid</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">banner_ads</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">advertisments</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">mid roll</category>
      <pubDate>Mon, 21 Jul 2014 08:46:24 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1526937</guid>
      <dc:date>2014-07-21T08:46:24Z</dc:date>
      <clearspace:dateToText>4 months 3 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Is Strobe Media Playback freeware?</title>
      <link>https://forums.adobe.com/thread/1512774</link>
      <description>&lt;!-- [DocumentBodyStart:0db9e4e7-1dca-44d7-860a-5fca37bb7fb7] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I need to know if Stroble Media Playback is a freeware player, if it have some restrictions.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Tks&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0db9e4e7-1dca-44d7-860a-5fca37bb7fb7] --&gt;</description>
      <pubDate>Wed, 02 Jul 2014 17:41:23 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1512774</guid>
      <dc:date>2014-07-02T17:41:23Z</dc:date>
      <clearspace:dateToText>5 months 6 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Strobe seek on start</title>
      <link>https://forums.adobe.com/thread/1494492</link>
      <description>&lt;!-- [DocumentBodyStart:74320d32-7fde-486f-9565-15991b58c9ea] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I'm implementing a "resume play" feature where the start seek location gets passed in to my SMP player. I'm having a hard time figuring out what's the best place to do the one-time initial seek.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;My best initial guess was to add a media state listener but that doesn't seem to be working, I tried hooking up to the READY, BUFFERING or PLAY event.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any thoughts?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:74320d32-7fde-486f-9565-15991b58c9ea] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">seek</category>
      <pubDate>Wed, 11 Jun 2014 17:07:11 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1494492</guid>
      <dc:date>2014-06-11T17:07:11Z</dc:date>
      <clearspace:dateToText>5 months 4 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Javascript API and Player Control</title>
      <link>https://forums.adobe.com/thread/758695</link>
      <description>&lt;!-- [DocumentBodyStart:1c46a7e6-c0b8-4b45-b7b9-54e2eacad312] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Spent hours the last few days digging through the forums, documentation, and WIKI to see if I could find some answers.&amp;nbsp; Unofrtunately, thus far, the data is sparse.&amp;nbsp; Can somebody direct me to some documentation on the Javascript API and what events ara available to control the player?&amp;nbsp; For example, how do I send the player an event to "mute" the volume?&amp;nbsp; Or, how do I send the player an event to "seek" to a point in time in the video?&amp;nbsp; Or, how do I "listen" for a point in time in the video and then use javascript to do something else (like play another clip).&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have found some very sparse information on the use of JQuery, but, we do not use that (at least, not yet).&amp;nbsp; Simple javascript through an API is ideal.&amp;nbsp; Any help would be greatly appreciated.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1c46a7e6-c0b8-4b45-b7b9-54e2eacad312] --&gt;</description>
      <pubDate>Tue, 30 Nov 2010 00:37:37 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/758695</guid>
      <dc:date>2010-11-30T00:37:37Z</dc:date>
      <clearspace:dateToText>5 months 4 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>22</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>newbie: SMP and live rtmp streaming</title>
      <link>https://forums.adobe.com/thread/1463148</link>
      <description>&lt;!-- [DocumentBodyStart:0cda28b1-e85b-4aa3-b663-588ba2a96bc7] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I'm new to strobe media playback and before I embark on trying it for the first time I'd like to verify:&lt;/p&gt;&lt;p&gt;1) that smp is capable of playing a live rtmp stream as opposed to a media file. I have a live rtmp stream coming from my red5 server that I'd like to pipe into a web page. So far I've had no luck, this is why I've come to the smp website.&lt;/p&gt;&lt;p&gt;2) that there are html exaples available that demonstrate smp doing this.&lt;/p&gt;&lt;p&gt;knowing these two things in advance could save me a lot of time, thanks for any advice&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0cda28b1-e85b-4aa3-b663-588ba2a96bc7] --&gt;</description>
      <pubDate>Wed, 30 Apr 2014 22:18:30 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1463148</guid>
      <dc:date>2014-04-30T22:18:30Z</dc:date>
      <clearspace:dateToText>7 months 1 week ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to use MastPlugin</title>
      <link>https://forums.adobe.com/thread/1458311</link>
      <description>&lt;!-- [DocumentBodyStart:84d7f6b6-1d6d-4037-ab66-e947419299d2] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; As see int the title, does someone know how to use MastPlugin.swf in strobeMedia playback.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thanks&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:84d7f6b6-1d6d-4037-ab66-e947419299d2] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">osmf</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">strobeemediaplayer</category>
      <pubDate>Thu, 24 Apr 2014 14:15:05 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1458311</guid>
      <dc:date>2014-04-24T14:15:05Z</dc:date>
      <clearspace:dateToText>7 months 2 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>JavaScript Callback issue</title>
      <link>https://forums.adobe.com/thread/937167</link>
      <description>&lt;!-- [DocumentBodyStart:6e1584ba-ee69-452a-a141-a5646171a549] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hello,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am working on a project in which I need some JavaScript to be executed from the SMP player. It loads the configuration file from an xml, and other parameters from the flashvars.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I noticed that javascriptCallbackFunction is never linked when this xml flashvars.configuration is present.&lt;/p&gt;&lt;p&gt;I searched for the code that creates the bridge, and found it in StrobeMediaPlayback.as:211&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;!--[CodeBlockStart:15d9419f-3290-42c8-b90b-936516f1085f][excluded]--&gt;&lt;pre class="java" name="code"&gt;if (configuration.javascriptCallbackFunction != "" &amp;amp;&amp;amp; ExternalInterface.available &amp;amp;&amp;amp; mediaPlayerJSBridge == null)
{
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mediaPlayerJSBridge = new JavaScriptBridge(this, player, StrobeMediaPlayer, configuration.javascriptCallbackFunction); 
}
&lt;/pre&gt;&lt;!--[CodeBlockEnd:15d9419f-3290-42c8-b90b-936516f1085f]--&gt;&lt;div style="display:none;"&gt;&lt;/div&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;It is placed at the end of the initialize(...) function.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This way, if the config is only flashvars parameters there is no problem, as they are already been parsed synchronously by the configurationLoader.&lt;/p&gt;&lt;p&gt; However, if the config is loaded from an xml, this code will always be executed before the XMLFileLoader's Event.COMPLETE callback is fired, thus finding an empty &lt;span style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; background-color: #ffffff;"&gt;configuration.javascriptCallbackFunction &lt;/span&gt;and skipping the bridge creation.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is it placed there on purpose and I am doing something wrong, or is it actually a bug?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I tried moving it to &lt;span style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; background-color: #ffffff;"&gt;initializeView()&lt;/span&gt; and recompiled the code with this change, and it works.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thank you very much!&lt;/p&gt;&lt;p&gt;Alberto&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6e1584ba-ee69-452a-a141-a5646171a549] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">strobemediaplayback</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">javascript_bridge</category>
      <pubDate>Tue, 13 Dec 2011 18:30:52 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/937167</guid>
      <dc:date>2011-12-13T18:30:52Z</dc:date>
      <clearspace:dateToText>8 months 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Error #1034 with javascript callback using flash player 12.0.0.x</title>
      <link>https://forums.adobe.com/thread/1431663</link>
      <description>&lt;!-- [DocumentBodyStart:692e62d8-d253-4b83-b6d0-3569964227c7] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span&gt;This affect all applications that use c# WebBrowser control.&amp;nbsp; The Lync client is an example.&amp;nbsp; I was able to reproduce the error using &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://osmf.org/dev/2.0gm/hello-world-javascript.html" rel="nofollow" target="_blank"&gt;http://osmf.org/dev/2.0gm/hello-world-javascript.html&lt;/a&gt;&lt;span&gt;.&amp;nbsp; Here's what I did:&lt;/span&gt;&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Create a c# WinForm with WebBrowser control&lt;/li&gt;&lt;li&gt;&lt;span&gt;Set the WebBrowser control to navigate to &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://osmf.org/dev/2.0gm/hello-world-javascript.html" rel="nofollow" target="_blank"&gt;http://osmf.org/dev/2.0gm/hello-world-javascript.html&lt;/a&gt;&lt;span&gt;.&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;It plays fine the first time.&amp;nbsp; After relaunching the app, It pops up the #1034 error.&amp;nbsp; To make it play again, I have to delete the .swf file from the Temporary Internet Files folder.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;IE11 plays fine on the same box.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;There was a similar problem in 2009: &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://blogs.msdn.com/b/johan/archive/2009/08/06/problems-with-flash-content-in-the-webbrowser-control.aspx" rel="nofollow" target="_blank"&gt;http://blogs.msdn.com/b/johan/archive/2009/08/06/problems-with-flash-content-in-the-webbro wser-control.aspx&lt;/a&gt;&lt;span&gt;.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;That problem occured when dynamically trying to display a cached .swf with an external interface through script.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;My problem only occured with the latest Flash Player 12.0.0.x.&amp;nbsp; I tested 12.0.0.77 and 13.0.0.168 beta version.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any help is &lt;span style="font-size: 10.5pt; font-family: Arial, sans-serif;"&gt;appreciated&lt;/span&gt;.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:692e62d8-d253-4b83-b6d0-3569964227c7] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">javascript</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">strobemediaplayback</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">#1034</category>
      <pubDate>Wed, 19 Mar 2014 16:13:40 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1431663</guid>
      <dc:date>2014-03-19T16:13:40Z</dc:date>
      <clearspace:dateToText>8 months 3 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Possible to get javascript control after a static embed? Without using swfobject?</title>
      <link>https://forums.adobe.com/thread/1428326</link>
      <description>&lt;!-- [DocumentBodyStart:92864f21-09d5-43c0-b7be-da68296bebf4] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am in a situation where I have an html page with a static embed of StrobeMediaPlayback.swf. Looks like it is version 2.0 if that is important. &lt;/p&gt;&lt;p&gt;By static, I mean it does not use swfObject to embed the player. The &amp;lt;object&amp;gt; tag and all the parameters are hard-coded into th html. I can not change this embed. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I would like to be able to seek the video using javascript. Is this possible and how can I do it? All off the examples I have found rely on using javascript to embed the player&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks in advance&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:92864f21-09d5-43c0-b7be-da68296bebf4] --&gt;</description>
      <pubDate>Sat, 15 Mar 2014 00:09:51 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1428326</guid>
      <dc:date>2014-03-15T00:09:51Z</dc:date>
      <clearspace:dateToText>8 months 3 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Alternatives to Strobe Media Playback</title>
      <link>https://forums.adobe.com/thread/1393959</link>
      <description>&lt;!-- [DocumentBodyStart:7c4493c3-d486-400e-a831-3e778942f99c] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Looks like we backed the wrong horse with Strobe Meida Playback, as it appears support has all but dissolved.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Can anyone suggest an alternative multi-bitstream method that's still alive and well?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm looking to add subtititles to our videos in order to comply with Accessibilities standards, and can find no resources to do so with Strobe.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Mike&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7c4493c3-d486-400e-a831-3e778942f99c] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">flash</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">video</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">subtitles</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">closed_captioning</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">strobe_media_playback</category>
      <pubDate>Thu, 30 Jan 2014 20:10:42 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1393959</guid>
      <dc:date>2014-01-30T20:10:42Z</dc:date>
      <clearspace:dateToText>9 months 3 days ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Reset after error or if stream fails</title>
      <link>https://forums.adobe.com/thread/1407731</link>
      <description>&lt;!-- [DocumentBodyStart:7b1d37a7-5438-4985-bc6e-8e5c4e18a3a1] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi there,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;need to know how to have a reset or replay image on the player once there is an error, such as "&lt;strong&gt;We are having problems with playback. We apologize for the inconvenience&lt;/strong&gt;". Only way i can reset the player at the moment is be reloading the page. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Can the error text be made clickble to reset player or an image can be displayed or make the player check if stream is availabe every few seconds..&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;can anyone help, I am not a programmer so if some one has a solution for this please help.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Ravinder&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7b1d37a7-5438-4985-bc6e-8e5c4e18a3a1] --&gt;</description>
      <pubDate>Sun, 16 Feb 2014 03:35:17 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1407731</guid>
      <dc:date>2014-02-16T03:35:17Z</dc:date>
      <clearspace:dateToText>9 months 3 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Keyboard commands in Full Screen</title>
      <link>https://forums.adobe.com/thread/1403524</link>
      <description>&lt;!-- [DocumentBodyStart:de202558-88b0-45c9-8de0-ca47b305d4c1] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I need to &lt;a class="jive-link-external-small" href="https://sourceforge.net/adobe/smp/wiki/JavaScript%20API/" rel="nofollow"&gt;use javascript to control my [DVR] HTTP Stream&lt;/a&gt; in full-screen mode, but&amp;nbsp; the most recent SMP (1.6) contains an swf file for Flash Player 10.1 which does not support &lt;a class="jive-link-external-small" href="http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/display/StageDisplayState.html#FULL_SCREEN_INTERACTIVE" rel="nofollow"&gt;fullScreenInteractive (allowing keyboard commands while in Full Screen)&lt;/a&gt;. I do not know AS3... anybody know of a way I can enable fullScreenInteractive without building my own SMP player, or any other options I have? Thanks!!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:de202558-88b0-45c9-8de0-ca47b305d4c1] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">flash</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">as3</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">dvr</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">swf</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">smp</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">httpstreaming</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">fullscreeninteractive</category>
      <pubDate>Tue, 11 Feb 2014 05:07:18 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1403524</guid>
      <dc:date>2014-02-11T05:07:18Z</dc:date>
      <clearspace:dateToText>9 months 4 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Help! I can't load adaptive hds link</title>
      <link>https://forums.adobe.com/thread/1350338</link>
      <description>&lt;!-- [DocumentBodyStart:c6ada464-cebe-43e7-8080-137fdc2181bf] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I import StrobeMediaPlayback project to Flash Builder and builded it. So I don't know why it can't play the adaptive hds link. Please help !&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;debug log:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Wed Dec 4 2013 04:10:00 PM.832 [INFO] [StrobeMediaPlayback] Enabling smoothing/deblocking since the current resolution is lower then the best vertical resolution for this DynamicStream:576p&lt;/p&gt;&lt;p&gt;Wed Dec 4 2013 04:10:00 PM.835 [EVENT] [StrobeMediaPlayback] org.osmf.events::DisplayObjectEvent (newHeight:240&amp;nbsp; oldWidth:NaN&amp;nbsp; newWidth:426&amp;nbsp; type:mediaSizeChange&amp;nbsp; oldHeight:NaN&amp;nbsp; )&lt;/p&gt;&lt;p&gt;&lt;span&gt;Wed Dec 4 2013 04:10:00 PM.838 [DEBUG] [org.osmf.net.httpstreaming.f4f.HTTPStreamF4FIndexHandler] Refresh (quality=0) using &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://sopcache.fptplay.net.vn/event/smil:onetv_hls.smil/playlist_b500000.abst" rel="nofollow" target="_blank"&gt;http://sopcache.fptplay.net.vn/event/smil:onetv_hls.smil/playlist_b500000.abst&lt;/a&gt;&lt;span&gt;. [active=true, elapsedTime=17976931348623157080000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000.00]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;Wed Dec 4 2013 04:10:00 PM.838 [DEBUG] [org.osmf.net.httpstreaming.HTTPStreamDownloader] Loading (timeout=4000, retry=0):&lt;/span&gt;&lt;a class="jive-link-external-small" href="http://sopcache.fptplay.net.vn/event/smil:onetv_hls.smil/playlist_b500000.abst" rel="nofollow" target="_blank"&gt;http://sopcache.fptplay.net.vn/event/smil:onetv_hls.smil/playlist_b500000.abst&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Wed Dec 4 2013 04:10:00 PM.839 [DEBUG] [org.osmf.net.httpstreaming.f4f.HTTPStreamF4FIndexHandler] The url for ( time=2225, quality=0) = [HTTPStreamRequest kind=liveStall, retryAfter=0]&lt;/p&gt;&lt;p&gt;Wed Dec 4 2013 04:10:00 PM.839 [DEBUG] [org.osmf.net.httpstreaming.HTTPStreamSource] State = wait&lt;/p&gt;&lt;p&gt;Wed Dec 4 2013 04:10:00 PM.839 [DEBUG] [org.osmf.net.httpstreaming.HTTPNetStream] stall&lt;/p&gt;&lt;p&gt;Wed Dec 4 2013 04:10:00 PM.847 [DEBUG] [org.osmf.net.httpstreaming.HTTPStreamDownloader] Loaded 193 bytes from 193 bytes.&lt;/p&gt;&lt;p&gt;Wed Dec 4 2013 04:10:00 PM.848 [DEBUG] [org.osmf.net.httpstreaming.HTTPStreamDownloader] Loading complete. It took 0.001 sec and 0 retries to download 193 bytes.&lt;/p&gt;&lt;p&gt;&lt;span&gt;Wed Dec 4 2013 04:10:00 PM.848 [DEBUG] [org.osmf.net.httpstreaming.HTTPNetStream] Download complete: &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://sopcache.fptplay.net.vn/event/smil:onetv_hls.smil/playlist_b500000.abst" rel="nofollow" target="_blank"&gt;http://sopcache.fptplay.net.vn/event/smil:onetv_hls.smil/playlist_b500000.abst&lt;/a&gt;&lt;span&gt; (193 bytes)&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Wed Dec 4 2013 04:10:00 PM.848 [DEBUG] [org.osmf.net.httpstreaming.f4f.HTTPStreamF4FIndexHandler] Pending index updates: 0&lt;/p&gt;&lt;p&gt;Wed Dec 4 2013 04:10:00 PM.848 [DEBUG] [org.osmf.net.httpstreaming.f4f.HTTPStreamF4FIndexHandler] BootstrapBox(0) loaded successfully.[version:4601, fragments from frt:4600, fragments from srt:4294967295]&lt;/p&gt;&lt;p&gt;Wed Dec 4 2013 04:10:00 PM.848 [DEBUG] [org.osmf.net.httpstreaming.HTTPStreamSource] Stream [ / ] refreshed. ( offset = 2225, live = true).&lt;/p&gt;&lt;p&gt;&lt;span&gt;Wed Dec 4 2013 04:10:00 PM.848 [DEBUG] [org.osmf.net.httpstreaming.HTTPStreamDownloader] Closing :&lt;/span&gt;&lt;a class="jive-link-external-small" href="http://sopcache.fptplay.net.vn/event/smil:onetv_hls.smil/playlist_b500000.abst" rel="nofollow" target="_blank"&gt;http://sopcache.fptplay.net.vn/event/smil:onetv_hls.smil/playlist_b500000.abst&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Wed Dec 4 2013 04:10:00 PM.869 [DEBUG] [org.osmf.net.httpstreaming.HTTPStreamSource] State = load&lt;/p&gt;&lt;p&gt;Wed Dec 4 2013 04:10:00 PM.905 [DEBUG] [org.osmf.net.httpstreaming.HTTPNetStream] onScriptData called with mode [immediate].&lt;/p&gt;&lt;p&gt;Wed Dec 4 2013 04:10:00 PM.905 [DEBUG] [org.osmf.net.httpstreaming.HTTPNetStream] onMetaData invoked.&lt;/p&gt;&lt;p&gt;Wed Dec 4 2013 04:10:00 PM.907 [DEBUG] [org.osmf.net.httpstreaming.f4f.HTTPStreamF4FIndexHandler] Refresh (quality=0) ignored. [active=false, elapsedTime=69.00]&lt;/p&gt;&lt;p&gt;Wed Dec 4 2013 04:10:00 PM.908 [DEBUG] [org.osmf.net.httpstreaming.f4f.HTTPStreamF4FIndexHandler] The url for ( time=2225, quality=0) = [HTTPStreamRequest kind=liveStall, retryAfter=0]&lt;/p&gt;&lt;p&gt;Wed Dec 4 2013 04:10:00 PM.908 [DEBUG] [org.osmf.net.httpstreaming.HTTPStreamSource] State = wait&lt;/p&gt;&lt;p&gt;Wed Dec 4 2013 04:10:00 PM.936 [DEBUG] [org.osmf.net.httpstreaming.HTTPStreamSource] State = load&lt;/p&gt;&lt;p&gt;Wed Dec 4 2013 04:10:00 PM.970 [DEBUG] [org.osmf.net.httpstreaming.HTTPNetStream] onScriptData called with mode [immediate].&lt;/p&gt;&lt;p&gt;Wed Dec 4 2013 04:10:00 PM.971 [DEBUG] [org.osmf.net.httpstreaming.HTTPNetStream] onMetaData invoked.&lt;/p&gt;&lt;p&gt;Wed Dec 4 2013 04:10:00 PM.971 [DEBUG] [org.osmf.net.httpstreaming.f4f.HTTPStreamF4FIndexHandler] Refresh (quality=0) ignored. [active=false, elapsedTime=133.00]&lt;/p&gt;&lt;p&gt;Wed Dec 4 2013 04:10:00 PM.971 [DEBUG] [org.osmf.net.httpstreaming.f4f.HTTPStreamF4FIndexHandler] The url for ( time=2225, quality=0) = [HTTPStreamRequest kind=liveStall, retryAfter=0]&lt;/p&gt;&lt;p&gt;Wed Dec 4 2013 04:10:00 PM.971 [DEBUG] [org.osmf.net.httpstreaming.HTTPStreamSource] State = wait&lt;/p&gt;&lt;p&gt;Wed Dec 4 2013 04:10:00 PM.996 [DEBUG] [org.osmf.net.httpstreaming.HTTPStreamSource] State = load&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c6ada464-cebe-43e7-8080-137fdc2181bf] --&gt;</description>
      <pubDate>Wed, 04 Dec 2013 09:27:04 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1350338</guid>
      <dc:date>2013-12-04T09:27:04Z</dc:date>
      <clearspace:dateToText>9 months 4 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Strobe Media Playback hangs on .bootstrap</title>
      <link>https://forums.adobe.com/thread/1396063</link>
      <description>&lt;!-- [DocumentBodyStart:acf2f679-930b-4d3e-a2fa-aafb734287a2] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi. I have live HTTP Dynamic Streams played by SMP. Occasionally the player stops in buffering while requesting the bootstrap file (livestream.bootstrap) and it won't play the next fragment of the stream. Refreshing the page does not work, it still reaches tothe last fragment it had reached before. Thanks in advance for any help you can provide me.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Regards&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Eduardo&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:acf2f679-930b-4d3e-a2fa-aafb734287a2] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">hangs</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">smp</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">bootstrap</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">strobe_media_playback</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">.bootstrap</category>
      <pubDate>Sun, 02 Feb 2014 15:46:26 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1396063</guid>
      <dc:date>2014-02-02T15:46:26Z</dc:date>
      <clearspace:dateToText>9 months 4 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Help, please!</title>
      <link>https://forums.adobe.com/thread/1396829</link>
      <description>&lt;!-- [DocumentBodyStart:d17c6b7e-6fa1-4d8b-a55d-d1022bf7782f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Within Opera, after playing a stream for several seconds a "buffering" notification appears... and that's it, playing never resumes!?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d17c6b7e-6fa1-4d8b-a55d-d1022bf7782f] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">buffering</category>
      <pubDate>Mon, 03 Feb 2014 17:46:33 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1396829</guid>
      <dc:date>2014-02-03T17:46:33Z</dc:date>
      <clearspace:dateToText>9 months 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Preroll Countdown Timer</title>
      <link>https://forums.adobe.com/thread/1309304</link>
      <description>&lt;!-- [DocumentBodyStart:49cfb7d8-ceae-48f9-a2f0-584bc8cc89ca] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hello Dear very active Strobe Media Playback Users.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I been trying to get create a preroll countdown timer for the case when :&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;em&gt;Developer is drinking coffe and is told that he should create a countdown timer that indicates the remaning length of the preroll video.&lt;/em&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So far no joy. There seems to be no way that I Can access the relevant media element. The time trait reports the duration of the video element following after preroll? &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any clues? I looked at plugin manager but again...&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks in advance&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thomas&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:49cfb7d8-ceae-48f9-a2f0-584bc8cc89ca] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">countdown</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">preroll</category>
      <pubDate>Fri, 04 Oct 2013 11:06:50 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1309304</guid>
      <dc:date>2013-10-04T11:06:50Z</dc:date>
      <clearspace:dateToText>10 months 3 days ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Access NetConnection.connect() call</title>
      <link>https://forums.adobe.com/thread/1364067</link>
      <description>&lt;!-- [DocumentBodyStart:39e751c7-f01f-4bbc-97d3-a251ce1d0a87] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am using Strobe Media Playback in an AIR app.&amp;nbsp; I would like access to the NetConnection.connect() call so that I can pass params to the server like so: nc.connect(url, params...).&amp;nbsp; I've tried digging through the SMP and OSMF source and I'm not sure how I could do this, the connect() call appears to be inside the Flex framework classes in some places.&amp;nbsp; Is there a method(s) I can override so that I can change how the nc.connect() call is handled?&amp;nbsp; I am using DVR and VOD type streams.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:39e751c7-f01f-4bbc-97d3-a251ce1d0a87] --&gt;</description>
      <pubDate>Mon, 23 Dec 2013 16:46:30 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1364067</guid>
      <dc:date>2013-12-23T16:46:30Z</dc:date>
      <clearspace:dateToText>10 months 3 days ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Strobe Media Playback and Dynamic Streaming</title>
      <link>https://forums.adobe.com/thread/679664</link>
      <description>&lt;!-- [DocumentBodyStart:7732a278-3fe1-4be7-9da6-988b6fc06e50] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span lang="EN-US" style="font-family: &amp;amp;quot;Arial&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;; color: #333333; font-size: 10pt; mso-ansi-language: EN-US;"&gt;I have read than the Strobe Media Playback Player supports Dynamic Streaming, unfortunatelly I haven't been able to find hot to enable and configure this feature; Can anyone help me with this?&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7732a278-3fe1-4be7-9da6-988b6fc06e50] --&gt;</description>
      <pubDate>Wed, 14 Jul 2010 03:23:18 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/679664</guid>
      <dc:date>2010-07-14T03:23:18Z</dc:date>
      <clearspace:dateToText>10 months 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Is Strobe Media Playback Dead?</title>
      <link>https://forums.adobe.com/thread/1298881</link>
      <description>&lt;!-- [DocumentBodyStart:d0c91d3d-2f2e-488d-b374-70ff0715b4dc] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Seriously, is there any support for it?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d0c91d3d-2f2e-488d-b374-70ff0715b4dc] --&gt;</description>
      <pubDate>Wed, 18 Sep 2013 14:37:19 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1298881</guid>
      <dc:date>2013-09-18T14:37:19Z</dc:date>
      <clearspace:dateToText>10 months 4 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Supporting AiR links app:// or with AiRAliases file:///</title>
      <link>https://forums.adobe.com/thread/1362473</link>
      <description>&lt;!-- [DocumentBodyStart:2541346d-a551-45f1-8b66-fb4042f9e0a5] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hello&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;We are using Strobe Media Playback in our App and it works in all Browsers and on the iPad.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;But it don't work for our Adobe AiR App. We always get "We are unsable to connect to the contetn you've requested....". &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;As far as we can see, the problem is, that AiR can't handle links like app:// or file:///. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;You can download the zipped app here:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://212.103.77.235/_OfHdMCpAPw9DZR" rel="nofollow"&gt;Download&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Only the tool "Product Benefits" is of interested.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any help would be highly appreciated.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Cheers Alex&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2541346d-a551-45f1-8b66-fb4042f9e0a5] --&gt;</description>
      <pubDate>Fri, 20 Dec 2013 08:43:25 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1362473</guid>
      <dc:date>2013-12-20T08:43:25Z</dc:date>
      <clearspace:dateToText>11 months 3 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Cloudfront signed url works with "setup page", but not local copy</title>
      <link>https://forums.adobe.com/thread/1359772</link>
      <description>&lt;!-- [DocumentBodyStart:9f9acd74-0127-4274-b954-484538227f0a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I generated a signed url so I could do rtmp streaming through cloudfront from a S3 bucket.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When I put this url as the "src" of the player found here: &lt;a class="jive-link-external-small" href="http://osmf.org/dev/2.0gm/setup.html" rel="nofollow"&gt;http://osmf.org/dev/2.0gm/setup.html&lt;/a&gt;, I can see my video, however, it doesn't work on my local copy of Strobe Media Player.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I went and grabbed the latest available versions from source forge (2.0 of OSMF and 1.6 of SMP), compiled them, and tried to play the file, but it wouldn't work on my compiled copy.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;My player works fine with normal videos, only when using signed urls from cloudfromt do I get ths error&lt;/p&gt;&lt;p&gt;It uses a signed url like this:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;blockquote class="jive-quote"&gt;&lt;p&gt;rtmp://s161ki0ys7euuz.cloudfront.net/cfx/st/vid_cdntest001?Signature=RSS0PV4RCq6lsF7gKE202 sHJw0lxCE9zwJbISVuovaBnARQFCVZ2e6SSejHXN4uIT5uotDBT8iYZVvfUC3rq0A571CWVETsnlJ4jhEir1JE5w-p jC-cx~CjxkcVQSj8EC07zozoNCypiBggLy0w2Id8TUxTuX9KrIDlN~BImwBjN1cnuZMpms9dpfuw-MLFefHtTDwfZZ Yh00LSUAEqA0BwqhA6NECHbrkaXQjUM7r5TRSP3ZH5uFIWhUWLMH3WWYLyz5bQab3FQxZhI4BhdFPJm6Z0m6HVVnuz eMqibMWDGybtoepjkTUYJqeTaYQUpIHrp1-0-dDVhhCx7BxCOlA__&amp;amp;Key-Pair-Id=APKAJSRQXYNPUENHF6HQ&amp;amp;Exp ires=1387398525&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;And it requires a flashvar "urlIncludesFMSApplicationInstance" to be set to true. The flashvar is set in my local copy of the player.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I set "verbose" to true, and I get "Playback failed. Failed to play(stream ID: 1)"&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The AWS people were able to play the file on their debug player, so it isn't a problem with the video. It's just something about my copy of the player or the environment I'm on.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9f9acd74-0127-4274-b954-484538227f0a] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">error</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">strobe</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">cloudfront</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">2.0</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">smp</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">strobemediaplayback</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">strobe_media_playback</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">strobeemediaplayer</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">strobe_player</category>
      <pubDate>Mon, 16 Dec 2013 21:19:29 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1359772</guid>
      <dc:date>2013-12-16T21:19:29Z</dc:date>
      <clearspace:dateToText>11 months 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>SMP Seek issue</title>
      <link>https://forums.adobe.com/thread/1172816</link>
      <description>&lt;!-- [DocumentBodyStart:55023eef-d2da-41fe-bfab-afb2e153e6bf] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi all,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I now have an OSMF based player that is working quite good but we'd like to change to StrobeMediaPlayback because it has a lot of features out of the box.&lt;/p&gt;&lt;p&gt;I've tested the player but I've not been able to deep check the code.&lt;/p&gt;&lt;p&gt;All seems to be working fine except one thing; the SeekBar.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;With "not working" I mean that the default behaviour of SMP -or at least in my version- is to &lt;strong&gt;not seek until the seeking target is loaded&lt;/strong&gt;.&lt;/p&gt;&lt;p&gt;This is fine for short or low qty videos. But this behaviour becomes a nightmare for long or high qty videos.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;For now, I'm testing with an .mp4 video and the streaming protocol is HTTP (no dynamic streaming, rtmp or live issue).&lt;/p&gt;&lt;p&gt;I've seen a lot of SMP modified players that can seek anywhere and doesn't matter if video is fully loaded or not.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So the question is, how SMP manages the seeking logic? &lt;strong&gt;Can I seek beyond loaded/buffer time in the scrub bar?&lt;/strong&gt; Does it by default or I have to code it?&lt;/p&gt;&lt;p&gt;And for more information, where is the code/logic for the controlbar elements -play, pause, seek, fullscreen, etc...-?&lt;br/&gt;I've been looking around the code but found nothing clear.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks a lot,&lt;/p&gt;&lt;p&gt;Adrian.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:55023eef-d2da-41fe-bfab-afb2e153e6bf] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">playback</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">osmf</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">http</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">strobe</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">smp</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">strobemediaplayback</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">seeking</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">scrub</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">strobe_media_playback</category>
      <pubDate>Mon, 18 Mar 2013 20:16:15 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1172816</guid>
      <dc:date>2013-03-18T20:16:15Z</dc:date>
      <clearspace:dateToText>1 year 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to add CC(Closed Captioning) option in OSMF player</title>
      <link>https://forums.adobe.com/thread/1050547</link>
      <description>&lt;!-- [DocumentBodyStart:28cd5990-8019-487e-b1e0-c00dbf0e2acb] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi All,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;How to add cc(closed captioning) options in OSMF Player?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:28cd5990-8019-487e-b1e0-c00dbf0e2acb] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">osmf</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">strobe</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">strobeemediaplayer</category>
      <pubDate>Thu, 16 Aug 2012 14:00:56 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1050547</guid>
      <dc:date>2012-08-16T14:00:56Z</dc:date>
      <clearspace:dateToText>1 year 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>SMP Closed Captioning</title>
      <link>https://forums.adobe.com/thread/1295808</link>
      <description>&lt;!-- [DocumentBodyStart:ab53540a-1fd8-488e-b9c4-29ccc302de73] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Good evening everybody,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is there an easy to use closed captioning plug in that works with the standard SMP code you get from the OSMF Configurator?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;We're trying to go for a real simple player that users can easilty create code for and that we can just then add a little bit to in order to pull in an external XML caption document.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ab53540a-1fd8-488e-b9c4-29ccc302de73] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">osmf</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">strobe_player</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">closed_caption</category>
      <pubDate>Fri, 13 Sep 2013 21:03:11 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1295808</guid>
      <dc:date>2013-09-13T21:03:11Z</dc:date>
      <clearspace:dateToText>1 year 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Closed-Captioning support with Strobe Media Playback</title>
      <link>https://forums.adobe.com/thread/762342</link>
      <description>&lt;!-- [DocumentBodyStart:e6b00188-3de9-4f46-b405-87333f8c1c8e] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Does anyone know if there is Closed-Captioning support with Strobe Media Playback preferably with an external xml file with time-coded text?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any working examples out there?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanx!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e6b00188-3de9-4f46-b405-87333f8c1c8e] --&gt;</description>
      <pubDate>Tue, 07 Dec 2010 19:40:54 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/762342</guid>
      <dc:date>2010-12-07T19:40:54Z</dc:date>
      <clearspace:dateToText>1 year 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Auto Buffering in StrobeMediaPlayback</title>
      <link>https://forums.adobe.com/thread/1295402</link>
      <description>&lt;!-- [DocumentBodyStart:a32c2dc5-5a97-4a97-995c-eb15d481a26a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I use Strobe Media Playack to play the video from Adobe media Server via RTMP. in my case Player takes more time to start playing the video &amp;amp; also how to enable the autoBuffering to the player like Youtube and other flash player do. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Meanwhile i tried to play the same video via RTMP with the FlowPlayer, which doesn't take much time to start &amp;amp; autoBuffering also working fine.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a32c2dc5-5a97-4a97-995c-eb15d481a26a] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">fms</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">rtmp</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">strobe_player</category>
      <pubDate>Fri, 13 Sep 2013 12:14:02 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1295402</guid>
      <dc:date>2013-09-13T12:14:02Z</dc:date>
      <clearspace:dateToText>1 year 3 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Where can I find documentation on Strobe Media Player advanced parameters?</title>
      <link>https://forums.adobe.com/thread/1293206</link>
      <description>&lt;!-- [DocumentBodyStart:0ab6c046-0d9b-469e-adb6-aea3269403ea] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have not been able to find any documentation on advanced paramters such as dvrBufferTime and liveBufferTime. I would like to know how to adjust buffering appropriately.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0ab6c046-0d9b-469e-adb6-aea3269403ea] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">buffering</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">strobeemediaplayer</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">parameters</category>
      <pubDate>Tue, 10 Sep 2013 16:55:42 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1293206</guid>
      <dc:date>2013-09-10T16:55:42Z</dc:date>
      <clearspace:dateToText>1 year 3 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>I can't seem to pass a variable from the player to the library</title>
      <link>https://forums.adobe.com/thread/1283453</link>
      <description>&lt;!-- [DocumentBodyStart:34f87127-d6c2-4e31-a374-02af52f00e51] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I'm trying to implement some security&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When you embed the player, you'll add a password as a flashvar.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I can only access this variable from StrobeMediaPlayback.as.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The player connects to the server in org.osmf.net.NetNegotiator.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;How can I pass this variable from StrobeMediaPlayback to NetNegotiator?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Also, it seems like this forum is dead. Where else can I go to get help on this?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:34f87127-d6c2-4e31-a374-02af52f00e51] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">strobemediaplayback</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">strobe_media_playback</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">strobeemediaplayer</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">strobe_player</category>
      <pubDate>Mon, 26 Aug 2013 22:27:08 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1283453</guid>
      <dc:date>2013-08-26T22:27:08Z</dc:date>
      <clearspace:dateToText>1 year 3 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Where can I find a complete set of compiled swfs for 2.0?</title>
      <link>https://forums.adobe.com/thread/1282205</link>
      <description>&lt;!-- [DocumentBodyStart:2a453c20-83ec-4c9f-bde3-c2aeafb88f5f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Where can I find a complete set of compiled swfs for 2.0?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I want to place these directly on my website.&lt;/p&gt;&lt;p&gt;&lt;br/&gt;Thanks,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Ken&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2a453c20-83ec-4c9f-bde3-c2aeafb88f5f] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">strobe</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">2.0</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">strobe_media_playback</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">strobe_player</category>
      <pubDate>Sat, 24 Aug 2013 16:52:52 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1282205</guid>
      <dc:date>2013-08-24T16:52:52Z</dc:date>
      <clearspace:dateToText>1 year 3 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Cannot play RTMP stream</title>
      <link>https://forums.adobe.com/thread/737903</link>
      <description>&lt;!-- [DocumentBodyStart:20a336ed-1f6f-4ac3-b7ef-7795510ee1ac] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I've searched the forum / Google a few times, tried all the simple solutions and I just can't find enough documentation to determine what the problem could be.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have a FMS delivering a flv file via rtmp. I've confrmed the url is valid using Dreamweaver (to generate a main.asc) and throwing together a player in Flash.&amp;nbsp; Here's the flash vars supplied to swfobject:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;p&gt;&lt;p&gt;var parameters = {&lt;span&gt; &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; src: "rtmp://anduin.oucpm.org/wagons2waivers/_definst_/segment1.flv" ,&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; autoPlay: false ,&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; width: 720 ,&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; height: 486,&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; controlBarMode: "none",&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; urlIncludesFMSApplicationInstance: "true"&lt;/p&gt;&lt;p&gt;} ;&lt;/p&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I've tried the source parameter (with "urlIncludesFMSApplicationInstance" both on and off): &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;rtmp://anduin.oucpm.org/wagons2waivers/_definst_/segment1.flv&lt;/p&gt;&lt;p&gt;rtmp://anduin.oucpm.org/wagons2waivers/_definst_/segment1&lt;/p&gt;&lt;p&gt;rtmp://anduin.oucpm.org/wagons2waivers/segment1&lt;/p&gt;&lt;p&gt;rtmp://anduin.oucpm.org/wagons2waivers/segment1.flv&lt;/p&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I've tried this from a domain that is confirmed in listed in the crossdomain.xml on the media server (the admin does have it set to block domains that are't ours). &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm out of ideas and Google is coming up flat. Any ideas? Only idea I have left is some server mis-configuration, or crossdomain.xml issue (though the swf is hosted in an approved domain). &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Seriously could use some help...&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:20a336ed-1f6f-4ac3-b7ef-7795510ee1ac] --&gt;</description>
      <pubDate>Wed, 13 Oct 2010 19:40:50 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/737903</guid>
      <dc:date>2010-10-13T19:40:50Z</dc:date>
      <clearspace:dateToText>1 year 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>7</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Localizing SMP</title>
      <link>https://forums.adobe.com/thread/879655</link>
      <description>&lt;!-- [DocumentBodyStart:1077ee2b-b436-4ad1-bbe5-3d9730ac6501] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;In a current project we need to customize SMP in several areas, especially we need to localize the English text strings (e.g. the text for "Buffering...", error messages etc.)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So I downloaded the 1.5.1 source but so far I only found the messages in the org.osmf.player.errors.ErrorTranslator class. Which other classes in SMP (or OSMF) include static text that needs to get localized?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Btw, any plans on using other techniques (resource bundles) in future releases of SMP / OSMF?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;Dirk&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1077ee2b-b436-4ad1-bbe5-3d9730ac6501] --&gt;</description>
      <pubDate>Wed, 20 Jul 2011 12:52:32 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/879655</guid>
      <dc:date>2011-07-20T12:52:32Z</dc:date>
      <clearspace:dateToText>1 year 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>(Flex, Air) New Custom Widget in Control Bar</title>
      <link>https://forums.adobe.com/thread/1267067</link>
      <description>&lt;!-- [DocumentBodyStart:1c1e056a-046a-4393-bf5a-9ea3c714b2a8] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi, im using StrobeMediaPlayback with ControlBar&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What is the best solution for adding some new buttons in ControlBar?&lt;br/&gt;I just want to add some image (acting like a button) with Embed source from my asset directory.&lt;br/&gt;I have no idea what class i need to extends (probably&amp;nbsp; it's Widget Class) to add my new widget to ControlBar.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'd like to use image asset/redDot.png for showing thats it's LIve Streaming - next to the 00:00 Label on ControlBar.&lt;br/&gt;I have no idea how to make it work.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1c1e056a-046a-4393-bf5a-9ea3c714b2a8] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">custom</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">playback</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">media</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">strobe</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">widget</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">controlbar</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">strobe_media_playback</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">strobe_player</category>
      <pubDate>Thu, 01 Aug 2013 07:05:29 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1267067</guid>
      <dc:date>2013-08-01T07:05:29Z</dc:date>
      <clearspace:dateToText>1 year 4 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Configurate what controlbuttons to display</title>
      <link>https://forums.adobe.com/thread/797569</link>
      <description>&lt;!-- [DocumentBodyStart:713f595b-0520-4bed-8ed3-81a99ab4249d] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi&lt;/p&gt;&lt;p&gt;I've tried to read the configuration and sourcecode and the forums. But havn't found an easy way to config what buttons to display.&lt;/p&gt;&lt;p&gt;For example how do I remove the HD-indicatior and/or fullscreenbutton. Is this availble in the config xml?&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p&gt;/Andreas&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:713f595b-0520-4bed-8ed3-81a99ab4249d] --&gt;</description>
      <pubDate>Mon, 28 Feb 2011 07:38:25 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/797569</guid>
      <dc:date>2011-02-28T07:38:25Z</dc:date>
      <clearspace:dateToText>1 year 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Strobe Media Playback. TypeError: Error #1034</title>
      <link>https://forums.adobe.com/thread/1264724</link>
      <description>&lt;!-- [DocumentBodyStart:d5d33b80-cf46-4bc5-8d60-abe0395eb762] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;FLV file can only be played once in store media player after starting browser, replaying same video or another video file without restarting browser is giving &lt;strong&gt;TypeError: Error #1034&lt;br/&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Please ask, if further information is required.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d5d33b80-cf46-4bc5-8d60-abe0395eb762] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">osmf</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">strobe</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">strobemediaplayback</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">strobe_media_playback</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">strobeemediaplayer</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">strobe_player</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">1034</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">typeerror:error#1034</category>
      <pubDate>Mon, 29 Jul 2013 09:29:58 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1264724</guid>
      <dc:date>2013-07-29T09:29:58Z</dc:date>
      <clearspace:dateToText>1 year 4 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Strobe Media Playback in Flex wrapper.</title>
      <link>https://forums.adobe.com/thread/907371</link>
      <description>&lt;!-- [DocumentBodyStart:294e9753-ad50-4daa-bde1-717cdc823c4a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am trying to create a flex wrapper for Strobe Media Playback.&lt;/p&gt;&lt;p&gt;It works fine in Normal stage, but stream is not displayed in fullScreen mode even if I can hear the audio.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Can anybody please help me?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am using Strobe Media Player 1.6 and OSMF 1.6,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;My wrapper is like :&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&amp;lt;s:Application xmlns:fx="&lt;/span&gt;&lt;a class="jive-link-external-small" href="http://ns.adobe.com/mxml/2009" rel="nofollow" target="_blank"&gt;http://ns.adobe.com/mxml/2009&lt;/a&gt;&lt;span&gt;"&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; xmlns:s="library://ns.adobe.com/flex/spark"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; xmlns:mx="library://ns.adobe.com/flex/mx"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; creationComplete ="init(event)"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;fx:Declarations&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;!-- Place non-visual elements (e.g., services, value objects) here --&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;/fx:Declarations&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;fx:Script&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;![CDATA[&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;import mx.core.UIComponent;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;private const HTTP:String = "&lt;/span&gt;&lt;a class="jive-link-external-small" href="http://mediapm.edgesuite.net/osmf/content/test/manifest-files/dynamic_Streaming.f4m" rel="nofollow" target="_blank"&gt;http://mediapm.edgesuite.net/osmf/content/test/manifest-files/dynamic_Streaming.f4m&lt;/a&gt;&lt;span&gt;";&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;protected function init(event:Event):void&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;var playerInstance:StrobeMediaPlayback = new StrobeMediaPlayback();&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var ui:UIComponent = new UIComponent();&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var parameters:Object = {&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;src:HTTP,&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;controlBarMode:"floating",&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;controlBarAutoHide:"false"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;};&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; playerInstance.initialize(parameters, systemManager.stage, systemManager.loaderInfo, null);&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ui.addChild(playerInstance as DisplayObject);&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;addElement(ui);&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/p&gt;&lt;p&gt;]]&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;/fx:Script&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;/s:Application&amp;gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:294e9753-ad50-4daa-bde1-717cdc823c4a] --&gt;</description>
      <pubDate>Wed, 28 Sep 2011 04:03:02 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/907371</guid>
      <dc:date>2011-09-28T04:03:02Z</dc:date>
      <clearspace:dateToText>1 year 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>SMP Smooth Streaming Live gives error 1009</title>
      <link>https://forums.adobe.com/thread/1263078</link>
      <description>&lt;!-- [DocumentBodyStart:a603b205-f5a3-475b-8dde-55f453b7fe03] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hello,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have an issue with a specific stream with my SMP configuration: a live smooth streaming content that cuts after 1 or 2 seconds or playback with the error (SMP setup in verbose mode):&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;gt; PlayBack failed.&lt;/p&gt;&lt;p&gt;&amp;gt; Attribute Url in StreamIndex element is not found. Error #1009.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;Basically I am trying to play: &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://live.unified-streaming.com/loop/loop.isml/Manifest" rel="nofollow" target="_blank"&gt;http://live.unified-streaming.com/loop/loop.isml/Manifest&lt;/a&gt;&lt;/p&gt;&lt;p&gt;With SMP and the smooth streaming plugin.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Here is my configuration:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;object width="640" height="480"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;param name="movie" value="****myServer***/StrobeMediaPlayback-2.0gm.swf"&amp;gt;&amp;lt;/param&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;param name="flashvars"&lt;/p&gt;&lt;p&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; value="src=&lt;/span&gt;&lt;a class="jive-link-external-small" href="http://live.unified-streaming.com/loop/loop.isml/Manifest&amp;amp;autoPlay=true&amp;amp;plugin_AdaptiveStreamingPlugin=/static/players/StrobeMediaPlayback/externals/plugins/MSAdaptiveStreamingPlugin-v1.0.3-osmf2.0.swf&amp;amp;AdaptiveStreamingPlugin_retryLive=true&amp;amp;AdaptiveStreamingPlugin_retryInterval=10&amp;amp;showVideoInfoOverlayOnStartUp=true&amp;amp;javascriptCallbackFunction=onJavaScriptBridgeCreated&amp;amp;haltOnError=true&amp;amp;liveBufferTime=0.5&amp;amp;verbose=true" rel="nofollow" target="_blank"&gt;http://live.unified-streaming.com/loop/loop.isml/Manifest&amp;amp;autoPlay=true&amp;amp;plugin_AdaptiveStr eamingPlugin=/static/players/StrobeMediaPlayback/externals/plugins/MSAdaptiveStreamingPlug in-v1.0.3-osmf2.0.swf&amp;amp;AdaptiveStreamingPlugin_retryLive=true&amp;amp;AdaptiveStreamingPlugin_retry Interval=10&amp;amp;showVideoInfoOverlayOnStartUp=true&amp;amp;javascriptCallbackFunction=onJavaScriptBrid geCreated&amp;amp;haltOnError=true&amp;amp;liveBufferTime=0.5&amp;amp;verbose=true&lt;/a&gt;&lt;span&gt;"&amp;gt;&amp;lt;/param&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;embed src="****myServer***/StrobeMediaPlayback-2.0gm.swf" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" wmode="direct" width="640" height="480" flashvars="src=&lt;/span&gt;&lt;a class="jive-link-external-small" href="http://live.unified-streaming.com/loop/loop.isml/Manifest&amp;amp;autoPlay=true&amp;amp;plugin_AdaptiveStreamingPlugin=****myServer***/MSAdaptiveStreamingPlugin-v1.0.3-osmf2.0.swf&amp;amp;AdaptiveStreamingPlugin_retryLive=true&amp;amp;AdaptiveStreamingPlugin_retryInterval=10&amp;amp;showVideoInfoOverlayOnStartUp=true&amp;amp;haltOnError=true&amp;amp;liveBufferTime=0.5&amp;amp;verbose=true" rel="nofollow" target="_blank"&gt;http://live.unified-streaming.com/loop/loop.isml/Manifest&amp;amp;autoPlay=true&amp;amp;plugin_AdaptiveStr eamingPlugin=****myServer***/MSAdaptiveStreamingPlugin-v1.0.3-osmf2.0.swf&amp;amp;AdaptiveStreamin gPlugin_retryLive=true&amp;amp;AdaptiveStreamingPlugin_retryInterval=10&amp;amp;showVideoInfoOverlayOnStar tUp=true&amp;amp;haltOnError=true&amp;amp;liveBufferTime=0.5&amp;amp;verbose=true&lt;/a&gt;&lt;span&gt;"&amp;gt;';&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/embed&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/object&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Could anyone please advise how to investigate further?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks in advance!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a603b205-f5a3-475b-8dde-55f453b7fe03] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">live</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">playback</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">plugin</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">smooth</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">osmf</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">strobemediaplayback</category>
      <pubDate>Fri, 26 Jul 2013 12:29:07 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1263078</guid>
      <dc:date>2013-07-26T12:29:07Z</dc:date>
      <clearspace:dateToText>1 year 4 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>MASTPlugin.swf ; loading VAST 2.0</title>
      <link>https://forums.adobe.com/thread/1260696</link>
      <description>&lt;!-- [DocumentBodyStart:efed1053-d3d9-4328-9278-51280091b307] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have only seen one post on this forum where loading the MASTPlugin.swf is explained. The example goes something like this (I changed it a little bit as I have the MASTPlugin.swf running from my deploy location on localhost).&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="background-color: #ffffff; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;var &lt;strong&gt;parameters &lt;/strong&gt;=&lt;/p&gt;&lt;p style="background-color: #ffffff; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;{&lt;/p&gt;&lt;p style="background-color: #ffffff; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;src: "rtmp://cp67126.edgefcs.net/ondemand/mediapm/stro be/content/test/SpaceAloneHD_sounas_640_500_short",&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="background-color: #ffffff; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;// Set asset level metadata. In this case it's the uri to the mast document which we need to set on the &lt;a class="jive-link-external-small" href="http://www.akamai.com/mast/1.0" rel="nofollow" target="_blank"&gt;http://www.akamai.com/mast/1.0&lt;/a&gt; namespace&lt;/p&gt;&lt;p style="background-color: #ffffff; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;// (mast string in src_mast_uri is simply an alias)&lt;/p&gt;&lt;p style="background-color: #ffffff; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;src_namespace_mast:"&lt;a class="jive-link-external-small" href="http://www.akamai.com/mast/1.0" rel="nofollow" target="_blank"&gt;http://www.akamai.com/mast/1.0&lt;/a&gt;",&lt;/p&gt;&lt;p style="background-color: #ffffff; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;src_mast_uri:"&lt;a class="jive-link-external-small" href="http://mediapm.edgesuite.net/osmf/content/mast/mast_sample_onitemstart.xml" rel="nofollow" target="_blank"&gt;http://mediapm.edgesuite.net/osmf/content/mast/mast_sample_onitemstart .xml&lt;/a&gt;",&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="background-color: #ffffff; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;// Load the mast plugin&lt;/p&gt;&lt;p style="background-color: #ffffff; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;plugin_mast:"&lt;a class="jive-link-external-small" href="http://osmf.org/dev/1.5gm/MASTPlugin.swf" rel="nofollow" target="_blank"&gt;http://osmf.org/dev/1.5gm/MASTPlugin.swf&lt;/a&gt;"&lt;/p&gt;&lt;p style="background-color: #ffffff; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;};&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 14pt;"&gt;However is it possible to load VAST 2.0 using the MASTPlugin.swf at all ?&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have been successful setting up to some extent loading of VAST into Strobe by integrating Strobe with the code found in VASTSample.as; but would much prefer the plugin route.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is there a different namespace and way to do the above?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thank...Thomas&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:efed1053-d3d9-4328-9278-51280091b307] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">open</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">media</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">osmf</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">strobe</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">framework</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">source</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">vast</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">mast</category>
      <pubDate>Tue, 23 Jul 2013 13:31:12 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1260696</guid>
      <dc:date>2013-07-23T13:31:12Z</dc:date>
      <clearspace:dateToText>1 year 4 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Strobe MediaPlayback supports multiple ppi screen values?</title>
      <link>https://forums.adobe.com/thread/870891</link>
      <description>&lt;!-- [DocumentBodyStart:443187a4-55a6-49c4-a54c-69e91bf1a1e7] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hello,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have a mobile project with the latest OSMF 1.6.2 and strobe, all was fine with 250+ ppi (the player was displayed across the available space of the view), but when I changed the ppi value to 169 to support tablets the player shrinked to 1/3 of the screen and although I had all the percentages/fixed values correct the player wouldn't stretch across the screen (I also had the scaleMode to "stretch").&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Does anyone know if this is a problem with the Strobe media playback? Or knows how to scale the player accordingly in order to be stretched or full screen across multi-ppi implementations?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks in advance.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:443187a4-55a6-49c4-a54c-69e91bf1a1e7] --&gt;</description>
      <pubDate>Tue, 28 Jun 2011 20:44:19 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/870891</guid>
      <dc:date>2011-06-28T20:44:19Z</dc:date>
      <clearspace:dateToText>1 year 5 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>"Unpausable" media - control bar undocumented feature</title>
      <link>https://forums.adobe.com/thread/1253393</link>
      <description>&lt;!-- [DocumentBodyStart:434b0e20-587b-4876-8760-42ebfbc9deaf] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;As I was looking for a way to disable play on some video ad, I stumbled upon a hiden feature of the control bar:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;- The play and pause buttons toggle their visibility (and presence in layout) when metadata with the key "Advertisement" is not null on the media.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The feature is not fully functional though. Line 64 of "PlayButton.as" needs to be modified:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;!--[CodeBlockStart:c9f36314-5bcb-418e-8f60-713d345c8742][excluded]--&gt;&lt;pre class="plain" name="code"&gt;//visible ||= media.metadata.getValue("Advertisement") != null;
visible &amp;amp;&amp;amp;= media.metadata.getValue("Advertisement") == null;

&lt;/pre&gt;&lt;!--[CodeBlockEnd:c9f36314-5bcb-418e-8f60-713d345c8742]--&gt;&lt;div style="display:none;"&gt;&lt;/div&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Then, you can do something like this:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;!--[CodeBlockStart:24318ab2-2d5f-4542-a643-6e15368f41c7][excluded]--&gt;&lt;pre class="plain" name="code"&gt;var metadata:Metadata = new Metadata();
media.metadata.addValue("Advertisement", metadata);
&lt;/pre&gt;&lt;!--[CodeBlockEnd:24318ab2-2d5f-4542-a643-6e15368f41c7]--&gt;&lt;div style="display:none;"&gt;&lt;/div&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;... and the play/pause buttons won't be present while your media is in the player.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Note: I figure this is the most "kosher" way of dealing with the problem. Modifying the PlayTrait (extending it) would actually make it more awkward to handle the media. This method only limits the end user by modifying the GUI. You can still play/pause internally without having to work around your own alterations, and you're less likely to make the media player complain.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:434b0e20-587b-4876-8760-42ebfbc9deaf] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">play_pause</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">unpausable</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">disable_pause</category>
      <pubDate>Fri, 12 Jul 2013 16:46:39 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1253393</guid>
      <dc:date>2013-07-12T16:46:39Z</dc:date>
      <clearspace:dateToText>1 year 5 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Bug when seeking in "ready"-event?</title>
      <link>https://forums.adobe.com/thread/1247906</link>
      <description>&lt;!-- [DocumentBodyStart:ee16a4b3-2cf4-45b3-b1b7-b8ed42619e19] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hello everyone!&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;I can't browse the bug-database at &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://bugs.adobe.com/jira/browse/ST" rel="nofollow" target="_blank"&gt;http://bugs.adobe.com/jira/browse/ST&lt;/a&gt;&lt;span&gt;, it seems offline right now.&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I've stumbled across a small bug: When I want to start playback of a video at a certain position, I'm putting a setCurrentTime()-call in the mediaPlayerStateChange-callback when the "ready"-event is received.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This works fine, however then the seeked position is position 0 in the video, which means that getCurrentTime() reports 0 and&lt;/p&gt;&lt;p&gt;setCurrentTime(0) doesn't seek to the beginnig of the file but to the position seeked to in the ready event.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Maybe this a feature, but it's very unexpected behaviour.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I can seek in the "playing"-event, but then unnecessary data is buffered.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ee16a4b3-2cf4-45b3-b1b7-b8ed42619e19] --&gt;</description>
      <pubDate>Thu, 04 Jul 2013 11:09:30 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1247906</guid>
      <dc:date>2013-07-04T11:09:30Z</dc:date>
      <clearspace:dateToText>1 year 5 months ago</clearspace:dateToText>
      <clearspace:replyCount>8</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Submitting HTTP streaming plugin</title>
      <link>https://forums.adobe.com/thread/1248426</link>
      <description>&lt;!-- [DocumentBodyStart:3041d3c0-67a6-4994-9dfc-c585d944184b] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p class="western"&gt;Hi Guys,&lt;/p&gt;&lt;p class="western"&gt;I've come up with an HTTP streaming plugin for Strobe Media Playback that provides seek to a point functionally with any byte-range http server or CDN and can stream H264 mp4 and flv videos in parallel from multiple locations:&lt;/p&gt;&lt;p class="western"&gt;&lt;a class="jive-link-external-small" href="http://easy-bits.com/products/http-streaming-for-flash" rel="nofollow"&gt;http://easy-bits.com/products/http-streaming-for-flash&lt;/a&gt;&lt;/p&gt;&lt;p class="western"&gt;After filling out and submitting &lt;a class="jive-link-external-small" href="http://www.osmf.org/agreement.php" rel="nofollow"&gt;http://www.osmf.org/agreement.php&lt;/a&gt; there was a page with php warnings about moving uploaded files and mail function disclosing your internal structure and apparently it failed, the same happened when submitting &lt;a class="jive-link-external-small" href="http://www.osmf.org/feedback.php?iframe=true&amp;amp;width=320&amp;amp;height=420" rel="nofollow"&gt;&lt;span style="color: #86bff5; font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span&gt;Contact Us&lt;/span&gt;&lt;/span&gt;&lt;/a&gt; form from the bottom right.&lt;/p&gt;&lt;p class="western"&gt;Is there still a way ?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3041d3c0-67a6-4994-9dfc-c585d944184b] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">httpstreaming</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">multistreaming</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">parallel_streaming</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">byte-range</category>
      <pubDate>Fri, 05 Jul 2013 10:00:21 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1248426</guid>
      <dc:date>2013-07-05T10:00:21Z</dc:date>
      <clearspace:dateToText>1 year 5 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>AkamaiPlugins : StrobeMediaPlayback or OSMF only ?</title>
      <link>https://forums.adobe.com/thread/1235124</link>
      <description>&lt;!-- [DocumentBodyStart:0c124e51-710c-4402-881b-f30ccc151fc4] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Good Afternoon/Good Morning&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I can see no examples of how to use StrobeMediaPlayback with the Akamai BasicStreamingPlugin, nor find the source code that&lt;/p&gt;&lt;p&gt;includes it.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;But both and example and the source code for loading said plugin is included with the &lt;strong&gt;OSMF &lt;/strong&gt;download from Sourceforge.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So my question is can the&lt;strong&gt; StrobeMediaPlayback&lt;/strong&gt; also be used to load Akamai BasicStreamingPlugin or is it only for the OSMF?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thomas&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0c124e51-710c-4402-881b-f30ccc151fc4] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">akamai</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">strobemediaplayback</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">basicstreamingplugin</category>
      <pubDate>Tue, 18 Jun 2013 11:49:14 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1235124</guid>
      <dc:date>2013-06-18T11:49:14Z</dc:date>
      <clearspace:dateToText>1 year 6 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to display a message when no live stream found</title>
      <link>https://forums.adobe.com/thread/1229444</link>
      <description>&lt;!-- [DocumentBodyStart:c53f62c9-e5ee-479f-8eab-88bf085716bd] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;We are using the SMP and would like to display a message stating "There is no live broadcast currently" when no live stream is fond. Right now, all the user gets is a buffering message. Is this possible?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c53f62c9-e5ee-479f-8eab-88bf085716bd] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">live</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">playback</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">rtmp</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">strobemediaplayback</category>
      <pubDate>Mon, 10 Jun 2013 18:08:14 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1229444</guid>
      <dc:date>2013-06-10T18:08:14Z</dc:date>
      <clearspace:dateToText>1 year 6 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to Prevent Endless Buffering after Playback?</title>
      <link>https://forums.adobe.com/thread/1225569</link>
      <description>&lt;!-- [DocumentBodyStart:1bcc36d1-1034-4908-8a36-30a6fb1369fb] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I'm using the Strobe Media Playback player.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The video works very well on both iOS and Desktops, (I'm very pleased), but I'm seeing an anomaly after playback ends.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When the video has finished playing, it begins buffering, or at least the "Buffering..." animated display appears, (see image below).&lt;/p&gt;&lt;p&gt;&lt;br/&gt;This occurs only when viewing the desktop versions of the videos.&amp;nbsp; When I view it on an iPhone, the Buffering... message doesn't appear.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;How do I prevent "Buffering..." from appearing after a video finishes playing?&amp;nbsp; It gives the impression something's broken, or that more video is about to play.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-5378591-339629/BufferingMessage.png"&gt;&lt;img alt="BufferingMessage.png" class="jive-image" height="128" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-5378591-339629/BufferingMessage.png" width="210"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Here's the html I'm using to link to the Strobe Media Playback .swf:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin: 0.0px 0.0px 0.0px 0.0px; color: #162879;"&gt;!-- xxxxxxxxxxxxxxxxxxxxxxxxxxxx&amp;nbsp; FLASH/ANDROID VERSION&amp;nbsp; xxxxxxxxxxxxxxxxxxxxxxxxxx --&amp;gt;&amp;nbsp; &lt;/p&gt;&lt;p style="margin: 0.0px 0.0px 0.0px 0.0px; color: #244fae;"&gt;&amp;nbsp; &amp;lt;script type="text/javascript" src="swfobject.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;/p&gt;&lt;p style="margin: 0.0px 0.0px 0.0px 0.0px; color: #244fae;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;script type="text/javascript"&amp;gt;&lt;/p&gt;&lt;p style="margin: 0.0px 0.0px 0.0px 0.0px; color: #244fae;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;var flashvars = {};&lt;/p&gt;&lt;p style="margin: 0.0px 0.0px 0.0px 0.0px; color: #244fae;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;var params = {};&lt;/p&gt;&lt;p style="margin: 0.0px 0.0px 0.0px 0.0px; color: #244fae;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;params.allowfullscreen = "true";&lt;/p&gt;&lt;p style="margin: 0.0px 0.0px 0.0px 0.0px; color: #244fae;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;var attributes = {}; &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin: 0.0px 0.0px 0.0px 0.0px; color: #162879;"&gt;&lt;span&gt;swfobject.embedSWF("&lt;/span&gt;&lt;a class="jive-link-external-small" href="http://myFMS.scoe.net/videoPlayer/swfs/StrobeMediaPlayback.swf?src=http://myFMS.scoe.net/vod/myProject/myVideo_manifest.f4m" rel="nofollow" target="_blank"&gt;http://myFMS.scoe.net/videoPlayer/swfs/StrobeMediaPlayback.swf?src=http://myFMS.scoe.net/v od/myProject/myVideo_manifest.f4m&lt;/a&gt;&lt;span&gt;", "myAlternativeContent", "325", "247", "10.1.0", "expressInstall.swf", flashvars, params, attributes);&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 0.0px 0.0px 0.0px 0.0px; color: #162879;"&gt;&amp;lt;/script&amp;gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1bcc36d1-1034-4908-8a36-30a6fb1369fb] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">flash</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">mp4</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">strobe_media_playback</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4415">buffering...</category>
      <pubDate>Tue, 04 Jun 2013 17:29:12 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1225569</guid>
      <dc:date>2013-06-04T17:29:12Z</dc:date>
      <clearspace:dateToText>1 year 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>display system/current time in DVR</title>
      <link>https://forums.adobe.com/thread/1220625</link>
      <description>&lt;!-- [DocumentBodyStart:03bbe1ff-1af5-484c-8a0b-94221a8cba0f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm using Wowza DVR with OSMF 1.6. Everything works perfect.&lt;/p&gt;&lt;p&gt;Now I want to display the time in system/current time (not the record duration time), that easier for customer to find the previous tv program that they've missed.&lt;/p&gt;&lt;p&gt;How can i achieve this?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thank you so much. &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:03bbe1ff-1af5-484c-8a0b-94221a8cba0f] --&gt;</description>
      <pubDate>Tue, 28 May 2013 07:06:34 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1220625</guid>
      <dc:date>2013-05-28T07:06:34Z</dc:date>
      <clearspace:dateToText>1 year 6 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

