<?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 - Problems loading JSON into Edge Animate</title>
    <link>https://forums.adobe.com/community/edge_animate?view=discussions</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    <pubDate>Fri, 24 Oct 2014 16:35:04 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2014-10-24T16:35:04Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Re: Problems loading JSON into Edge Animate</title>
      <link>https://forums.adobe.com/message/6863485?tstart=0#6863485</link>
      <description>&lt;!-- [DocumentBodyStart:5fd3be06-984f-4ac0-931a-6a0245ffb779] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Here is how I handled it on a text on the stage and a button:&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="https://app.box.com/s/0vumepv9lckwlteazck8" rel="nofollow"&gt;test if string is empty.zip - Box&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;var myText = sym.$('Text');&lt;/p&gt;&lt;p&gt;var nextBtn = sym.$('nextBtn');&lt;/p&gt;&lt;p&gt;myText.html('');&lt;/p&gt;&lt;p&gt;var test = ['here is text','','more text','still more text',''];&lt;/p&gt;&lt;p&gt;i=0;&lt;/p&gt;&lt;p&gt;myText.html(test[i]);&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;nextBtn.click(function(){&lt;/p&gt;&lt;p&gt;i++;&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;if (test[i]== null || test[i]==''){&lt;/p&gt;&lt;p&gt;// Hide an element&lt;/p&gt;&lt;p&gt;sym.$("Rectangle").css({'opacity':0.00});&lt;/p&gt;&lt;p&gt;//myText.html(test[i]);&lt;/p&gt;&lt;p&gt;}else{&lt;/p&gt;&lt;p&gt;sym.$("Rectangle").css({'opacity':1.00});&lt;/p&gt;&lt;p&gt;myText.html(test[i]);&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;});&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5fd3be06-984f-4ac0-931a-6a0245ffb779] --&gt;&lt;img src='/beacon?t=1415898104994' /&gt;</description>
      <pubDate>Fri, 24 Oct 2014 16:32:50 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6863485?tstart=0#6863485</guid>
      <dc:date>2014-10-24T16:32:50Z</dc:date>
      <clearspace:dateToText>2 weeks 6 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Problems loading JSON into Edge Animate</title>
      <link>https://forums.adobe.com/message/6863257?tstart=0#6863257</link>
      <description>&lt;!-- [DocumentBodyStart:00b46e39-e985-4fc3-b0a8-459c6c0de60e] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;The functionality I'm trying to change is demonstrated here.&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://www.dental-asleep.ca/meet-dr-pierre-miller.html" rel="nofollow"&gt;meet-dr-pierre-miller&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Show when you go to the Assissting tab that the last two thumbnail symbols don't have data.&amp;nbsp; They should be hidden&lt;/p&gt;&lt;p&gt;Also the hygiene tab has 3 which should be hidden.&amp;nbsp; I tried to manually hide them but it broke the entire thing.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:00b46e39-e985-4fc3-b0a8-459c6c0de60e] --&gt;</description>
      <pubDate>Fri, 24 Oct 2014 15:31:44 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6863257?tstart=0#6863257</guid>
      <dc:date>2014-10-24T15:31:44Z</dc:date>
      <clearspace:dateToText>2 weeks 6 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Problems loading JSON into Edge Animate</title>
      <link>https://forums.adobe.com/message/6863254?tstart=0#6863254</link>
      <description>&lt;!-- [DocumentBodyStart:2e3a40f0-1532-469f-9161-8ce3deaa75bf] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;// if my element mySymbolInstanceName's &lt;/p&gt;&lt;p&gt;if (sym.getSymbol("teamgroup1")sym.$("teamThumb1").data("null") { // or is it more along this line?&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; // hide the parent symbol &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sym.getParentSymbol().css({"opacity":"0"});&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;else {&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; // do something entirely different&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2e3a40f0-1532-469f-9161-8ce3deaa75bf] --&gt;</description>
      <pubDate>Fri, 24 Oct 2014 15:26:01 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6863254?tstart=0#6863254</guid>
      <dc:date>2014-10-24T15:26:01Z</dc:date>
      <clearspace:dateToText>2 weeks 6 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Problems loading JSON into Edge Animate</title>
      <link>https://forums.adobe.com/message/6863251?tstart=0#6863251</link>
      <description>&lt;!-- [DocumentBodyStart:fe544e36-6e12-4653-9a68-7a323d38bcb7] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;So for example if you had a text field element that was named "the name".&amp;nbsp; How would you tell animate if the value of the loaded json object was "null" hid the parent clip which is inside another symbol.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&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;// if my element mySymbolInstanceName has the text "null" in it.&lt;/p&gt;&lt;p&gt;if (sym.getSymbol("mySymbolInstanceName").html("null") { //this is wrong syntax&amp;hellip; not sure why&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; // hide the parent symbol &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sym.getParentSymbol().css({"opacity":"0"});&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;else {&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; // do something entirely different&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;I'm sure my syntax is WAY off.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:fe544e36-6e12-4653-9a68-7a323d38bcb7] --&gt;</description>
      <pubDate>Fri, 24 Oct 2014 15:19:38 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6863251?tstart=0#6863251</guid>
      <dc:date>2014-10-24T15:19:38Z</dc:date>
      <clearspace:dateToText>2 weeks 6 days ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Problems loading JSON into Edge Animate</title>
      <link>https://forums.adobe.com/message/6863167?tstart=0#6863167</link>
      <description>&lt;!-- [DocumentBodyStart:e37696ef-04a3-4bd8-8086-7dd75b9ec705] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Oh, great!&amp;nbsp; &lt;/p&gt;&lt;p&gt;Basically your text needs to look like it would look in Animate and you can see that line break gives an error.&lt;/p&gt;&lt;p&gt;sym.$('text').html("this is text&lt;/p&gt;&lt;p&gt;this is text");&lt;/p&gt;&lt;p&gt;gives an error&lt;/p&gt;&lt;p&gt;sym.$('text').html("this is text"&lt;/p&gt;&lt;p&gt;+" this is text");&lt;/p&gt;&lt;p&gt;is correct.&lt;/p&gt;&lt;p&gt;sym.$('text').html("this is text this is text");&lt;/p&gt;&lt;p&gt;is correct.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e37696ef-04a3-4bd8-8086-7dd75b9ec705] --&gt;</description>
      <pubDate>Fri, 24 Oct 2014 15:06:45 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6863167?tstart=0#6863167</guid>
      <dc:date>2014-10-24T15:06:45Z</dc:date>
      <clearspace:dateToText>2 weeks 6 days ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Problems loading JSON into Edge Animate</title>
      <link>https://forums.adobe.com/message/6863025?tstart=0#6863025</link>
      <description>&lt;!-- [DocumentBodyStart:2ef34a9c-5740-4e7d-bfdd-3f6c8058589a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;AAAAhhhhh!&amp;nbsp; Thankyou.&lt;/p&gt;&lt;p&gt;I'm thinking about putting in some ajax to dump the cache problem.&amp;nbsp; Already though removing the line breaks is making it smoother.&amp;nbsp; Now I need a method to hide / show depending on whether there is a null reference.&lt;/p&gt;&lt;p&gt;I'm thinking something like&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;if some textfield has null in it&lt;/p&gt;&lt;p&gt;hide the parent clip.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;That will be phase 2.&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:2ef34a9c-5740-4e7d-bfdd-3f6c8058589a] --&gt;</description>
      <pubDate>Fri, 24 Oct 2014 14:21:15 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6863025?tstart=0#6863025</guid>
      <dc:date>2014-10-24T14:21:15Z</dc:date>
      <clearspace:dateToText>2 weeks 6 days ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Problems loading JSON into Edge Animate</title>
      <link>https://forums.adobe.com/message/6862946?tstart=0#6862946</link>
      <description>&lt;!-- [DocumentBodyStart:b93befdc-af75-431a-9122-861660579b43] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Possible. Try to clear your cache.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b93befdc-af75-431a-9122-861660579b43] --&gt;</description>
      <pubDate>Fri, 24 Oct 2014 14:13:10 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6862946?tstart=0#6862946</guid>
      <dc:date>2014-10-24T14:13:10Z</dc:date>
      <clearspace:dateToText>2 weeks 6 days ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Problems loading JSON into Edge Animate</title>
      <link>https://forums.adobe.com/message/6862945?tstart=0#6862945</link>
      <description>&lt;!-- [DocumentBodyStart:616f950f-8375-4a7e-9ed1-3f3ef00e60d8] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;What I mean, after adding your html tags for &amp;lt;p&amp;gt; or &amp;lt;br&amp;gt;, delete all the breaks between line until you have only one long line in DW for example. then copy that text in the json file.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:616f950f-8375-4a7e-9ed1-3f3ef00e60d8] --&gt;</description>
      <pubDate>Fri, 24 Oct 2014 14:10:59 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6862945?tstart=0#6862945</guid>
      <dc:date>2014-10-24T14:10:59Z</dc:date>
      <clearspace:dateToText>2 weeks 6 days ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Problems loading JSON into Edge Animate</title>
      <link>https://forums.adobe.com/message/6862943?tstart=0#6862943</link>
      <description>&lt;!-- [DocumentBodyStart:9f45c780-c14e-41cb-be07-1852db0aac44] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;1s - do not allow line breaks.&lt;/p&gt;&lt;p&gt;Try this:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;"biography" : "Long Bio here.&amp;nbsp; Behind the scenes, and supported by a fabulous team of professionals, Pat is responsible to for the day to day operations of the practice.&amp;lt;br&amp;gt;Pat received her certification in 1968.&amp;nbsp; She joined the practice in 1992 after a long career in the dental industry including assisting, office management and as a corporate trainer and consultant to dental offices across Canada.&amp;nbsp; A past president of the Ontario Dental Assistants Association. (ODAA) Pat was awarded the honor of a life time membership for her contribution to the growth and development of the ODAA and it&amp;#8217;s members.&amp;nbsp; Pat is an avid traveler and enjoys live theatre, reading and music."&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9f45c780-c14e-41cb-be07-1852db0aac44] --&gt;</description>
      <pubDate>Fri, 24 Oct 2014 14:08:18 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6862943?tstart=0#6862943</guid>
      <dc:date>2014-10-24T14:08:18Z</dc:date>
      <clearspace:dateToText>2 weeks 6 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Problems loading JSON into Edge Animate</title>
      <link>https://forums.adobe.com/message/6862840?tstart=0#6862840</link>
      <description>&lt;!-- [DocumentBodyStart:7a569b8b-ad39-4382-b47f-fb092b599c45] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;table&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=";"&gt;&lt;/td&gt;&lt;td style=";"&gt;"biography" : "Long Bio here.&amp;nbsp; Behind the scenes, and supported by a fabulous team of professionals, Pat is responsible to for the day to day operations of the practice."&amp;lt;br&amp;gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p&gt;"Pat received her certification in 1968.&amp;nbsp; She joined the practice in 1992 after a long career in the dental industry including assisting, office management and as a corporate trainer and consultant to dental offices across Canada.&amp;nbsp; A past president of the Ontario Dental Assistants Association"&amp;lt;br&amp;gt;&lt;/p&gt;&lt;p&gt;"(ODAA) Pat was awarded the honor of a life time membership for her contribution to the growth and development of the ODAA and it&amp;#8217;s members.&amp;nbsp; Pat is an avid traveler and enjoys live theatre, reading and music."&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;OR like this&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;table&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=";"&gt;&lt;/td&gt;&lt;td style=";"&gt;"biography" : "Long Bio here.&amp;nbsp; Behind the scenes, and supported by a fabulous team of professionals, Pat is responsible to for the day to day operations of the practice.&amp;lt;br&amp;gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p&gt;Pat received her certification in 1968.&amp;nbsp; She joined the practice in 1992 after a long career in the dental industry including assisting, office management and as a corporate trainer and consultant to dental offices across Canada.&amp;nbsp; A past president of the Ontario Dental Assistants Association. (ODAA) Pat was awarded the honor of a life time membership for her contribution to the growth and development of the ODAA and it&amp;#8217;s members.&amp;nbsp; Pat is an avid traveler and enjoys live theatre, reading and music."&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Neither work.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7a569b8b-ad39-4382-b47f-fb092b599c45] --&gt;</description>
      <pubDate>Fri, 24 Oct 2014 14:02:10 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6862840?tstart=0#6862840</guid>
      <dc:date>2014-10-24T14:02:10Z</dc:date>
      <clearspace:dateToText>2 weeks 6 days ago</clearspace:dateToText>
      <clearspace:replyCount>9</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Problems loading JSON into Edge Animate</title>
      <link>https://forums.adobe.com/message/6862839?tstart=0#6862839</link>
      <description>&lt;!-- [DocumentBodyStart:b7f9afbd-8a55-4482-a2dd-a5a751e6f21c] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;a class="jiveTT-hover-user jive-link-profile-small" data-containerId="-1" data-containerType="-1" data-objectId="276339" data-objectType="3" href="https://forums.adobe.com/people/resdesign"&gt;resdesign&lt;/a&gt;&amp;nbsp; like this?&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;The testing site is &lt;a class="jive-link-external-small" href="http://www.dental-asleep.ca/meet-dr-pierre-miller.html" rel="nofollow"&gt;meet-dr-pierre-miller&lt;/a&gt;&lt;/p&gt;&lt;p&gt;It's just not working.&amp;nbsp; I'm noticing odd hiccups between the frames.&amp;nbsp; I have JSON files loading in on Timeline events which are supposed to replace the thumbs and corresponding data.&amp;nbsp; If I pull out the long text blocks it works.&amp;nbsp; The last one, loads flawlessly though&amp;hellip; could it have something to do with caching the JSON?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b7f9afbd-8a55-4482-a2dd-a5a751e6f21c] --&gt;</description>
      <pubDate>Fri, 24 Oct 2014 14:00:08 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6862839?tstart=0#6862839</guid>
      <dc:date>2014-10-24T14:00:08Z</dc:date>
      <clearspace:dateToText>2 weeks 6 days ago</clearspace:dateToText>
      <clearspace:replyCount>10</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Problems loading JSON into Edge Animate</title>
      <link>https://forums.adobe.com/message/6862934?tstart=0#6862934</link>
      <description>&lt;!-- [DocumentBodyStart:7d9b6b0a-b3bb-44b8-a7ec-f222ef07ca1f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Try to use html tag between the quotes&amp;nbsp; &amp;lt;br&amp;gt; for lines, etc.. You can use any tag with class names, id names, &amp;lt;style&amp;gt; etc... within the text.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7d9b6b0a-b3bb-44b8-a7ec-f222ef07ca1f] --&gt;</description>
      <pubDate>Fri, 24 Oct 2014 13:51:27 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6862934?tstart=0#6862934</guid>
      <dc:date>2014-10-24T13:51:27Z</dc:date>
      <clearspace:dateToText>2 weeks 6 days ago</clearspace:dateToText>
      <clearspace:replyCount>11</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Problems loading JSON into Edge Animate</title>
      <link>https://forums.adobe.com/message/6862804?tstart=0#6862804</link>
      <description>&lt;!-- [DocumentBodyStart:905255e1-4c89-4fc0-9229-b06f0bef48b5] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;It has something to do with this I suspect.&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://stackoverflow.com/questions/2392766/multiline-strings-in-json" rel="nofollow"&gt;Multiline strings in JSON - Stack Overflow&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:905255e1-4c89-4fc0-9229-b06f0bef48b5] --&gt;</description>
      <pubDate>Fri, 24 Oct 2014 13:50:48 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6862804?tstart=0#6862804</guid>
      <dc:date>2014-10-24T13:50:48Z</dc:date>
      <clearspace:dateToText>2 weeks 6 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Problems loading JSON into Edge Animate</title>
      <link>https://forums.adobe.com/message/6862803?tstart=0#6862803</link>
      <description>&lt;!-- [DocumentBodyStart:ea2efe60-e91c-4efb-97fb-ce92e7d2aa58] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Why when I load a JSON file do I get this problem.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Inside the JSON File there is one object that needs to carry longer a longer text string that is going to be loaded into animate.&amp;nbsp; The loading is fine, everything is connecting correctly, the problem is the json file.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The following are two identical json blocks of code.&amp;nbsp; I ran these as tests.&amp;nbsp; The first test loads fine.&amp;nbsp; The second doesn't.&amp;nbsp; Note the last line "biography" which is supposed to carry a lot of text and won't load.&amp;nbsp; Any ideas? Is this like in xml where you have to add some syntax for longer paragraphs?&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;FIRST TEST LOADS&lt;/p&gt;&lt;p&gt;[&lt;/p&gt;&lt;p&gt;&amp;nbsp; {&lt;/p&gt;&lt;p&gt;&amp;nbsp; "image" : "images/staff/cindy.jpg",&lt;/p&gt;&lt;p&gt;&amp;nbsp; "thename" : "Cindy",&lt;/p&gt;&lt;p&gt;&amp;nbsp; "thetitle" : "Registered Nurse",&lt;/p&gt;&lt;p&gt;&amp;nbsp; "certifications" : "CDA level 2, HARP Certified-RN",&lt;/p&gt;&lt;p&gt;&amp;nbsp; "biography" : "Short information here"&lt;/p&gt;&lt;p&gt;&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;SECOND TEST IF I ADD ALL THE BIO DATA DOESN'T load&lt;/p&gt;&lt;p&gt;[&lt;/p&gt;&lt;p&gt;&amp;nbsp; {&lt;/p&gt;&lt;p&gt;&amp;nbsp; "image" : "images/staff/cindy.jpg",&lt;/p&gt;&lt;p&gt;&amp;nbsp; "thename" : "Cindy",&lt;/p&gt;&lt;p&gt;&amp;nbsp; "thetitle" : "Registered Nurse",&lt;/p&gt;&lt;p&gt;&amp;nbsp; "certifications" : "CDA level 2, HARP Certified-RN",&lt;/p&gt;&lt;p&gt;&amp;nbsp; "biography" : "Long Bio here.&amp;nbsp; Behind the scenes, and supported by a fabulous team of professionals, Pat is responsible to for the day to day operations of the practice.&lt;/p&gt;&lt;p&gt;Pat received her certification in 1968.&amp;nbsp; She joined the practice in 1992 after a long career in the dental industry including assisting, office management and as a corporate trainer and consultant to dental offices across Canada.&amp;nbsp; A past president of the Ontario Dental Assistants Association (ODAA) Pat was awarded the honor of a life time membership for her contribution to the growth and development of the ODAA and it&amp;#8217;s members.&amp;nbsp; Pat is an avid traveler and enjoys live theatre, reading and music."&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp; }&lt;/p&gt;&lt;p&gt;]&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ea2efe60-e91c-4efb-97fb-ce92e7d2aa58] --&gt;</description>
      <pubDate>Fri, 24 Oct 2014 13:47:31 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6862803?tstart=0#6862803</guid>
      <dc:date>2014-10-24T13:47:31Z</dc:date>
      <clearspace:dateToText>2 weeks 6 days ago</clearspace:dateToText>
      <clearspace:replyCount>13</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

