Skip to main content
Participant
June 17, 2017
Answered

2017.5 release: html5: how to access manifest & assets

  • June 17, 2017
  • 1 reply
  • 282 views

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?

    This topic has been closed for replies.
    Correct answer daedeloth

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

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

    getLibrary

    1 reply

    daedelothAuthorCorrect answer
    Participant
    June 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