CreateJS / TweenJS

A simple but powerful tweening / animation library for Javascript. Part of the CreateJS suite of libraries.
http://createjs.com/
MIT License
3.56k stars 966 forks source link

Runs only in Firefox local (not working on server) #32

Closed Eika closed 10 years ago

Eika commented 10 years ago

Hello, i have an issue with Firefox. The demos (createJS) and local testing works well. For some reason it doesn't work from server (online).

I don't have this problem on other browsers, even when the files are on the server.

test page: http://getont.de/intro/index.html

It would be nice if somebody can help!

Eika

Eika commented 10 years ago

The problem is solved! I updated the SoundJS. Now I get the 0.5.0. (before soundjs-0.4.0.min.js)

lannymcnie commented 10 years ago

0.5.1 has a critical fix for Firefox 25. Its not currently available on the CDN, but you can get it in GitHub.

On Fri, Nov 29, 2013 at 12:02 PM, Eika notifications@github.com wrote:

The problem is solved! I updated the SoundJS. Now I get the 0.5.0. (before soundjs-0.4.0.min.js)

— Reply to this email directly or view it on GitHubhttps://github.com/CreateJS/TweenJS/issues/32#issuecomment-29532631 .


Lanny McNie

Eika commented 10 years ago

Now I got it. Thanks.