Animate CC HTML5 - Load image from url into movie clip
Simply put, when a frame is jumped to, it contains this code:
this.p_Image.children[0].image.src = "http://website.com/image.jpg";
My Movie Clip's instance name is "p_Image", it contains a placeholder bitmap within it and nothing else. It is a layout element which needs to display a specific image depending on which frame is currently displayed.
the console error I get is:
Cannot read property 'children' of undefined
What is not defined here? Shouldn't this be a very simple?
Any insight would be helpful, thanks!
