<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/jive/rss" version="2.0">
  <channel>
    <title>Adobe Community: Message List - Including javascript dependencies issues in EB2.1</title>
    <link>https://forums.adobe.com/community/creativesuites/extensionbuilder?view=discussions</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    <pubDate>Thu, 30 Oct 2014 14:01:20 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2014-10-30T14:01:20Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Re: Re: Including javascript dependencies issues in EB2.1</title>
      <link>https://forums.adobe.com/message/6882850?tstart=0#6882850</link>
      <description>&lt;!-- [DocumentBodyStart:8cf2a904-0bc0-460e-a8cc-766904590007] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi MLavie,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Given your scripts within the src folder :&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Source Main Code : JSX1.jsx&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;#include "JSX2.jsx"&lt;/p&gt;&lt;p&gt;function action1() {&lt;/p&gt;&lt;p&gt;&lt;span style="color: #333333; font-family: 'courier new', courier;"&gt;action&lt;/span&gt;&lt;strong style="font-family: 'courier new', courier; color: #333333;"&gt;2&lt;/strong&gt;&lt;span style="color: #333333; font-family: 'courier new', courier;"&gt;();&lt;/span&gt;&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;Now you need a third script JSX_BIN.jsx&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;but first compile as binary your JSX1.jsx script.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;Once that done copy/paste the jsxbin string&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;eval(your JSX1.jsx script as binary goes here);&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;Then you embed the &lt;/span&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;JSX_BIN.jsx script.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: 'courier new', courier; color: #333333;"&gt;[Embed(source="JSX_BIN.jsx", mimeType= "application/octet-stream" )] &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: 'courier new', courier; color: #333333;"&gt;&amp;nbsp; private static var _jsx1ProxyClass:Class;&amp;nbsp; &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: 'courier new', courier; color: #333333;"&gt;&amp;nbsp; private static var _jsx1Interface:HostObject;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: 'courier new', courier; color: #333333;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: 'courier new', courier; color: #333333;"&gt;And call it as you did :&lt;/span&gt;&lt;/p&gt;&lt;p style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;&lt;span style="font-weight: inherit; font-style: inherit; font-family: 'courier new', courier;"&gt;public function performJsx()&lt;/span&gt;&lt;br/&gt;&lt;span style="font-weight: inherit; font-style: inherit; font-family: 'courier new', courier;"&gt;{&lt;/span&gt;&lt;br/&gt;&lt;span style="font-weight: inherit; font-style: inherit; font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp; _jsx1Interface = HostObject.getRoot(HostObject.extensions[0]); &lt;/span&gt;&lt;br/&gt;&lt;span style="font-weight: inherit; font-style: inherit; font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp; _jsx1Interface.eval(new _jsx1ProxyClass().toString());&lt;/span&gt;&lt;/p&gt;&lt;p style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;&lt;span style="font-weight: inherit; font-style: inherit; font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp; _jsx1Interface.action1();&lt;/span&gt;&lt;/p&gt;&lt;p style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;&lt;span style="font-weight: inherit; font-style: inherit; font-family: 'courier new', courier;"&gt;}&lt;/span&gt;&lt;/p&gt;&lt;p style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;&lt;span style="font-weight: inherit; font-style: inherit; font-family: 'courier new', courier;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;&lt;span style="font-weight: inherit; font-style: inherit; font-family: 'courier new', courier;"&gt;And yes, as many changes you do in the source JSX1 file, you need to recompile and copy/paste in the JSX_BIN.jsx script.&lt;/span&gt;&lt;/p&gt;&lt;p style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;&lt;span style="font-weight: inherit; font-style: inherit; font-family: 'courier new', courier;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;&lt;span style="font-weight: inherit; font-style: inherit; font-family: 'courier new', courier;"&gt;Hope that helps,&lt;/span&gt;&lt;/p&gt;&lt;p style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;&lt;span style="font-weight: inherit; font-style: inherit; font-family: 'courier new', courier;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;&lt;span style="font-weight: inherit; font-style: inherit; font-family: 'courier new', courier;"&gt;Loic&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8cf2a904-0bc0-460e-a8cc-766904590007] --&gt;&lt;img src='/beacon?t=1415938859443' /&gt;</description>
      <pubDate>Thu, 30 Oct 2014 14:01:20 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6882850?tstart=0#6882850</guid>
      <dc:date>2014-10-30T14:01:20Z</dc:date>
      <clearspace:dateToText>2 weeks 14 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Re: Including javascript dependencies issues in EB2.1</title>
      <link>https://forums.adobe.com/message/6882813?tstart=0#6882813</link>
      <description>&lt;!-- [DocumentBodyStart:a3413bb3-41c4-462a-97e3-cc1255fb6a79] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi Loic,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks for the quick response. However, I don't think I understood the answer. My situation is as follows:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have an embedded JSX: JSX&lt;strong&gt;1&lt;/strong&gt;.jsx, whose contents are:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt; &amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: courier new,courier;"&gt;function action&lt;strong&gt;1&lt;/strong&gt;()&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: courier new,courier;"&gt;{&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; action2();&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: courier new,courier;"&gt;}&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The definition for action&lt;strong&gt;2&lt;/strong&gt;() is found in JSX file JSX&lt;strong&gt;2&lt;/strong&gt;.jsx, located in the /src dir,&amp;nbsp; whose contents are:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: courier new,courier;"&gt;function action&lt;strong&gt;2&lt;/strong&gt;()&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: courier new,courier;"&gt;{&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; alert('I am action2','title',false);&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: courier new,courier;"&gt;}&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;In my ActionScript, I call action1() as follows:&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-family: courier new,courier;"&gt;&amp;nbsp; [Embed(source="JSX1.jsx", mimeType= "application/octet-stream" )] &lt;/span&gt;&lt;br/&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;nbsp; private static var _jsx1ProxyClass:Class;&amp;nbsp; &lt;/span&gt;&lt;br/&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;nbsp; private static var _jsx1Interface:HostObject;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&lt;span style="font-family: courier new,courier;"&gt;public function performJsx()&lt;/span&gt;&lt;br/&gt;&lt;span style="font-family: courier new,courier;"&gt;{&lt;/span&gt;&lt;br/&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp; _jsx1Interface = HostObject.getRoot(HostObject.extensions[0]); &lt;/span&gt;&lt;br/&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp; _jsx1Interface.eval(new _jsx1ProxyClass().toString());&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp; _jsx1Interface.action1();&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: courier new,courier;"&gt;}&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Could you please explain step-by-step what to do?&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Which of the 2 files (or both) are converted to JSXBIN?&lt;/li&gt;&lt;li&gt;In which folder should they be placed in the ExtensionBuilder project's folder tree? /src? Does it matter?&lt;/li&gt;&lt;li&gt;What changes (if any) need to be made in my ActionScript, JSX1.jsx or JSX2.jsx source code so that my JSX&lt;strong&gt;1&lt;/strong&gt;.jsx "sees" JSX&lt;strong&gt;2&lt;/strong&gt;.jsx?&lt;/li&gt;&lt;/ol&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thank you for your time!&lt;/p&gt;&lt;p&gt;mlavie&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a3413bb3-41c4-462a-97e3-cc1255fb6a79] --&gt;</description>
      <pubDate>Thu, 30 Oct 2014 12:56:09 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6882813?tstart=0#6882813</guid>
      <dc:date>2014-10-30T12:56:09Z</dc:date>
      <clearspace:dateToText>2 weeks 15 hours ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Including javascript dependencies issues in EB2.1</title>
      <link>https://forums.adobe.com/message/6882372?tstart=0#6882372</link>
      <description>&lt;!-- [DocumentBodyStart:b4dd870c-deb9-4aad-8389-094d5d2c2c66] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi MLavie,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Yeah I did it working thanks to Martinho. Fact is you cannot use dependencies with a clear code. You have to compile it in JSXBIN, then eval this code:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Source JSX File&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;function toto();&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Binary&lt;/p&gt;&lt;p&gt;@2.0UUYAUAYUYZAUYUYUYUYUY&amp;hellip;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;JSX to call&lt;/p&gt;&lt;p&gt;eval('@2.0UUYAUAYUYZAUYUYUYUYUY&amp;hellip;');&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;From AS3&lt;/p&gt;&lt;p&gt;JSX.toto();&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I wish we could have keep the whole thing open but nothing to expect now &lt;span aria-label="Wink" class="emoticon-inline emoticon_wink" style="height:16px;width:16px;"&gt;&lt;/span&gt; Seems like the HTML5 extensibility will allow this kind of stuff &lt;span aria-label="Happy" class="emoticon-inline emoticon_happy" style="height:16px;width:16px;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b4dd870c-deb9-4aad-8389-094d5d2c2c66] --&gt;</description>
      <pubDate>Thu, 30 Oct 2014 10:37:25 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6882372?tstart=0#6882372</guid>
      <dc:date>2014-10-30T10:37:25Z</dc:date>
      <clearspace:dateToText>2 weeks 18 hours ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Including javascript dependencies issues in EB2.1</title>
      <link>https://forums.adobe.com/message/6882298?tstart=0#6882298</link>
      <description>&lt;!-- [DocumentBodyStart:c37ac63e-7f2a-4952-8e15-b0b2f7097cff] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi Loic,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Did you ever get this solved? How?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Regards,&lt;/p&gt;&lt;p&gt;mlavie&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c37ac63e-7f2a-4952-8e15-b0b2f7097cff] --&gt;</description>
      <pubDate>Thu, 30 Oct 2014 10:10:05 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6882298?tstart=0#6882298</guid>
      <dc:date>2014-10-30T10:10:05Z</dc:date>
      <clearspace:dateToText>2 weeks 18 hours ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Including javascript dependencies issues in EB2.1</title>
      <link>https://forums.adobe.com/message/5509976?tstart=0#5509976</link>
      <description>&lt;!-- [DocumentBodyStart:998da166-18fc-48b1-a411-2045c48594c8] --&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 an issue with an extension. I am calling a jsx file from an extension*. I do that for a long time ago woithout issues. I now tried to include "jsinc" files in my main jsx file. I set an include path related to a url of mine ( "/Users/&amp;hellip; ). I thought EB would del with that and do its own cooking but fact is, it doesn't. When compiled, extension works fine at my place but doesn't in different computers than mine. I suspect the absolute url is the cause of my troubles. But using relative urls don't seem to work neither.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What is the proper way to achieve an inclusion of external js files ?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;TIA,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Loic&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;PS:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Here is my pattern : &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;Using a class declaration : &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;!--[CodeBlockStart:cb6b888c-df00-4e91-b06c-7e15ccafb815][excluded]--&gt;&lt;pre class="java" name="code"&gt;[ Embed (source="Javascript/JSXAPI.jsx" , mimeType=&amp;nbsp; "application/octet-stream" )]
&lt;/pre&gt;&lt;!--[CodeBlockEnd:cb6b888c-df00-4e91-b06c-7e15ccafb815]--&gt;&lt;div style="display:none;"&gt;&lt;/div&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;and then in my jsxfile : &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;#includepath '/Users/sunsikim/Documents/Scripting/Extensions/ExtensionV2/src/Javascript/'&lt;/p&gt;&lt;p&gt;#include 'DateUtilities.jsinc';&lt;/p&gt;&lt;p&gt;#include 'Utils.jsinc';&lt;/p&gt;&lt;p&gt;#include 'PrefsUtils.jsinc';&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;//my code&amp;hellip;&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;*using : &lt;strong&gt;&lt;a class="jive-link-external-small" href="http://cookbooks.adobe.com/post_Communicating_between_JavaScript_and_the_Creative-17383.html" rel="nofollow" target="_blank"&gt;http://cookbooks.adobe.com/post_Communicating_between_JavaScript_and_the_Creative-17383.ht ml&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:998da166-18fc-48b1-a411-2045c48594c8] --&gt;</description>
      <pubDate>Tue, 16 Jul 2013 14:28:19 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5509976?tstart=0#5509976</guid>
      <dc:date>2013-07-16T14:28:19Z</dc:date>
      <clearspace:dateToText>1 year 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

