Zoze
Hi, I have this structure of JSON:   {     "Colors": [         {             "1subcolor": [                 {                     "title": "1st color",                     "description": "1st…
in Edge Animate CC
Zoze
Hi everyone!   I have a JSON file with over 200 records.   I want every record to be active button with unique actions.   The code is the below:   $.getJSON("content.json",          …
in Edge Animate CC
Zoze
With previous versions this code worked for rendering dynamic data.   $.getJSON("menu.json",   function (data) {   for (var i = 0; i < 2; i++) {   var menu =…
in Edge Animate CC
QuadrantProductions
//method dynamically loads JSON file with all items and iterates them on stage   $.getJSON('staffnames.json', function(data){   for(var i=0; i<data.length; i++)   {   var s =…
in Edge Animate CC
Zoze
Hi,   I have a project that took too long in order to load. The preloader is fast, but when the composition is starting to load it takes very long time.   I have a lot of json files with images.…
in Edge Animate CC
Zoze
Hi Guys,   I am trying to build a dynamic menu with JSON file but I have some issues.   i) It doesn't load the JSON file correctly. It skips some of the records. ii) If I place the code on stage->…
in Edge Animate CC