Jump to content
Search Community

jlubeck

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by jlubeck

  1. Wow.... so stupid of me... I had another script that had this line:

    if (!createjs.Sound.initializeDefaultPlugins()) { return; }
    

    IE8 fails to initializeDefaultPlugins so it returns, hence, nothing below that gets executed... GENIOUS :P

    Thanks for your help!

    • Like 2
  2. Aha! You were right. I removed a lot of things, and autoAlha that is working... Haven't pinpointed the problem yet, but at least it's not your fault :D

     

    Do you want me to come back with where was the problem?

    • Like 1
  3. Thanks for your reply!

    I removed the php thing (my bad) and all other traces of php that were left, and also implemented the set method, but it still doesn't work.

     

    Any other ideas?

  4. Hi, I'm using TweenMax in my site, and it's working great in Chrome and Firefox, but not in IE8.

     

    I'm using the following code to initialize some elements to alpha 0:

    TweenLite.to('#notifications_dropdown',0, {autoAlpha:0});
    TweenLite.to('#black',0, {autoAlpha:0});
    TweenLite.to('#modal',0, {autoAlpha:0});
    

    But on IE8 they are still being shown. And there are no errors in the console.

     

    The code is being ran inside a $( document ).ready( function() and the version of jquery is 1.9.1

     

    Any ideas?

     

    Here is the site in case you want to look at the full code:

    https://testing.fyrastudio.com/lab/tweetrace_wip/indexFlash.html

     

    Thanks!

×
×
  • Create New...