<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/jive/rss" version="2.0">
  <channel>
    <title>Adobe Community: Message List - Director Lingo</title>
    <link>https://forums.adobe.com/community/director/director_lingo?view=discussions</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    <pubDate>Thu, 13 Nov 2014 00:07:03 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2014-11-13T00:07:03Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Re: newproxycallback question</title>
      <link>https://forums.adobe.com/message/6923785?tstart=0#6923785</link>
      <description>&lt;!-- [DocumentBodyStart:76d9a2c9-25bc-4825-9e2c-f7d9a9578e87] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;You should wait until your flash sprite has initialised before setting up communications. Something like the following typed as a #parent script and named "init" in your castLib:&lt;/p&gt;&lt;!--[CodeBlockStart:32f42e6d-1f79-455c-b3c4-38ddac0191bb][excluded]--&gt;&lt;pre class="plain" name="code"&gt;
-- parent script "init"
on enterFrame me
&amp;nbsp; sendSprite(me.spriteNum, #init)
end

&lt;/pre&gt;&lt;!--[CodeBlockEnd:32f42e6d-1f79-455c-b3c4-38ddac0191bb]--&gt;&lt;div style="display:none;"&gt;&lt;/div&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;and attached to the Flash sprite:&lt;/p&gt;&lt;!--[CodeBlockStart:6e3a608b-809b-4a44-8b76-578dabaf752a][excluded]--&gt;&lt;pre class="plain" name="code"&gt;
property spriteNum
property my
property ancestor

on beginSprite me
&amp;nbsp; my = sprite(spriteNum)
&amp;nbsp; ancestor = script("init").new()
end

on init me
&amp;nbsp; ancestor = VOID
&amp;nbsp; cb = my.newProxyCallback(#sendToLingo)
&amp;nbsp; my.stage.getChildAt(0).addEventListener("sendToLingo", cb)
end

-- etc.

&lt;/pre&gt;&lt;!--[CodeBlockEnd:6e3a608b-809b-4a44-8b76-578dabaf752a]--&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;This will force the Flash sprite to wait for one frame cycle before setting up.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:76d9a2c9-25bc-4825-9e2c-f7d9a9578e87] --&gt;&lt;img src='/beacon?t=1415930893463' /&gt;</description>
      <pubDate>Wed, 12 Nov 2014 20:30:17 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6923785?tstart=0#6923785</guid>
      <dc:date>2014-11-12T20:30:17Z</dc:date>
      <clearspace:dateToText>1 day 2 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Gestures not working</title>
      <link>https://forums.adobe.com/message/6920922?tstart=0#6920922</link>
      <description>&lt;!-- [DocumentBodyStart:14d43c7c-9200-41d4-93f6-151a52190284] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;First, Director (12) is started and the following script is described.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Movie script&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;on startMovie&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; _touches.registerGesture ([#swipeRightGesture:#handleSwipeRight])&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; --It recognizes also by "on prepareMovi" or "on startMovie".&lt;/p&gt;&lt;p&gt;end&lt;/p&gt;&lt;p&gt;on handleSwipeRight&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; member("momo").text = the long time &amp;amp; "start"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; --code to handle Right Swipe &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;"on startMovie" is recommended although recognized also by "on prepareMovie" or "on startMovie". Those with a possibility of stopping moving by "on prepareMovie" when another Handler is put in.&lt;/p&gt;&lt;p&gt;And use a movie script by a property inspector. This is important. Unless it comes out, the Handler written in here does not move.&lt;/p&gt;&lt;p&gt;If it moves by Director in order to move by ios, an error will come out.It is published and used for ios.&lt;/p&gt;&lt;p&gt;detailed my Homepage(Candy's Homepage)&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:14d43c7c-9200-41d4-93f6-151a52190284] --&gt;</description>
      <pubDate>Tue, 11 Nov 2014 23:51:25 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6920922?tstart=0#6920922</guid>
      <dc:date>2014-11-11T23:51:25Z</dc:date>
      <clearspace:dateToText>2 days 2 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>newproxycallback question</title>
      <link>https://forums.adobe.com/message/6920494?tstart=0#6920494</link>
      <description>&lt;!-- [DocumentBodyStart:f5303f24-09a4-4b6b-878c-d72ce1e47f27] --&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; pCB = sprite(me.spriteNum).newProxyCallback(#sendToLingo)&lt;/p&gt;&lt;p&gt; 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;-- this function is called from the flash.&lt;/p&gt;&lt;p&gt;on sendToLingo me, evt&lt;/p&gt;&lt;p&gt;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; put "Data received from AS3:" &amp;amp;&amp;amp; evt.data&lt;/p&gt;&lt;p&gt;&amp;nbsp; &lt;/p&gt;&lt;p&gt;end&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&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;com_pci.addEventListener("dataArrived",onDataArrived);&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;function onDataArrived(e:Event){&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;trace("onDataArrived " + getTimer() );&lt;/p&gt;&lt;p&gt;comInAry = com_pci.data;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;var tempPos:String = (comInAry[0]).toString();&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;if (tempPos != currSlidePos) {&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; trace("onDataArrived and changed" + getTimer() );&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; dispatchEvent( new LingoEvent("slidePos:" + currSlidePos) );&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p 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;regards.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f5303f24-09a4-4b6b-878c-d72ce1e47f27] --&gt;</description>
      <pubDate>Tue, 11 Nov 2014 21:10:09 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6920494?tstart=0#6920494</guid>
      <dc:date>2014-11-11T21:10:09Z</dc:date>
      <clearspace:dateToText>2 days 5 hours ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Formatted text file Into TextMember with Scrolling... Problem.</title>
      <link>https://forums.adobe.com/message/6891709?tstart=0#6891709</link>
      <description>&lt;!-- [DocumentBodyStart:d241b310-74ab-4762-ac8c-0bfd45e3d6ee] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Or what about just using pointToLine?&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://help.adobe.com/en_US/Director/11.5/UsingScripting/WSc3ff6d0ea77859461172e0811d64c1a1b3-7dc1.html" rel="nofollow"&gt;Adobe Director * pointToLine()&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d241b310-74ab-4762-ac8c-0bfd45e3d6ee] --&gt;</description>
      <pubDate>Sun, 02 Nov 2014 15:02:40 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6891709?tstart=0#6891709</guid>
      <dc:date>2014-11-02T15:02:40Z</dc:date>
      <clearspace:dateToText>1 week 4 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How do I hide the top bar of iphone information indicating coverage, time and battery status?  When running my application this sige appearing</title>
      <link>https://forums.adobe.com/message/6862916?tstart=0#6862916</link>
      <description>&lt;!-- [DocumentBodyStart:40092980-4e8f-4def-a185-139bd71f51d4] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;h1 style="font-size: 26px; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;&lt;span style="font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;How do I hide the top bar of iphone information indicating coverage, time and battery status?&amp;nbsp; When running my application this sige appearing&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-6862916-687902/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-6862916-687902/Captura+de+pantalla+2014-10-24+a+las+13.53.07.png" style="height: auto;" width="223"/&gt;&lt;/a&gt;&lt;/span&gt;&lt;/h1&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:40092980-4e8f-4def-a185-139bd71f51d4] --&gt;</description>
      <pubDate>Fri, 24 Oct 2014 13:56:53 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6862916?tstart=0#6862916</guid>
      <dc:date>2014-10-24T13:56:53Z</dc:date>
      <clearspace:dateToText>2 weeks 7 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Re: Formatted text file Into TextMember with Scrolling... Problem.</title>
      <link>https://forums.adobe.com/message/6846843?tstart=0#6846843</link>
      <description>&lt;!-- [DocumentBodyStart:5391d14a-99b0-4918-808c-c086f7660bff] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Try the following, or some snippet or re-working of it, attached to your #text sprite:&lt;/p&gt;&lt;!--[CodeBlockStart:507caa22-ebcc-47ef-bd87-aed24234707a][excluded]--&gt;&lt;pre class="plain" name="code"&gt;
property spriteNum
property my
property myMember

on beginSprite me
&amp;nbsp; my = sprite(spriteNum)
&amp;nbsp; myMember = my.member
end

on mouseUp me
&amp;nbsp; if ( myMember.text = EMPTY ) then exit
&amp;nbsp; tLoc = _mouse.mouseLoc - my.loc
&amp;nbsp; tPos = myMember.locVToLinePos(tLoc[2])
&amp;nbsp; nChars = 0
&amp;nbsp; repeat with l = 1 to tPos
&amp;nbsp;&amp;nbsp;&amp;nbsp; nChars = nChars + myMember.line[l].char.count
&amp;nbsp;&amp;nbsp;&amp;nbsp; -- account for RETURN at line end
&amp;nbsp;&amp;nbsp;&amp;nbsp; if l &amp;lt; tPos then nChars = nChars + 1
&amp;nbsp; end repeat
&amp;nbsp; 
&amp;nbsp; if tLoc[2] &amp;lt; myMember.charPosToLoc(nChars)[2] then
&amp;nbsp;&amp;nbsp;&amp;nbsp; tClickedLine = tPos + myMember.scrollTop/myMember.fixedLineSpace
&amp;nbsp; end if
&amp;nbsp; 
&amp;nbsp; PUT tPos, tClickedLine
end
&lt;/pre&gt;&lt;!--[CodeBlockEnd:507caa22-ebcc-47ef-bd87-aed24234707a]--&gt;&lt;div style="display:none;"&gt;&lt;/div&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5391d14a-99b0-4918-808c-c086f7660bff] --&gt;</description>
      <pubDate>Mon, 20 Oct 2014 07:43:43 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6846843?tstart=0#6846843</guid>
      <dc:date>2014-10-20T07:43:43Z</dc:date>
      <clearspace:dateToText>3 weeks 4 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Formatted text file Into TextMember with Scrolling... Problem.</title>
      <link>https://forums.adobe.com/message/6843715?tstart=0#6843715</link>
      <description>&lt;!-- [DocumentBodyStart:4a91c674-d805-4696-ace5-a4dba9898cd6] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Then how can I select theMouseLine in a text member? So I can use the content of the mouseline as a var.&lt;/p&gt;&lt;p&gt;I have an old Behavior to hilite and select the mouseLine, but it only works on "Field" members.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any way to do this in a text member?&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:4a91c674-d805-4696-ace5-a4dba9898cd6] --&gt;</description>
      <pubDate>Sat, 18 Oct 2014 23:28:10 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6843715?tstart=0#6843715</guid>
      <dc:date>2014-10-18T23:28:10Z</dc:date>
      <clearspace:dateToText>3 weeks 5 days ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Formatted text file Into TextMember with Scrolling... Problem.</title>
      <link>https://forums.adobe.com/message/6843500?tstart=0#6843500</link>
      <description>&lt;!-- [DocumentBodyStart:8251864a-e8b3-4012-917b-d8ff2697a953] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;You can't import formatted text into a #field - that's not the way the field member type works, it doesn't support any formatting. Please explain why you say:&lt;/p&gt;&lt;blockquote class="jive-quote"&gt;
&lt;p&gt;and It has to be a field &amp;hellip; when the RTF is imported&lt;/p&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8251864a-e8b3-4012-917b-d8ff2697a953] --&gt;</description>
      <pubDate>Sat, 18 Oct 2014 20:08:29 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6843500?tstart=0#6843500</guid>
      <dc:date>2014-10-18T20:08:29Z</dc:date>
      <clearspace:dateToText>3 weeks 5 days ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Formatted text file Into TextMember with Scrolling... Problem.</title>
      <link>https://forums.adobe.com/message/6843165?tstart=0#6843165</link>
      <description>&lt;!-- [DocumentBodyStart:7d424c91-8879-4f87-88a9-9cbb89b3b865] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi Sean, It's been a while.&lt;/p&gt;&lt;p&gt;Yes, now I have the scroll, BUT...&lt;/p&gt;&lt;p&gt;Look at this:&lt;/p&gt;&lt;p&gt;My member is a field... and It has to be a field and when the RTF is imported, it becomes a text member. I tried THIS, but it doesn't work.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;member("MyTEXT").importFileInto(_movie.path &amp;amp; "mytext.rtf")&lt;/p&gt;&lt;p style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;member("MyTEXT").boxType = #scroll&lt;/p&gt;&lt;p style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;&lt;span style="color: #333333; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;member("MyTEXT").type = #field&lt;/span&gt;&lt;/p&gt;&lt;p style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&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 style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;&lt;span style="color: #333333; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;It there any way to solve this? &lt;/span&gt;&lt;/p&gt;&lt;p style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&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 style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;&lt;span style="color: #333333; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;Thanks&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7d424c91-8879-4f87-88a9-9cbb89b3b865] --&gt;</description>
      <pubDate>Sat, 18 Oct 2014 17:15:50 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6843165?tstart=0#6843165</guid>
      <dc:date>2014-10-18T17:15:50Z</dc:date>
      <clearspace:dateToText>3 weeks 5 days ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Formatted text file Into TextMember with Scrolling... Problem.</title>
      <link>https://forums.adobe.com/message/6842096?tstart=0#6842096</link>
      <description>&lt;!-- [DocumentBodyStart:5f55a616-d6f9-4df6-8ac1-796d79a74bdd] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;member("MyTEXT").importFileInto(_movie.path &amp;amp; "mytext.rtf")&lt;/p&gt;&lt;p&gt;member("MyTEXT").boxType = #scroll&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5f55a616-d6f9-4df6-8ac1-796d79a74bdd] --&gt;</description>
      <pubDate>Sat, 18 Oct 2014 02:42:59 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6842096?tstart=0#6842096</guid>
      <dc:date>2014-10-18T02:42:59Z</dc:date>
      <clearspace:dateToText>3 weeks 6 days ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Formatted text file Into TextMember with Scrolling... Problem.</title>
      <link>https://forums.adobe.com/message/6841720?tstart=0#6841720</link>
      <description>&lt;!-- [DocumentBodyStart:e4e458e9-071e-48b2-853b-a130a2c4f40c] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span style="font-size: 12pt;"&gt;Hi,&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 12pt;"&gt;I have this script which works OK but...&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 12pt;"&gt;&lt;span style="color: #339966;"&gt;membe&lt;/span&gt;&lt;span style="color: #339966;"&gt;r&lt;/span&gt;(&lt;span style="color: #808080;"&gt;"MyTEXT"&lt;/span&gt;)&lt;span style="color: #339966;"&gt;.importFileInto&lt;/span&gt;(&lt;span style="color: #808080;"&gt;"mytext.rtf"&lt;/span&gt;)&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 12pt;"&gt;It preserves the RTF word format, but the scrolling disappears.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 12pt;"&gt;Is there any solution to this? I want to have a external RTF file that when imported into a text member with scrolling, it preserves its formatting&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 12pt;"&gt;without messing up the text member.&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 12pt;"&gt;Thanks&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e4e458e9-071e-48b2-853b-a130a2c4f40c] --&gt;</description>
      <pubDate>Sat, 18 Oct 2014 00:07:59 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6841720?tstart=0#6841720</guid>
      <dc:date>2014-10-18T00:07:59Z</dc:date>
      <clearspace:dateToText>3 weeks 6 days ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How can I play full screen on a file ipa iphone 5?</title>
      <link>https://forums.adobe.com/message/6801688?tstart=0#6801688</link>
      <description>&lt;!-- [DocumentBodyStart:3b5528e9-e08d-4331-93b4-ef5d50778f77] --&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&gt;I have also tested with no dependent files and the screen fills. &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:3b5528e9-e08d-4331-93b4-ef5d50778f77] --&gt;</description>
      <pubDate>Tue, 07 Oct 2014 22:08:30 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6801688?tstart=0#6801688</guid>
      <dc:date>2014-10-07T22:08:30Z</dc:date>
      <clearspace:dateToText>1 month 7 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Startup problems using NetConnection and NetStream to FMS</title>
      <link>https://forums.adobe.com/message/6731533?tstart=0#6731533</link>
      <description>&lt;!-- [DocumentBodyStart:a16e0273-8fb3-4852-b65a-ec419804a3ac] --&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;unfortunately I'm a noob at Director and my task is to build a simple 2-people-video chat. I'm using Director 11.5, Windows 7 and Flash Media Server 3 (well, not sure about the version, but an old one).&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I found out that I can use a NetConnection-object in Director to connect to the server. But my only information source is the user manual:&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://help.adobe.com/en_US/Director/11.5/UsingScripting/WSc3ff6d0ea77859461172e0811d50262762-7f24.html" rel="nofollow"&gt;http://help.adobe.com/en_US/Director/11.5/UsingScripting/WSc3ff6d0ea77859461172e0811d50262 762-7f24.html&lt;/a&gt;&lt;/p&gt;&lt;p&gt;There only are some single code lines without any details. So my code looks like this until now --- I didn't replace any of the sample code, just copied all I would like to use somehow.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;!--[CodeBlockStart:ecee5cea-896b-4f62-8a8b-23ede0a4e71a][excluded]--&gt;&lt;pre class="javascript" name="code"&gt;
