<div dir="ltr">Thank you for your answer.<div><br></div><div>In fact, I develop the activity and preview it from inside Brackets IDE. Previews are shown inside a Chrome browser.</div><div>So, when previewing from Brackets IDE, we can say that I am viewing it locally, in a browser, though it uses a kind of server (adress is for example : <a href="http://127.0.0.1:39643/index.html">http://127.0.0.1:39643/index.html</a>).</div>
<div><br></div><div>But I've also tested under osbuild (with run option), but the image does not appear neither.</div><div><br></div><div>For the links, I am using relative paths.</div><div>The repository LearnChess (<a href="https://git.sugarlabs.org/learnchess/learnchess_web/commits/master">LearnChess</a>) is up to date : I haven't done any change locally since.</div>
<div><br></div><div>Regards.</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-01-27 Manuel Quiñones <span dir="ltr"><<a href="mailto:manuq@laptop.org" target="_blank">manuq@laptop.org</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">2014-01-27 laurent bernabe <<a href="mailto:laurent.bernabe@gmail.com">laurent.bernabe@gmail.com</a>>:<br>
> Hello everyone,<br>
><br>
> I am using EaselJS and PreloadJS in one of my web activities (LearnChess) in<br>
> order to manage pictures inside a canvas. But I don't manage to show png<br>
> files.<br>
<br>
How are you trying?<br>
<br>
> According to this post : createjs_forum it can't be done locally without<br>
> launching a server like lampp, because CreateJS libraries rely on XHR.<br>
><br>
> So does this mean that CreateJS is not well suited for Sugar ?<br>
<br>
No.  Sugar serves the files correctly.  Chances are:<br>
<br>
1. you are trying your activity locally, directly in a browser from<br>
file://...index.html<br>
2. you have added links to file://.../image.png<br>
<br>
If 1. run your activity from Sugar, or use a local server like "python<br>
-m SimpleHTTPServer"<br>
If 2. use relative paths to link your images<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
.. manuq ..<br>
</font></span></blockquote></div><br></div>