• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

2017.5 release: html5: how to access manifest & assets

New Here ,
Jun 17, 2017 Jun 17, 2017

Copy link to clipboard

Copied

Hi,

I noticed the publish action for html5 canvas apps was changed rather drastically.

I am using the exported assets in a rather complex createjs application, combining multiple assets into one project.

The current exports are not compatible with my setup and I don't seem to be able to fetch the manifest from the exported libraries.

The "Symbols" namespace in "Advanced" seems to be pointless now, since that namespace is nowhere to be found in the exported file.

Can someone point me in the right direction?

Views

216

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

New Here , Jun 17, 2017 Jun 17, 2017

Ended up finding "getLibrary()" which seems to return what I need.

Had to change my whole preloader to get it to work though...

getLibrary

Votes

Translate

Translate
New Here ,
Jun 17, 2017 Jun 17, 2017

Copy link to clipboard

Copied

LATEST

Ended up finding "getLibrary()" which seems to return what I need.

Had to change my whole preloader to get it to work though...

getLibrary

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines