<?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, 10 Apr 2014 17:21:55 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2014-04-10T17:21:55Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>html5 canvas in Edge Animate</title>
      <link>https://forums.adobe.com/thread/1447404</link>
      <description>&lt;!-- [DocumentBodyStart:3c8ec9cf-e019-4836-bc65-13d8b75eed87] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi folks&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;I came over an interesting website yesterday made by Caleb Evans (&lt;/span&gt;&lt;a class="jive-link-external-small" href="http://calebevans.me/projects/jcanvas/" rel="nofollow" target="_blank"&gt;http://calebevans.me/projects/jcanvas/&lt;/a&gt;&lt;span&gt; ).&amp;nbsp; He has written an API for html5 canvas to use in Jquery.&amp;nbsp; I have tested it in edge, and it works well &lt;/span&gt;&lt;span aria-label="Happy" class="emoticon-inline emoticon_happy" style="height:16px;width:16px;"&gt;&lt;/span&gt;.&amp;nbsp; How to use it in edge:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;1. download the JS from his site.&lt;/p&gt;&lt;p&gt;2. In Edge, select Add JS file from disk&lt;/p&gt;&lt;p&gt;3. navigate to the file (named Jcanvas.min.js)&lt;/p&gt;&lt;p&gt;4. After this, save the project&amp;nbsp; and quit EA.&lt;/p&gt;&lt;p&gt;'4. Open the EA HTML file.&amp;nbsp; &lt;/p&gt;&lt;p&gt;5. In the body part add this tag:&amp;nbsp; &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span class="tag" style="color: #003388;"&gt;&amp;lt;canvas&lt;/span&gt;&lt;span class="pln" style="font-size: 14px;"&gt; &lt;/span&gt;&lt;span class="atn" style="color: #990066;"&gt;width&lt;/span&gt;&lt;span class="pun" style="color: #aa1177;"&gt;=&lt;/span&gt;&lt;span class="atv" style="color: #227722;"&gt;'300'&lt;/span&gt;&lt;span class="pln" style="font-size: 14px;"&gt; &lt;/span&gt;&lt;span class="atn" style="color: #990066;"&gt;height&lt;/span&gt;&lt;span class="pun" style="color: #aa1177;"&gt;=&lt;/span&gt;&lt;span class="atv" style="color: #227722;"&gt;'150'&lt;/span&gt;&lt;span class="tag" style="color: #003388;"&gt;&amp;gt;&amp;lt;/canvas&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;6. then, in animate, add code like this:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;// Draw a circle&lt;/p&gt;&lt;p&gt;$("canvas").drawArc({&lt;/p&gt;&lt;p&gt;&amp;nbsp; draggable: true,&lt;/p&gt;&lt;p&gt;&amp;nbsp; fillStyle: "green",&lt;/p&gt;&lt;p&gt;&amp;nbsp; x: 100, y: 100,&lt;/p&gt;&lt;p&gt;&amp;nbsp; radius: 50&lt;/p&gt;&lt;p&gt;});&lt;/p&gt;&lt;p&gt;// Draw a 90&amp;deg; arc&lt;/p&gt;&lt;p&gt;$('canvas').drawArc({&lt;/p&gt;&lt;p&gt;&amp;nbsp; strokeStyle: '#000',&lt;/p&gt;&lt;p&gt;&amp;nbsp; strokeWidth: 5,&lt;/p&gt;&lt;p&gt;&amp;nbsp; x: 100, y: 100,&lt;/p&gt;&lt;p&gt;&amp;nbsp; radius: 50,&lt;/p&gt;&lt;p&gt;&amp;nbsp; // start and end angles in degrees&lt;/p&gt;&lt;p&gt;&amp;nbsp; start: 0, end: 90&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;Nice isn't it?&amp;nbsp; For more examples see;&amp;nbsp; &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://calebevans.me/projects/jcanvas/docs/" rel="nofollow" target="_blank"&gt;http://calebevans.me/projects/jcanvas/docs/&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;Almost all of the html5 canvas commands are available &lt;span aria-label="Happy" class="emoticon-inline emoticon_happy" style="height:16px;width:16px;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Svein-Tore&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3c8ec9cf-e019-4836-bc65-13d8b75eed87] --&gt;&lt;img src='/beacon?t=1415952958042' /&gt;</description>
      <pubDate>Thu, 10 Apr 2014 17:21:55 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1447404</guid>
      <dc:date>2014-04-10T17:21:55Z</dc:date>
      <clearspace:dateToText>4 months 1 day ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Problems with Live preview and quick edit</title>
      <link>https://forums.adobe.com/thread/1461048</link>
      <description>&lt;!-- [DocumentBodyStart:11f16fa2-2172-470d-978f-c46b7e0fdad9] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi all!&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have just&amp;nbsp; started to use edge code. I have seen some videos on youtube, and if edge worked as seen on this video it would have been wonderfull.&amp;nbsp; The problem is mainly when&amp;nbsp; it comes to the CSS (quick edit):&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;1, I select a tag (i.e.&amp;lt;P&amp;gt;&lt;span style="font-size: 14px;"&gt;), and press CTRL+E.&amp;nbsp; Then I get the inline editor.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;2. I press New rule and add i.e. font-size:24px;&amp;nbsp; Then after what&amp;nbsp; I have read, the changes should appear at once in the preview.&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;But nothing happen. I've been thinking: OK, maybe I should try to save, I press CTRL+S, but then I got this message:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;em&gt;&lt;strong&gt;an error occured when trying to save the file C:/program files (x86)/Adobe/Adobe Egde Code CC/samples/root/Getting Started/main.css.&amp;nbsp; The permission do not allow you to make modiications.&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So, how to fix this?&amp;nbsp; I think edge code is useless witjhout this feature.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;PS I have also downloaded brackets, but got the same problem.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Svein-Tore&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:11f16fa2-2172-470d-978f-c46b7e0fdad9] --&gt;</description>
      <pubDate>Mon, 28 Apr 2014 18:05:30 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1461048</guid>
      <dc:date>2014-04-28T18:05:30Z</dc:date>
      <clearspace:dateToText>5 months 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>8</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Check to see if radio button is selected, Where is Joel Pou's file?</title>
      <link>https://forums.adobe.com/thread/1443008</link>
      <description>&lt;!-- [DocumentBodyStart:c3ee0cda-d983-41f9-8733-3a4361518d1a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;HI&lt;/p&gt;&lt;p&gt;In this fourm&amp;nbsp; I found a very intersting post, see&amp;nbsp; &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-thread-small" data-containerId="4823" data-containerType="14" data-objectId="1169078" data-objectType="1" href="https://forums.adobe.com/thread/1169078"&gt;http://forums.adobe.com/thread/1169078&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Joel Pou gave here&amp;nbsp; a correct answer, and link to a project for downloading: &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-thread-small" data-containerId="4823" data-containerType="14" data-objectId="1169078" data-objectType="1" href="https://forums.adobe.com/thread/1169078"&gt;http://forums.adobe.com/thread/1169078&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;But now, I can't download the file, because it is removed.&amp;nbsp; I have tried to duplicate the project, but it won't work......&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Anoyone who knows how to do this?&amp;nbsp;&amp;nbsp; Here is what I get:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;var sporsmal=sym.$("sporsmal");&lt;/p&gt;&lt;p&gt;sporsmal.html('&amp;lt;form&amp;gt;&amp;lt;input type="radio" name="spm1" value="right" /&amp;gt;London&amp;lt;/br&amp;gt;'&lt;/p&gt;&lt;p&gt;+'&amp;lt;input type="radio" name="spm1" value="wrong"/&amp;gt;Hamburg'&lt;/p&gt;&lt;p&gt;+'&amp;lt;/form');&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;sym.$("sporsmal").change(function()&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; {&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if sym.$("sporsmal").value==right then&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; alert ('you ae right');&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; }&lt;/p&gt;&lt;p&gt;);&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The change part works fine, if I replace the if tewst with a alert, I get an alert&amp;nbsp; but I'm not able to get the value&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c3ee0cda-d983-41f9-8733-3a4361518d1a] --&gt;</description>
      <pubDate>Thu, 03 Apr 2014 18:27:42 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1443008</guid>
      <dc:date>2014-04-03T18:27:42Z</dc:date>
      <clearspace:dateToText>7 months 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Auto inserting tags in EC</title>
      <link>https://forums.adobe.com/thread/1422951</link>
      <description>&lt;!-- [DocumentBodyStart:374ce0f3-6d33-4e95-a5e5-d968d24ff2e8] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi!&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When I work in dreamweavwer, if I start entering tags, suggestions will automatically &lt;span style="font-size: 14px;"&gt;pop up and when&amp;nbsp; I select it will be inserted.&amp;nbsp; Is this possible in EC?&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: 14px;"&gt;What program will you recommend for typing HTML code? dreamweaver or EC?&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Svein-Tore&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:374ce0f3-6d33-4e95-a5e5-d968d24ff2e8] --&gt;</description>
      <pubDate>Fri, 07 Mar 2014 16:29:41 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1422951</guid>
      <dc:date>2014-03-07T16:29:41Z</dc:date>
      <clearspace:dateToText>8 months 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Using variables in url</title>
      <link>https://forums.adobe.com/thread/1410825</link>
      <description>&lt;!-- [DocumentBodyStart:28f91301-8189-4d33-a674-dc4a35801f6a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have created a php storing values in a mysql database.&amp;nbsp; I animate I call this php using window.open:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;window.open("&lt;/span&gt;&lt;a class="jive-link-external-small" href="http://localhost/send_and_update.php?Tid=26&amp;amp;dBA=78" rel="nofollow" target="_blank"&gt;http://localhost/send_and_update.php?Tid=26&amp;amp;dBA=78&lt;/a&gt;&lt;span&gt; ", "_self");&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This works fine, the dataset 26 78 is saved in the database.&amp;nbsp; But now I want to send values from variables in&amp;nbsp; i animate.&amp;nbsp; I try this:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Var time=22&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;window.open("&lt;/span&gt;&lt;a class="jive-link-external-small" href="http://localhost/send_and_update.php?Tid=time&amp;amp;dBA=78" rel="nofollow" target="_blank"&gt;http://localhost/send_and_update.php?Tid=time&amp;amp;dBA=78&lt;/a&gt;&lt;span&gt; ", "_self");&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This won't work.&amp;nbsp; Any suggestion?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Svein-Tore&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:28f91301-8189-4d33-a674-dc4a35801f6a] --&gt;</description>
      <pubDate>Wed, 19 Feb 2014 21:51:41 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1410825</guid>
      <dc:date>2014-02-19T21:51:41Z</dc:date>
      <clearspace:dateToText>8 months 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Graab datafrom UI</title>
      <link>https://forums.adobe.com/thread/1396830</link>
      <description>&lt;!-- [DocumentBodyStart:aaccccfd-291e-45cb-ae40-69b05ea14229] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I want to create an UI in Edge,&amp;nbsp; username, and a password and a OK button.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have created the form, it looks OK, but Im not able to get the data inserted by the user. My code look like this (taken fr&lt;span style="font-size: 14px;"&gt;&amp;ouml;m an email form created by othe user Resdesign in this forum, Thanks Resdesign):&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;!--[CodeBlockStart:82a72c25-6ce0-4bdb-a5ff-e7ccdfd35c52][excluded]--&gt;&lt;pre class="java" name="code"&gt;// insert code to be run when the composition is fully loaded here
var Text = sym.$("Text")
Text.html("User name:");
inputText = $('&amp;lt;input /&amp;gt;').attr({'type':'text','value':'user','id':'Text'});
inputText .css ('font-size',14);
inputText .css ('width',350);
//inputText .css ('background-color','#0a81fb');
inputText .appendTo(Text);
var Text2= sym.$("Text2");
Text2.html("Passsword&amp;lt;input/&amp;gt;&amp;nbsp; ");
var button = sym.$("button");
button.html("&amp;lt;button type='submit'style='color:blue;text-align:center'&amp;gt;OK&amp;lt;/button&amp;gt;");


&lt;/pre&gt;&lt;!--[CodeBlockEnd:82a72c25-6ce0-4bdb-a5ff-e7ccdfd35c52]--&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;So When I push the OK button, I want to open an alert saying: username, or more exactly just show the username that is typed in.&amp;nbsp; I have this code int the button:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;alert($('#Text').value);&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When I run the code I got the alert Undefined.&amp;nbsp; So yes, I'm doing sometjhing wrong.&amp;nbsp; I guess it has somethijng to do whith appendTO, but I'm really lost here.....&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;In short what I want:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;1. When I push the button, I want to store the text entered in the input by the user in a variable.&lt;/p&gt;&lt;p&gt;2. I want to display this somewhere el&amp;#248;se, in ie an alert or in a text box.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Svein-Tore&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;Svein.-Tore&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:aaccccfd-291e-45cb-ae40-69b05ea14229] --&gt;</description>
      <pubDate>Mon, 03 Feb 2014 16:54:37 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1396830</guid>
      <dc:date>2014-02-03T16:54:37Z</dc:date>
      <clearspace:dateToText>9 months 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to get a .zip file when publshing in Edge Animate.</title>
      <link>https://forums.adobe.com/thread/1392549</link>
      <description>&lt;!-- [DocumentBodyStart:1287f860-e581-4905-870a-5ec63c07b2b1] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span&gt;On the web&amp;nbsp; I have seen a video on how to make an app from your Edge Animate project (&lt;/span&gt;&lt;a class="jive-link-external-small" href="http://www.lynda.com/home/Player.aspx?lpk4=127570&amp;amp;playChapter=False" rel="nofollow" target="_blank"&gt;http://www.lynda.com/home/Player.aspx?lpk4=127570&amp;amp;playChapter=False&lt;/a&gt;&lt;span&gt;).&amp;nbsp; I have tried to follow this video, but when I publish my project, no .zip file is created. Any suggestions?&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1287f860-e581-4905-870a-5ec63c07b2b1] --&gt;</description>
      <pubDate>Wed, 29 Jan 2014 12:03:41 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1392549</guid>
      <dc:date>2014-01-29T12:03:41Z</dc:date>
      <clearspace:dateToText>9 months 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>7</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

