<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/jive/rss" version="2.0">
  <channel>
    <title>Adobe Community : All Content - All Communities</title>
    <link>https://forums.adobe.com/</link>
    <description>All Content in Adobe Community</description>
    <language>en</language>
    <pubDate>Wed, 05 Nov 2014 16:29:00 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2014-11-05T16:29:00Z</dc:date>
    <dc:language>en</dc:language>
    <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;&lt;img src='/beacon?t=1415930758040' /&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">alert()</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">director 12</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">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:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Using FileIO to read different file formats</title>
      <link>https://forums.adobe.com/thread/1468742</link>
      <description>&lt;!-- [DocumentBodyStart:a2c9a0f8-6a38-4e31-bf7c-b52c837fb974] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I'm using Director 12 on Mac to produce projectors for both Mac and Windows. I've been using FileIO to read text files for a long time. Now I have a customer in Mexico who is submitting files in a format that I can't read. The contents of these files look like English except that they include letters with accent marks such as those included in the extended part of the ASCII table.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Up till now I've been using the default file format which the documentation indicates is UTF-8. I've tried using setCharSet to change the format to UTF-16 and that will read the file but it looks like Chinese which is not what I want. I've added a call to getFinderInfo to determine what type the file is in and then I plan to call setCharSet to access the contents. However, getFinderInfo is returning an empty string. Here's the code:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp; AllRecords = ""&lt;/p&gt;&lt;p&gt;&amp;nbsp; FileIO = new xtra("fileio")&lt;/p&gt;&lt;p&gt;&amp;nbsp; FileIO.openfile(ReportFiles.line[1], 1) -- opening as read-only&lt;/p&gt;&lt;p&gt;&amp;nbsp; if FileIO.status() = 0 then -- Records file found&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; set myFormat = getFinderInfo(FileIO)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; --&amp;nbsp; FileIO.setCharSet("???")&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if FileIO.getlength() &amp;lt;&amp;gt; 0 then&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AllRecords = FileIO.readfile()&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FileIO.closefile()&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; else&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; alert "No words in file"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; exit&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; end if&lt;/p&gt;&lt;p&gt;&amp;nbsp; else&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; alert "Error opening transmit File"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; exit&lt;/p&gt;&lt;p&gt;&amp;nbsp; end if&lt;/p&gt;&lt;p&gt;&amp;nbsp; FileIO = 0&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any thoughts on what I'm doing wrong or suggestions for a better way?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a2c9a0f8-6a38-4e31-bf7c-b52c837fb974] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">file_format</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">fileio</category>
      <pubDate>Wed, 07 May 2014 16:29:29 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1468742</guid>
      <dc:date>2014-05-07T16:29:29Z</dc:date>
      <clearspace:dateToText>6 months 7 days ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>alert() not working</title>
      <link>https://forums.adobe.com/thread/1255075</link>
      <description>&lt;!-- [DocumentBodyStart:8c84c288-30ad-4b00-8a81-60c4cbfe8dc0] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;This seems like a silly question but I'm suddenly having a problem with the alert function. I just upgraded a project from MX to 12. When the user takes a particular action, I use alert() to show a feedback message. The movie works fine, however, the projector does not. When I run the projector and hit the code to show the alert message, the system beeps but no message is shown. The program continues normally. I am running both the movie and the projector on Mac OS10.6. Here's the original line of code:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;alert(myTextVariable&amp;amp;" has been added to the rolls -- you may add more students or return to Main Menu")&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;In attempting to narrow down the problem, I tried:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;_player.alert(myTextVariable&amp;amp;" has been added to the rolls -- you may add more students or return to Main Menu")&lt;/p&gt;&lt;p&gt;alert("Test message")&lt;/p&gt;&lt;p&gt;_player.alert("Test message")&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;None of these work. Anyone else see this?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;By the way, I also notice that after every time I run a movie to test a change, the Script window is closed. What is particularly annoying is that, when I reopen it, I have to find my behavior again. Does anyone have a workaround for that or know of an option to set?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8c84c288-30ad-4b00-8a81-60c4cbfe8dc0] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">alert()</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">script_window</category>
      <pubDate>Mon, 15 Jul 2013 17:46:11 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1255075</guid>
      <dc:date>2013-07-15T17:46:11Z</dc:date>
      <clearspace:dateToText>7 months 2 days ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Unintended pause in program until mouse is moved</title>
      <link>https://forums.adobe.com/thread/1307846</link>
      <description>&lt;!-- [DocumentBodyStart:2f3e84a0-08cd-422b-8960-9bf566adf8a2] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I've been making edits to some existing Shockwave movies with Director 12. Each program must work in Windows, Mac and Shockwave. I have a new symptom that I can't seem to resolve. At a certain point in my movie, it seems to pause on a frame until I physically move the cursor. Once I move the cursor, the movie continues to the next frame. Then it pauses again until I move the cursor. I haven't&amp;nbsp; made any changes to the cursor.&amp;nbsp; This is only an issue for Shockwave. It works fine in both Windows and Mac executables. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;After struggling with this for some time, I moved the behavior (run on exitframe) one frame to the right in my score so it was not at the same frame as the label.&amp;nbsp; This appeared to resolve the problem. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I thought I had a workaround but now I have the same symptom in a different movie and moving the behavior is not solving the problem this time. Any thoughts on what might cause this kind of delay?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2f3e84a0-08cd-422b-8960-9bf566adf8a2] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">cursor</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">director_12</category>
      <pubDate>Tue, 01 Oct 2013 20:40:29 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1307846</guid>
      <dc:date>2013-10-01T20:40:29Z</dc:date>
      <clearspace:dateToText>1 year 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Is Adobe AIR and Reader required to run Director 12 projectors on Windows</title>
      <link>https://forums.adobe.com/thread/1298349</link>
      <description>&lt;!-- [DocumentBodyStart:943cbcaa-d995-451d-a868-d0bddc0fc11e] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have a customer who is reporting that our projectors will not run on all Windows computers unless she has AIR and Reader installed. Is this a requirement that I'm not aware of? Any insight as to why?&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:943cbcaa-d995-451d-a868-d0bddc0fc11e] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">air</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">12</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">director_12</category>
      <pubDate>Tue, 17 Sep 2013 22:23:02 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1298349</guid>
      <dc:date>2013-09-17T22:23:02Z</dc:date>
      <clearspace:dateToText>1 year 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Director 12 crashes immediately</title>
      <link>https://forums.adobe.com/thread/1235503</link>
      <description>&lt;!-- [DocumentBodyStart:738b8ab5-d04b-48f6-a212-efcc6de393af] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I just downloaded and installed the trial version of Director 12. When I run it, it crashes immediately. I see the standard Windows error message "Director has stopped working". The Director splash screen is still visible. I'm running Windows 7.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I've rebooted and it continues to happen. Suggestions?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:738b8ab5-d04b-48f6-a212-efcc6de393af] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">problem</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">director</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">12</category>
      <pubDate>Tue, 18 Jun 2013 16:59:31 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1235503</guid>
      <dc:date>2013-06-18T16:59:31Z</dc:date>
      <clearspace:dateToText>1 year 5 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>List control issue in Projector mode after Printomatic</title>
      <link>https://forums.adobe.com/thread/1133755</link>
      <description>&lt;!-- [DocumentBodyStart:5ad947d7-6b6c-4ca9-9af1-fbd52895d3ec] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I'm working on an application in MX. I'm using a multi-select list control and mostly it's working fine. However, in Projector mode, under certain circumstances, my list is shown considerably reduced in size and, when I click on it, I get a Director player error: Property not found #selectedIndex.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I've narrowed the problem down to the use of Printomatic. Unfortunately I'm stuck with Printomatic for the time being. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I've tried changing the list to a single-select with no change. I've put an alert when I click on the list to determine whether the list object is receiving messages and it is. I've tried returning from the Printomatic calls to a frame where the list doesn't already exist and then recreating the list - no change.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;It seems as though Printomatic is corrupting something related to the list. And, once it's been corrupted, it stays corrupted until I restart the executable.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Anyone have any suggestions? I don't have time right now to implement a printing class which is the only other idea I have.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5ad947d7-6b6c-4ca9-9af1-fbd52895d3ec] --&gt;</description>
      <pubDate>Fri, 11 Jan 2013 23:32:08 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1133755</guid>
      <dc:date>2013-01-11T23:32:08Z</dc:date>
      <clearspace:dateToText>1 year 10 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Counting elements in simple list or array</title>
      <link>https://forums.adobe.com/thread/1131549</link>
      <description>&lt;!-- [DocumentBodyStart:a3b2b65e-998e-434b-b191-5072e7c87751] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I'm using a multi-selection list control in MX. I can get a simple list of&amp;nbsp; the selected items but when I try to determine how many items are selected, I get a void return value. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Here's the code I'm using:&lt;/p&gt;&lt;p&gt;&amp;nbsp; selectedItems = sprite(19).selectedItems&lt;/p&gt;&lt;p&gt;&amp;nbsp; selectedCount = selectedItems.count&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;After the first call returns, selectedItems contains an array of two objects. Each object contains two field ( data and label ). The count call always returns void. I've tried selectedItems.count() which indicates that two parameters are required and every other permutation I can think of.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What's the secret to counting the number of items in a list?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a3b2b65e-998e-434b-b191-5072e7c87751] --&gt;</description>
      <pubDate>Tue, 08 Jan 2013 17:59:21 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1131549</guid>
      <dc:date>2013-01-08T17:59:21Z</dc:date>
      <clearspace:dateToText>1 year 10 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Indesign CS4 on Windows 8</title>
      <link>https://forums.adobe.com/thread/1100348</link>
      <description>&lt;!-- [DocumentBodyStart:8c158b9d-10c4-41c1-b020-8ca6452f2398] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I'm still using CS4 but need a new computer. Adobe indicates that no changes are needed for CS5 but has anyone tried CS4 on Windows 8? &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8c158b9d-10c4-41c1-b020-8ca6452f2398] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">windows8</category>
      <pubDate>Fri, 16 Nov 2012 23:18:41 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1100348</guid>
      <dc:date>2012-11-16T23:18:41Z</dc:date>
      <clearspace:dateToText>1 year 12 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Passing parameters to Mac application using shell xtra?</title>
      <link>https://forums.adobe.com/thread/1090297</link>
      <description>&lt;!-- [DocumentBodyStart:7887e1f3-d080-4f73-a974-017ca5d6e0cf] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I've been using Director 11.5 and Buddy xtra's baRunProgram call to launch another app using a command line parameter. This has been working well in Windows but now I find that I need to support Mac as well. The baRunProgram call does not support command line parameters on Mac. I've been referred to Valentin's shell xtra. I've looked at the documentation for that and I'm not sure if it will support what I am trying to do.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Has anyone else used the shell xtra on Mac to support command line parameters when launching another process? Any advice?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7887e1f3-d080-4f73-a974-017ca5d6e0cf] --&gt;</description>
      <pubDate>Mon, 29 Oct 2012 21:30:34 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1090297</guid>
      <dc:date>2012-10-29T21:30:34Z</dc:date>
      <clearspace:dateToText>2 years 2 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Director 11 on Windows 8</title>
      <link>https://forums.adobe.com/thread/1065142</link>
      <description>&lt;!-- [DocumentBodyStart:edd24664-66ac-429b-9c27-5f6458ddf20a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Has anyone tried Director 11 on Windows 8 yet? Any issues to be aware of?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:edd24664-66ac-429b-9c27-5f6458ddf20a] --&gt;</description>
      <pubDate>Wed, 12 Sep 2012 22:27:55 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1065142</guid>
      <dc:date>2012-09-12T22:27:55Z</dc:date>
      <clearspace:dateToText>2 years 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Installing Printomatic 1.8 (Mac) on Director 11.5 for Windows</title>
      <link>https://forums.adobe.com/thread/974862</link>
      <description>&lt;!-- [DocumentBodyStart:d4d5d9d2-c3e1-4132-b639-bf9a16eb7f10] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I need to upgrade an existing Windows/Mac projector to 11.5. The projector uses Printomatic for printing and I'm developing on Windows. I downloaded the 1.8 beta release from the Printomatic site for both Windows and Mac.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; I've got the Windows xtra installed and it appears to be working with no problem so far. Now I need to install the Mac xtra. Looking at other discussions, it sounds like others have been able to install the Printomatic 1.8 beta 5 release successfully. I hope one of you can help me because I haven't been able to find any instructions for installing the Mac xtra.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I've copied the PMatic_180b5_Mac folder to my ...\Adobe Director 11\Configuration\Cross Platform Resources\Macintosh\Xtras folder. When I try to build the projector, I'm getting a "Can't find the Xtra file 'PrintoMatic MX'" message . I checked the list of xtras in the Modify-&amp;gt;Movie-&amp;gt;Xtras options and the Printomatic MX xtra is the only "Printomatic" xtra I've got.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I've also tried copying the PrintOMatic MX.xtra folder to the ...\Adobe Director 11\Configuration\Cross Platform Resources\Macintosh\Xtras folder but that's not working for me either. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Here's the contents of my xtrainfo.txt file:&lt;/p&gt;&lt;p&gt;&lt;span&gt;[#namePPC:"PrintOMatic MX", #nameW32:"PrintOMatic MX.x32", #package:"&lt;/span&gt;&lt;a class="jive-link-external-small" href="http://www.printomatic.com/packages/PMaticMX" rel="nofollow" target="_blank"&gt;http://www.printomatic.com/packages/PMaticMX&lt;/a&gt;&lt;span&gt;", #info:"&lt;/span&gt;&lt;a class="jive-link-external-small" href="http://www.printomatic.com/products.cfm?page=1" rel="nofollow" target="_blank"&gt;http://www.printomatic.com/products.cfm?page=1&lt;/a&gt;&lt;span&gt;"]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;[#namePPC:"PrintOMatic Lite MX", #nameW32:"PrintOMatic Lite MX.x32", #package:"&lt;/span&gt;&lt;a class="jive-link-external-small" href="http://www.printomatic.com/packages/PMLiteMX" rel="nofollow" target="_blank"&gt;http://www.printomatic.com/packages/PMLiteMX&lt;/a&gt;&lt;span&gt;", #info:"&lt;/span&gt;&lt;a class="jive-link-external-small" href="http://www.printomatic.com/products.cfm?page=2" rel="nofollow" target="_blank"&gt;http://www.printomatic.com/products.cfm?page=2&lt;/a&gt;&lt;span&gt;"]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;[#namePPC:"Table Xtra", #nameW32:"Table.x32", #package:"&lt;/span&gt;&lt;a class="jive-link-external-small" href="http://www.printomatic.com/packages/Table" rel="nofollow" target="_blank"&gt;http://www.printomatic.com/packages/Table&lt;/a&gt;&lt;span&gt;", #info:"&lt;/span&gt;&lt;a class="jive-link-external-small" href="http://www.printomatic.com/products.cfm?page=3" rel="nofollow" target="_blank"&gt;http://www.printomatic.com/products.cfm?page=3&lt;/a&gt;&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;Can someone point me in the right direction? Thanks.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d4d5d9d2-c3e1-4132-b639-bf9a16eb7f10] --&gt;</description>
      <pubDate>Tue, 13 Mar 2012 20:33:05 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/974862</guid>
      <dc:date>2012-03-13T20:33:05Z</dc:date>
      <clearspace:dateToText>2 years 8 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to get sprite number in a KeyUp script?</title>
      <link>https://forums.adobe.com/thread/970979</link>
      <description>&lt;!-- [DocumentBodyStart:8422000b-17cd-4ffc-abe9-a5f761032bb7] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have an app with a series of text entry fields. Users enter numeric values in each field. I want to have the keyboard focus move to the next field when the user clicks on the Enter key. So far I've only been able to do this by hard coding the number of the next sprite as follows...&lt;/p&gt;&lt;p&gt;-----&lt;/p&gt;&lt;p&gt;&amp;nbsp; case(_key.keycode) of&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 36:&amp;nbsp; --Enter key&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; _movie.keyboardFocusSprite = 64 -- This is the hard-coded value of the next sprite&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; numString = member("ALA_CFTHolder").text&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; otherwise: -- Handles ordinary input&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/p&gt;&lt;p&gt;&amp;nbsp; end case&lt;/p&gt;&lt;p&gt;-----&lt;/p&gt;&lt;p&gt;I want to find a way to move to the next sprite without hardcoding the value. I've tried reading the _movie.keyboardFocusSprite but it's always -1. Surely there's a way to do this.&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:8422000b-17cd-4ffc-abe9-a5f761032bb7] --&gt;</description>
      <pubDate>Mon, 05 Mar 2012 18:07:00 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/970979</guid>
      <dc:date>2012-03-05T18:07:00Z</dc:date>
      <clearspace:dateToText>2 years 8 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Distortion of exported/linked graphics</title>
      <link>https://forums.adobe.com/thread/962845</link>
      <description>&lt;!-- [DocumentBodyStart:4ef8c150-6a58-43c5-adba-0c6031261784] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;We are using InDesign CS4 for documents relating to a printed test. This test consists of a book containing over 20 different documents. There is also a scoring key and that's where we are running into problems. We exported the book to a PDF file which we are using for printing the test book. For the scoring key, we created a new InDesign document and linked the PDF of the original test. Then we added a layer and created the scoring key indicators on top of the linked book graphics. To print the scoring key, we simply hid the layer with the original test and printed only the scoring key portion. This works great with one exception...the imported graphics are not the same size as the original InDesign documents. This causes the scoring key to be wrong resulting in obvious problems when using the scoring key on the printed tests.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;We have tried sizing the imported graphics up, but it doesn't seem to be a plain sizing problem; the image is actually distorted. I'm not sure whether the distortion occurs when InDesign exports the PDF or when the PDF is linked in as a graphic. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I could copy the book and associated documents and then add the scoring key layers to that but I'm hoping to avoid having all those copies which leads to confusion when updates are made. Also, the test is in two different languages with two different scoring keys so, if we went that route, I would have four copies of each of the files. &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 resolve this challenge without using multiple copies of files? Or to export and then link a PDF file that more accurately follows the original InDesign files?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4ef8c150-6a58-43c5-adba-0c6031261784] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">cs4</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">pdf</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">export</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">indesign</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">links</category>
      <pubDate>Tue, 14 Feb 2012 19:09:13 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/962845</guid>
      <dc:date>2012-02-14T19:09:13Z</dc:date>
      <clearspace:dateToText>2 years 9 months ago</clearspace:dateToText>
      <clearspace:replyCount>10</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Passing parameters into Director. Is this possible? Experience with Multipoint?</title>
      <link>https://forums.adobe.com/thread/949108</link>
      <description>&lt;!-- [DocumentBodyStart:26eb4d0a-a291-494e-8264-15be0121eafd] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am using Director for a series of educational applications. I have a single projector (startup) where students can click on their names. When a name is selected, the startup projector consults a database to determine which educational projector should be launched. Based on the results in the database, I'm using the Buddy baRunProgram call to launch the appropriate Director projector. Right now, I'm using a text file to record the student's progress as they work their way through the educational projector. This all works great for a single user on a single computer.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;However, I am having a problem with a customer who is using Microsoft Multipoint. Using Multipoint, there are several students running the startup program from the same location. As a result, the text file is recording all students' progress instead of a single student's progress. The startup projector knows which student is active but the individual educational projectors do not currently have this information. I could identify a single student to the educational projector by passing in a parameter. First, is this possible? If so, how would one do it?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Short of passing a parameter, is there another method that would work to accomplish the same thing?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Does anyone else work in a Multipoint environment? I'm interested in others' experiences with Multipoint.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:26eb4d0a-a291-494e-8264-15be0121eafd] --&gt;</description>
      <pubDate>Fri, 13 Jan 2012 23:30:18 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/949108</guid>
      <dc:date>2012-01-13T23:30:18Z</dc:date>
      <clearspace:dateToText>2 years 9 months ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Reading an external file</title>
      <link>https://forums.adobe.com/thread/933478</link>
      <description>&lt;!-- [DocumentBodyStart:cc3789f9-08af-45f8-b3c2-b49bcdff0b63] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I'm new to Acrobat scripting though I've done some for JavaScript for InDesign. It seems very different and I'm having difficulty wrapping my head around it.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I need to open and read an external text file that contains names of PDF files. Then, I need to merge all those PDF file into a single new PDF. First, is this possible?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Second, can anyone point me to a source for some sample scripts that will help get me started?&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:cc3789f9-08af-45f8-b3c2-b49bcdff0b63] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">scripting</category>
      <pubDate>Tue, 06 Dec 2011 17:26:48 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/933478</guid>
      <dc:date>2011-12-06T17:26:48Z</dc:date>
      <clearspace:dateToText>2 years 11 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>_mouse.mouseLoc question</title>
      <link>https://forums.adobe.com/thread/904150</link>
      <description>&lt;!-- [DocumentBodyStart:009d6271-25ca-49de-9ee1-b42b2781afda] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I need to move the mouse to different locations based on a random value. Sometimes the _mouse.mouseLoc function works; sometimes it doesn't. I know that the function is being called. Are there certain circumstances that are required to do this? &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Here's the code I'm using:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp; RandomNum = Random(4)&lt;/p&gt;&lt;p&gt;&amp;nbsp; case RandomNum of&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0:set xloc = 100&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set yloc = 40&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1:set xloc = 300&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set yloc = 40 &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2:set xloc = 500 &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set yloc = 40&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3:set xloc = 700&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set yloc = 40&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4:set xloc = 900&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set yloc = 40&lt;/p&gt;&lt;p&gt;&amp;nbsp; end case&lt;/p&gt;&lt;p&gt;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp; _mouse.mouseLoc=point(xloc,yloc) &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;This is for a Shockwave movie.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:009d6271-25ca-49de-9ee1-b42b2781afda] --&gt;</description>
      <pubDate>Mon, 19 Sep 2011 21:51:52 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/904150</guid>
      <dc:date>2011-09-19T21:51:52Z</dc:date>
      <clearspace:dateToText>3 years 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Need general understanding of how sounds work in Shockwave</title>
      <link>https://forums.adobe.com/thread/902238</link>
      <description>&lt;!-- [DocumentBodyStart:e72024fe-5a51-4dfd-846a-6e17da631781] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I'm seeing an intermittent problem with sound stopping in my Shockwave projectors. The projector seems to play correctly but the sound simply stops. I'm trying to understand how Shockwave/Director 11 handles sounds. It seems to me that, when the projector is downloading to the user's computer, it also downloads the sounds. However, this problem seems to indicate that the projector doesn't always have the sound to play. I'm learning about streaming sounds in Shockwave and I'm wondering if this will solve the problem. If so, why is streaming better than simply embedding the sounds in the projector?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Does anyone know of a resource where I can get the big picture of how Shockwave handles audio?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e72024fe-5a51-4dfd-846a-6e17da631781] --&gt;</description>
      <pubDate>Tue, 13 Sep 2011 22:37:14 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/902238</guid>
      <dc:date>2011-09-13T22:37:14Z</dc:date>
      <clearspace:dateToText>3 years 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Shockwave help wanted</title>
      <link>https://forums.adobe.com/thread/897838</link>
      <description>&lt;!-- [DocumentBodyStart:6429fc4d-1eb9-411b-a37b-63c085e85ef3] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span&gt;I'm hoping this is appropriate to ask this question here. We are having a problem with a series of Shockwave movies and need immediate assistance. We are willing to pay for your expertise with Shockwave. We don't expect this to be a long-term project. We just need some help determining why our Shockwave programs are having problems with specific browsers or on different platforms. If you are interested, please contact me directly at &lt;/span&gt;&lt;a class="jive-link-email-small" href="mailto:soi_shockwave@hotmail.com"&gt;soi_shockwave@hotmail.com&lt;/a&gt;&lt;span&gt;. I'd like to know your background with Director and Shockwave development and what you would charge as an hourly rate. As mentioned before, we need someone immediately, so please respond if you are available now.&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;B. Palmer&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6429fc4d-1eb9-411b-a37b-63c085e85ef3] --&gt;</description>
      <pubDate>Wed, 31 Aug 2011 22:27:39 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/897838</guid>
      <dc:date>2011-08-31T22:27:39Z</dc:date>
      <clearspace:dateToText>3 years 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Streaming linked audio files in Shockwave</title>
      <link>https://forums.adobe.com/thread/901358</link>
      <description>&lt;!-- [DocumentBodyStart:4268ee66-693c-408b-b1b7-87e5bc67864c] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;My customers are experiencing some intermittent delays of sounds in a series of educational Shockwave movies that are delivered via Internet. The sounds range in length from a couple seconds up to a minute or more. They are voice only - no music - so quality is not too big a concern. I haven't been able to establish any consistency in when the sound problems occur.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I've been reading about streaming linked sounds. The conversion sounds substantial so before I go there, I want to feel confident that linking external sounds will solve the problem. Anyone have any insight on linked audio in Shockwave? Any resources that you've found useful?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4268ee66-693c-408b-b1b7-87e5bc67864c] --&gt;</description>
      <pubDate>Sun, 11 Sep 2011 17:43:28 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/901358</guid>
      <dc:date>2011-09-11T17:43:28Z</dc:date>
      <clearspace:dateToText>3 years 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Intermittent Shockwave error</title>
      <link>https://forums.adobe.com/thread/897291</link>
      <description>&lt;!-- [DocumentBodyStart:1a98d62c-5441-4003-8da4-edb38ca8d635] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have a series of Shockwave movies that are designed to run from a web application. One of my customers is experiencing intermittent problems when trying to launch the Shockwave movies. They get an unhelpful error message that there is a problem with the Shockwave and to contact the company that produced the Shockwave.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;We've tested the Shockwave movies on Firefox, IE, Safari and Chrome. We are not experiencing any problems here. When they run the movies on Firefox, it all seems to work. However, they want to use IE because of another company's product.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm new to Shockwave and I'm trying to figure out where to go from here. Any suggestions?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1a98d62c-5441-4003-8da4-edb38ca8d635] --&gt;</description>
      <pubDate>Tue, 30 Aug 2011 18:51:59 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/897291</guid>
      <dc:date>2011-08-30T18:51:59Z</dc:date>
      <clearspace:dateToText>3 years 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Conversion from CS3 to CS4 - closing files without saving</title>
      <link>https://forums.adobe.com/thread/890456</link>
      <description>&lt;!-- [DocumentBodyStart:4af1e20a-9024-468b-9a7c-865711e36b98] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;One more issue...&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm making temporary changes to a book and a document so I want to close the documents without saving. This is what I'm currently using.&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; myBook.close(SaveOptions.NO);&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; myDocument.close(SaveOptions.NO);&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What seems to be happening is that the file is saved anyway. No Save As window opens. I've looked in the Object Model and it looks like CS4 uses the same syntax as for CS3. Any suggestions?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;B&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4af1e20a-9024-468b-9a7c-865711e36b98] --&gt;</description>
      <pubDate>Fri, 12 Aug 2011 21:43:32 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/890456</guid>
      <dc:date>2011-08-12T21:43:32Z</dc:date>
      <clearspace:dateToText>3 years 3 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Conversion problem moving from CS3 to CS4 - adding files to book</title>
      <link>https://forums.adobe.com/thread/890412</link>
      <description>&lt;!-- [DocumentBodyStart:118437e6-9506-4a82-b289-923adfc692e3] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I had a script which was working beautifully in CS3. Now we've moved to CS4 and it refuses to cooperate with me. I've tried a solution offered on the forum but it's not working for me.&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; // Creating book&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var myBookFileName = myPath+"Personalized Modules/PW.indd";&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; myBookFile = new File( myBookFileName );&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; myBook = app.open( myBookFile );&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; myBook = app.books.add( myBookFile );&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Add the front cover&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; myFilename = myPath+"Personalized Modules/PW_Cover.indd";&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; myFile = File(myFilename);&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; myBook.bookContents.add( myFile);&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; // Add the rest of the individual files&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;For some reason, when it gets to the bookContents.add statement, it opens up a SaveAs dialog. I'm wondering if this is a setting within InDesign CS4 rather than a script issue.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'd really appreciate any idea.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;B&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:118437e6-9506-4a82-b289-923adfc692e3] --&gt;</description>
      <pubDate>Fri, 12 Aug 2011 18:28:25 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/890412</guid>
      <dc:date>2011-08-12T18:28:25Z</dc:date>
      <clearspace:dateToText>3 years 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Snow Leopard won't run Director MX 2004 movies?</title>
      <link>https://forums.adobe.com/thread/550263</link>
      <description>&lt;!-- [DocumentBodyStart:5715fb99-4952-4967-8907-0e3b9ef4d9d3] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have an extensive library of movies developed using Director MX 2004. They have been functioning on both Windows and Apple systems up to now. Recently we discovered that our movies are not working on the Snow Leopard Mac OS. When we try to run them we get a message indicating that there is no application associated with the file.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I tried removing all the xtras I could from a sample movie. The only xtras remaining in the projector are&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; fontxtra.x32&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; textxtra.x32&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; text asset.x32&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sound control.x32&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; directsound.x32&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This did not resolve the problem. We still get the same message.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I would consider upgrading to Director 11 if I was convinced it would resolve the problem. However, my research indicates that the MX 2004 version does work on Snow Leopard. Does anyone know whether one or more of these xtras is the problem? I'm open to any suggestions for a solution.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks!&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;B&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5715fb99-4952-4967-8907-0e3b9ef4d9d3] --&gt;</description>
      <pubDate>Tue, 05 Jan 2010 19:18:55 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/550263</guid>
      <dc:date>2010-01-05T19:18:55Z</dc:date>
      <clearspace:dateToText>4 years 10 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Automatically log in to password-protected PDF?</title>
      <link>https://forums.adobe.com/thread/546706</link>
      <description>&lt;!-- [DocumentBodyStart:eeeab9e4-b88d-430d-b9e2-bd14fc7a90fb] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am looking for alternatives to allow the use of PDF files for a limited period of time. I have a series of PDF files that I want to provide for customers who have licensed my company's documents.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What I have in mind is writing a standalone software program that customers use to select from a list of PDF files. I can program the standalone program so that it ceases functioning after a specified date. When the user selects a PDF, the standalone program would call Adobe Reader to open the file. I would like the standalone program to be able to provide the password so the user doesn't have to type it in. Is this possible?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is there a better alternative I haven't considered?&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:eeeab9e4-b88d-430d-b9e2-bd14fc7a90fb] --&gt;</description>
      <pubDate>Tue, 29 Dec 2009 22:17:43 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/546706</guid>
      <dc:date>2009-12-29T22:17:43Z</dc:date>
      <clearspace:dateToText>4 years 10 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>FileIO and Windows file updating</title>
      <link>https://forums.adobe.com/thread/518551</link>
      <description>&lt;!-- [DocumentBodyStart:5e0a8273-a4f7-4780-b6a7-c452736cba83] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am having a file problem with my Director application. I have two Director MX applications which run on different computers. They communicate with each other via a text file which is stored at a networked location. Both applications access the file and write to it. I have several users using the applications at the same time. Potentially, I could have 1 user using AppA and 8 users using AppB at one time.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am using the FileIO extra. When a user needs to update the file, the applications follow these steps:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; create the Fileio object&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; open the file with write access&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; read the file&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; delete the file&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; create the file&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; open the file with write access&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; write to the file&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; close the file&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set the Fileio object to 0&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The problem occurs intermittently when users are accessing the file at approximately the same time. There are times when the correct information has apparently not been written to the file. For example, AppA reads the file, AppB reads the file, AppA writes new information to the file, AppB writes different new information to the file. Basically AppB's changes win and AppA's changes are lost.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;There also have been instances where the correct information has been written, but a user has accessed the information almost immediately and they receive the old information. If I check the file later, the correct information is there. I have seen similar behavior in the past where I've made changes to a text file but another application accessing that file still receives the old information. I believe this is a Windows issue where the file changes have not been actually stored yet.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I really have two problems. First, there is apparently no way to lock the text file for the entire time it is being updated. I'm not sure this is solvable using Director and the FileIO xtra. Except for the moment between the delete and the open, I should have the file locked to other users. There is apparently no way, with the FileIO capability, of locking the file for the entire time.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The second problem is the Windows issue with file changes taking some time to synch up. Is there a way to force the Windows text file to accept the changes so that I can be sure the next user is getting the absolutely latest file? I'm not sure how to describe the problem exactly to search for solutions. Is there a term for this?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any ideas are welcome. Thanks.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5e0a8273-a4f7-4780-b6a7-c452736cba83] --&gt;</description>
      <pubDate>Wed, 04 Nov 2009 23:19:55 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/518551</guid>
      <dc:date>2009-11-04T23:19:55Z</dc:date>
      <clearspace:dateToText>5 years 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