&amp;nbsp; myNetConObject = sprite(1).newObject("NetConnection")
&amp;nbsp; myStream = sprite(1).newObject("NetStream", myNetConObject)
&amp;nbsp; myStream.attachVideo(source)
&amp;nbsp; myStream.attachAudio(source)
&amp;nbsp; mystream.publish(whatToPublish)
&amp;nbsp; mystream.play(whatToPlay) 
&lt;/pre&gt;&lt;!--[CodeBlockEnd:ecee5cea-896b-4f62-8a8b-23ede0a4e71a]--&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;The manual unfortunately does NOT tell me HOW I can give the parameters, for example the source of a camera video. Has it to be the installation URL of the camera? Has it to be the name of the camera? Do I have to set up an "source" object somehow and attach a camera to that? Same thing with the micro. &lt;/p&gt;&lt;p&gt;Next: what is "whatToPublish" and "whatToPlay"? Shall it be the attached video (and how shall I name that)? Shall it be just "video"? (for publidhing.)&amp;nbsp; Shall it be an url for play? &lt;/p&gt;&lt;p&gt;Also: how do I get logged in with a user name and how can I play a stream of another user?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Somehow I'm very frustrated about the help documents... &lt;span style="font-size: 13.63636302948px;"&gt;These example lines didn't help me, because they're not giving any specification what parameters really are needed and such things. &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 13.63636302948px;"&gt;Can someone help me please? I'd also be glad about links to tutorials or other forum questions about that. Didn't find any myself.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 13.63636302948px;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 13.63636302948px;"&gt;Thanks in advance fr your help and hints!&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 13.63636302948px;"&gt;Jana&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a16e0273-8fb3-4852-b65a-ec419804a3ac] --&gt;</description>
      <pubDate>Mon, 15 Sep 2014 16:40:00 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6731533?tstart=0#6731533</guid>
      <dc:date>2014-09-15T16:40:00Z</dc:date>
      <clearspace:dateToText>1 month 1 month ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: iOS: Using photos from camera and gallery</title>
      <link>https://forums.adobe.com/message/6706171?tstart=0#6706171</link>
      <description>&lt;!-- [DocumentBodyStart:52194c20-8382-402a-a8f6-a9677ce6e573] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Sounds good Milky_au,&lt;/p&gt;&lt;p&gt;we will check this and give feedback. - Thank you!&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;At the moment we fight with a lot of mysterious things in Director 12 on Mac OS X and iOS.&lt;/p&gt;&lt;p&gt;It's unbelievable!!!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:52194c20-8382-402a-a8f6-a9677ce6e573] --&gt;</description>
      <pubDate>Sat, 06 Sep 2014 13:37:49 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6706171?tstart=0#6706171</guid>
      <dc:date>2014-09-06T13:37:49Z</dc:date>
      <clearspace:dateToText>2 months 1 week ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: iOS: Using photos from camera and gallery</title>
      <link>https://forums.adobe.com/message/6695488?tstart=0#6695488</link>
      <description>&lt;!-- [DocumentBodyStart:042c234b-fbb6-44da-9648-b74ab21269c8] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p style="font-size: 12px; font-family: Arial;"&gt;Hi Schnell,&lt;/p&gt;&lt;p style="font-size: 12px; font-family: Arial;"&gt;&lt;span style="line-height: 1.5em;"&gt;I have no direct answer to your questions, regarding lingo commands to access the iOS camera or gallery&amp;hellip;&lt;/span&gt;&lt;/p&gt;&lt;p style="font-size: 12px; font-family: Arial;"&gt;&lt;span style="line-height: 1.5em;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="font-size: 12px; font-family: Arial;"&gt;&lt;span style="line-height: 1.5em;"&gt;But you could try playing around with Director's 'flash xtra' &lt;/span&gt;&lt;/p&gt;&lt;p style="font-size: 12px; font-family: Arial;"&gt;&lt;span style="line-height: 1.5em;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="font-size: 12px; font-family: Arial;"&gt;&lt;span style="line-height: 1.5em;"&gt;Try building a simple Flash ActionScript file, which uses the &amp;lsquo;CameraRoll class&amp;#8217; to import a photo (Camera, CameraRoll &amp;amp; CameraUI class)&lt;/span&gt;&lt;/p&gt;&lt;p style="font-size: 12px; font-family: Arial;"&gt;&lt;span style="line-height: 1.5em;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="font-size: 12px; font-family: Arial;"&gt;&lt;span style="line-height: 1.5em;"&gt;You never know - might get lucky&lt;/span&gt;&lt;/p&gt;&lt;p style="font-size: 12px; font-family: Arial;"&gt;&lt;span style="line-height: 1.5em;"&gt;If you can get anything working, please let us all know.&lt;/span&gt;&lt;/p&gt;&lt;p style="font-size: 12px; font-family: Arial;"&gt;&lt;span style="line-height: 1.5em;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="font-size: 12px; font-family: Arial;"&gt;&lt;span style="line-height: 1.5em;"&gt;(on the other hand, it could all be a big waste of time??)&lt;/span&gt;&lt;/p&gt;&lt;p style="font-size: 12px; font-family: Arial;"&gt;&lt;span style="line-height: 1.5em;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="font-size: 12px; font-family: Arial;"&gt;&lt;span style="line-height: 1.5em;"&gt;good luck.&lt;/span&gt;&lt;/p&gt;&lt;p style="font-size: 12px; font-family: Arial;"&gt;&lt;span style="line-height: 1.5em;"&gt;milky&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:042c234b-fbb6-44da-9648-b74ab21269c8] --&gt;</description>
      <pubDate>Wed, 03 Sep 2014 00:46:24 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6695488?tstart=0#6695488</guid>
      <dc:date>2014-09-03T00:46:24Z</dc:date>
      <clearspace:dateToText>2 months 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>iOS: Using photos from camera and gallery</title>
      <link>https://forums.adobe.com/message/6694118?tstart=0#6694118</link>
      <description>&lt;!-- [DocumentBodyStart:5c450fa8-d484-4607-a060-6ee477651bde] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi guys,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;has anybody experiences using photos (gallery, camera) on iOS device with Lingo?&lt;/p&gt;&lt;p&gt;I wanna load a picture from gallery into my application or &lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;start camera, take a picture and load this.&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;There is an solution by using clipboard but isn't user-friendly.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Same with saving picture into the gallery?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thank you for your help!&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&lt;span aria-label="Confused" class="emoticon-inline emoticon_confused" style="height:16px;width:16px;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5c450fa8-d484-4607-a060-6ee477651bde] --&gt;</description>
      <pubDate>Tue, 02 Sep 2014 15:33:03 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6694118?tstart=0#6694118</guid>
      <dc:date>2014-09-02T15:33:03Z</dc:date>
      <clearspace:dateToText>2 months 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: windows 8.1 and touchscreen monitor</title>
      <link>https://forums.adobe.com/message/6683124?tstart=0#6683124</link>
      <description>&lt;!-- [DocumentBodyStart:5f8b86ba-440e-42a1-bb61-3bc8d7d4d789] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Whether or not the mouseDowns are activated is sometimes a function of the settings for your touchscreen driver e.g. se if there is some kind of click-and-drag mode and see if that works better.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I agree that the touchgestures ought to be designed to work in desktop apps (they don't).&amp;nbsp; Send your request to &lt;a class="jive-link-external-small" href="https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform&amp;amp;product=11" rel="nofollow"&gt;Adobe - Feature Request/Bug Report Form&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5f8b86ba-440e-42a1-bb61-3bc8d7d4d789] --&gt;</description>
      <pubDate>Fri, 29 Aug 2014 00:59:24 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6683124?tstart=0#6683124</guid>
      <dc:date>2014-08-29T00:59:24Z</dc:date>
      <clearspace:dateToText>2 months 2 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: windows 8.1 and touchscreen monitor</title>
      <link>https://forums.adobe.com/message/6674445?tstart=0#6674445</link>
      <description>&lt;!-- [DocumentBodyStart:a2261d9f-5850-4012-9dcd-0920509447a9] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I belive the _touchgesture only works with ios. OnMouseDown event should work. Press/hold simulates RMB. Not tried on win8&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a2261d9f-5850-4012-9dcd-0920509447a9] --&gt;</description>
      <pubDate>Tue, 26 Aug 2014 11:55:17 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6674445?tstart=0#6674445</guid>
      <dc:date>2014-08-26T11:55:17Z</dc:date>
      <clearspace:dateToText>2 months 3 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>windows 8.1 and touchscreen monitor</title>
      <link>https://forums.adobe.com/message/6666042?tstart=0#6666042</link>
      <description>&lt;!-- [DocumentBodyStart:41ad8948-de26-430b-873f-44e3439ca9a5] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi guys, i&amp;acute;ve just acquired a touchscreen monitor, and i&amp;acute;m trying to develop a Windows projector, but the _touchgesture doesn&amp;acute;t work with this, and the mousedown event either, my buttons works just with the mouseup, when i remove the finger from the screen. Any help please??&lt;/p&gt;&lt;p&gt;thanks in advance.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:41ad8948-de26-430b-873f-44e3439ca9a5] --&gt;</description>
      <pubDate>Fri, 22 Aug 2014 20:46:50 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6666042?tstart=0#6666042</guid>
      <dc:date>2014-08-22T20:46:50Z</dc:date>
      <clearspace:dateToText>2 months 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Triggering keyDown while commandDown in OSX</title>
      <link>https://forums.adobe.com/message/6605368?tstart=0#6605368</link>
      <description>&lt;!-- [DocumentBodyStart:18f9f8e6-89d1-4c68-8d2f-9dfb11b6d44c] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Oh, that's interesting.&amp;nbsp; I wonder if the "keydownscript" would work any different.&amp;nbsp; It's worth a try if you haven't already.&amp;nbsp; (the keydownscript = "myNewScript")&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Or the next thing to try would be to see if the stage was still getting those keys.&amp;nbsp; I know the MIAW normally would get the keydowns sent to it, but maybe the command keys are for some reason bypassing the MIAW.&amp;nbsp; And if it is, then you have to figure out a way to get the stage to tell the MIAW what's going on.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I haven't had time to test any of this myself yet.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:18f9f8e6-89d1-4c68-8d2f-9dfb11b6d44c] --&gt;</description>
      <pubDate>Sat, 02 Aug 2014 01:53:18 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6605368?tstart=0#6605368</guid>
      <dc:date>2014-08-02T01:53:18Z</dc:date>
      <clearspace:dateToText>3 months 2 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Triggering keyDown while commandDown in OSX</title>
      <link>https://forums.adobe.com/message/6602550?tstart=0#6602550</link>
      <description>&lt;!-- [DocumentBodyStart:1a4358b6-ef8b-486b-9545-a5e987d83e84] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Well, it seems it is only an issue for MIAW. When I run the test movie in a window (opened in a window from a stub movie) I get the same issue. &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1a4358b6-ef8b-486b-9545-a5e987d83e84] --&gt;</description>
      <pubDate>Fri, 01 Aug 2014 02:51:20 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6602550?tstart=0#6602550</guid>
      <dc:date>2014-08-01T02:51:20Z</dc:date>
      <clearspace:dateToText>3 months 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Triggering keyDown while commandDown in OSX</title>
      <link>https://forums.adobe.com/message/6602431?tstart=0#6602431</link>
      <description>&lt;!-- [DocumentBodyStart:5b4d32c7-0c4a-4cf0-b152-236b37936f29] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Strange, I tried a new movie using your script and it all works fine. I tried setting editShortCutsEnabled in my application and it still doesn't work. I added an alert to the top of my keyDown script and it's not even triggered so whatever is interfering with it is stopping the event before it even gets there, but only with the commandDown.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This is in OSX 10.5.8 and in 10.9.2&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5b4d32c7-0c4a-4cf0-b152-236b37936f29] --&gt;</description>
      <pubDate>Fri, 01 Aug 2014 01:46:13 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6602431?tstart=0#6602431</guid>
      <dc:date>2014-08-01T01:46:13Z</dc:date>
      <clearspace:dateToText>3 months 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Triggering keyDown while commandDown in OSX</title>
      <link>https://forums.adobe.com/message/6595936?tstart=0#6595936</link>
      <description>&lt;!-- [DocumentBodyStart:ec144dc5-a46f-4119-b12a-485d47ce837f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am on Mavericks 10.9.2 but it has been an issue on previous versions.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I wasn't aware of the editShortCutsEnabled property. I will give that a try and see if that is the problem. Thanks for the suggestion rduane.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ec144dc5-a46f-4119-b12a-485d47ce837f] --&gt;</description>
      <pubDate>Wed, 30 Jul 2014 01:02:09 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6595936?tstart=0#6595936</guid>
      <dc:date>2014-07-30T01:02:09Z</dc:date>
      <clearspace:dateToText>3 months 2 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Triggering keyDown while commandDown in OSX</title>
      <link>https://forums.adobe.com/message/6584679?tstart=0#6584679</link>
      <description>&lt;!-- [DocumentBodyStart:75874ffb-4e27-4e2b-9c99-7e53ed555335] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hmm.&amp;nbsp; I just created a new movie with nothing in it except for the following script, and it worked as expected.&amp;nbsp; I am using OSX version 10.7.5 and Director 11.5, what about you?&amp;nbsp; Also, are you familiar with the _movie.editShortCutsEnabled?&amp;nbsp; Are you sure that the script you are writing is necessary?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;My test script:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="font-size: 10px; font-family: Monaco; color: #044f0c;"&gt;&lt;span style="color: #182ecd;"&gt;on&lt;/span&gt; exitFrame&lt;span style="color: #182ecd;"&gt; me&lt;/span&gt;&lt;/p&gt;&lt;p style="font-size: 10px; font-family: Monaco; color: #044f0c;"&gt;&amp;nbsp; go&lt;span style="color: #182ecd;"&gt; to the&lt;/span&gt; frame&lt;/p&gt;&lt;p style="font-size: 10px; font-family: Monaco; color: #182ecd;"&gt;end&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px; font-size: 10px; font-family: Monaco;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="font-size: 10px; font-family: Monaco; color: #044f0c;"&gt;&lt;span style="color: #182ecd;"&gt;on&lt;/span&gt; keyDown&lt;/p&gt;&lt;p style="font-size: 10px; font-family: Monaco; color: #044f0c;"&gt;&lt;span style="color: #182ecd;"&gt;&amp;nbsp; if&lt;/span&gt; _key&lt;span style="color: #000000;"&gt;.&lt;/span&gt;commandDown&lt;span style="color: #182ecd;"&gt; then&lt;/span&gt;&lt;/p&gt;&lt;p style="font-size: 10px; font-family: Monaco; color: #182ecd;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; case&lt;span style="color: #044f0c;"&gt; _key&lt;/span&gt;&lt;span style="color: #000000;"&gt;.&lt;/span&gt;&lt;span style="color: #044f0c;"&gt;key&lt;/span&gt; of&lt;/p&gt;&lt;p style="font-size: 10px; font-family: Monaco; color: #515151;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "c"&lt;span style="color: #000000;"&gt;:&lt;/span&gt;&lt;span style="color: #044f0c;"&gt; alert&lt;/span&gt; "command-c"&lt;/p&gt;&lt;p style="font-size: 10px; font-family: Monaco; color: #515151;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "x"&lt;span style="color: #000000;"&gt;:&lt;/span&gt;&lt;span style="color: #044f0c;"&gt; alert&lt;/span&gt; "command-x"&lt;/p&gt;&lt;p style="font-size: 10px; font-family: Monaco; color: #182ecd;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; end case&lt;/p&gt;&lt;p style="font-size: 10px; font-family: Monaco; color: #182ecd;"&gt;&amp;nbsp; end if&lt;/p&gt;&lt;p style="font-size: 10px; font-family: Monaco; color: #044f0c;"&gt;&lt;span style="color: #182ecd;"&gt;end&lt;/span&gt; keydown&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:75874ffb-4e27-4e2b-9c99-7e53ed555335] --&gt;</description>
      <pubDate>Fri, 25 Jul 2014 21:38:42 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6584679?tstart=0#6584679</guid>
      <dc:date>2014-07-25T21:38:42Z</dc:date>
      <clearspace:dateToText>3 months 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: BuddyAPI baGetFilename not opening in correct location in OSX Mavericks</title>
      <link>https://forums.adobe.com/message/6574955?tstart=0#6574955</link>
      <description>&lt;!-- [DocumentBodyStart:e94c2f87-9270-464d-a6e9-4aff4c66a40b] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Yes I tried the first method using baUnixName to get the posix path. I will try the second method and see if that helps.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thankyou.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e94c2f87-9270-464d-a6e9-4aff4c66a40b] --&gt;</description>
      <pubDate>Wed, 23 Jul 2014 03:08:37 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6574955?tstart=0#6574955</guid>
      <dc:date>2014-07-23T03:08:37Z</dc:date>
      <clearspace:dateToText>3 months 3 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Embedded font is not supporting, if the original font is unavailable.</title>
      <link>https://forums.adobe.com/message/6567756?tstart=0#6567756</link>
      <description>&lt;!-- [DocumentBodyStart:287e4b12-7831-42dd-a28e-906c611a24a6] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I can see a #text cast member named "Back", but not one named "myMember". That might be your first problem. Next: I don't see a font cast member named "Sassoon Primary *". Perhaps both of these elements are in a prior cast ("Internal" or "Images"), or perhaps your script error relates to one or both of these elements being missing or misnamed.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:287e4b12-7831-42dd-a28e-906c611a24a6] --&gt;</description>
      <pubDate>Mon, 21 Jul 2014 08:16:26 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6567756?tstart=0#6567756</guid>
      <dc:date>2014-07-21T08:16:26Z</dc:date>
      <clearspace:dateToText>3 months 3 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Embedded font is not supporting, if the original font is unavailable.</title>
      <link>https://forums.adobe.com/message/6567612?tstart=0#6567612</link>
      <description>&lt;!-- [DocumentBodyStart:3b9f1b3a-4e97-439f-aafa-da2ce567680b] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hello,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have a problem. Look my picture.&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-6567612-655267/image.jpg"&gt;&lt;img alt="image.jpg" class="jive-image image-1" height="506" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-6567612-655267/900-506/image.jpg" style="height: 349px; width: 620px;" width="900"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3b9f1b3a-4e97-439f-aafa-da2ce567680b] --&gt;</description>
      <pubDate>Mon, 21 Jul 2014 07:37:22 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6567612?tstart=0#6567612</guid>
      <dc:date>2014-07-21T07:37:22Z</dc:date>
      <clearspace:dateToText>3 months 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: BuddyAPI baGetFilename not opening in correct location in OSX Mavericks</title>
      <link>https://forums.adobe.com/message/6563380?tstart=0#6563380</link>
      <description>&lt;!-- [DocumentBodyStart:d5913055-53c7-452c-a472-a7e4da1860e3] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;So, just to be clear, you tried something like:&lt;/p&gt;&lt;p&gt;tPath = baSysFolder( "personal" )&lt;/p&gt;&lt;p&gt;tPath = baUnixName(tPath)&lt;/p&gt;&lt;p&gt;fi = baGetFilename( "open", tPath, EMPTY, ".txt", 0, "Select a file...", 0, -1, 0 )&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Or perhaps:&lt;/p&gt;&lt;p&gt;OK = baReturnUnixNames(TRUE)&lt;/p&gt;&lt;p&gt;fi = baGetFilename( "open", baSysFolder( "personal" ), EMPTY, ".txt", 0, "Select a file...", 0, -1, 0 )&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d5913055-53c7-452c-a472-a7e4da1860e3] --&gt;</description>
      <pubDate>Sat, 19 Jul 2014 04:33:29 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6563380?tstart=0#6563380</guid>
      <dc:date>2014-07-19T04:33:29Z</dc:date>
      <clearspace:dateToText>3 months 4 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Triggering keyDown while commandDown in OSX</title>
      <link>https://forums.adobe.com/message/6560899?tstart=0#6560899</link>
      <description>&lt;!-- [DocumentBodyStart:44fc4340-68dc-4f06-b3f8-62a5c4dae564] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Yes the issue came to light in a projector. In Director itself the command key shortcuts trigger the preset Director shortcuts.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:44fc4340-68dc-4f06-b3f8-62a5c4dae564] --&gt;</description>
      <pubDate>Fri, 18 Jul 2014 07:17:30 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6560899?tstart=0#6560899</guid>
      <dc:date>2014-07-18T07:17:30Z</dc:date>
      <clearspace:dateToText>3 months 4 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: BuddyAPI baGetFilename not opening in correct location in OSX Mavericks</title>
      <link>https://forums.adobe.com/message/6560897?tstart=0#6560897</link>
      <description>&lt;!-- [DocumentBodyStart:37c45b3d-4456-4a48-8cc9-16f81e69eec9] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi Sean, nice to see you're still active.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Dialogue is something like this&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;fi = baGetFilename( "open", baSysFolder( "personal" ), EMPTY, ".txt", 0, "Select a file...", 0, -1, 0 )&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I tried the posix path you suggested but it didn't work unfortunately.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:37c45b3d-4456-4a48-8cc9-16f81e69eec9] --&gt;</description>
      <pubDate>Fri, 18 Jul 2014 07:15:02 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6560897?tstart=0#6560897</guid>
      <dc:date>2014-07-18T07:15:02Z</dc:date>
      <clearspace:dateToText>3 months 4 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Triggering keyDown while commandDown in OSX</title>
      <link>https://forums.adobe.com/message/6560814?tstart=0#6560814</link>
      <description>&lt;!-- [DocumentBodyStart:37395ac1-d2b3-45af-ad6a-3bcdc45582d2] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Have you tested in a projector?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:37395ac1-d2b3-45af-ad6a-3bcdc45582d2] --&gt;</description>
      <pubDate>Fri, 18 Jul 2014 07:00:02 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6560814?tstart=0#6560814</guid>
      <dc:date>2014-07-18T07:00:02Z</dc:date>
      <clearspace:dateToText>3 months 4 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: BuddyAPI baGetFilename not opening in correct location in OSX Mavericks</title>
      <link>https://forums.adobe.com/message/6560813?tstart=0#6560813</link>
      <description>&lt;!-- [DocumentBodyStart:fd23628f-e355-431e-8bad-7404c1d64d71] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Post the Lingo for the file-select dialogue.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Have you tried passing it a POSIX path?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:fd23628f-e355-431e-8bad-7404c1d64d71] --&gt;</description>
      <pubDate>Fri, 18 Jul 2014 06:56:20 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6560813?tstart=0#6560813</guid>
      <dc:date>2014-07-18T06:56:20Z</dc:date>
      <clearspace:dateToText>3 months 4 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Triggering keyDown while commandDown in OSX</title>
      <link>https://forums.adobe.com/message/6560681?tstart=0#6560681</link>
      <description>&lt;!-- [DocumentBodyStart:4e9e2cac-cd03-40c0-bcd8-b4bd174a4faf] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I use the keyDown event to trigger various conventional keyboard shortcuts such as ctrl-c to copy, ctrl-v to paste. The problem is that in OSX the command key blocks the keyDown event in Director so instead of the OSX convention of command-c I have to instead use control-c. I can test the key events in a frame script and verify the _key.commandDown flag but the normal keyDown event is never triggered while the command key is pressed. Is there some workaround or setting to get this to work as expected? Or perhaps a different event which will work the same as the keyDown?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4e9e2cac-cd03-40c0-bcd8-b4bd174a4faf] --&gt;</description>
      <pubDate>Fri, 18 Jul 2014 05:55:20 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6560681?tstart=0#6560681</guid>
      <dc:date>2014-07-18T05:55:20Z</dc:date>
      <clearspace:dateToText>3 months 4 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>7</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>BuddyAPI baGetFilename not opening in correct location in OSX Mavericks</title>
      <link>https://forums.adobe.com/message/6560442?tstart=0#6560442</link>
      <description>&lt;!-- [DocumentBodyStart:94aa446c-1460-4119-8658-a9a419a81d70] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have an application built in Director 11.5 using BuddyAPI xtra file selection dialogue baGetFilename. In OSX Mavericks (10.9.4) the dialogue doesn't seem to open in the specified path any more. It seems to default to the path last accessed in the previous file open dialogue. This has worked reliably in previous versions so I assume something has been changed in 10.9 that is confusing it.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Has anyone else come across this issue? Can anyone suggest a workaround or alternative for the file selection dialogue. I basically need to specify the path for the file selection dialogue so I can open the appropriate folder for the type of file rather than relying on the end user to successfully navigate to the location every time. I also need to filter the dialogue to particular file types. Is there an alternative to the BuddyAPI xtra that is compatible with Director 11.5 and Mavericks? Is there a workaround to get BuddyAPI to work correctly?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:94aa446c-1460-4119-8658-a9a419a81d70] --&gt;</description>
      <pubDate>Fri, 18 Jul 2014 02:39:58 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6560442?tstart=0#6560442</guid>
      <dc:date>2014-07-18T02:39:58Z</dc:date>
      <clearspace:dateToText>3 months 4 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Nested quotes, value(), and string() and other fun "Headaches"</title>
      <link>https://forums.adobe.com/message/6560126?tstart=0#6560126</link>
      <description>&lt;!-- [DocumentBodyStart:6faaa2f5-be5d-4668-b187-b39d659c2054] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;What the???&amp;nbsp; Since you already had this working even before your first post, and then figured out another way to make it work too, I should just leave this alone &amp;hellip; but I couldn't.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;It seems like you went about it backwards.&amp;nbsp; This will create the same result for the variable &lt;strong&gt;s&lt;/strong&gt; as your first example:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="font-size: 10px; font-family: Monaco;"&gt;&amp;nbsp; myString =&lt;span style="color: #515151;"&gt; "This"&lt;/span&gt; &amp;amp;&amp;amp; VariableD &amp;amp;&amp;amp;&lt;span style="color: #515151;"&gt; "ThisToo"&lt;/span&gt; &amp;amp;&amp;amp;&lt;span style="color: #515151;"&gt; "That"&lt;/span&gt;&lt;span style="font-size: 10px; line-height: 1.5em;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/p&gt;&lt;p style="font-size: 10px; font-family: Monaco;"&gt;&amp;nbsp; s = []&lt;/p&gt;&lt;p style="font-size: 10px; font-family: Monaco;"&gt;&amp;nbsp; s.&lt;span style="color: #044f0c;"&gt;append&lt;/span&gt;(myString)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px; font-size: 10px; font-family: Monaco;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="font-size: 10px; font-family: Monaco;"&gt;although I suspect you really wanted &lt;strong&gt;DB&lt;/strong&gt; to end up being the list and not &lt;strong&gt;s&lt;/strong&gt;, and that would have just been like so:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px; font-size: 10px; font-family: Monaco;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="font-size: 10px; font-family: Monaco;"&gt;&amp;nbsp; s =&lt;span style="color: #515151;"&gt; "This"&lt;/span&gt; &amp;amp;&amp;amp; VariableD &amp;amp;&amp;amp;&lt;span style="color: #515151;"&gt; "ThisToo"&lt;/span&gt; &amp;amp;&amp;amp;&lt;span style="color: #515151;"&gt; "That"&lt;/span&gt;&lt;span style="font-size: 10px;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/p&gt;&lt;p style="font-size: 10px; font-family: Monaco;"&gt;&amp;nbsp; DB = []&lt;/p&gt;&lt;p style="font-size: 10px; font-family: Monaco;"&gt;&amp;nbsp; DB.&lt;span style="color: #044f0c;"&gt;append&lt;/span&gt;(s)&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6faaa2f5-be5d-4668-b187-b39d659c2054] --&gt;</description>
      <pubDate>Thu, 17 Jul 2014 22:55:50 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6560126?tstart=0#6560126</guid>
      <dc:date>2014-07-17T22:55:50Z</dc:date>
      <clearspace:dateToText>3 months 4 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Embedded font is not supporting, if the original font is unavailable.</title>
      <link>https://forums.adobe.com/message/6508295?tstart=0#6508295</link>
      <description>&lt;!-- [DocumentBodyStart:c05f2038-4c6b-4373-ba8e-ae975dba27bc] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;blockquote class="jive-quote"&gt;
