<?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 : Discussion List - Director</title>
    <link>https://forums.adobe.com/community/director?view=discussions</link>
    <description>Latest Forum Threads in Director</description>
    <language>en</language>
    <pubDate>Wed, 17 Sep 2014 08:17:10 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2014-09-17T08:17:10Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>video is not displaying in the latest shockwave</title>
      <link>https://forums.adobe.com/thread/1634642</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=1415930421966' /&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2008">error</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2008">video</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2008">shockwave</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2008">director_12</category>
      <pubDate>Thu, 13 Nov 2014 19:58:12 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1634642</guid>
      <dc:date>2014-11-13T19:58:12Z</dc:date>
      <clearspace:dateToText>6 hours 2 minutes ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Icon sizes to include as dependent files (for iPhone)</title>
      <link>https://forums.adobe.com/thread/1633122</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>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2008">iphone</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2008">size_icon</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2008">dependents files</category>
      <pubDate>Wed, 12 Nov 2014 10:19:37 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1633122</guid>
      <dc:date>2014-11-12T10:19:37Z</dc:date>
      <clearspace:dateToText>1 day 16 hours ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>newProxyCallback question</title>
      <link>https://forums.adobe.com/thread/1633101</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/thread/1633101</guid>
      <dc:date>2014-11-12T08:06:51Z</dc:date>
      <clearspace:dateToText>1 day 18 hours ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>previous version of Director Movie - cannot be updated</title>
      <link>https://forums.adobe.com/thread/1343342</link>
      <description>&lt;!-- [DocumentBodyStart:936268fa-5262-4118-90f1-28efc03c7202] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am upgrading my previous director movies and get an error "This Director movie was created with a much earlier version of Director. It cannot be updated".&lt;/p&gt;&lt;p&gt;I am using Director 12 and I think the .dir and .cst files were used pre Director 8.5. I know I should open them in 8.5 and convert and then maybe have to do this again in v12? But I do not have version 8.5. Does Adobe or can anyone offer the service of updating previous versions of my director movies? Any suggestions?&lt;/p&gt;&lt;p&gt;OSX Mavericks, Director 12&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have just tried to open my Director 11 but all I get is a white black screen.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;kind regards&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:936268fa-5262-4118-90f1-28efc03c7202] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2008">update</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2008">11</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2008">12</category>
      <pubDate>Mon, 25 Nov 2013 15:48:56 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1343342</guid>
      <dc:date>2013-11-25T15:48:56Z</dc:date>
      <clearspace:dateToText>2 days 9 hours ago</clearspace:dateToText>
      <clearspace:messageCount>16</clearspace:messageCount>
      <clearspace:replyCount>15</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>deactive director 12 without internet</title>
      <link>https://forums.adobe.com/thread/1632125</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/thread/1632125</guid>
      <dc:date>2014-11-11T06:36:07Z</dc:date>
      <clearspace:dateToText>2 days 19 hours ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to add 'Publisher' info in Projector (.exe) file?</title>
      <link>https://forums.adobe.com/thread/1631577</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/thread/1631577</guid>
      <dc:date>2014-11-10T18:27:10Z</dc:date>
      <clearspace:dateToText>3 days 8 hours ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>MP4 video crashes projector on Windows 7?</title>
      <link>https://forums.adobe.com/thread/1631047</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/thread/1631047</guid>
      <dc:date>2014-11-10T01:04:36Z</dc:date>
      <clearspace:dateToText>4 days 56 minutes ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <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/thread/1630157</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/thread/1630157</guid>
      <dc:date>2014-11-08T14:00:34Z</dc:date>
      <clearspace:dateToText>4 days 6 hours ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Director Stage - HD Video performance, need Help !</title>
      <link>https://forums.adobe.com/thread/1628288</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>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2008">video</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2008">performance</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2008">stage</category>
      <pubDate>Thu, 06 Nov 2014 08:05:30 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1628288</guid>
      <dc:date>2014-11-06T08:05:30Z</dc:date>
      <clearspace:dateToText>6 days 17 hours ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</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/thread/1627536</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>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2008">alert()</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2008">director 12</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2008">alert box</category>
      <pubDate>Wed, 05 Nov 2014 16:29:00 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1627536</guid>
      <dc:date>2014-11-05T16:29:00Z</dc:date>
      <clearspace:dateToText>1 week 5 hours ago</clearspace:dateToText>
      <clearspace:messageCount>6</clearspace:messageCount>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Director 12 hotfix for iOS7</title>
      <link>https://forums.adobe.com/thread/1463236</link>
      <description>&lt;!-- [DocumentBodyStart:2b4c44ef-e9a8-4de3-8cd1-54e0f36243fc] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Where do I get the update for Director12? Creative Cloud says I'm up to date but I'm not&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2b4c44ef-e9a8-4de3-8cd1-54e0f36243fc] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2008">director_12</category>
      <pubDate>Wed, 30 Apr 2014 23:26:32 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1463236</guid>
      <dc:date>2014-04-30T23:26:32Z</dc:date>
      <clearspace:dateToText>1 week 2 days ago</clearspace:dateToText>
      <clearspace:messageCount>6</clearspace:messageCount>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Adapt application for iphone 5 and 6</title>
      <link>https://forums.adobe.com/thread/1623245</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>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2008">iphone 6</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2008">launch images</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2008">iphone 5</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2008">adapt screen</category>
      <pubDate>Fri, 31 Oct 2014 10:11:35 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1623245</guid>
      <dc:date>2014-10-31T10:11:35Z</dc:date>
      <clearspace:dateToText>1 week 4 days ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Where to Buy Macromedia Director MX 2004 (ver 10)</title>
      <link>https://forums.adobe.com/thread/1624280</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/thread/1624280</guid>
      <dc:date>2014-11-01T17:01:32Z</dc:date>
      <clearspace:dateToText>1 week 4 days ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>praetorians</title>
      <link>https://forums.adobe.com/thread/1624563</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/thread/1624563</guid>
      <dc:date>2014-11-02T02:50:23Z</dc:date>
      <clearspace:dateToText>1 week 4 days ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Why Isn't Director Included with Creative Cloud?</title>
      <link>https://forums.adobe.com/thread/1451025</link>
      <description>&lt;!-- [DocumentBodyStart:709c96d8-c4d3-4d20-ae0f-b658479eeffc] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I don't get it ...&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Flash and Dreamweaver (which were acquired from Macromedia along with Director) are included with my expensive CC subscription, but Director isn't?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Cash grab, right?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:709c96d8-c4d3-4d20-ae0f-b658479eeffc] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2008">creative</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2008">director</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2008">subscription</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2008">cloud</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2008">cc</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2008">director_12</category>
      <pubDate>Tue, 15 Apr 2014 15:23:33 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1451025</guid>
      <dc:date>2014-04-15T15:23:33Z</dc:date>
      <clearspace:dateToText>1 week 4 days ago</clearspace:dateToText>
      <clearspace:messageCount>8</clearspace:messageCount>
      <clearspace:replyCount>7</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Install of Shockwave stops.</title>
      <link>https://forums.adobe.com/thread/1624274</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>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2008">shockwave player</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2008">installation fail</category>
      <pubDate>Sat, 01 Nov 2014 17:06:56 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1624274</guid>
      <dc:date>2014-11-01T17:06:56Z</dc:date>
      <clearspace:dateToText>1 week 5 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>HotFix4 create hot bug :-(</title>
      <link>https://forums.adobe.com/thread/1621919</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>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2008">publishing</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2008">ios</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2008">director 12</category>
      <pubDate>Wed, 29 Oct 2014 23:11:33 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1621919</guid>
      <dc:date>2014-10-29T23:11:33Z</dc:date>
      <clearspace:dateToText>2 weeks 1 day ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>ios memory usage - possible to increase?</title>
      <link>https://forums.adobe.com/thread/1621949</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>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2008">ios memory allocation</category>
      <pubDate>Wed, 29 Oct 2014 22:51:38 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1621949</guid>
      <dc:date>2014-10-29T22:51:38Z</dc:date>
      <clearspace:dateToText>2 weeks 1 day ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <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/thread/1616572</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>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2008">#hide</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2008">icons iphone</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2008">status bar</category>
      <pubDate>Fri, 24 Oct 2014 11:58:39 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1616572</guid>
      <dc:date>2014-10-24T11:58:39Z</dc:date>
      <clearspace:dateToText>2 weeks 6 days ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>xcode 6.1 and ios 8.1 solution for ipa</title>
      <link>https://forums.adobe.com/thread/1613737</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/thread/1613737</guid>
      <dc:date>2014-10-21T19:37:56Z</dc:date>
      <clearspace:dateToText>3 weeks 1 day ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>xcode 6 and ios8</title>
      <link>https://forums.adobe.com/thread/1611425</link>
      <description>&lt;!-- [DocumentBodyStart:99ff9644-193e-49d9-b5b9-ff4b8d20c347] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Has anyone figured out the info.plist specs for xcode 6 and ios 8 - so that one can save a director file to ipa?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:99ff9644-193e-49d9-b5b9-ff4b8d20c347] --&gt;</description>
      <pubDate>Sun, 19 Oct 2014 04:12:02 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1611425</guid>
      <dc:date>2014-10-19T04:12:02Z</dc:date>
      <clearspace:dateToText>3 weeks 2 days ago</clearspace:dateToText>
      <clearspace:messageCount>8</clearspace:messageCount>
      <clearspace:replyCount>7</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Director and OSX Yosemite</title>
      <link>https://forums.adobe.com/thread/1602119</link>
      <description>&lt;!-- [DocumentBodyStart:9bfa78b4-5a18-4812-bd43-c0f3b9fb96b0] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt; Is anybody using OSX Yosemite? Does Director work fine with it?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9bfa78b4-5a18-4812-bd43-c0f3b9fb96b0] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2008">yosemite</category>
      <pubDate>Mon, 13 Oct 2014 18:08:15 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1602119</guid>
      <dc:date>2014-10-13T18:08:15Z</dc:date>
      <clearspace:dateToText>3 weeks 2 days ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Is there any simulator to test ipad iphone ipa files created with Adobe Director 12?</title>
      <link>https://forums.adobe.com/thread/1597803</link>
      <description>&lt;!-- [DocumentBodyStart:ae599b0f-4bb1-4681-81af-4cfd75bb8746] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Is there any simulator to test ipad iphone *ipa files created with Adobe Director 12?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ae599b0f-4bb1-4681-81af-4cfd75bb8746] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2008">ios</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2008">ipa</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2008">simulator</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2008">iphone.</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2008">ipad.</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2008">software_simulation</category>
      <pubDate>Wed, 08 Oct 2014 22:40:30 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1597803</guid>
      <dc:date>2014-10-08T22:40:30Z</dc:date>
      <clearspace:dateToText>3 weeks 2 days ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>question about length of strings</title>
      <link>https://forums.adobe.com/thread/1612563</link>
      <description>&lt;!-- [DocumentBodyStart:8f6cf6ba-0dc4-4a22-a333-8f46464b026e] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;what are the characters that appear below as black diamonds with a white question mark inside? They are weird because when you do charToNum on just that character, Director returns a question mark PLUS the next character. For example, if I say "put theString.line[9].char[16]" (where theString is the text below), it returns "?R", which is strange because that is two characters. The length of line[9] is evaluated as one less than it should be. &lt;/p&gt;&lt;p&gt;Any help would be greatly appreciated. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,A ,,BOAT ,,RIDE&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,,&amp;amp; ,,O!R ,,/ORIES&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0,,NEIL ,,BLACKFIELD&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,PUBLI%$ BY&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,HI&amp;lt; ,NOON ,BOOKS&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,NOVATO1 ,,CA&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,COPY�R #AIII BY&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,NEIL ,BLACKFIELD&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,ALL ,�RS ,RES]V$&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,,ISBN3 #A-EGABH-AJI-F&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,ADAPT$ = ,,SAL #B BY&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,EXCEP;NAL ,T1*+1 ,9C4&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #A-HJJ-EDI-FIII&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; _+WWW.EXCEPTIONALTEACHING.COM_:&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,9 ,�O ,VOLUME&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,FULLY ,3TRACT$ ,BRL"&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8f6cf6ba-0dc4-4a22-a333-8f46464b026e] --&gt;</description>
      <pubDate>Mon, 20 Oct 2014 16:54:36 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1612563</guid>
      <dc:date>2014-10-20T16:54:36Z</dc:date>
      <clearspace:dateToText>3 weeks 3 days ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Is it Still Possible to Create Classic Radio Buttons</title>
      <link>https://forums.adobe.com/thread/1612693</link>
      <description>&lt;!-- [DocumentBodyStart:9b53354a-0126-4218-8569-b7ff833c5c67] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;If so - how do you create the classic radio button in Director 12?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9b53354a-0126-4218-8569-b7ff833c5c67] --&gt;</description>
      <pubDate>Mon, 20 Oct 2014 18:46:23 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1612693</guid>
      <dc:date>2014-10-20T18:46:23Z</dc:date>
      <clearspace:dateToText>3 weeks 3 days ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>iOS fields or text</title>
      <link>https://forums.adobe.com/thread/1611316</link>
      <description>&lt;!-- [DocumentBodyStart:e04c1d42-819f-4eeb-a1b9-c87bfb1e7e45] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Does it matter - in iOS apps - if you use fields or text?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e04c1d42-819f-4eeb-a1b9-c87bfb1e7e45] --&gt;</description>
      <pubDate>Sat, 18 Oct 2014 21:14:55 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1611316</guid>
      <dc:date>2014-10-18T21:14:55Z</dc:date>
      <clearspace:dateToText>3 weeks 5 days ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to create a non-accessible script?</title>
      <link>https://forums.adobe.com/thread/1610480</link>
      <description>&lt;!-- [DocumentBodyStart:180865aa-d218-44d0-b3d5-d5ea20fd149c] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have to develop a script member that contains some procedures and functions.&lt;/p&gt;&lt;p&gt;Is there a way to produce some "hidden" script?&lt;/p&gt;&lt;p&gt;I think the first solution is to put this script in an external cast and protect it (AKA make it CXT).&lt;/p&gt;&lt;p&gt;But...&lt;/p&gt;&lt;p&gt;Is there a way to hide all variables so they cannot be seen as globals?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thank you.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:180865aa-d218-44d0-b3d5-d5ea20fd149c] --&gt;</description>
      <pubDate>Fri, 17 Oct 2014 16:44:08 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1610480</guid>
      <dc:date>2014-10-17T16:44:08Z</dc:date>
      <clearspace:dateToText>3 weeks 5 days ago</clearspace:dateToText>
      <clearspace:messageCount>6</clearspace:messageCount>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Director 12 xTras</title>
      <link>https://forums.adobe.com/thread/1610725</link>
      <description>&lt;!-- [DocumentBodyStart:c7a71c14-fdbc-42a9-93f1-01a9daf2f853] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Does anyone know of a list of Director 12 xtras?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Specifically I am looking for a bluetooth xtra and a serial xtra.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c7a71c14-fdbc-42a9-93f1-01a9daf2f853] --&gt;</description>
      <pubDate>Fri, 17 Oct 2014 22:05:38 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1610725</guid>
      <dc:date>2014-10-17T22:05:38Z</dc:date>
      <clearspace:dateToText>3 weeks 6 days ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>I can't publish my project to a CD using Director 11 on my 10.9.5 system.  Do I need to upgrade again?  If so this is getting to be a pain in the you know what.</title>
      <link>https://forums.adobe.com/thread/1602016</link>
      <description>&lt;!-- [DocumentBodyStart:8ee92474-fa61-4968-88fc-75a874b31853] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I can't get anyone to respond on using chat.&amp;nbsp; It sucks not to be able to connect with a real person anymore.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8ee92474-fa61-4968-88fc-75a874b31853] --&gt;</description>
      <pubDate>Mon, 13 Oct 2014 15:25:47 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1602016</guid>
      <dc:date>2014-10-13T15:25:47Z</dc:date>
      <clearspace:dateToText>1 month 33 minutes ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>My next Director project</title>
      <link>https://forums.adobe.com/thread/1602797</link>
      <description>&lt;!-- [DocumentBodyStart:80039145-06ad-4bf2-b542-fed88e670ba9] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi community folks.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Don't know if you can be interested in this, but I'd like to show you our next project, a Mac (and in the next future Windows) application dedicated to podcasters to help them cleanup audio and auto-sync multiple recording tracks.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Here's a preview of the interface:&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="https://videodiggaz.wordpress.com/2014/10/13/podcleaner-interfaccia-utente/" rel="nofollow"&gt;PodCleaner: interfaccia utente | Video DiggaZ&lt;/a&gt;&lt;/p&gt;&lt;p&gt;And here's the first part of the user manual:&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://videodiggaz.wordpress.com/2014/10/14/come-si-usa-podcleaner-prima-parte/" rel="nofollow"&gt;Come si usa PodCleaner? [prima parte] | Video DiggaZ&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Both pages are in Italian but you can easily translate them to your language using Google... ;-)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Don't know why I'm sharing this to you.&lt;/p&gt;&lt;p&gt;Maybe to let the community feel that Director isn't already gone... :-)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:80039145-06ad-4bf2-b542-fed88e670ba9] --&gt;</description>
      <pubDate>Tue, 14 Oct 2014 09:24:57 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1602797</guid>
      <dc:date>2014-10-14T09:24:57Z</dc:date>
      <clearspace:dateToText>1 month 4 hours ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Is there anything similar to Director in the Creative Cloud?</title>
      <link>https://forums.adobe.com/thread/1588136</link>
      <description>&lt;!-- [DocumentBodyStart:aa001961-34b4-4536-ac30-8f71ef9c5abf] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;We are considering updating our current (&lt;em&gt;wildly out of date&lt;/em&gt;) version of Director, but there are a number of other products in which we are interested that are part of the Creative Cloud. So, I was wondering if there was anything included in the Creative Cloud that is similar to Director, so we could just purchase just that subscription...? We are currently using Director to create Interfaces and launch videos/PDFs.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks for your help.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:aa001961-34b4-4536-ac30-8f71ef9c5abf] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2008">adobe</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2008">director</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2008">creativecloud</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2008">director_12</category>
      <pubDate>Mon, 29 Sep 2014 14:12:42 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1588136</guid>
      <dc:date>2014-09-29T14:12:42Z</dc:date>
      <clearspace:dateToText>1 month 18 hours ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How I can test an application on multiple devices?</title>
      <link>https://forums.adobe.com/thread/1601853</link>
      <description>&lt;!-- [DocumentBodyStart:2199c0b2-53b6-40ce-bb81-19a32fa14ad6] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;How I can test an application on multiple devices? &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;Any information about 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&gt;Once I have created the .ipa file that I have to do?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2199c0b2-53b6-40ce-bb81-19a32fa14ad6] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2008">test</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2008">devices.</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2008">ipa-test</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2008">publishing.</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2008">director_12</category>
      <pubDate>Mon, 13 Oct 2014 11:24:57 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1601853</guid>
      <dc:date>2014-10-13T11:24:57Z</dc:date>
      <clearspace:dateToText>1 month 1 day ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>ios Keypressed, and fields not updating</title>
      <link>https://forums.adobe.com/thread/1599304</link>
      <description>&lt;!-- [DocumentBodyStart:45399aa4-c389-4401-8192-a742417f0dbd] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;HI,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm using Dir 12, quite successfully, for iOS, but I have a few issues that I need help with.&amp;nbsp; I'm guessing it's Director itself, but who knows? &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;keypressed() doesn't work at all in iOS.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Neither does the Key.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;In fact, neither does monitoring an editable field for changes!&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;For example, have an editable field in a frame that just repeats.&amp;nbsp; In the frame script, simply set an Alert if any text gets entered into the field (field "text" &amp;lt;&amp;gt; "") or even length(field "text")&amp;gt;0 and nothing I can do seems to catch any text entry from a keyboard at all :-(&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I program for kids with disabilities and it's critical that I detect a &amp;lt;space&amp;gt; being typed during iOS execution.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Anyone have any ideas?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Or even listens here anymore?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Dir 12 is still GREAT for iOS if you don't need text entry via an external keyboard (Bluetooth).&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;Please cc to &lt;/span&gt;&lt;a class="jive-link-email-small" href="mailto:rj@rjcooper.com"&gt;rj@rjcooper.com&lt;/a&gt;&lt;span&gt; also?&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&lt;span aria-label="Happy" class="emoticon-inline emoticon_happy" style="height:16px;width:16px;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:45399aa4-c389-4401-8192-a742417f0dbd] --&gt;</description>
      <pubDate>Fri, 10 Oct 2014 02:36:07 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1599304</guid>
      <dc:date>2014-10-10T02:36:07Z</dc:date>
      <clearspace:dateToText>1 month 3 days ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Time to a New Director Version</title>
      <link>https://forums.adobe.com/thread/1595505</link>
      <description>&lt;!-- [DocumentBodyStart:5717479c-f654-4c1f-8f61-3d3279482e1c] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;It is time to a new Director version...&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5717479c-f654-4c1f-8f61-3d3279482e1c] --&gt;</description>
      <pubDate>Tue, 07 Oct 2014 01:55:11 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1595505</guid>
      <dc:date>2014-10-07T01:55:11Z</dc:date>
      <clearspace:dateToText>1 month 4 days ago</clearspace:dateToText>
      <clearspace:messageCount>6</clearspace:messageCount>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Xtras for iOS!</title>
      <link>https://forums.adobe.com/thread/1599305</link>
      <description>&lt;!-- [DocumentBodyStart:a931c1d0-a5f5-4c53-a4df-2ac51d3ea4cd] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Yes, I've almost got this.&amp;nbsp; I've followed Adobe's own documents for creating Xtras and am almost there.&amp;nbsp; Unfortunately, their document doesn't work.&amp;nbsp; I have an excellent Mac programmer that has made Xtras for me for Mac.&amp;nbsp; He's tried everything to make an Xtra I desperately need for my work with disabled children.&amp;nbsp; He was VERY close.&amp;nbsp; We have contacted Adobe and a gentleman said he was asking another dept. to work on it.&amp;nbsp; It's been almost 3 weels now and we haven't heard back.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;9/19: &lt;span style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;I have already forwarded your issue to the product team and I am currently waiting for their response on this.&amp;nbsp; Please allow me some time to check with them , I will surely update you once I get any response from them .&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;strong style="color: #1f497d; font-size: 10.0pt; font-family: 'Calibri','sans-serif';"&gt;Thanks,&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong style="color: #1f497d; font-size: 10.0pt; font-family: 'Calibri','sans-serif';"&gt;Himanshu&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If Adobe can help us with this, we plan to share this knowledge.&amp;nbsp; Director is still the best, fastest, and most versatile RAD tool available.&amp;nbsp; Even now for iOS it might be best out there.&amp;nbsp; Nothing comes close!&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Please Adobe, follow through on your own documentation and help us to complete our Xtra!&amp;nbsp; It will help many children!&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:a931c1d0-a5f5-4c53-a4df-2ac51d3ea4cd] --&gt;</description>
      <pubDate>Fri, 10 Oct 2014 02:41:17 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1599305</guid>
      <dc:date>2014-10-10T02:41:17Z</dc:date>
      <clearspace:dateToText>1 month 5 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>full screen iphone 5</title>
      <link>https://forums.adobe.com/thread/1596549</link>
      <description>&lt;!-- [DocumentBodyStart:634e82a3-53f2-4ce3-9cf1-229079706222] --&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 style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;How can I play full screen on a file ipa iphone 5 made with adobe Director 12? &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 style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thank you.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:634e82a3-53f2-4ce3-9cf1-229079706222] --&gt;</description>
      <pubDate>Tue, 07 Oct 2014 22:03:06 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1596549</guid>
      <dc:date>2014-10-07T22:03:06Z</dc:date>
      <clearspace:dateToText>1 month 6 days ago</clearspace:dateToText>
      <clearspace:messageCount>9</clearspace:messageCount>
      <clearspace:replyCount>8</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>NetConnection and NetStream in Director: Is it impossible to have more than one incoming Stream?</title>
      <link>https://forums.adobe.com/thread/1596307</link>
      <description>&lt;!-- [DocumentBodyStart:605ff186-360d-4b82-b467-8c4320f45f5c] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi there,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm working on a Director 11.5 &lt;strong&gt;video chat for 3 people&lt;/strong&gt;. You shall see your webcam video as a little and the two you are connected with as a big video panel. So good so far, I managed to show my own webcam &lt;span style="font-size: 13.63636302948px; line-height: 1.5em;"&gt;video&lt;/span&gt;&lt;span style="font-size: 13.63636302948px; line-height: 1.5em;"&gt; &lt;/span&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;without streaming it and managed to see one of the others as an incoming stream. &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;strong&gt;The problem is&lt;/strong&gt;: as soon as there's a second script initiating a second InStream (no matter how I name it), only the one with the lower sprite number shows it's stream. When I disable the script for this lower sprite, then the second one is playing, so it can't be due to an incorrect script.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;strong&gt;I already emilinated two misstakes&lt;/strong&gt; which made it not working at all at the beginning:&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;First I tried to use the NetConnection object (for sending my own video stream, works fine) also for creating an input stream. That didn't work. It's a different scene where I set up and play the inStreams (I made the NetConnection object global). So now I set up a new NetConnection for each stream: one outStream and two inStreams. &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;First I also used only one swf member and made several sprites of it. This didn'&amp;#196;t work at all, also using the same behavior for the two other-perople-players. So i copied ad pasted the swf and also the behavior. I also renamed every variable in the second behavior with a "2" at the end, just to be sure. &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;Then it worked at least - b&lt;/span&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;ut still only for one inStream.&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;strong&gt;The architecure of my Director film is the following: &lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;I've got two scenes. First scene is an input field to type your name and a "connect" button. Behind this button there's a behavior setting a connection to the server (by using a swf sprite which isn't visible yet) and sending my webcam video and name to the server. This part works fine.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-6800835-681461/director+chat+screenshot.png"&gt;&lt;img alt="director chat screenshot.png" class="jive-image image-1" height="362" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-6800835-681461/director+chat+screenshot.png" style="font-size: 13.63636302948px;" width="400"/&gt;&lt;/a&gt;&lt;span style="font-size: 13.63636302948px;"&gt;(Picture shows scene 2)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="line-height: 1.5em; font-size: 13.63636302948px;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;Second scene consists of three swf sprites - one is to show my own webcam video directly from PC. This one already existed in the first scene, for I have to use a swf for setting up a NetConnection. The second and third swf sprites are connected to a behavior script which sets up a new connection (in exitFrame, with a bool variable "firsttime" to make sure it only happens once). &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;I also have two drop down field each below a partner chat swf. Here I show all people who are logged in at the server, it automatically updates. The one you chose in the drop down is the video you will see in the swf sprite above. Thid works fine (if it works with the inStream).&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;The script for playing the own webcam video is placed at the first frame of the second scene and only refers to the swf for my own video (which already occurs in scene 1). Well, that's all I think. I'll post the code for the two partner player swf here. Please have a look at it to find a misstake - or maybe again it's some strange Director behavior (like two sprites of one member didn't work) which I cannot think of... &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;strong&gt;Code for the behavior script&lt;/strong&gt; of the partner swf for partner 1. The script for partner 2 is exactly the same, but every variable has a "2" at it's end.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;!--[CodeBlockStart:0bf65723-e4f2-4959-a58a-4eb7e564ef8e][excluded]--&gt;&lt;pre class="javascript" name="code"&gt;
