Skip navigation
Currently Being Moderated

Problems publishing with CreateJS

May 12, 2012 8:20 AM

I have installed Adobe Web/Design CS6, and downloaded and installed the CreateJS extension for Flash CS6. The problem is, when I publish I just get a blank HTML page. I even downloaded the Platypus example game, and even without changing a single thing in the Flash source file, on publishing  sure enough it turns that into a blank HTML page also.

 

Is there something wrong with the installation or something else?

 
Replies
  • Currently Being Moderated
    May 13, 2012 10:55 PM   in reply to Unakuwana-Matata

    Hi ,

     

    You can check these link to fix the above problem :

     

    http://www.adobe.com/devnet/createjs/articles/getting-started.html

     

    http://www.adobe.com/devnet/createjs/articles/using-flash-pro-toolkit- createjs.html

     

    Let me know if you are still facing any issues.

     

    Thanks and regards,

    Sudeshna Sarkar

    Adobe Flash Professional Team.

     
    |
    Mark as:
  • Currently Being Moderated
    May 13, 2012 11:03 PM   in reply to Unakuwana-Matata

    Hello,

     

    Does your Flash application include Action Script code? If so, you should know that Toolkit for CreateJS does not convert Action Script code to JavaScript (HTM5). However, Toolkit for CreateJS supports conversion of Flash assets to HTML5 and you can follow the articles posted in Sudeshna's reply to for more information.

     

    Please let us know if you have more questions.

     

    Thanks,

    Suhas Yogin

     
    |
    Mark as:
  • Currently Being Moderated
    May 13, 2012 11:14 PM   in reply to Unakuwana-Matata

    Thanks, David. Could you please post your FLA? We will test it and get back to you.

     

    Thanks,
    Suhas Yogin

     
    |
    Mark as:
  • Currently Being Moderated
    May 30, 2012 11:26 PM   in reply to Unakuwana-Matata

    Hi David,

     

    Thank you for your patience, first of all. And pardon the delayed response.

     

    I have begun investigating this and will write to you in a jiffy.

     

    Regards,

    Suhas Yogin

     
    |
    Mark as:
  • Currently Being Moderated
    May 31, 2012 2:27 AM   in reply to Unakuwana-Matata

    Hi,

     

    Do you see this problem on all browsers. I can see the same fla publish and work fine on Firefox 12.0 and Google Chrome. However the blank page issues is seen on IE8 browsers.

     

    Works fine on IE9 browser too. So looks like this is a problem with webkit on IE8 which does not support this feature.

     

    regards,

    Sujai

     
    |
    Mark as:
  • Currently Being Moderated
    May 31, 2012 2:55 AM   in reply to Unakuwana-Matata

    I did take the modified file and it worked fine except on IE8.

     

    Looks like you have made some changes to the settings in the Toolkit for CreateJS Panel. Can you reset to the default which has all the checkboxes in the panel checked

     

    -Sujai

     
    |
    Mark as:
  • Currently Being Moderated
    May 31, 2012 5:54 AM   in reply to Unakuwana-Matata

    Hi,

     

    This is a known issue with Safari on Windows. You have to install the latest version of QuickTime for HTML5 content to render on Safari (Windows) correctly. Just to ascertain, please see the image below.

     

    Safari on Windows.png

     

    Please try installing Quiktime, restart your machine immediately for the installation to take effect, and try viewing the HTML output of the Platypus game on Safari. Please let us know if it worked.

     

    Regards,

    Suhas Yogin

     
    |
    Mark as:
  • Currently Being Moderated
    Jun 1, 2012 2:00 AM   in reply to Unakuwana-Matata

    Hi David,

     

    It's probably the first time we've encountered such an issue. Your source FLA files seemed to produce the output, but the published HTML file wouldn't work.

     

    This calls for a deeper investigation, and we are on it - will keep you posted about the same.

     

    Regards,

    Suhas Yogin

     
    |
    Mark as:
  • Currently Being Moderated
    Jun 1, 2012 4:25 AM   in reply to Unakuwana-Matata

    HI  ,

    I checked your PNG's it looks like you are uising Toolkit for CreateJS version 0.3.20 , where as the latest is  1.0.417 , Can you please use the latest Toolkit for CreateJS build.

     

     

    Also i compared the HTML files from Compiled folder and Original folder , it looks like there is subtle difference between both of them .

    Highiliting the differences below .

    Compiled Clip :

    <script src="libs/easel.js"></script>

    <script src="libs/Tween.js"></script>

    <script src="libs/Timeline.js"></script>

    <script src="libs/Ease.js"></script>

    <script src="libs/MovieClip.js"></script>

    <script src="libs/preload.js"></script>

    <script src="libs/sound.js"></script>

    <script src="PlatypusGame.js"></script>

     

    Original :

    <script src="libs/easeljs-0.4.1.min.js"></script>

    <script src="libs/tweenjs-0.2.0.min.js"></script>

    <script src="libs/movieclip-0.4.1.min.js"></script>

    <script src="libs/preloadjs-0.1.0.min.js"></script>

    <script src="libs/soundjs-0.2.0.min.js"></script>

     

    When i agian compared easel.js ( included in your Published HTML file) and easeljs-0.4.1.min.js ( included  inOriginal HTML file) , it has many differneces .

    So it seems HTML file generated is been altered.

     

    Let me know if this helps.

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points