&lt;p&gt;Look my website www.ionio.gr/~aleksgeor.&lt;/p&gt;
&lt;/blockquote&gt;&lt;p&gt;OK, but I have no idea what the word "MAIN" &lt;em&gt;should&lt;/em&gt; look like.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When you execute the change in the message window did you also save and re-publish the movie file? When you make this change, close and re-open the .dir authoring file do you see your text in the embedded font?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c05f2038-4c6b-4373-ba8e-ae975dba27bc] --&gt;</description>
      <pubDate>Mon, 30 Jun 2014 00:59:22 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6508295?tstart=0#6508295</guid>
      <dc:date>2014-06-30T00:59:22Z</dc:date>
      <clearspace:dateToText>4 months 2 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Embedded font is not supporting, if the original font is unavailable.</title>
      <link>https://forums.adobe.com/message/6508279?tstart=0#6508279</link>
      <description>&lt;!-- [DocumentBodyStart:c35ecfa0-c3c3-417a-9643-9e9d0e3460fd] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;System message and event handler; contains statements that run just before the playhead enters the first frame of the movie.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;on startMovie() &lt;/p&gt;&lt;p&gt;&amp;nbsp; member("myMember").font = "Blackadder ITC *"&lt;/p&gt;&lt;p&gt;end&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c35ecfa0-c3c3-417a-9643-9e9d0e3460fd] --&gt;</description>
      <pubDate>Mon, 30 Jun 2014 00:48:03 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6508279?tstart=0#6508279</guid>
      <dc:date>2014-06-30T00:48:03Z</dc:date>
      <clearspace:dateToText>4 months 2 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Embedded font is not supporting, if the original font is unavailable.</title>
      <link>https://forums.adobe.com/message/6506861?tstart=0#6506861</link>
      <description>&lt;!-- [DocumentBodyStart:83c00d9f-12e5-4861-b089-2a6ffef6c927] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I inserted font (Blackadder ITC *) and I see that be my cast member. Also, I called "myMember". I open Message Window (CTRL+M) and I write command member("myMember").font = "Blackadder ITC *" and after I saved my file but the word (MAIN) doesn't change.&lt;/p&gt;&lt;p&gt;Look my website www.ionio.gr/~aleksgeor.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:83c00d9f-12e5-4861-b089-2a6ffef6c927] --&gt;</description>
      <pubDate>Sun, 29 Jun 2014 09:11:08 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6506861?tstart=0#6506861</guid>
      <dc:date>2014-06-29T09:11:08Z</dc:date>
      <clearspace:dateToText>4 months 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Embedded font is not supporting, if the original font is unavailable.</title>
      <link>https://forums.adobe.com/message/6506709?tstart=0#6506709</link>
      <description>&lt;!-- [DocumentBodyStart:8c1993ad-b5e8-40ec-ac59-8c897f20db60] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I think Adam was suggesting that this be done in the Message Window and that the file should then be saved, thereby including this change&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8c1993ad-b5e8-40ec-ac59-8c897f20db60] --&gt;</description>
      <pubDate>Sun, 29 Jun 2014 06:33:22 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6506709?tstart=0#6506709</guid>
      <dc:date>2014-06-29T06:33:22Z</dc:date>
      <clearspace:dateToText>4 months 2 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Embedded font is not supporting, if the original font is unavailable.</title>
      <link>https://forums.adobe.com/message/6506647?tstart=0#6506647</link>
      <description>&lt;!-- [DocumentBodyStart:661cfb5e-feea-4067-8a1e-73c30a25effc] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span lang="en"&gt;&lt;span class="hps"&gt;Can&lt;/span&gt; &lt;span class="hps"&gt;you please tell me&lt;/span&gt; &lt;span class="hps"&gt;what&lt;/span&gt; &lt;span class="hps alt-edited"&gt;is the script&lt;/span&gt; &lt;span class="hps"&gt;I do not know&lt;/span&gt; &lt;span class="hps"&gt;why&lt;/span&gt;? Namely&lt;span class="hps"&gt;&lt;/span&gt; &lt;span class="hps"&gt;I do not know&lt;/span&gt; &lt;span class="hps"&gt;how to&lt;/span&gt; &lt;span class="hps"&gt;put this command member("myMember").font = "Arial *"&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:661cfb5e-feea-4067-8a1e-73c30a25effc] --&gt;</description>
      <pubDate>Sun, 29 Jun 2014 05:47:07 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6506647?tstart=0#6506647</guid>
      <dc:date>2014-06-29T05:47:07Z</dc:date>
      <clearspace:dateToText>4 months 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Client - Server help</title>
      <link>https://forums.adobe.com/message/6475920?tstart=0#6475920</link>
      <description>&lt;!-- [DocumentBodyStart:7db8ad9a-aac0-4212-8ac5-53c456e1bbf8] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Thank you for all your help! &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7db8ad9a-aac0-4212-8ac5-53c456e1bbf8] --&gt;</description>
      <pubDate>Fri, 20 Jun 2014 01:05:47 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6475920?tstart=0#6475920</guid>
      <dc:date>2014-06-20T01:05:47Z</dc:date>
      <clearspace:dateToText>4 months 4 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Client - Server help</title>
      <link>https://forums.adobe.com/message/6475535?tstart=0#6475535</link>
      <description>&lt;!-- [DocumentBodyStart:6ccadccd-8a0c-4ef1-a862-1d8b31865158] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Sorry, I had understood that you already had a movie wherein users connected, along with a control movie that allowed you to manage users and that this was working. I don't have a tutorial or example at my fingertips. You have some learning to do. Here are some articles that might help:&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://www.director-online.com/buildArticle.php?id=373" rel="nofollow"&gt;Director Online Article: Making the Connection: Multiuser Syntax&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://www.director-online.com/buildArticle.php?id=1071" rel="nofollow"&gt;Director Online Article: Multiuser Presentations in Director&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://www.director-online.com/buildArticle.php?id=910" rel="nofollow"&gt;Director Online Article: No Fuss, No MUS&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://www.director-online.com/buildArticle.php?id=923" rel="nofollow"&gt;Director Online Article: Some Fuss, Some MUS&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://www.director-online.com/buildArticle.php?id=349" rel="nofollow"&gt;Director Online Article: Multiuser - Asynchronous Coding&lt;/a&gt;\&lt;/p&gt;&lt;p&gt;WARNING: most (all) of the links in the above articles are dead and I don't have the files they point to and it's unlikely anyone else here does.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This link might be a good place to start - it's a primer written by James Newton: &lt;a class="jive-link-external-small" href="http://nonlinear.openspark.com/book/index.htm" rel="nofollow"&gt;OS NonLinear&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6ccadccd-8a0c-4ef1-a862-1d8b31865158] --&gt;</description>
      <pubDate>Thu, 19 Jun 2014 22:58:37 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6475535?tstart=0#6475535</guid>
      <dc:date>2014-06-19T22:58:37Z</dc:date>
      <clearspace:dateToText>4 months 4 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Client - Server help</title>
      <link>https://forums.adobe.com/message/6473762?tstart=0#6473762</link>
      <description>&lt;!-- [DocumentBodyStart:5b01c1e0-66e8-4326-a796-76f291338eb9] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Thanks for your fast response. &lt;/p&gt;&lt;p&gt;I am really just starting to learn to use director.&lt;/p&gt;&lt;p&gt;If you could post a example or a little piece that should get me going i would be very &lt;/p&gt;&lt;p&gt;grateful&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:5b01c1e0-66e8-4326-a796-76f291338eb9] --&gt;</description>
      <pubDate>Thu, 19 Jun 2014 17:11:39 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6473762?tstart=0#6473762</guid>
      <dc:date>2014-06-19T17:11:39Z</dc:date>
      <clearspace:dateToText>4 months 4 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Client - Server help</title>
      <link>https://forums.adobe.com/message/6469814?tstart=0#6469814</link>
      <description>&lt;!-- [DocumentBodyStart:875775c7-466d-4475-9b52-9533fe1dbf63] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;It has been years since I used the MUS so forgive my poor memory, but in general I would expect a message to be sent to the client movie if the system issues user.delete - perhaps a 'disconnect' or similar, you could and should test this. In which case you could catch this message in a callback created with SetNetMessageHandler (or polled via GetNetMessage/CheckNetMessages) that sends the client movie back to frame 1.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:875775c7-466d-4475-9b52-9533fe1dbf63] --&gt;</description>
      <pubDate>Wed, 18 Jun 2014 20:54:51 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6469814?tstart=0#6469814</guid>
      <dc:date>2014-06-18T20:54:51Z</dc:date>
      <clearspace:dateToText>4 months 4 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Client - Server help</title>
      <link>https://forums.adobe.com/message/6469168?tstart=0#6469168</link>
      <description>&lt;!-- [DocumentBodyStart:37353871-b7d6-4d16-9d8e-eae69d555d11] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hey there!&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;i have some few questions maybe that one of you guys could help me.&lt;/p&gt;&lt;p&gt;Since short i have started with director and managed to follow a few tutorials that i found.&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 am using OpenSMUS as my server in this "little project" of mine.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Users can connect to my server with their username &amp;amp; passwords.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have a control movie open of OpenSMUS where i can see who is connected to the movie and their ip.&lt;/p&gt;&lt;p&gt;When i use the command system.user.delete on the specified user i want them to go to frame 1(login menu).&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;If anyone can help me with this or has an example for me i would be grateful&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:37353871-b7d6-4d16-9d8e-eae69d555d11] --&gt;</description>
      <pubDate>Wed, 18 Jun 2014 18:35:25 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6469168?tstart=0#6469168</guid>
      <dc:date>2014-06-18T18:35:25Z</dc:date>
      <clearspace:dateToText>4 months 4 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: How can I use the "EvalScript()" function? I am trying to send text to a Director app from the web browser, but the console in the browser just responds "Uncaught ReferenceError: evalScript is not defined ".</title>
      <link>https://forums.adobe.com/message/6469070?tstart=0#6469070</link>
      <description>&lt;!-- [DocumentBodyStart:468af7a3-49cb-4714-9788-51acc1cc0d0d] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I've got it working now. I used the console in Chrome to check the shockwave object and its methods; the script is exactly the same as above with one difference: the call to EvalScript was made using the name (ID) of the shockwave object, and the function name is "EvalScript()" (not "evalScript()").&lt;/p&gt;&lt;p&gt;&lt;em&gt;&lt;br/&gt;&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;&lt;strong&gt;document.EE02.EvalScript(data.message);&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;&lt;strong&gt;&lt;br/&gt;&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;&lt;p&gt;(EE02 is the ID of the shockwave object).&lt;em&gt;&lt;strong&gt;&lt;br/&gt;&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:468af7a3-49cb-4714-9788-51acc1cc0d0d] --&gt;</description>
      <pubDate>Wed, 18 Jun 2014 17:59:32 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6469070?tstart=0#6469070</guid>
      <dc:date>2014-06-18T17:59:32Z</dc:date>
      <clearspace:dateToText>4 months 4 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: How can I use the "EvalScript()" function? I am trying to send text to a Director app from the web browser, but the console in the browser just responds "Uncaught ReferenceError: evalScript is not defined ".</title>
      <link>https://forums.adobe.com/message/6465568?tstart=0#6465568</link>
      <description>&lt;!-- [DocumentBodyStart:67fd2874-ff46-42c9-9de4-35f7985549d4] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Thanks Sean.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I tried your suggestion first, using getNetText to poll the server and read a text file. The drawbak is that I had to poll the server constantly, since I could not know in advance when the text file was going to change (and it's not practical to stump the server and connection).&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I've kept trying the EvalScript, asigning the Shockwave object to a variable first, then calling the EvalScript() in the object, but it doesn't work, either. I think I will simply use JavaScript and forget about shockwave altogether, since everything is working fine up to that point (although it would be nice to be able to use Lingo for the rest of the app).&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:67fd2874-ff46-42c9-9de4-35f7985549d4] --&gt;</description>
      <pubDate>Tue, 17 Jun 2014 16:03:27 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6465568?tstart=0#6465568</guid>
      <dc:date>2014-06-17T16:03:27Z</dc:date>
      <clearspace:dateToText>4 months 4 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: How can I use the "EvalScript()" function? I am trying to send text to a Director app from the web browser, but the console in the browser just responds "Uncaught ReferenceError: evalScript is not defined ".</title>
      <link>https://forums.adobe.com/message/6463950?tstart=0#6463950</link>
      <description>&lt;!-- [DocumentBodyStart:43db2349-b608-4cad-800f-bd930d0df62f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;EvalScript is known to be flaky and should be avoided.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Can you not poll your other machine using getNetText or similar? If you &lt;strong&gt;really&lt;/strong&gt; need to have the browser communicate with an embedded Shockwave movie (and it sounds like there might be a better option), take a look at &lt;a class="jive-link-external-small" href="http://valentin.dasdeck.com/lingo/dir_js/d11_simple/" rel="nofollow"&gt;this demo&lt;/a&gt; by Valentin Schmidt (which doesn't seem to be working for me with the current version of SW in Firefox/Windows)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;He also has a SOAP example, socket example and http server push example available.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:43db2349-b608-4cad-800f-bd930d0df62f] --&gt;</description>
      <pubDate>Tue, 17 Jun 2014 01:34:21 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6463950?tstart=0#6463950</guid>
      <dc:date>2014-06-17T01:34:21Z</dc:date>
      <clearspace:dateToText>4 months 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How can I use the "EvalScript()" function? I am trying to send text to a Director app from the web browser, but the console in the browser just responds "Uncaught ReferenceError: evalScript is not defined ".</title>
      <link>https://forums.adobe.com/message/6463423?tstart=0#6463423</link>
      <description>&lt;!-- [DocumentBodyStart:81b30d12-5dd8-4564-a11f-0fff9cc914b4] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am trying to control a Shockwave app form another machine, using "Pusher" service (websockets), and everything is ok so far; but when I try to send the shockwave app the text recieved from another machine, using the "EvalScript()" function (as documented), I only get the message "&lt;span style="color: #ff0000; font-family: Consolas, 'Lucida Console', monospace; font-size: 12px;"&gt;Uncaught ReferenceError: evalScript is not defined" &lt;span style="color: #000000; font-size: 10pt;"&gt;in the browser's console.&lt;/span&gt;&lt;/span&gt; What am I doing wrong?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;'m using the following script in the webpage where the shockwave object is located:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;script type="text/javascript"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Enable pusher logging - don't include this in production&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Pusher.log = function(message) {&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (window.console &amp;amp;&amp;amp; window.console.log) {&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; window.console.log(message);&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; };&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; var pusher = new Pusher('abc963cf3e6g678879e');&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; var channel = pusher.subscribe('Galileo_channel');&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; channel.bind('Galileo_event', function(data) {&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; evalScript(data.message);&lt;/p&gt;&lt;p&gt;&amp;nbsp; alert(data.message);&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; });&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;/script&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The "alert" is working fine, but I can't get JavaScript to recognize the EvalScript (I even tried calling the shockwave object, ie: "extev01.evalScript()", since the object's ID is extev01, but it doesn't work, either).&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Help!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:81b30d12-5dd8-4564-a11f-0fff9cc914b4] --&gt;</description>
      <pubDate>Mon, 16 Jun 2014 22:09:30 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6463423?tstart=0#6463423</guid>
      <dc:date>2014-06-16T22:09:30Z</dc:date>
      <clearspace:dateToText>4 months 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Make simultaneously or sequentially moveable and editable fields or text sprites in movie.</title>
      <link>https://forums.adobe.com/message/6424067?tstart=0#6424067</link>
      <description>&lt;!-- [DocumentBodyStart:928eff19-deee-4797-82d9-6a0d49f2959c] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Thank you for the solution. I like how you worked around the dilemma I faced by allowing the editability of the sprite to be controlled by the property manager leaving only the draggable issue for the mousedown handler. It works 99% well. Only problem is that while dragging some of the text becomes highlighted some of the time and it looks a bit cludgy. But certainly much better than where I started! Thanks again.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Rod&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:928eff19-deee-4797-82d9-6a0d49f2959c] --&gt;</description>
      <pubDate>Sat, 31 May 2014 16:49:23 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6424067?tstart=0#6424067</guid>
      <dc:date>2014-05-31T16:49:23Z</dc:date>
      <clearspace:dateToText>5 months 2 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

