<?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: Message List - Shockwave content gives black page in certain browsers</title>
    <link>https://forums.adobe.com/community/director/director_basics?view=discussions</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    <pubDate>Tue, 22 Jul 2014 09:16:54 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2014-07-22T09:16:54Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Re: Shockwave content gives black page in certain browsers</title>
      <link>https://forums.adobe.com/message/6571897?tstart=0#6571897</link>
      <description>&lt;!-- [DocumentBodyStart:a541d7e0-c420-4c38-b8cb-a70c2aede386] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;It's possible also that certain users have their&amp;nbsp; Internet Explorer settings too high. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;In the Internet Options under "Security"&amp;nbsp; if you have the wrong settings&amp;nbsp;&amp;nbsp; it can cause a Black Blank Screen.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a541d7e0-c420-4c38-b8cb-a70c2aede386] --&gt;&lt;img src='/beacon?t=1415949657554' /&gt;</description>
      <pubDate>Tue, 22 Jul 2014 09:16:54 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6571897?tstart=0#6571897</guid>
      <dc:date>2014-07-22T09:16:54Z</dc:date>
      <clearspace:dateToText>3 months 3 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Shockwave content gives black page in certain browsers</title>
      <link>https://forums.adobe.com/message/6165709?tstart=0#6165709</link>
      <description>&lt;!-- [DocumentBodyStart:cd272e2f-2dde-49a2-a175-13e7ba2aa9fe] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Thanks a lot - good to know there are people out there if having problems.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:cd272e2f-2dde-49a2-a175-13e7ba2aa9fe] --&gt;</description>
      <pubDate>Fri, 28 Feb 2014 10:04:34 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6165709?tstart=0#6165709</guid>
      <dc:date>2014-02-28T10:04:34Z</dc:date>
      <clearspace:dateToText>8 months 2 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Shockwave content gives black page in certain browsers</title>
      <link>https://forums.adobe.com/message/6162501?tstart=0#6162501</link>
      <description>&lt;!-- [DocumentBodyStart:edcf5a88-d820-47ce-9bdb-51bc62801059] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Great to read that you have a handle on this issue with shockwave.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;if you're users are still having issues with the 'shockwave black screen of death' let me know - as there are a few other tricks to bypass the problems.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:edcf5a88-d820-47ce-9bdb-51bc62801059] --&gt;</description>
      <pubDate>Thu, 27 Feb 2014 14:02:28 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6162501?tstart=0#6162501</guid>
      <dc:date>2014-02-27T14:02:28Z</dc:date>
      <clearspace:dateToText>8 months 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Shockwave content gives black page in certain browsers</title>
      <link>https://forums.adobe.com/message/6162237?tstart=0#6162237</link>
      <description>&lt;!-- [DocumentBodyStart:197b30c5-6269-4363-8ffd-442639672dca] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;In case of anybody having related problems:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;It turned out that at least in this case the black pages were my fault(s). I had mainly two different issues:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;1. Preloading the new movie&lt;/p&gt;&lt;p&gt;2. Jump to the new movie&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;Preloading:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;After building in a progress bar and monitoring the loading progress more in detail with "getStreamStatus" instead of only "netdone" I realised, that for some net connections I had to implement some broader timeouts, means it lasts longer than premised before even the first byte is on the way, and even if downloading starts there could be some long breaks. So in my code now I test every 10 seconds if there is a progress to the previous 10 second state. If a progress is recognized within 10 seconds, the 10 seconds starts from new:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;on stepframe me&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;progress = me.checkstatus(p_int_NetId)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;if progress[1] then&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; LoadSuccess()&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; me.loadEnd ()&lt;/p&gt;&lt;p&gt;end if&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;if _system.milliseconds - p_int_start &amp;gt; 10000 then&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; if progress[2] &amp;lt;&amp;gt; p_flt_progressOld then&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; p_flt_progressOld = progress[2]&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; p_int_start = _system.milliseconds&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; else&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; noLoadSuccess()&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; me.loadEnd ()&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; end if&lt;/p&gt;&lt;p&gt;&amp;nbsp; end if&lt;/p&gt;&lt;p&gt;end&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;Jump to new Movie:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I didn't realize that my shockwave movie doesn't stop after reaching the end as a desktop movie does, but always starts from new. So the calling movie starts over and over again, having my "loaded"-Flag set and thus calling "gotonetmovie(targetmovie)" one after another. But like the help states: &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;"If a &lt;samp class="codeph"&gt;gotoNetMovie &lt;/samp&gt;operation is in progress and you issue a second &lt;samp class="codeph"&gt;gotoNetMovie &lt;/samp&gt;command before the first is finished, the second command cancels the first."&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Here is, where different PCs (and different shockwave versions) behave different: For some, the time period to the next call is obviously enough to start the new movie - jump success. But not for all.&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;Considering these issues finally did the trick for me.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:197b30c5-6269-4363-8ffd-442639672dca] --&gt;</description>
      <pubDate>Thu, 27 Feb 2014 12:22:53 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6162237?tstart=0#6162237</guid>
      <dc:date>2014-02-27T12:22:53Z</dc:date>
      <clearspace:dateToText>8 months 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Shockwave content gives black page in certain browsers</title>
      <link>https://forums.adobe.com/message/5766397?tstart=0#5766397</link>
      <description>&lt;!-- [DocumentBodyStart:d6ded93b-2539-4d41-a2c0-38c4656024ea] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi Milky_au,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;thanks a lot for the infos. I'll pick up the idea of having "an own webbrowser" for another project.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I confirm very much with all points. Years ago I had that "black screen of death" on mentioned project, it disappeared with some update, don't know if that was browser or shockwave, at some undetermined time. Seeing the black screen coming back I was thinking of "didn't they finally get it after all those years?". At the same time I wondered why there are apparently only few people with this problem - searched a lot but couldn't find something particular on that topic, at least not in the dimension I would expect.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Completely agree with that "Norton" - issue. Coming to the point where you have to deselect it, many customers canceled installation at all, asking back why I excpect them to install such trash. I'm convinced that shockwave would be much more widespread used if there were not this shady installation process.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;For the current project, we need the application to play inside a browser. In fact this was original a desktop application, and I had a lot of effort to make it shockwave - save. Reason is, we want it to play on a secured kiosk system, where people can choose to open the applicaton as well as to go to certain web sites, but not to others. Therefore we use the protection software "sitekiosk", which works best when started at boot time. Switching between the web and the application works well when the application itself is in the web. If not, there are problems with lagging when application starts, unsafe start processes, unwanted splash screens, windows in background and so on. But the kiosks are inhouse, so fortunately once running all is fine.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d6ded93b-2539-4d41-a2c0-38c4656024ea] --&gt;</description>
      <pubDate>Thu, 17 Oct 2013 06:48:43 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5766397?tstart=0#5766397</guid>
      <dc:date>2013-10-17T06:48:43Z</dc:date>
      <clearspace:dateToText>1 year 4 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Shockwave content gives black page in certain browsers</title>
      <link>https://forums.adobe.com/message/5764962?tstart=0#5764962</link>
      <description>&lt;!-- [DocumentBodyStart:7eb01f86-894d-439d-8c86-774584789f3c] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;G'day Albatros,&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;"&gt;This might be of some interest to you&amp;hellip;&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="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;After years of problems with browsers and shockwave my company gave up on it.&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;"&gt;Our problems &amp;gt;&lt;/p&gt;&lt;p style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;I personal believed in the shockwave browser player, BUT&amp;hellip;&lt;/p&gt;&lt;p style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;Trying to keep it working with an ever changing browsers/web landscape it a very hard ask.&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;"&gt;Most of our customers don't have the shockwave player installed - and don't want to install it.&lt;/p&gt;&lt;p style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;They also believe that it's the flash player and get confused.&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;"&gt;They hate having to choose to NOT install other things like - Norton Security Scan &lt;span aria-label="Sad" class="emoticon-inline emoticon_sad" style="height:16px;width:16px;"&gt;&lt;/span&gt;&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;"&gt;We even had a problem with a user, who after installing the shockwave player (&amp;amp; nortons) - ended up having Nortons find a problem with the shockwave player they had just installed.&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;"&gt;Our customers found it too difficult it keep on updating the player every few months.&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;"&gt;We could not keep up with all the support problems - which would be often, and mostly regarding the black screen of death.&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="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;strong&gt;Our fix&lt;/strong&gt; &amp;gt;&lt;/p&gt;&lt;p style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;So we fixed our shockwave player problems by creating a portal program, which our end users copy to their computers, which then downloads and runs our shockwave files. No need to install shockwave &amp;amp; no need of a browser!!!&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;"&gt;Basically you create a stub projector file (using director), which the end user runs, which then downloads and plays your shockwave content, over the internet. We even got ours to work through authenticated proxy servers.&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;"&gt;It does not need, or use a browser - and because your projector file, is in fact a shockwave player, your end users will not need to install the shockwave player at all!!!&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;"&gt;In theory it's like making your own browser app - but it only goes to your web site, and plays your (.drc, .dxr, .dir) content.&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;"&gt;The only downside is that your end users will have to download and use your little portal.exe to play your online stuff.&lt;/p&gt;&lt;p style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;(But they will only have to do this once - and it will work every time.)&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;"&gt;&lt;strong&gt;That's why we find shockwave to be amazing.&lt;/strong&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="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;PS - Plus the amazing new iOS shockwave player. &lt;span aria-label="Wink" class="emoticon-inline emoticon_wink" style="height:16px;width:16px;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7eb01f86-894d-439d-8c86-774584789f3c] --&gt;</description>
      <pubDate>Wed, 16 Oct 2013 18:54:12 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5764962?tstart=0#5764962</guid>
      <dc:date>2013-10-16T18:54:12Z</dc:date>
      <clearspace:dateToText>1 year 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Shockwave content gives black page in certain browsers</title>
      <link>https://forums.adobe.com/message/5763758?tstart=0#5763758</link>
      <description>&lt;!-- [DocumentBodyStart:f3042444-b1f1-4d56-bb1b-905ef42d8013] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Findings:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;After deinstalling shockwave player and installing again, this time not "slim" but "full" version, all is fine. But why is there a slim version that differs from the full version? My assumtion was, that the "full" version is a standalone one, while the "slim" version downloads missing files when installing. Didn't realize that there is a real difference - and this will confuse many customers too.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f3042444-b1f1-4d56-bb1b-905ef42d8013] --&gt;</description>
      <pubDate>Wed, 16 Oct 2013 12:14:09 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5763758?tstart=0#5763758</guid>
      <dc:date>2013-10-16T12:14:09Z</dc:date>
      <clearspace:dateToText>1 year 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Shockwave content gives black page in certain browsers</title>
      <link>https://forums.adobe.com/message/5763605?tstart=0#5763605</link>
      <description>&lt;!-- [DocumentBodyStart:a793c078-0456-46e8-bc52-4e0c00dd6278] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Title says all. I have a shockwave application on an inhouse - webserver that shows well on certain machines, and a black page on others. Didn't find a logic in where it's shown and where not, all in all one can say that the application is shown rather on old installations. But then I think the players should be downward compatible? When it's not shown, it's not shown in any browser. Anyway, this is very annoying.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a793c078-0456-46e8-bc52-4e0c00dd6278] --&gt;</description>
      <pubDate>Wed, 16 Oct 2013 11:21:43 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5763605?tstart=0#5763605</guid>
      <dc:date>2013-10-16T11:21:43Z</dc:date>
      <clearspace:dateToText>1 year 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>7</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

