<?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 - Director</title>
    <link>https://forums.adobe.com/community/director?view=discussions</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    <pubDate>Thu, 13 Nov 2014 19:58:12 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2014-11-13T19:58:12Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>video is not displaying in the latest shockwave</title>
      <link>https://forums.adobe.com/message/6927088?tstart=0#6927088</link>
      <description>&lt;!-- [DocumentBodyStart:7966f9ed-a3e3-4cac-acc6-2ae7dcbcff84] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;After updating to the latest version of Shockwave, .flv videos are not displaying. The audio is there but no video.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What is going on Adobe?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7966f9ed-a3e3-4cac-acc6-2ae7dcbcff84] --&gt;&lt;img src='/beacon?t=1415930647122' /&gt;</description>
      <pubDate>Thu, 13 Nov 2014 19:58:12 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6927088?tstart=0#6927088</guid>
      <dc:date>2014-11-13T19:58:12Z</dc:date>
      <clearspace:dateToText>6 hours 6 minutes ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Icon sizes to include as dependent files (for iPhone)</title>
      <link>https://forums.adobe.com/message/6922036?tstart=0#6922036</link>
      <description>&lt;!-- [DocumentBodyStart:40fd9833-1027-4b4a-8312-6e00c360d2b8] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;What size icons must include in an application for iphone?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:40fd9833-1027-4b4a-8312-6e00c360d2b8] --&gt;</description>
      <pubDate>Wed, 12 Nov 2014 10:19:37 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6922036?tstart=0#6922036</guid>
      <dc:date>2014-11-12T10:19:37Z</dc:date>
      <clearspace:dateToText>1 day 16 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>newProxyCallback question</title>
      <link>https://forums.adobe.com/message/6921810?tstart=0#6921810</link>
      <description>&lt;!-- [DocumentBodyStart:9bcb7af4-2f5b-4d6c-b5cd-a940d9cde9a2] --&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;inside a flash sprite behaviour I initialize my callback&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;on beginssprite me&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pCB = sprite(me.spriteNum).newProxyCallback(#sendToLingo)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sprite(me.spriteNum).stage.getChildAt(0).addEventListener("sendToLingo", pCB)&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&gt;&lt;strong&gt;-- this function is called from the flash.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;on sendToLingo me, evt&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; put "Data received from AS3:" &amp;amp;&amp;amp; evt.data&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&lt;strong&gt;end&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&gt;inside flash I have a class to get some values via tcpip, this works fine...&lt;/p&gt;&lt;p&gt;I add an ondataArravied eventlistener to rhis object.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;com_pci.addEventListener("dataArrived",onDataArrived);&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;that calls the method&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;table&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=";"&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p&gt;&lt;strong&gt;function onDataArrived(e:Event){&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;trace("onDataArrived " + getTimer() );&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;comInAry = com_pci.data;&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;var tempPos:String = (comInAry[0]).toString();&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;if (tempPos != currSlidePos) {&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; trace("onDataArrived and changed" + getTimer() );&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; dispatchEvent( new LingoEvent("slidePos:" + currSlidePos) );&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&lt;strong&gt;}&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;}&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&gt;OK, when I onDataarrived is called one, I get a bunch of events in director, every time the tempPos != currSlidePos I get 20 or 30 times the sendToLingo&lt;/p&gt;&lt;p&gt;event in director. why, the trace inside flash is only fired once...&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;would be nice to get some help.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Or is there a way to read as3 vars direct from director?&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;/div&gt;&lt;!-- [DocumentBodyEnd:9bcb7af4-2f5b-4d6c-b5cd-a940d9cde9a2] --&gt;</description>
      <pubDate>Wed, 12 Nov 2014 08:06:51 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6921810?tstart=0#6921810</guid>
      <dc:date>2014-11-12T08:06:51Z</dc:date>
      <clearspace:dateToText>1 day 18 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: previous version of Director Movie - cannot be updated</title>
      <link>https://forums.adobe.com/message/6919597?tstart=0#6919597</link>
      <description>&lt;!-- [DocumentBodyStart:3b3035d7-3597-47f9-89a3-b4258a9c5d5c] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Colin&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Its wonderful&amp;nbsp; - I followed your instructions;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;In the Message Window type this: go movie""&lt;/p&gt;&lt;p&gt;and press Return. Navigate to the old file and open it. You'll be asked about whether the text is Roman, but after that it should open."&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I then saved the file and it can now be opened as a Director 12 movie. By the way that works for a director file created in 1995 which according to this link:&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://veerle-v2.duoh.com/blog/comments/macromedias_history/" rel="nofollow"&gt;http://veerle-v2.duoh.com/blog/comments/macromedias_history/&lt;/a&gt;&lt;/p&gt;&lt;p&gt;is a Director 4 file. That is simply amazing.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thank you so much for that discovery.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Tristan&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3b3035d7-3597-47f9-89a3-b4258a9c5d5c] --&gt;</description>
      <pubDate>Tue, 11 Nov 2014 17:08:23 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6919597?tstart=0#6919597</guid>
      <dc:date>2014-11-11T17:08:23Z</dc:date>
      <clearspace:dateToText>2 days 9 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>deactive director 12 without internet</title>
      <link>https://forums.adobe.com/message/6918157?tstart=0#6918157</link>
      <description>&lt;!-- [DocumentBodyStart:9fb20124-42d6-490f-b5d7-364dd5f35a44] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I need to deactivate 20 copies of Version 12 Director but the connection to adobe servers are block due to security restriction&lt;/p&gt;&lt;p&gt;I there any way this can be done without a internet connection&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9fb20124-42d6-490f-b5d7-364dd5f35a44] --&gt;</description>
      <pubDate>Tue, 11 Nov 2014 06:36:07 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6918157?tstart=0#6918157</guid>
      <dc:date>2014-11-11T06:36:07Z</dc:date>
      <clearspace:dateToText>2 days 19 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to add 'Publisher' info in Projector (.exe) file?</title>
      <link>https://forums.adobe.com/message/6916135?tstart=0#6916135</link>
      <description>&lt;!-- [DocumentBodyStart:ee5f2f38-4017-4498-9875-47091c1a4e06] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;The title says all about what I want to know. As you are aware that, Windows showing a security warning (as Unverified and Unknown Publisher) when we run a Projector (.exe) file. I just wanted to put something instead of showing Unknown Publisher.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am aware that, I need to buy some certificate (digital signature) to become a Verified Publisher, but at this moment I just wanted to put something as Publisher information. Do you guys did the something before, or have any idea?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ee5f2f38-4017-4498-9875-47091c1a4e06] --&gt;</description>
      <pubDate>Mon, 10 Nov 2014 18:27:10 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6916135?tstart=0#6916135</guid>
      <dc:date>2014-11-10T18:27:10Z</dc:date>
      <clearspace:dateToText>3 days 8 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>MP4 video crashes projector on Windows 7?</title>
      <link>https://forums.adobe.com/message/6914273?tstart=0#6914273</link>
      <description>&lt;!-- [DocumentBodyStart:8d01375f-9ce3-4181-9669-e9d54ae32372] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have a program that plays a sequence of MP4 videos (loads one after another if unattended). The projector runs great on Mac and on Windows XP/Vista. On Win 7 the projector stops working after 30-60 minutes.&lt;/p&gt;&lt;p&gt;I set up a trace log, but no errors are surfaced.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any help is appreciated.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Max&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8d01375f-9ce3-4181-9669-e9d54ae32372] --&gt;</description>
      <pubDate>Mon, 10 Nov 2014 01:04:36 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6914273?tstart=0#6914273</guid>
      <dc:date>2014-11-10T01:04:36Z</dc:date>
      <clearspace:dateToText>4 days 60 minutes ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: i have imported .wmv video into director with link to external file but it take forever to start the movie or connect to others</title>
      <link>https://forums.adobe.com/message/6913848?tstart=0#6913848</link>
      <description>&lt;!-- [DocumentBodyStart:07a6bff2-9b20-4a96-a44e-ed75a162441c] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I think your best bet is to abandon WMV use MP4. You can play these using the Flash Asset xtra or MP4Asset xtra and they provide good quality compression as H264. Valentin Schmidt has &lt;a class="jive-link-external-small" href="http://valentin.dasdeck.com/lingo/flv/f10_as2_FLVPlayback/" rel="nofollow"&gt;a demo here&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Why do you say&lt;/p&gt;&lt;blockquote class="jive-quote"&gt;