global firsttime1
global gUserList

property gNetConn
property InStream

on exitFrame&amp;nbsp; me 
&amp;nbsp; if (firsttime1) then&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; pSprite = sprite(me.spritenum)&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; gNetConn = pSprite.newObject("NetConnection")&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; gNetConn.connect("rtmp://212.122.56.2/flashcam")&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; InStream = pSprite.newObject("NetStream", gNetConn)&amp;nbsp;&amp;nbsp;&amp;nbsp; put "InStream " &amp;amp; InStream
&amp;nbsp;&amp;nbsp;&amp;nbsp; InStream.play(gUserList[1])&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; pVideoClip = pSprite.getVariable("VideoClip",FALSE)
&amp;nbsp;&amp;nbsp;&amp;nbsp; put "pVideoClip " &amp;amp; pVideoClip
&amp;nbsp;&amp;nbsp;&amp;nbsp; pVideoClip.attachVideo(InStream)&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; firsttime1 = false
&amp;nbsp; end if 
end exitFrame

on updateInStream aArg1, aArg2
-- that method is called by the drpdown script when some change occured 
&amp;nbsp; put "neuer Partner 1: " &amp;amp; aArg2
&amp;nbsp; partner = aArg2
&amp;nbsp; InStream.play(partner)&amp;nbsp; 
end updateInStream

