<?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>Thu, 23 Oct 2014 20:24:00 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2014-10-23T20:24:00Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>compatibility with mac os Yosemity</title>
      <link>https://forums.adobe.com/thread/1616081</link>
      <description>&lt;!-- [DocumentBodyStart:97ab5dc5-3bd5-4115-bd01-0dde967fc320] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I know I should have investigated this question before I upgraded to Mac OX Yosemity, but does anyone know if there are issues with Edge Animate CC 2014.1?&lt;/p&gt;&lt;p&gt;I'm experiencing some very weird behaviors.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:97ab5dc5-3bd5-4115-bd01-0dde967fc320] --&gt;&lt;img src='/beacon?t=1415895862260' /&gt;</description>
      <pubDate>Thu, 23 Oct 2014 20:24:00 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1616081</guid>
      <dc:date>2014-10-23T20:24:00Z</dc:date>
      <clearspace:dateToText>2 days 22 hours ago</clearspace:dateToText>
      <clearspace:replyCount>16</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Show or hide a symbol not an element in code</title>
      <link>https://forums.adobe.com/thread/1627594</link>
      <description>&lt;!-- [DocumentBodyStart:28b80f38-f051-4e0f-afda-56654ab6f21e] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi, folks&lt;/p&gt;&lt;p&gt;I have been struggling with this question because the line:&lt;/p&gt;&lt;p&gt;sym.$("someElement"). hide(); works but the line:&lt;/p&gt;&lt;p&gt;sym.getSymbol("someSymbol").hide(); does not work. Is that because hide() and show() are jQuerry functions and do not work with a symbol reference?&lt;/p&gt;&lt;p&gt;Can anyone tell me what function to use with a symbol to hide it or show it?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:28b80f38-f051-4e0f-afda-56654ab6f21e] --&gt;</description>
      <pubDate>Wed, 05 Nov 2014 16:36:12 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1627594</guid>
      <dc:date>2014-11-05T16:36:12Z</dc:date>
      <clearspace:dateToText>6 days 20 hours ago</clearspace:dateToText>
      <clearspace:replyCount>14</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>enlarge the clickable area of a button</title>
      <link>https://forums.adobe.com/thread/1623680</link>
      <description>&lt;!-- [DocumentBodyStart:24475e41-ebaf-4990-8883-f943131f59b7] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi, folks&lt;/p&gt;&lt;p&gt;How do I enlarge the clickable area of a button without enlarging the button? You may have answered this question before if so please send me the link.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:24475e41-ebaf-4990-8883-f943131f59b7] --&gt;</description>
      <pubDate>Fri, 31 Oct 2014 18:17:06 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1623680</guid>
      <dc:date>2014-10-31T18:17:06Z</dc:date>
      <clearspace:dateToText>1 week 6 days ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>how to insert a new line with text()</title>
      <link>https://forums.adobe.com/thread/1557050</link>
      <description>&lt;!-- [DocumentBodyStart:3e24aa1e-42e0-4c74-a0a9-e3ef887c01d1] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have a text element on the stage and I would like to insert text that contain more that one line with text(). Is that possible ?&lt;/p&gt;&lt;p&gt;Something like:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;sym.$('myTextElement').text("string of text of first line" + "string of text of second line");&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3e24aa1e-42e0-4c74-a0a9-e3ef887c01d1] --&gt;</description>
      <pubDate>Mon, 25 Aug 2014 17:04:03 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1557050</guid>
      <dc:date>2014-08-25T17:04:03Z</dc:date>
      <clearspace:dateToText>2 months 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Is there a way to detect if audio is playing?</title>
      <link>https://forums.adobe.com/thread/1540247</link>
      <description>&lt;!-- [DocumentBodyStart:d454e426-5de7-4262-b462-4931ef6f4d07] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Because the browser delays my audio file, I would like to also delay the animation so as to sync both. Is there a way to do that?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d454e426-5de7-4262-b462-4931ef6f4d07] --&gt;</description>
      <pubDate>Tue, 05 Aug 2014 21:40:03 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1540247</guid>
      <dc:date>2014-08-05T21:40:03Z</dc:date>
      <clearspace:dateToText>3 months 6 days ago</clearspace:dateToText>
      <clearspace:replyCount>9</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Delaying a symbol playing until its audio is ready to play</title>
      <link>https://forums.adobe.com/thread/1520462</link>
      <description>&lt;!-- [DocumentBodyStart:d09f55e0-4f33-4510-b00a-d36eddbbd431] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I'm trying to create an elearning&amp;nbsp; composition that requires voice over. I created a symbol that has&amp;nbsp; an audio embedded in its timeline. When the symbol plays the audio also plays.&lt;/p&gt;&lt;p&gt;Sometimes, however the audio is delayed and falls out of sync with the animation. Is there a way to know when the audio is ready to play like a property of audio 'isPlaying' or the html5 audio event&lt;/p&gt;&lt;p&gt;'can play' that I can use? I enabled preloading in my audio.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d09f55e0-4f33-4510-b00a-d36eddbbd431] --&gt;</description>
      <pubDate>Sat, 12 Jul 2014 13:54:47 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1520462</guid>
      <dc:date>2014-07-12T13:54:47Z</dc:date>
      <clearspace:dateToText>3 months 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Audio voice over syncing</title>
      <link>https://forums.adobe.com/thread/1510120</link>
      <description>&lt;!-- [DocumentBodyStart:1359e99b-fb97-4356-9530-d6bbdc9256eb] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Has anyone tried to do audio syncing like voice over an animation with EA CC 2014? Using the timeline I was able to embed a voice over in the browser and seems to work very well. I created a symbol with voice over and have an instance created with createChildSymbol() method from another symbol. At times, however, the audio is delayed and throws off the timing. I'm not sure how to solve this problem. Has anyone notice this?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1359e99b-fb97-4356-9530-d6bbdc9256eb] --&gt;</description>
      <pubDate>Sun, 29 Jun 2014 20:00:02 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1510120</guid>
      <dc:date>2014-06-29T20:00:02Z</dc:date>
      <clearspace:dateToText>4 months 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How do I update the Flash Pro</title>
      <link>https://forums.adobe.com/thread/1350949</link>
      <description>&lt;!-- [DocumentBodyStart:bbf61fa3-f8d4-4614-b2c6-6528697b3943] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Creative Cloud alerted me that there was an update for Flash Pro, but it has failed repeatedly. I get a message that the update failed and asks me to try again, but it keeps failing. How do I fix this problem?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:bbf61fa3-f8d4-4614-b2c6-6528697b3943] --&gt;</description>
      <pubDate>Wed, 04 Dec 2013 22:46:28 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1350949</guid>
      <dc:date>2013-12-04T22:46:28Z</dc:date>
      <clearspace:dateToText>11 months 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Captivate 7.0.1.237 layout folder problem</title>
      <link>https://forums.adobe.com/thread/1339918</link>
      <description>&lt;!-- [DocumentBodyStart:5df8632d-994b-4460-a7b5-cbdf5cde1522] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I made a mistake when I installed Cap7 patch for Mavricks. I deleted the layout folder but did not make a copy of it before installing the patch. Now Captivate runs but it does not reset the classic workspace. How can I fix that?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5df8632d-994b-4460-a7b5-cbdf5cde1522] --&gt;</description>
      <pubDate>Wed, 20 Nov 2013 21:24:49 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1339918</guid>
      <dc:date>2013-11-20T21:24:49Z</dc:date>
      <clearspace:dateToText>11 months 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Sound on the timeline does not work</title>
      <link>https://forums.adobe.com/thread/1327004</link>
      <description>&lt;!-- [DocumentBodyStart:61703ccc-19db-44b4-9cea-6ee1d3604805] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;When I play sound on the timeline using the return key I get an ear pircing loud sound. I just updated to the latest Fash cc from the cloud manager. I'm also running OS 10.9 (Maveric) &lt;/p&gt;&lt;p&gt;Is this an isolated problem or have other users experienced the same thing? and is there a solution now?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:61703ccc-19db-44b4-9cea-6ee1d3604805] --&gt;</description>
      <pubDate>Sat, 02 Nov 2013 16:10:43 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1327004</guid>
      <dc:date>2013-11-02T16:10:43Z</dc:date>
      <clearspace:dateToText>1 year 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Is it possible to get text div to auto size?</title>
      <link>https://forums.adobe.com/thread/1300744</link>
      <description>&lt;!-- [DocumentBodyStart:7f141a84-b2b1-45de-9997-cec257121014] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I created an empty text box div with width 0 and height 0. I would like it to expand to accomodate text assigned to it in code to fit in one line on the click of a button. How would I do this without pre determining the width of the box?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7f141a84-b2b1-45de-9997-cec257121014] --&gt;</description>
      <pubDate>Fri, 20 Sep 2013 21:55:03 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1300744</guid>
      <dc:date>2013-09-20T21:55:03Z</dc:date>
      <clearspace:dateToText>1 year 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Has anyone used Adobe Captivate Packager to Insert Edge Animate</title>
      <link>https://forums.adobe.com/thread/1296119</link>
      <description>&lt;!-- [DocumentBodyStart:7dbcf3b7-725d-4d77-beea-cf349761ab43] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Has anyone used Adobe Captivate Packager to Insert Edge Animate into Captivate Slides? I have been testing with a simple slideshow that has very little code and it works fine, but when I tested a composition with some jqueryui code that allows drggable(), does not work at all.&amp;nbsp; Are there some compositions that cannot be inserted in captivate?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7dbcf3b7-725d-4d77-beea-cf349761ab43] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">captivate</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">in</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">7</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">edge_animate</category>
      <pubDate>Sat, 14 Sep 2013 17:38:14 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1296119</guid>
      <dc:date>2013-09-14T17:38:14Z</dc:date>
      <clearspace:dateToText>1 year 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Adobe Animate and Reveal.js</title>
      <link>https://forums.adobe.com/thread/1295083</link>
      <description>&lt;!-- [DocumentBodyStart:9a5f97e7-0110-40d3-9b75-88b195626941] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Has any body attempted to embed an edge compositions in a reveal.js slide presentations. Reveal.js is a framework for slide presentations done in html5, javaScript, and jquery. It has some very cool 3D cube transitions for slides. It seems to work very well with some animated compositions but I encountered a few problems with positioning of elements.&lt;/p&gt;&lt;p&gt;Does anyone know of tutorials or any learning material related to this? Has anyone encountered any problems and found solutions?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9a5f97e7-0110-40d3-9b75-88b195626941] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">edge</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">animate</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">embed</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">compositions</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">reveal.js</category>
      <pubDate>Thu, 12 Sep 2013 21:34:18 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1295083</guid>
      <dc:date>2013-09-12T21:34:18Z</dc:date>
      <clearspace:dateToText>1 year 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Flash5.5 "failed to open document" error message</title>
      <link>https://forums.adobe.com/thread/897753</link>
      <description>&lt;!-- [DocumentBodyStart:c31a067c-0c2e-443b-b47f-907085555a0f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Yesterday I worked on two files both worked fine.&amp;nbsp; I saved my work and a backup. This morning I got the dreadful message "failed to open document" followed by the path to the file. The output panel gave me this message:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;p&gt;&lt;span&gt;The following JavaScript error(s) occurred:&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&gt;In file "/Users/lucilarios/Library/Application Support/Adobe/Flash CS5.5/en_US/Configuration/Javascript/ObjectFindAndSelect.jsfl":&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;Cannot find file /Users/lucilarios/Desktop/Trabajo_Macondo3/ProjectAlgebra09/TutorialsAlgebra/Integers/Law sOfAddition/NewProject/AssocLawAdd.fla.&lt;/span&gt;&lt;/p&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The info on the file size shows 0 bites&lt;/p&gt;&lt;p&gt;Both the file and its backup were corrupted.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Are there compatibility issues betweenAdobe CS5.5 Programs and Mac OX Lion?&amp;nbsp; Lion has crashed my computer several times and other programs like Photoshop and Adobe Bridge have also misbehaved.&amp;nbsp; Has anybody experienced any issues with Lion and Flash?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c31a067c-0c2e-443b-b47f-907085555a0f] --&gt;</description>
      <pubDate>Wed, 31 Aug 2011 19:03:00 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/897753</guid>
      <dc:date>2011-08-31T19:03:00Z</dc:date>
      <clearspace:dateToText>1 year 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>10</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Why does using TLF text in an fla for Air yield a security warning?</title>
      <link>https://forums.adobe.com/thread/711956</link>
      <description>&lt;!-- [DocumentBodyStart:25d1b818-697a-40f2-bf0f-d86ddf62a065] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I'm trying to prepare an fla in Flash for an Air Application.&amp;nbsp; I included in the first frame a TLF text field.&amp;nbsp; when I run the TestMovie in Air Debug Launcher I get a warning:&lt;/p&gt;&lt;p&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Warning: Ignoring 'secure' attribute in policy file from &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://fpdownload.adobe.com/pub/swz/crossdomain.xml" rel="nofollow"&gt;http://fpdownload.adobe.com/pub/swz/crossdomain.xml&lt;/a&gt;&lt;span&gt;.&amp;nbsp; The 'secure' attribute is only permitted in HTTPS and socket policy files.&amp;nbsp; See &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://www.adobe.com/go/strict_policy_files" rel="nofollow"&gt;http://www.adobe.com/go/strict_policy_files&lt;/a&gt;&lt;span&gt; for details.&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If I then proceed to compile the application, install it and run it, it crashes.&amp;nbsp; It seems to be the TLF text field because when I remove it works fine.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:25d1b818-697a-40f2-bf0f-d86ddf62a065] --&gt;</description>
      <pubDate>Tue, 31 Aug 2010 22:31:02 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/711956</guid>
      <dc:date>2010-08-31T22:31:02Z</dc:date>
      <clearspace:dateToText>1 year 6 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Simultaneous Animations on the same Enter_frame event</title>
      <link>https://forums.adobe.com/thread/996772</link>
      <description>&lt;!-- [DocumentBodyStart:c7616ade-bd52-448c-b489-4133578fa8b9] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I created a class that lenghtens a line on Enter_Frame Event. I want to display it on the stage but I want to animate its position using Enter_Frame event.&lt;/p&gt;&lt;p&gt;How do I get AS to do both animations at the same time? &lt;/p&gt;&lt;p&gt;I added this script to the timeline:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;gLine.addEventListener(Event.ENTER_FRAME, movegLine);&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;function movegLine(E:Event):void {&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if (gLine.x &amp;lt;= 800) {&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;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;gLine.x += 1;&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;&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;&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;where gLine is the instance of the animated class.&lt;/p&gt;&lt;p&gt;The result is that AS animates the position and then animates the lenghtening of the line. But I want both actions to take place at the same time -- something like rotating the wheels of a car at the same time moving the position of the car. Any suggestions?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c7616ade-bd52-448c-b489-4133578fa8b9] --&gt;</description>
      <pubDate>Sun, 29 Apr 2012 17:16:06 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/996772</guid>
      <dc:date>2012-04-29T17:16:06Z</dc:date>
      <clearspace:dateToText>2 years 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Flash5.5 proLoader and embedded fonts in TLF swf</title>
      <link>https://forums.adobe.com/thread/883335</link>
      <description>&lt;!-- [DocumentBodyStart:861b067e-230a-4500-b4ae-839aa067aa50] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I used the proLoader that comes in Flash5.5 to load a swf which contains a tlf text with an embedded font. The proLoader works great but it doesn't display the font instead it displays a font that looks like Helvetica. I also tried 'merged into code' in RSL settings default linkage and the swf still does not display the font I want. It works fine in Classic Text.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is there somthing I'm doing wrong? Anyone else experienced something similar? &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:861b067e-230a-4500-b4ae-839aa067aa50] --&gt;</description>
      <pubDate>Thu, 28 Jul 2011 21:35:14 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/883335</guid>
      <dc:date>2011-07-28T21:35:14Z</dc:date>
      <clearspace:dateToText>3 years 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Pausing at a slide</title>
      <link>https://forums.adobe.com/thread/728546</link>
      <description>&lt;!-- [DocumentBodyStart:6484a486-8273-439e-aedd-be5909297f87] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I would like to create a project where the user decides whether she/he wishes to move on to the next slide.&amp;nbsp; The slide displays a SWF with buttons that invites the user to interact.&amp;nbsp; When I put a button to pause it disables the buttons in the SWF.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6484a486-8273-439e-aedd-be5909297f87] --&gt;</description>
      <pubDate>Sat, 25 Sep 2010 23:40:06 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/728546</guid>
      <dc:date>2010-09-25T23:40:06Z</dc:date>
      <clearspace:dateToText>4 years 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Using sound in the timeline in FlashCS5</title>
      <link>https://forums.adobe.com/thread/651707</link>
      <description>&lt;!-- [DocumentBodyStart:edd72363-b209-405c-9d51-63525e864ef9] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I'm trying out FlashCS5 in an iMac running Snow Leopard.&amp;nbsp; I'm putting in the timeline an mp3 sound I imported to the library.&amp;nbsp; When I test the movie I get this message:&lt;/p&gt;&lt;p&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-2862486-29686/ErrorMessage.jpg"&gt;&lt;img alt="ErrorMessage.jpg" class="jive-image jive-image-thumbnail" height="227" onclick="" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-2862486-29686/450-227/ErrorMessage.jpg" width="450"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;When I test the swf, I get no animation and no sound.&amp;nbsp; I tried changing the settings in the Advanced AS3 Settings to Default Linkage to from "Runtime Shared Libraries" to "Merged int code".&amp;nbsp; The message goes away but the test still fails.&amp;nbsp; Any suggestions?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:edd72363-b209-405c-9d51-63525e864ef9] --&gt;</description>
      <pubDate>Wed, 02 Jun 2010 21:05:40 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/651707</guid>
      <dc:date>2010-06-02T21:05:40Z</dc:date>
      <clearspace:dateToText>4 years 5 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