&lt;p&gt;But I need to use .wmv on windows for the project.&lt;/p&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:07a6bff2-9b20-4a96-a44e-ed75a162441c] --&gt;</description>
      <pubDate>Sun, 09 Nov 2014 19:49:52 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6913848?tstart=0#6913848</guid>
      <dc:date>2014-11-09T19:49:52Z</dc:date>
      <clearspace:dateToText>4 days 6 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: i have imported .wmv video into director with link to external file but it take forever to start the movie or connect to others</title>
      <link>https://forums.adobe.com/message/6912882?tstart=0#6912882</link>
      <description>&lt;!-- [DocumentBodyStart:93b1367f-2e80-4759-9d83-7e6f470bfb73] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi Sean, yes the director file itself takes a long time to open and also the projector takes a long time to load. Once the director file or projector is opened then the videos in that director movie in the sprite frames will play quite happily but when i click to another director movie it then stalls for quite a while before opening the next director movie.&amp;nbsp; I have several director movies that are linked together. They contain many videos and connect together instantly when i am using quicktime,mp4 and other formats.&amp;nbsp; But I need to use .wmv on windows for the project. It seems as if the director file is loading the movies into memory before opening and not using it as an external cast member. Also using .wmv doesnt give me an option for DTS.&lt;/p&gt;&lt;p&gt;Can you help.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:93b1367f-2e80-4759-9d83-7e6f470bfb73] --&gt;</description>
      <pubDate>Sun, 09 Nov 2014 08:30:58 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6912882?tstart=0#6912882</guid>
      <dc:date>2014-11-09T08:30:58Z</dc:date>
      <clearspace:dateToText>4 days 18 hours ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: i have imported .wmv video into director with link to external file but it take forever to start the movie or connect to others</title>
      <link>https://forums.adobe.com/message/6912184?tstart=0#6912184</link>
      <description>&lt;!-- [DocumentBodyStart:d0adbe6d-7468-4eac-8eda-8fc9b5216eb3] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;What "takes forever to load" - the Director file/projector when it starts, or navigating to a frame containing the video sprite?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d0adbe6d-7468-4eac-8eda-8fc9b5216eb3] --&gt;</description>
      <pubDate>Sat, 08 Nov 2014 21:45:40 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6912184?tstart=0#6912184</guid>
      <dc:date>2014-11-08T21:45:40Z</dc:date>
      <clearspace:dateToText>5 days 4 hours ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>i have imported .wmv video into director with link to external file but it take forever to start the movie or connect to others</title>
      <link>https://forums.adobe.com/message/6911196?tstart=0#6911196</link>
      <description>&lt;!-- [DocumentBodyStart:87ef3570-7980-40ee-9183-57873e1f2298] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;When I import .wmv video into director 11.5 with external link to file, it takes forever to load. It seems that the movie is loading all my videos into memory before starting. Can anyone help with an explanation. I am running windows 7.&lt;/p&gt;&lt;p&gt;thanks &lt;/p&gt;&lt;p&gt;Mick gallagher&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:87ef3570-7980-40ee-9183-57873e1f2298] --&gt;</description>
      <pubDate>Sat, 08 Nov 2014 14:00:34 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6911196?tstart=0#6911196</guid>
      <dc:date>2014-11-08T14:00:34Z</dc:date>
      <clearspace:dateToText>5 days 12 hours ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Director Stage - HD Video performance, need Help !</title>
      <link>https://forums.adobe.com/message/6908215?tstart=0#6908215</link>
      <description>&lt;!-- [DocumentBodyStart:3b3a77af-afda-482e-9b44-59a3ad8154fd] --&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 found a solution, maybe somebody with the same trouble could use it, btw if somebody have simpler solutions please let me know&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;my solution:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;im using DirectOs Xtra ( www.directxtras.com ) to launch "VLC.exe" video player with a simple configuration that:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;1) quit when video is finished&lt;/p&gt;&lt;p&gt;2) don't show windows interface&lt;/p&gt;&lt;p&gt;3) fullscreen always even after a double click&lt;/p&gt;&lt;p&gt;4) no message error window from VLC after closing&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;then im using another function of DirectOs Xtra to check if the "Windows task bar" is visible , and if YES the program is hiding it.&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="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;the simple example code:&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;on beginSprite &lt;/p&gt;&lt;p&gt;&amp;nbsp; dosRegister ("yourSerialNumber")&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;on mouseUp&lt;/p&gt;&lt;p&gt;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp; _programPath = "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe "&amp;nbsp; -- last character is a SPACE " "&lt;/p&gt;&lt;p&gt;&amp;nbsp; &lt;/p&gt;&lt;p&gt; -- last character is a SPACE " ", very important: the name should not have SPACE charactes, for example: &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; _videoPath = "D:\CARLO CRIVELLI.mp4 " -- this is NOT correct&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; _videoPath = "D:\CARLO_CRIVELLI.mp4 " -- this is correct&lt;/p&gt;&lt;p&gt;&amp;nbsp; &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;-- command line using VLC command line config help&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp; _commandLine = "--fullscreen --quiet where --width=0 --height=0 --video-x=0 --video-y=0 --no-video-deco --no-embedded-video vlc://quit --no-video-title"&lt;/p&gt;&lt;p&gt;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp; dosLaunchApp( _programPath &amp;amp; _videoPath &amp;amp; _commandLine, "Normal", 0 )&lt;/p&gt;&lt;p&gt;&amp;nbsp; &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 style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;-- check if the taskBar is visible, if yes this function will hide it&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;on exitFrame&lt;/p&gt;&lt;p&gt;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp; TopWindows = dosGetTopWindowIDs()&lt;/p&gt;&lt;p&gt;&amp;nbsp; TaskBarFound = false&lt;/p&gt;&lt;p&gt;&amp;nbsp; repeat with i=1 to count (TopWindows)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CurrWindow = GetAt (TopWindows, i)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (dosGetWindowClassName (CurrWindow) = "Shell_TrayWnd") then&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TaskBarFound = true&lt;/p&gt;&lt;p&gt;&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; -- close taskbar&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if dosGetWindowState (CurrWindow, "Hidden") then&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Success = dosSetWindowState (CurrWindow, "Normal")&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; else&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Success = dosSetWindowState (CurrWindow, "Hidden")&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; end if &lt;/p&gt;&lt;p&gt;&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; if (not Success) then&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; put "Can't show or hide the taskbar, error # "&amp;amp;dosGetLastError() &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; end if&lt;/p&gt;&lt;p&gt;&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; exit repeat&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; end if&lt;/p&gt;&lt;p&gt;&amp;nbsp; end repeat&lt;/p&gt;&lt;p&gt;&amp;nbsp; &lt;/p&gt;&lt;p&gt;end&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'm also playing with VLC preference menu', to hide " error message window " and to use a different Skin interface ( using VLCSkinEditor )&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;Mauro&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3b3a77af-afda-482e-9b44-59a3ad8154fd] --&gt;</description>
      <pubDate>Fri, 07 Nov 2014 09:00:39 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6908215?tstart=0#6908215</guid>
      <dc:date>2014-11-07T09:00:39Z</dc:date>
      <clearspace:dateToText>6 days 17 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: alert() not displaying dialog box in mac/windows projectors</title>
      <link>https://forums.adobe.com/message/6906673?tstart=0#6906673</link>
      <description>&lt;!-- [DocumentBodyStart:ede43568-da9b-4fc1-adef-55cacda5e457] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;So you are publishing to executables and not to Shockwave (despite the DCR compression) in which case Buddy API and the full suite of xtras are available. However, your projectors most certainly should &lt;strong&gt;NOT&lt;/strong&gt; be dependent on a pre-existing Shockwave installation or they will break some time in the future.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ede43568-da9b-4fc1-adef-55cacda5e457] --&gt;</description>
      <pubDate>Thu, 06 Nov 2014 21:09:51 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6906673?tstart=0#6906673</guid>
      <dc:date>2014-11-06T21:09:51Z</dc:date>
      <clearspace:dateToText>1 week 5 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: alert() not displaying dialog box in mac/windows projectors</title>
      <link>https://forums.adobe.com/message/6905671?tstart=0#6905671</link>
      <description>&lt;!-- [DocumentBodyStart:72f5fb6b-3053-4793-a7f6-e700409357dd] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I may not be using the correct terminology. I'm a professional java developer who was given the responsibility of maintaining and updating a large number of director files a few months ago. So I'm new to Lingo, Director and what's what. Most of our applications are published to mac and windows as exe and .app applications. Are those called movies or projectors? Either way they still require shockwave to be installed in order to run, and from what I've seen so far, most of our code uses Buddy API, and has for years, safe or not. We do have about 100 "modules" that we publish to shockwave, DCR files, right? But those aren't what I'm having problems with, though chances are they also use Buddy API. &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:72f5fb6b-3053-4793-a7f6-e700409357dd] --&gt;</description>
      <pubDate>Thu, 06 Nov 2014 16:15:00 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6905671?tstart=0#6905671</guid>
      <dc:date>2014-11-06T16:15:00Z</dc:date>
      <clearspace:dateToText>1 week 10 hours ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Director Stage - HD Video performance, need Help !</title>
      <link>https://forums.adobe.com/message/6904995?tstart=0#6904995</link>
      <description>&lt;!-- [DocumentBodyStart:621667a2-ab06-4812-8ee0-6eda15e5ae07] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;in my example im using f4v, put ALSO using MP4 H264 i have exactly the same problem !&lt;/p&gt;&lt;p&gt;No differences!&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;Mauro&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:621667a2-ab06-4812-8ee0-6eda15e5ae07] --&gt;</description>
      <pubDate>Thu, 06 Nov 2014 11:58:02 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6904995?tstart=0#6904995</guid>
      <dc:date>2014-11-06T11:58:02Z</dc:date>
      <clearspace:dateToText>1 week 14 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Director Stage - HD Video performance, need Help !</title>
      <link>https://forums.adobe.com/message/6904711?tstart=0#6904711</link>
      <description>&lt;!-- [DocumentBodyStart:efeb2e05-bbd1-48c2-80fb-0d05845a59d4] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;On windows machines ONLY MP4.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:efeb2e05-bbd1-48c2-80fb-0d05845a59d4] --&gt;</description>
      <pubDate>Thu, 06 Nov 2014 09:08:47 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6904711?tstart=0#6904711</guid>
      <dc:date>2014-11-06T09:08:47Z</dc:date>
      <clearspace:dateToText>1 week 17 hours ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Director Stage - HD Video performance, need Help !</title>
      <link>https://forums.adobe.com/message/6904402?tstart=0#6904402</link>
      <description>&lt;!-- [DocumentBodyStart:07fe59f1-e364-4d10-b86a-45d0e69d0263] --&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;im using Director for 3D projects but now i have a client who want to create some multimedia kiosks.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is the first time i'm creating projector to play videos, and im having very big problems playing videos on the stage ..&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The videos im playing are in 1920x1080 ( fullHd ), and i have a lot of troubles with performance.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;i add a link to download ( .dir + .exe + .f4v )&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://www.360map.eu/test/test_video.zip" rel="nofollow"&gt;http://www.360map.eu/test/test_video.zip&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Unfortunatly i tried many video format and compressions, DTS on or off... but all seems to be the same.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is there a way to improve video quality and smoothness performance ?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Im playing them on my I5 + NVidia gcard, but the videos , even if im not adding lingo code in my "projector.exe", are not smooth as they should be !!&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;i hope this forum could help me, thanks!&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Mauro&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:07fe59f1-e364-4d10-b86a-45d0e69d0263] --&gt;</description>
      <pubDate>Thu, 06 Nov 2014 08:05:30 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6904402?tstart=0#6904402</guid>
      <dc:date>2014-11-06T08:05:30Z</dc:date>
      <clearspace:dateToText>1 week 18 hours ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: alert() not displaying dialog box in mac/windows projectors</title>
      <link>https://forums.adobe.com/message/6903381?tstart=0#6903381</link>
      <description>&lt;!-- [DocumentBodyStart:e220d440-381b-455b-b570-08a058c2cf12] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;It wasn't clear you were publishing to Shockwave. If so, neither Buddy API nor MUI are options &amp;#8212; they aren't marked as Shockwave-safe and nor do they have auto-downloadable packages.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e220d440-381b-455b-b570-08a058c2cf12] --&gt;</description>
      <pubDate>Wed, 05 Nov 2014 22:02:23 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6903381?tstart=0#6903381</guid>
      <dc:date>2014-11-05T22:02:23Z</dc:date>
      <clearspace:dateToText>1 week 1 day ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: alert() not displaying dialog box in mac/windows projectors</title>
      <link>https://forums.adobe.com/message/6903352?tstart=0#6903352</link>
      <description>&lt;!-- [DocumentBodyStart:23c38367-a55b-4794-839a-f77789867c1c] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;baMsgBox() seems to be working, so that may be my fallback to go through and change all the existing alert() instances to baMsgBox().&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;After uninstall/reinstall of shockwave, and re-publishing, alert() is popping dialog boxes in windows again, but still not on my Mac. I think I'll test the project on another Mac and see if it is just this computer or all of them before I go to the trouble of changing all the alert() instances. &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:23c38367-a55b-4794-839a-f77789867c1c] --&gt;</description>
      <pubDate>Wed, 05 Nov 2014 21:54:29 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6903352?tstart=0#6903352</guid>
      <dc:date>2014-11-05T21:54:29Z</dc:date>
      <clearspace:dateToText>1 week 1 day ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: alert() not displaying dialog box in mac/windows projectors</title>
      <link>https://forums.adobe.com/message/6902719?tstart=0#6902719</link>
      <description>&lt;!-- [DocumentBodyStart:e83d34ec-30e9-490f-bdf3-10d7d29b2583] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;What about Buddy API's baMsgBox() function, or the MUI xtra's Alert() function? Do these display a dialog box?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e83d34ec-30e9-490f-bdf3-10d7d29b2583] --&gt;</description>
      <pubDate>Wed, 05 Nov 2014 19:17:33 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6902719?tstart=0#6902719</guid>
      <dc:date>2014-11-05T19:17:33Z</dc:date>
      <clearspace:dateToText>1 week 1 day ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>alert() not displaying dialog box in mac/windows projectors</title>
      <link>https://forums.adobe.com/message/6902086?tstart=0#6902086</link>
      <description>&lt;!-- [DocumentBodyStart:fe044cd4-1429-425e-8166-298eb3063961] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;while alert() works fine inside Director 12, in published movies on both mac and pc, I hear a system beep, but get no dialog box displayed.&lt;/p&gt;&lt;p&gt;I've searched and searched for a solution and come up empty. Most I've found was this discussion &lt;a class="jive-link-message-small" data-containerId="2077" data-containerType="14" data-objectId="5507755" data-objectType="2" href="https://forums.adobe.com/message/5507755#5507755"&gt;Re: alert() not working&lt;/a&gt; where the OP's problem just seemed to magically disappear.&lt;/p&gt;&lt;p&gt;Unfortunately my problem has continued through several reboots for a few days now. I'm using Director 12 on OS X 10.6.8, publishing to both Mac and PC. &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:fe044cd4-1429-425e-8166-298eb3063961] --&gt;</description>
      <pubDate>Wed, 05 Nov 2014 16:29:00 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6902086?tstart=0#6902086</guid>
      <dc:date>2014-11-05T16:29:00Z</dc:date>
      <clearspace:dateToText>1 week 1 day ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Director 12 hotfix for iOS7</title>
      <link>https://forums.adobe.com/message/6899852?tstart=0#6899852</link>
      <description>&lt;!-- [DocumentBodyStart:8ffd4da8-f3bf-4a59-b989-f38318278a0a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;The first was the "status bar" on the top.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;But since I've made the update (12r9), my app quit on the middle.&lt;/p&gt;&lt;p&gt;If I try an older version (12r4), all works perfectly.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;But now I've made the update of Director and I don't know how I can return to the precedent version.&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;Bernard&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8ffd4da8-f3bf-4a59-b989-f38318278a0a] --&gt;</description>
      <pubDate>Tue, 04 Nov 2014 22:33:39 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6899852?tstart=0#6899852</guid>
      <dc:date>2014-11-04T22:33:39Z</dc:date>
      <clearspace:dateToText>1 week 2 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Director 12 hotfix for iOS7</title>
      <link>https://forums.adobe.com/message/6898804?tstart=0#6898804</link>
      <description>&lt;!-- [DocumentBodyStart:c79782a2-a696-4394-9efa-4ed5740be03a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hello, what problems do you have? &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c79782a2-a696-4394-9efa-4ed5740be03a] --&gt;</description>
      <pubDate>Tue, 04 Nov 2014 18:33:05 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6898804?tstart=0#6898804</guid>
      <dc:date>2014-11-04T18:33:05Z</dc:date>
      <clearspace:dateToText>1 week 2 days ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Director 12 hotfix for iOS7</title>
      <link>https://forums.adobe.com/message/6898374?tstart=0#6898374</link>
      <description>&lt;!-- [DocumentBodyStart:c7c93387-fc2b-4ae3-982a-174d53ba4568] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;And now, we don't have any solution if we have done the update "Hotfix 4"?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;We are definitively alone in front of Adobe Development &amp;hellip;.&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;Bernard&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c7c93387-fc2b-4ae3-982a-174d53ba4568] --&gt;</description>
      <pubDate>Tue, 04 Nov 2014 16:14:35 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6898374?tstart=0#6898374</guid>
      <dc:date>2014-11-04T16:14:35Z</dc:date>
      <clearspace:dateToText>1 week 2 days ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Adapt application for iphone 5 and 6</title>
      <link>https://forums.adobe.com/message/6892344?tstart=0#6892344</link>
      <description>&lt;!-- [DocumentBodyStart:41bc9cc9-3f2a-4be5-bd8f-2cd2ac959b89] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;This I found&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="p1"&gt;&lt;span class="s1"&gt;&amp;nbsp;&amp;nbsp; 320x480(2x) -&amp;gt;&amp;nbsp;&amp;nbsp; 640x960: Default@2x~iphone.png&lt;/span&gt;&lt;/p&gt;&lt;p class="p1"&gt;&lt;span class="s1"&gt;&amp;nbsp;&amp;nbsp; 320x568(2x) -&amp;gt;&amp;nbsp; 640x1136: Default-568h@2x~iphone.png&lt;/span&gt;&lt;/p&gt;&lt;p class="p1"&gt;&lt;span class="s1"&gt;&amp;nbsp;&amp;nbsp; 375x667(2x) -&amp;gt;&amp;nbsp; 750x1334: Default-667h@2x~iphone.png&lt;/span&gt;&lt;/p&gt;&lt;p class="p1"&gt;&lt;span class="s1"&gt;&amp;nbsp;&amp;nbsp; 414x736(3x) -&amp;gt; 1242x2208: Default-736h@3x~iphone.png&lt;/span&gt;&lt;/p&gt;&lt;p class="p1"&gt;&lt;span class="s1"&gt;&amp;nbsp; 768x1024(1x) -&amp;gt;&amp;nbsp; 768x1024: Default-Portrait~ipad.png&lt;/span&gt;&lt;/p&gt;&lt;p class="p1"&gt;&lt;span class="s1"&gt;&amp;nbsp; 1024x768(1x) -&amp;gt;&amp;nbsp; 1024x768: Default-Landscape~ipad.png&lt;/span&gt;&lt;/p&gt;&lt;p class="p1"&gt;&lt;span class="s1"&gt;&amp;nbsp; 768x1024(2x) -&amp;gt; 1536x2048: Default-Portrait@2x~ipad.png&lt;/span&gt;&lt;/p&gt;&lt;p class="p1"&gt;&lt;span class="s1"&gt;&amp;nbsp; 1024x768(2x) -&amp;gt; 2048x1536: Default-Landscape@2x~ipad.png&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:41bc9cc9-3f2a-4be5-bd8f-2cd2ac959b89] --&gt;</description>
      <pubDate>Sun, 02 Nov 2014 19:51:50 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6892344?tstart=0#6892344</guid>
      <dc:date>2014-11-02T19:51:50Z</dc:date>
      <clearspace:dateToText>1 week 4 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Where to Buy Macromedia Director MX 2004 (ver 10)</title>
      <link>https://forums.adobe.com/message/6892021?tstart=0#6892021</link>
      <description>&lt;!-- [DocumentBodyStart:3074ab90-c637-4c28-b4e2-c53eb7b48838] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;yes - eBay as well.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;A full Google search pulls up 1 or 2 sites where they are asking something outrageous, like $1,000, but when you go tot he site everything they sell is over priced like that.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3074ab90-c637-4c28-b4e2-c53eb7b48838] --&gt;</description>
      <pubDate>Sun, 02 Nov 2014 17:33:47 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6892021?tstart=0#6892021</guid>
      <dc:date>2014-11-02T17:33:47Z</dc:date>
      <clearspace:dateToText>1 week 4 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: praetorians</title>
      <link>https://forums.adobe.com/message/6891712?tstart=0#6891712</link>
      <description>&lt;!-- [DocumentBodyStart:893176d5-30ca-4730-8230-d68ffa7f47cf] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;That movie came out in 1995 - in Director's heyday!&amp;nbsp; Even the Praetorians were using Director back then to try to take over the world!&amp;nbsp; I'm sure in the early 2000's they were forced to switch over to using Flash.&amp;nbsp; And now they are probably trying to re-write everything in HTML5 &amp;lt;- good luck with that.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:893176d5-30ca-4730-8230-d68ffa7f47cf] --&gt;</description>
      <pubDate>Sun, 02 Nov 2014 15:09:33 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6891712?tstart=0#6891712</guid>
      <dc:date>2014-11-02T15:09:33Z</dc:date>
      <clearspace:dateToText>1 week 4 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Why Isn't Director Included with Creative Cloud?</title>
      <link>https://forums.adobe.com/message/6891628?tstart=0#6891628</link>
      <description>&lt;!-- [DocumentBodyStart:0fea6620-280d-46c5-97a3-594ac0b0d314] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;PS, just for historical accuracy.&amp;nbsp; I don't remember that Adobe ever had Director as part of any bundles, but it was absolutely bundled as part of several different product suites sold by Macromedia over the years, way, WAY back when.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0fea6620-280d-46c5-97a3-594ac0b0d314] --&gt;</description>
      <pubDate>Sun, 02 Nov 2014 14:33:02 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6891628?tstart=0#6891628</guid>
      <dc:date>2014-11-02T14:33:02Z</dc:date>
      <clearspace:dateToText>1 week 4 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Where to Buy Macromedia Director MX 2004 (ver 10)</title>
      <link>https://forums.adobe.com/message/6891625?tstart=0#6891625</link>
      <description>&lt;!-- [DocumentBodyStart:fed3df1c-ebf5-4352-9bf2-234c89db4a72] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Did you try Amazon?&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://www.amazon.com/s/ref=nb_sb_noss?url=search-alias%3Dsoftware&amp;amp;field-keywords=director+mx2004" rel="nofollow"&gt;Amazon.com: director mx2004: Software&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:fed3df1c-ebf5-4352-9bf2-234c89db4a72] --&gt;</description>
      <pubDate>Sun, 02 Nov 2014 14:28:44 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6891625?tstart=0#6891625</guid>
      <dc:date>2014-11-02T14:28:44Z</dc:date>
      <clearspace:dateToText>1 week 4 days ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: praetorians</title>
      <link>https://forums.adobe.com/message/6890768?tstart=0#6890768</link>
      <description>&lt;!-- [DocumentBodyStart:93f6f3d9-3901-4bda-b1ed-c3dfa4dbf99b] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Nicely spotted!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:93f6f3d9-3901-4bda-b1ed-c3dfa4dbf99b] --&gt;</description>
      <pubDate>Sun, 02 Nov 2014 03:02:29 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6890768?tstart=0#6890768</guid>
      <dc:date>2014-11-02T03:02:29Z</dc:date>
      <clearspace:dateToText>1 week 5 days ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>praetorians</title>
      <link>https://forums.adobe.com/message/6890837?tstart=0#6890837</link>
      <description>&lt;!-- [DocumentBodyStart:e97a6ad1-b13b-477b-87ae-ac3ef6a1970f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;So, I'm watching "The Net" (I know, I know), when I suddenly spot something I never noticed before on the desk of the fake Angela Bennett (and propped open too):&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://www.funnybusinessstudio.com/director/IMG_0213.JPG" rel="nofollow"&gt;http://www.funnybusinessstudio.com/director/IMG_0213.JPG&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e97a6ad1-b13b-477b-87ae-ac3ef6a1970f] --&gt;</description>
      <pubDate>Sun, 02 Nov 2014 02:50:23 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6890837?tstart=0#6890837</guid>
      <dc:date>2014-11-02T02:50:23Z</dc:date>
      <clearspace:dateToText>1 week 5 days ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Install of Shockwave stops.</title>
      <link>https://forums.adobe.com/message/6889867?tstart=0#6889867</link>
      <description>&lt;!-- [DocumentBodyStart:11567c10-7eb5-4576-a4f7-1c2b482decdc] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt; I downloaded Shockwave - full version -&amp;nbsp; when I run it, it stops at:&amp;nbsp; Execute:c:/Windows\system32\Adobe\Director\SwDnld.exe/regserver. &lt;/p&gt;&lt;p&gt;system: windows 7.&amp;nbsp; On a laptop with windows 8 verything works fine.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;thanks for helping.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:11567c10-7eb5-4576-a4f7-1c2b482decdc] --&gt;</description>
      <pubDate>Sat, 01 Nov 2014 17:06:56 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6889867?tstart=0#6889867</guid>
      <dc:date>2014-11-01T17:06:56Z</dc:date>
      <clearspace:dateToText>1 week 5 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Where to Buy Macromedia Director MX 2004 (ver 10)</title>
      <link>https://forums.adobe.com/message/6889891?tstart=0#6889891</link>
      <description>&lt;!-- [DocumentBodyStart:beb80c79-8664-4174-9e8e-372c32c0088f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have an application that uses CTX files created from MX 2004.&amp;nbsp; Newer versions won;t work and the developer fo tha application has no plans on upgrading the application to make it compatible with newer versions of Director.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have searched in vain to find someplace to purchase of copy of MX2004.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Ten years is old for software but not ancient; I find it strange that in this day and age there's nothing available.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Does anyone have an idea of where I might be able to locate this?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:beb80c79-8664-4174-9e8e-372c32c0088f] --&gt;</description>
      <pubDate>Sat, 01 Nov 2014 17:01:32 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6889891?tstart=0#6889891</guid>
      <dc:date>2014-11-01T17:01:32Z</dc:date>
      <clearspace:dateToText>1 week 5 days ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Adapt application for iphone 5 and 6</title>
      <link>https://forums.adobe.com/message/6889092?tstart=0#6889092</link>
      <description>&lt;!-- [DocumentBodyStart:b2a4060e-5287-4cbd-a3a1-0b50375d3702] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Would you know me full file names for iphone 5 and 6 including width and height?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b2a4060e-5287-4cbd-a3a1-0b50375d3702] --&gt;</description>
      <pubDate>Sat, 01 Nov 2014 08:51:45 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6889092?tstart=0#6889092</guid>
      <dc:date>2014-11-01T08:51:45Z</dc:date>
      <clearspace:dateToText>1 week 6 days ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Adapt application for iphone 5 and 6</title>
      <link>https://forums.adobe.com/message/6886773?tstart=0#6886773</link>
      <description>&lt;!-- [DocumentBodyStart:4ca96b01-78ff-4d36-af11-774548a6b1cf] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Currently the startup is going via a black screen, even if you have included the iPhone 6 screens, I think something still needs to be fixed in AIR. You don't need to make separate applications, if you include the various splash screens it should work ok, once AIR is fixed. One thing I haven't found out for sure is the names of the files. Some people here have used names that include the width and height figures, not just the height one. In an app I just submitted I included both variations of the name, but still get a black screen for a moment.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4ca96b01-78ff-4d36-af11-774548a6b1cf] --&gt;</description>
      <pubDate>Fri, 31 Oct 2014 13:48:44 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6886773?tstart=0#6886773</guid>
      <dc:date>2014-10-31T13:48:44Z</dc:date>
      <clearspace:dateToText>1 week 7 days ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Adapt application for iphone 5 and 6</title>
      <link>https://forums.adobe.com/message/6886339?tstart=0#6886339</link>
      <description>&lt;!-- [DocumentBodyStart:efb1298d-f8f4-4055-9bbf-e81c32e44a41] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;To create an adaptable application for iphone 5 and 6 &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Do I have to put the 3 files as dependent launch? &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Default-568h@2x.png &lt;/p&gt;&lt;p&gt;Default-667h@2x.png &lt;/p&gt;&lt;p&gt;Default-736h@3x.png &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Or do I have to create a separate application for each device? &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:efb1298d-f8f4-4055-9bbf-e81c32e44a41] --&gt;</description>
      <pubDate>Fri, 31 Oct 2014 10:11:35 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6886339?tstart=0#6886339</guid>
      <dc:date>2014-10-31T10:11:35Z</dc:date>
      <clearspace:dateToText>1 week 7 days ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>HotFix4 create hot bug :-(</title>
      <link>https://forums.adobe.com/message/6881222?tstart=0#6881222</link>
      <description>&lt;!-- [DocumentBodyStart:fe4f8442-f7e7-42f4-b2bd-ce3bfafc1834] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;I've just update DIr12 with the HotFix4 (now the version is 12.0.9r149); before the update, I use 12.0.4.&lt;/p&gt;&lt;p&gt;Since the update , my iOS app leave randomly.&lt;/p&gt;&lt;p&gt;I tried to take the exact same file that worked in the old version, I published and I see the same error. But if I use an old version it works :-(&lt;/p&gt;&lt;p&gt;My iPad is version iOS7 .&lt;/p&gt;&lt;p&gt;How can I do to get back to the version before the " HotFix4 " or better to eliminate this problem ?&lt;/p&gt;&lt;p&gt;It feels a little lonely when developing in Director . It's a shame , because I started using Director when he was still called VideoWorks ...&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;Bernard Degex&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:fe4f8442-f7e7-42f4-b2bd-ce3bfafc1834] --&gt;</description>
      <pubDate>Wed, 29 Oct 2014 23:11:33 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6881222?tstart=0#6881222</guid>
      <dc:date>2014-10-29T23:11:33Z</dc:date>
      <clearspace:dateToText>2 weeks 1 day ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>ios memory usage - possible to increase?</title>
      <link>https://forums.adobe.com/message/6881207?tstart=0#6881207</link>
      <description>&lt;!-- [DocumentBodyStart:3ede1364-71c4-4d4e-b5ab-90dc37202ff8] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I'm building an ipad app that uses sequential jpegs to simulate playing video.&amp;nbsp; The total file size of the ipa is around 16mb.&amp;nbsp; When playing back on an ipad mini, It crashes near the end.&amp;nbsp; If I use the unload command I can get all the way through the jpegs - but the goal is to have it lay back smoothly and be able to have all jpegs in memory without unloading.&amp;nbsp; A 16mb file doesn't seem like much, I tried increasing the memory on publish settings but that didn't work.&amp;nbsp; Is there any way to script it so that IOS allocates more memory to the app?&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p&gt;Joe&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3ede1364-71c4-4d4e-b5ab-90dc37202ff8] --&gt;</description>
      <pubDate>Wed, 29 Oct 2014 22:51:38 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6881207?tstart=0#6881207</guid>
      <dc:date>2014-10-29T22:51:38Z</dc:date>
      <clearspace:dateToText>2 weeks 1 day ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: How do I hide the top bar of iphone information indicating coverage, time and battery status?  When running my application this sige appearing</title>
      <link>https://forums.adobe.com/message/6865337?tstart=0#6865337</link>
      <description>&lt;!-- [DocumentBodyStart:b7b356ae-83b2-4299-9ab4-ba7638bfa85d] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p class="p1"&gt;&lt;span class="s1"&gt;Okay, I found a solution. You need these TWO entries in your info.plist:&lt;/span&gt;&lt;/p&gt;&lt;p class="p2"&gt;&lt;span class="s1"&gt;Status bar is initially hidden YES&lt;/span&gt;&lt;/p&gt;&lt;p class="p2"&gt;&lt;span class="s1"&gt;View controller-based status bar appearance NO&lt;/span&gt;&lt;/p&gt;&lt;p class="p1"&gt;&lt;span class="s1"&gt;That's it!&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b7b356ae-83b2-4299-9ab4-ba7638bfa85d] --&gt;</description>
      <pubDate>Sat, 25 Oct 2014 08:27:12 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6865337?tstart=0#6865337</guid>
      <dc:date>2014-10-25T08:27:12Z</dc:date>
      <clearspace:dateToText>2 weeks 6 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How do I hide the top bar of iphone information indicating coverage, time and battery status?  When running my application this sige appearing</title>
      <link>https://forums.adobe.com/message/6862608?tstart=0#6862608</link>
      <description>&lt;!-- [DocumentBodyStart:20e2a90d-90f7-4d23-8a9d-a9fdb063e179] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-6862608-687862/Captura+de+pantalla+2014-10-24+a+las+13.53.07.png"&gt;&lt;img alt="Captura de pantalla 2014-10-24 a las 13.53.07.png" class="jive-image image-1" height="94" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-6862608-687862/Captura+de+pantalla+2014-10-24+a+las+13.53.07.png" style="height: auto;" width="223"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:20e2a90d-90f7-4d23-8a9d-a9fdb063e179] --&gt;</description>
      <pubDate>Fri, 24 Oct 2014 11:58:39 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6862608?tstart=0#6862608</guid>
      <dc:date>2014-10-24T11:58:39Z</dc:date>
      <clearspace:dateToText>2 weeks 7 days ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: xcode 6.1 and ios 8.1 solution for ipa</title>
      <link>https://forums.adobe.com/message/6857687?tstart=0#6857687</link>
      <description>&lt;!-- [DocumentBodyStart:f9475929-c09a-43c8-b700-d202105b28ad] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span style="font-family: Times New Roman,Times,serif;"&gt;I only use XCode to edit the plist, and that's just a text file.&amp;nbsp; I don't use XCode, nor do I need it, to compile anything from Director.&amp;nbsp; I can easily use TextEdit to edit the plist.&amp;nbsp; New versions of XCode will not affect simple editing of the Plist.&amp;nbsp; I'm using 10.9.2 already and things are fine, and I'm using iOS 8 and things are fine, as is.&lt;br/&gt; &lt;br/&gt; :-)&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f9475929-c09a-43c8-b700-d202105b28ad] --&gt;</description>
      <pubDate>Wed, 22 Oct 2014 23:22:44 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6857687?tstart=0#6857687</guid>
      <dc:date>2014-10-22T23:22:44Z</dc:date>
      <clearspace:dateToText>3 weeks 1 day ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: xcode 6.1 and ios 8.1 solution for ipa</title>
      <link>https://forums.adobe.com/message/6857583?tstart=0#6857583</link>
      <description>&lt;!-- [DocumentBodyStart:be0143f0-0ec4-4fd7-80f3-aa149e45705b] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;My concern for you is - if and when you update your operating system or copy of xcode then your specs will not work.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:be0143f0-0ec4-4fd7-80f3-aa149e45705b] --&gt;</description>
      <pubDate>Wed, 22 Oct 2014 22:58:29 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6857583?tstart=0#6857583</guid>
      <dc:date>2014-10-22T22:58:29Z</dc:date>
      <clearspace:dateToText>3 weeks 1 day ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: xcode 6.1 and ios 8.1 solution for ipa</title>
      <link>https://forums.adobe.com/message/6857449?tstart=0#6857449</link>
      <description>&lt;!-- [DocumentBodyStart:a26cc96f-29e8-476a-a4ec-fdc85df76b05] --&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;Too much detail for me.&amp;nbsp; I just use the one that Adobe provided and modify it with just my info, and leave everything else alone, then everything works.&amp;nbsp; Understanding all of the above is 'above my pay grade' ;-)&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a26cc96f-29e8-476a-a4ec-fdc85df76b05] --&gt;</description>
      <pubDate>Wed, 22 Oct 2014 21:56:27 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6857449?tstart=0#6857449</guid>
      <dc:date>2014-10-22T21:56:27Z</dc:date>
      <clearspace:dateToText>3 weeks 1 day ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: xcode 6.1 and ios 8.1 solution for ipa</title>
      <link>https://forums.adobe.com/message/6852763?tstart=0#6852763</link>
      <description>&lt;!-- [DocumentBodyStart:497cb3f2-9c35-4bc0-8a5c-89845014af0a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Here is a copy of the info.plist&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-6852763-686874/Screen+Shot+2014-10-21+at+12.38.40+PM.png"&gt;&lt;img alt="Screen Shot 2014-10-21 at 12.38.40 PM.png" class="jive-image image-1" height="888" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-6852763-686874/900-888/Screen+Shot+2014-10-21+at+12.38.40+PM.png" style="height: 612px; width: 620px;" width="900"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:497cb3f2-9c35-4bc0-8a5c-89845014af0a] --&gt;</description>
      <pubDate>Tue, 21 Oct 2014 19:39:57 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6852763?tstart=0#6852763</guid>
      <dc:date>2014-10-21T19:39:57Z</dc:date>
      <clearspace:dateToText>3 weeks 2 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>xcode 6.1 and ios 8.1 solution for ipa</title>
      <link>https://forums.adobe.com/message/6852761?tstart=0#6852761</link>
      <description>&lt;!-- [DocumentBodyStart:cbafb0d4-f5f9-436f-9b64-308cc0d11981] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;FYI&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Downloaded xcode 6.1&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Put os 8.1 on my phone - and will on my ipad mini&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;In xcode 6.1 I went into preferences&amp;nbsp; - Locations and specified command line tools&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I removed CFBundleResource Specs from info.plist&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I went back to oxygene for compiler.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;BuildMachineOSBuild refers to the machine you are working on - so I am using Mac Yosemite so number is 14A389 - see wikipedia for Yosemite number&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;DTPlatformBuild - refers to the platform you are building for 12B411 for ios 8.1&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;DTPlatform Version then is 8.1&lt;/p&gt;&lt;p&gt;DTSDKBuild is also 12B411&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;DTSDKName is iphoneos 8.1&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;DTXcode refers to version of xcode 0610&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;DTXCode Build (see wikipedia for xcode6.x) but for 6.1 is 6A1052d&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:cbafb0d4-f5f9-436f-9b64-308cc0d11981] --&gt;</description>
      <pubDate>Tue, 21 Oct 2014 19:37:56 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6852761?tstart=0#6852761</guid>
      <dc:date>2014-10-21T19:37:56Z</dc:date>
      <clearspace:dateToText>3 weeks 2 days ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: xcode 6 and ios8</title>
      <link>https://forums.adobe.com/message/6852321?tstart=0#6852321</link>
      <description>&lt;!-- [DocumentBodyStart:c53a209e-d29d-45d1-abca-24bdc3aac775] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Still have not got it to worked but have learned a lot (see below) - I still don't understand two things&lt;/p&gt;&lt;p&gt;Purpose of ResourceRules.plist - is it mandatory - only seems to reference info.plist and dictionary&lt;/p&gt;&lt;p&gt;Which compiler to use - com.apple.compilers.llvm.clang.3_5 seems to be most recent - any suggestions&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;BuildMachineOSBuild refers to the machine you are working on - so I am using Mac Yosemite so number is 14A389 - see wikipedia for Yosemite number&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;DTPlatformBuild - refers to the platform you are building for 12B411 for ios 8.1&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;DTPlatform Version then is 8.1&lt;/p&gt;&lt;p&gt;DTSDKBuild is also 12B411&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;DTSDKName is iphoneos 8.1&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;DTXcode refers to version of xcode 0610&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;DTXCode Build (see wikipedia for xcode6.x) but for 6.1 is 6A1052d&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c53a209e-d29d-45d1-abca-24bdc3aac775] --&gt;</description>
      <pubDate>Tue, 21 Oct 2014 17:56:06 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6852321?tstart=0#6852321</guid>
      <dc:date>2014-10-21T17:56:06Z</dc:date>
      <clearspace:dateToText>3 weeks 2 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Director and OSX Yosemite</title>
      <link>https://forums.adobe.com/message/6852346?tstart=0#6852346</link>
      <description>&lt;!-- [DocumentBodyStart:5a3eb485-9d97-4ec1-94e3-dea9dd44cbd5] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I've also had no problems running Director.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;However, Shockwave won't install right now. The plugin functions so long as you had it installed with prior OS X, but the Shockwave installer now gives you a "This version of OS X is not supported" message.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5a3eb485-9d97-4ec1-94e3-dea9dd44cbd5] --&gt;</description>
      <pubDate>Tue, 21 Oct 2014 17:30:51 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6852346?tstart=0#6852346</guid>
      <dc:date>2014-10-21T17:30:51Z</dc:date>
      <clearspace:dateToText>3 weeks 2 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Is there any simulator to test ipad iphone ipa files created with Adobe Director 12?</title>
      <link>https://forums.adobe.com/message/6852208?tstart=0#6852208</link>
      <description>&lt;!-- [DocumentBodyStart:095cae07-aed0-4f04-b5cb-e1dd44dfdbc6] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;No. Luckily it is very quick to compile and test on the iPad. I've watched people using Flashbuilder and it seems to be a much more complex process.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:095cae07-aed0-4f04-b5cb-e1dd44dfdbc6] --&gt;</description>
      <pubDate>Tue, 21 Oct 2014 17:27:03 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6852208?tstart=0#6852208</guid>
      <dc:date>2014-10-21T17:27:03Z</dc:date>
      <clearspace:dateToText>3 weeks 2 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Re: xcode 6 and ios8</title>
      <link>https://forums.adobe.com/message/6849265?tstart=0#6849265</link>
      <description>&lt;!-- [DocumentBodyStart:de38d524-d0ae-4628-b02a-57f0f0a70ae4] --&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;&lt;span&gt;Click here &amp;lt;&lt;/span&gt;&lt;a class="jive-link-external-small" href="http://rjcooper.com/private/Info.plist" rel="nofollow"&gt;http://rjcooper.com/private/Info.plist&lt;/a&gt;&lt;span&gt;&amp;gt;.&amp;nbsp; Note that I copied the originals from inside the Adobe Director 12 folder and then pasted my contents into them.&amp;nbsp; As far as I can tell, the names must be the same as the originals. &lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Also remember, that you must include the actual files in your Dependent Files under the Files tab in Publish Settings (I had thought that Dir only needed them there during compilation, but they must be there at all times).&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I've become quite the little expert on iOS stuff with Dir as I'm one of the only ones still interested, I guess.&amp;nbsp; It's a shame!&amp;nbsp; Director is so well known to me after 20 years of using it!&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;RJ &lt;span aria-label="Happy" class="emoticon-inline emoticon_happy" style="height:16px;width:16px;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:de38d524-d0ae-4628-b02a-57f0f0a70ae4] --&gt;</description>
      <pubDate>Mon, 20 Oct 2014 21:36:44 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6849265?tstart=0#6849265</guid>
      <dc:date>2014-10-20T21:36:44Z</dc:date>
      <clearspace:dateToText>3 weeks 3 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: question about length of strings</title>
      <link>https://forums.adobe.com/message/6849232?tstart=0#6849232</link>
      <description>&lt;!-- [DocumentBodyStart:0dcf29ba-4095-44a8-8dec-103b05e57e6f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Which version of Director are you using?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0dcf29ba-4095-44a8-8dec-103b05e57e6f] --&gt;</description>
      <pubDate>Mon, 20 Oct 2014 21:36:05 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6849232?tstart=0#6849232</guid>
      <dc:date>2014-10-20T21:36:05Z</dc:date>
      <clearspace:dateToText>3 weeks 3 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