on endsprite me 
&amp;nbsp; if not(voidP(InStream)) then
&amp;nbsp;&amp;nbsp;&amp;nbsp; InStream.close()
&amp;nbsp; end if&amp;nbsp;&amp;nbsp; 
end endsprite

&lt;/pre&gt;&lt;!--[CodeBlockEnd:0bf65723-e4f2-4959-a58a-4eb7e564ef8e]--&gt;&lt;div style="display:none;"&gt;&lt;/div&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;I'd appreciate every idea or help! Thank you!&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;Jana&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:605ff186-360d-4b82-b467-8c4320f45f5c] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2008">netstream</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2008">webcam</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2008">lingo</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2008">director</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2008">netconnection</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2008">video chat</category>
      <pubDate>Tue, 07 Oct 2014 18:06:41 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1596307</guid>
      <dc:date>2014-10-07T18:06:41Z</dc:date>
      <clearspace:dateToText>1 month 7 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How do I extend the duration of a movie?</title>
      <link>https://forums.adobe.com/thread/1590849</link>
      <description>&lt;!-- [DocumentBodyStart:d7470cba-60ec-43c0-a5d4-aee4ac07dde5] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I'm new to Director and haven't been able to get my full video to play. When I publish the .exe, the video will only play for 32,000 frames. It's about 350,000 frames though. I was able to extend its length, but it will only allow me to choose 32,000 as an end frame. Please advise..&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d7470cba-60ec-43c0-a5d4-aee4ac07dde5] --&gt;</description>
      <pubDate>Wed, 01 Oct 2014 22:08:17 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1590849</guid>
      <dc:date>2014-10-01T22:08:17Z</dc:date>
      <clearspace:dateToText>1 month 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Strange error: "Handler not found in object: #newObject" (at a sprite object)</title>
      <link>https://forums.adobe.com/thread/1587340</link>
      <description>&lt;!-- [DocumentBodyStart:2055722c-2570-4960-964c-b66ec6567c4a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span style="color: #000000; font-family: 'Lucida Grande', 'Trebuchet MS', Helvetica, Arial, sans-serif; font-size: 13px; background-color: #f4f6fb;"&gt;Hi there,&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000; font-family: 'Lucida Grande', 'Trebuchet MS', Helvetica, Arial, sans-serif; font-size: 13px; background-color: #f4f6fb;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000; font-family: 'Lucida Grande', 'Trebuchet MS', Helvetica, Arial, sans-serif; font-size: 13px; background-color: #f4f6fb;"&gt;I'm facing a strange error in Lingo. I'm using Director 11.5 on Windows 7. &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000; font-family: 'Lucida Grande', 'Trebuchet MS', Helvetica, Arial, sans-serif; font-size: 13px; background-color: #f4f6fb;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000; font-family: 'Lucida Grande', 'Trebuchet MS', Helvetica, Arial, sans-serif; font-size: 13px; background-color: #f4f6fb;"&gt;First I was reconstructing a tutorial for netConnection in Director. This worked fine. &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000; font-family: 'Lucida Grande', 'Trebuchet MS', Helvetica, Arial, sans-serif; font-size: 13px; background-color: #f4f6fb;"&gt;Then I added some further functionality and then - a strange error occured where nothing much has been altered and which was working fine before. Now Lingo doesn't know the handler "newObject" at the sprite pSprite anymore! Why???&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a href="http://s7.directupload.net/images/140928/s8xt5jcl.png"&gt;&lt;img alt="Bild" class="jive-image" src="http://s7.directupload.net/images/140928/s8xt5jcl.png" style="border-style: none; color: #000000; font-family: 'Lucida Grande', 'Trebuchet MS', Helvetica, Arial, sans-serif; font-size: 13px; background-color: #f4f6fb;"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;The regarding code for this error&lt;/strong&gt; is a behavior for the button to connect. The code is the following:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;!--[CodeBlockStart:5a80c46d-ef60-495d-b1d3-f35e07931ea4][excluded]--&gt;&lt;pre class="javascript" name="code"&gt;
global pNetConn
global gUserList
property pSprite

on beginSprite (me)&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp; pSprite = sprite(me.spriteNum)
&amp;nbsp; pSprite.cursor = 280&amp;nbsp; 
end beginSprite




on mouseDown (me)&amp;nbsp; 
&amp;nbsp; sIch = me.stripSpaces( sprite(3).text ) 
&amp;nbsp; put "eigener Name ist: "&amp;amp; sIch
&amp;nbsp; if ((sIch = "") or (sIch = void)) then&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; alert "Bitte geben Sie Ihren eigenen Namen an."&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp; else&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; gNameSelbst = sIch&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; if voidP(pNetConn) then
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; me.setConnection()
&amp;nbsp;&amp;nbsp;&amp;nbsp; end if
&amp;nbsp;&amp;nbsp;&amp;nbsp; me.getUserList()&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; go frame(23)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp; end if&amp;nbsp; 
end mouseDown





on setConnection me&amp;nbsp; 
&amp;nbsp; pNetConn = pSprite.newObject("NetConnection")&amp;nbsp; 
&amp;nbsp; pSprite.setCallback(pNetConn,"onStatus",#statusUpdate,me)
&amp;nbsp; pSprite.setCallback(pNetConn,"clientListChannel",#userListUpdate,me)
&amp;nbsp;&amp;nbsp;&amp;nbsp; tURL = "rtmp://xxxxxxxx"
&amp;nbsp; pNetConn.connect(tURL)&amp;nbsp; 
end setConnection


on statusUpdate aArg1, aArg2&amp;nbsp; 
&amp;nbsp; if (aArg2.code = "NetConnection.Connect.Success") then&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; -- Hier erfolgt sp&amp;#228;ter die Sendung des eigenen Videostreams an den Server
&amp;nbsp; end if&amp;nbsp; 
end statusUpdate





on userListUpdate aArg1, aArg2&amp;nbsp; 
&amp;nbsp; luserList = aArg2&amp;nbsp; 
&amp;nbsp; if&amp;nbsp;&amp;nbsp; (luserList &amp;lt;&amp;gt; void) then&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; put "-----USER-LIST UPDATE------"
&amp;nbsp;&amp;nbsp;&amp;nbsp; gUserList = []&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; repeat with counter = 0 to luserList.length -2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sname = luserList[counter].label
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; gUserList.add(sname)&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; end repeat&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp; end if&amp;nbsp; 
end userListUpdate



on stripSpaces (me, aString)&amp;nbsp; 
&amp;nbsp; -- clear all spaces from the string
&amp;nbsp; repeat while offset(SPACE,aString)
&amp;nbsp;&amp;nbsp;&amp;nbsp; tCharIndex = offset(SPACE,aString)
&amp;nbsp;&amp;nbsp;&amp;nbsp; delete aString.char[tCharIndex]
&amp;nbsp; end repeat&amp;nbsp; 
&amp;nbsp; -- return the string
&amp;nbsp; return aString&amp;nbsp; 
end
&lt;/pre&gt;&lt;!--[CodeBlockEnd:5a80c46d-ef60-495d-b1d3-f35e07931ea4]--&gt;&lt;div style="display:none;"&gt;&lt;/div&gt;&lt;p&gt;&lt;strong style="color: #000000; font-family: 'Lucida Grande', 'Trebuchet MS', Helvetica, Arial, sans-serif; font-size: 13px; background-color: #f4f6fb;"&gt;&lt;br/&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong style="color: #000000; font-family: 'Lucida Grande', 'Trebuchet MS', Helvetica, Arial, sans-serif; font-size: 13px; background-color: #f4f6fb;"&gt;The tutorial code which works is the following:&lt;br/&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Here the netConnection is built in the on exitFrame - but I already tried this in my new code above without any success. By the way, I intentionally xxx-ed the URL ;-) Of course in the original there's a correct server adress.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;!--[CodeBlockStart:7444ca6a-fbf5-4663-ba43-e4290ef9bb18][excluded]--&gt;&lt;pre class="javascript" name="code"&gt;
global gNames
property pCamera
property pInStream
property pMicrophone
property pNetConn
property pOutStream
property pSprite

on exitFrame (me)
&amp;nbsp; if voidP(pNetConn) then
&amp;nbsp;&amp;nbsp;&amp;nbsp; me.initiateConnection()
&amp;nbsp; end if&amp;nbsp; 
end exitFrame

on initiateConnection (me)
&amp;nbsp; pSprite = sprite(me.spriteNum)
&amp;nbsp; pNetConn = pSprite.newObject("NetConnection")
&amp;nbsp; pSprite.setCallback(pNetConn,"onStatus",#myOnStatus,me)
&amp;nbsp; tURL = "rtmp://xxxxxx"
&amp;nbsp; pNetConn.connect(tURL)
end initiateConnection

on initiateStreams (me)
&amp;nbsp; tCamObj = pSprite.newObject("Camera")
&amp;nbsp; pCamera = tCamObj.get()
&amp;nbsp; tMicObj = pSprite.newObject("Microphone")
&amp;nbsp; pMicrophone = tMicObj.get()
&amp;nbsp; pOutStream = pSprite.newObject("NetStream",pNetConn)
&amp;nbsp; pOutStream.attachAudio(pMicrophone)
&amp;nbsp; pOutStream.attachVideo(pCamera)
&amp;nbsp; pOutStream.publish(gNames.publishName,"live")
&amp;nbsp; pInStream = pSprite.newObject("NetStream",pNetConn)
&amp;nbsp; pInStream.play(gNames.subscribeName)
&amp;nbsp; pVideoClip = pSprite.getVariable("VideoClip",FALSE)
&amp;nbsp; pVideoClip.attachVideo(pInStream)&amp;nbsp; 
end initiateStreams

on endSprite 
&amp;nbsp; if not( voidP(pOutStream) ) then
&amp;nbsp;&amp;nbsp;&amp;nbsp; pOutStream.close()
&amp;nbsp; end if
&amp;nbsp; if not( voidP(pInStream) ) then
&amp;nbsp;&amp;nbsp;&amp;nbsp; pInStream.close()
&amp;nbsp; end if&amp;nbsp; 
&amp;nbsp; if not( voidP(pNetConn) ) then
&amp;nbsp;&amp;nbsp;&amp;nbsp; pNetConn.close()
&amp;nbsp; end if&amp;nbsp; 
end endSprite

on myOnStatus me, aArg1, aArg2&amp;nbsp; 
&amp;nbsp; put aArg2.code&amp;nbsp; 
&amp;nbsp; if (aArg2.code = "NetConnection.Connect.Success") then&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; me.initiateStreams()&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp; end if&amp;nbsp; 
end myOnStatus
&lt;/pre&gt;&lt;!--[CodeBlockEnd:7444ca6a-fbf5-4663-ba43-e4290ef9bb18]--&gt;&lt;div style="display:none;"&gt;&lt;/div&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000; font-size: 12.7272720336914px; background-color: #f4f6fb; font-family: 'Lucida Grande', 'Trebuchet MS', Helvetica, Arial, sans-serif;"&gt;Did anybody ever face the same error? Can anyone tell me where the misstake lies? Or is it a kind of bug? I really don't knwo what could be wrong. I'd appreciate any help!&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000; font-size: 12.7272720336914px; background-color: #f4f6fb; font-family: 'Lucida Grande', 'Trebuchet MS', Helvetica, Arial, sans-serif;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000; font-size: 12.7272720336914px; background-color: #f4f6fb; font-family: 'Lucida Grande', 'Trebuchet MS', Helvetica, Arial, sans-serif;"&gt;Thanks&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000; font-size: 12.7272720336914px; background-color: #f4f6fb; font-family: 'Lucida Grande', 'Trebuchet MS', Helvetica, Arial, sans-serif;"&gt;Jana&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2055722c-2570-4960-964c-b66ec6567c4a] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2008">error</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2008">lingo</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2008">director 11.5</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2008">handler not found</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2008">newobject</category>
      <pubDate>Sun, 28 Sep 2014 08:02:58 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1587340</guid>
      <dc:date>2014-09-28T08:02:58Z</dc:date>
      <clearspace:dateToText>1 month 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>6</clearspace:messageCount>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>I am working on a HPCompaq Pro 6300, w 7. My Director 11.5 stopped working  when I installed</title>
      <link>https://forums.adobe.com/thread/1587976</link>
      <description>&lt;!-- [DocumentBodyStart:29d148b7-aa12-4db9-87bc-8ccc9bdad5c5] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am working on a HPCompaq Pro 6300, w 7. My Director 11.5 stopped working&amp;nbsp; when I installed&amp;nbsp; Dreamweaver CS4. This happened once before -and I had to reestall my system to get it going again - but this time I thought it would be Ok shen I installed ONLY Dremweaver. What should I do?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:29d148b7-aa12-4db9-87bc-8ccc9bdad5c5] --&gt;</description>
      <pubDate>Mon, 29 Sep 2014 11:36:09 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1587976</guid>
      <dc:date>2014-09-29T11:36:09Z</dc:date>
      <clearspace:dateToText>1 month 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Text field issue</title>
      <link>https://forums.adobe.com/thread/1587846</link>
      <description>&lt;!-- [DocumentBodyStart:bf3ad46e-6775-41fc-a54b-989c49203310] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi there, who can help me with this,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;i made some field members bij using insert --&amp;gt; control--&amp;gt; field = named Field 1&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;and i made i the movie script the following lines&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;put empty into field 1 = to start with an empty field&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;then i put this line to get words at random&lt;/p&gt;&lt;p&gt;&lt;span style="color: #0328d2;"&gt;put&lt;/span&gt;&lt;span style="color: #004f00;"&gt; word random&lt;/span&gt;&lt;span style="color: #000000;"&gt; (&lt;/span&gt;5&lt;span style="color: #000000;"&gt;)&lt;/span&gt;&lt;span style="color: #0328d2;"&gt; of&lt;/span&gt; "zien lopen gaan zitten ziek"&lt;span style="color: #0328d2;"&gt; into&lt;/span&gt;&lt;span style="color: #004f00;"&gt; field&lt;/span&gt; 1&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;the problem is that the field is not seen as an field&lt;/p&gt;&lt;p&gt;and so far there is no text displayed&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;tia&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Herman&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:bf3ad46e-6775-41fc-a54b-989c49203310] --&gt;</description>
      <pubDate>Mon, 29 Sep 2014 08:32:07 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1587846</guid>
      <dc:date>2014-09-29T08:32:07Z</dc:date>
      <clearspace:dateToText>1 month 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Firewalls and SendNetText / GetNetText</title>
      <link>https://forums.adobe.com/thread/1547186</link>
      <description>&lt;!-- [DocumentBodyStart:81274d5b-ce5f-4f8c-b430-32971e013c5f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have a lot of issues where if a user has a Firewall running, SendNetText and GetNetText won't connect to the internet properly.&lt;/p&gt;&lt;p&gt;Are there any work arounds for this, other than asking people to turn off their Firewall?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:81274d5b-ce5f-4f8c-b430-32971e013c5f] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2008">firewall</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2008">sendnettext</category>
      <pubDate>Thu, 14 Aug 2014 06:17:07 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1547186</guid>
      <dc:date>2014-08-14T06:17:07Z</dc:date>
      <clearspace:dateToText>1 month 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>8</clearspace:messageCount>
      <clearspace:replyCount>7</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Xtras Errors</title>
      <link>https://forums.adobe.com/thread/1585580</link>
      <description>&lt;!-- [DocumentBodyStart:e7533a09-eae2-4ecd-8776-a40bef5d71bf] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have an ongoing problem with random Xtras errors. When some movies begin, a box pops up that says the "text xtra is either missing, or didn't initialize properly. Please be sure all the appropriate Xtras are in the Xtras folder."&amp;nbsp; Or, it is often some other Xtra. No amount of juggling with putting them in the Xtras folder, or including them in the projector seems to make any difference. It seems that more times than not, when I make a projector, I get into that loop and can't seem to get out of it.&amp;nbsp; I imagine I am doing something wrong, but I make notes, and try to do things the way that worked before each time.&amp;nbsp; Sometimes they do, sometimes they don't. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I never have really understood just how to determine which Xtras are really needed by a movie, and whether they go into the Xtras folder, or should, or should not be, included in the projector. What is the exact procedure for including the proper Xtras, and placing them where they belong? And perhaps I am not utilizing the Publish Settings properly as well...?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Those problem seem to occur on the Macintosh mostly. It is running OS Mavericks.&amp;nbsp; I have very little problem with them on my Windows machines running Win7-64.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks to anyone who can lend me a hand with this..&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Dewey&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e7533a09-eae2-4ecd-8776-a40bef5d71bf] --&gt;</description>
      <pubDate>Thu, 25 Sep 2014 21:52:55 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1585580</guid>
      <dc:date>2014-09-25T21:52:55Z</dc:date>
      <clearspace:dateToText>1 month 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Radio Button editable (?)</title>
      <link>https://forums.adobe.com/thread/1585321</link>
      <description>&lt;!-- [DocumentBodyStart:33ca3485-a9fd-4835-8622-fe670d908366] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am trying to prevent a radio button from being clicked.&lt;/p&gt;&lt;p&gt;I know that I can set the hilite to 0 or 1, but if its set at 1 already- I want to prevent the user from changing it to 0.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:33ca3485-a9fd-4835-8622-fe670d908366] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2008">radio button</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2008">hilite</category>
      <pubDate>Thu, 25 Sep 2014 18:04:49 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1585321</guid>
      <dc:date>2014-09-25T18:04:49Z</dc:date>
      <clearspace:dateToText>1 month 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Changing monitor resolution with proper aspect ratio</title>
      <link>https://forums.adobe.com/thread/1583341</link>
      <description>&lt;!-- [DocumentBodyStart:9daa1b1d-2eb5-477a-8555-1bf58ead2919] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;My project size is 800x600 and I wanted to provide an option to the user to change their monitor resolution at 800x600 by clicking on button. I have also planned to do it by using buddy api xtra, and already tested it. The problem is, when I am doing this on a PC with panoramic monitor (native resolution 1920x1080), it got stretched. I know it's very natural (as the aspect ratio has changed ) and I can get it in shape by squeeze the width using 'draw.rect'. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I noticed, there are some PCs with advanced display card that don't even get stretched, but shows the 800x600 resolution in proper aspect ratio by keeping the extra space black both sides. And I don't need to write any further codes (squeeze the width using 'draw.rect') to keep it in shape.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The real problem starts here, I can't able to filter the above situations by any logical means. I wanted to write codes only for the PCs that get stretched, but I didn't able to find any support from Director to determine which type of display card has been attached. I need to know whether it will get stretched, or the display card can able to manage the aspect ratio.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any one have any solution in this matter?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Please don't hesitate to ask if you need any more info.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9daa1b1d-2eb5-477a-8555-1bf58ead2919] --&gt;</description>
      <pubDate>Tue, 23 Sep 2014 19:32:26 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1583341</guid>
      <dc:date>2014-09-23T19:32:26Z</dc:date>
      <clearspace:dateToText>1 month 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Codesigned Projector and BuddyAPI (or other File Open/Save Dialogue)</title>
      <link>https://forums.adobe.com/thread/1583180</link>
      <description>&lt;!-- [DocumentBodyStart:56081c27-8c43-425c-b2ba-add917b8f32d] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span style="color: #333333; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;I noticed that with the Buddy Xtra, if baGetFilename call is made when an application is Codesigned, it will crash. &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #333333; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;Actually ANY attempt to use any file open/save dialogue attempt in a Codesigned application will not work.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #333333; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #333333; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;Has anybody found a work around for this?&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #333333; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:56081c27-8c43-425c-b2ba-add917b8f32d] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2008">codesign</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2008">buddyapi</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2008">bagetfilename</category>
      <pubDate>Tue, 23 Sep 2014 16:13:11 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1583180</guid>
      <dc:date>2014-09-23T16:13:11Z</dc:date>
      <clearspace:dateToText>1 month 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>D12: 3D objects are ALWAYS in front</title>
      <link>https://forums.adobe.com/thread/1567255</link>
      <description>&lt;!-- [DocumentBodyStart:3d112702-6af7-4f52-bd29-b5579f799a16] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi guys,&lt;/p&gt;&lt;p&gt;we try to develop an iOS-app and detect some mysterious things with 3D objects! Hope somebody can explain?!&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Usually sprites in higher-numbered channels appear in front of sprites in lower‑numbered channels. Sole exception "DirectToStage"!&lt;/p&gt;&lt;p&gt;But 3D objects in D12 on Mac OS X 10.8.5 and 10.9.4 are alway in front! Same effect on iPad Air (iOS7)!&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-6706358-668920/Test02_screenshot.jpg"&gt;&lt;img alt="Test02_screenshot.jpg" class="jive-image image-1" height="559" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-6706358-668920/900-559/Test02_screenshot.jpg" style="height: 386px; width: 620px;" width="900"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Very funny: On &lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;Mac OS X 10.7.5 e&lt;/span&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;verything works correct!&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;Any ideas?&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3d112702-6af7-4f52-bd29-b5579f799a16] --&gt;</description>
      <pubDate>Sat, 06 Sep 2014 15:59:25 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1567255</guid>
      <dc:date>2014-09-06T15:59:25Z</dc:date>
      <clearspace:dateToText>1 month 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Director Publish IOS not found xtra</title>
      <link>https://forums.adobe.com/thread/1579052</link>
      <description>&lt;!-- [DocumentBodyStart:819f0da2-b7a2-42ec-8b03-cfa395e4971f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Director Publish IOS not found xtra?Why?How to set?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks !!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:819f0da2-b7a2-42ec-8b03-cfa395e4971f] --&gt;</description>
      <pubDate>Fri, 19 Sep 2014 05:04:46 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1579052</guid>
      <dc:date>2014-09-19T05:04:46Z</dc:date>
      <clearspace:dateToText>1 month 4 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Behavior popup doesn't show all scripts</title>
      <link>https://forums.adobe.com/thread/1578704</link>
      <description>&lt;!-- [DocumentBodyStart:72f68172-08de-48f4-bd09-667526667517] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I want to add a script to a sprite. When I press the behavior popup, not all the available scripts appear (I have many). Can't find a way to get the script I need attached to the sprite.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:72f68172-08de-48f4-bd09-667526667517] --&gt;</description>
      <pubDate>Thu, 18 Sep 2014 18:46:03 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1578704</guid>
      <dc:date>2014-09-18T18:46:03Z</dc:date>
      <clearspace:dateToText>1 month 4 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Shockwave plug in failure in Mavericks</title>
      <link>https://forums.adobe.com/thread/1577293</link>
      <description>&lt;!-- [DocumentBodyStart:b25cbad3-0ac3-4ea6-96cc-19078f1a41c1] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I wanted to test my director shockwave project in Mavericks but keep getting 'plugin failure'.&lt;/p&gt;&lt;p&gt;I was able to install shockwave in Mountain Lion to test my project but can't in Mavericks.&lt;/p&gt;&lt;p&gt;I installed shockwave 12.1 from Adobe site.&lt;/p&gt;&lt;p&gt;I uninstalled and reinstalled several times but no go. This is both in Firefox and Safari.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Does shockwave work in Mavericks? Any help in how to get it to work.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I think I may have shockwave 11 still in there somewhere but don't have 11 uninstaller.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thank you for any help&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b25cbad3-0ac3-4ea6-96cc-19078f1a41c1] --&gt;</description>
      <pubDate>Wed, 17 Sep 2014 08:17:10 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1577293</guid>
      <dc:date>2014-09-17T08:17:10Z</dc:date>
      <clearspace:dateToText>1 month 4 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

