Skip to main content
Participant
March 19, 2017
Answered

Created html file doesn't display in browser

  • March 19, 2017
  • 3 replies
  • 2312 views

Hey guys! I have a problem with the html file that is created out of Fla-file via publishing.

I have a Fla-file (html canvas ) with the interactive graphics that i created.When I export it in swf-file, browser opens it and all the interactivity works. Then I want to turn it into html -page, I use "publish" command and the programm generates it. But when I open this html in my browser - I see just white page with no content. I wonder what the problem is here?

    This topic has been closed for replies.
    Correct answer kglad

    you failed to convert your actionscript to javascript/createjs.

    3 replies

    SLLearningCenter
    Participant
    August 27, 2017

    When I convert fla to html canvas. The report says like this.

    "

    Sorry these are blocked because of keyword policy. So I ...

    "

    You shall know while copying layer to html5 canvas document.

    How those unsupporting things to be overcome?

    With different version(I use CC animate to publish fla file) is it possible to support those 9Slice, Dynamic Text things(9Slice is not supported in conversioning fla to html5 canvas, Dynamic Text's some parts are not supported in conversioning to html5 canvas) ? I tried this, copying layer in fla to html5 canvas.

    If any other version of flash tool than CC animate can be available to converse this fla to html5 canvas, would you introduce it to me?

    Here I put the google share link in here. Wondering and expecting anybody find solution to my question.

    Better yet if you advise me anything about my problem.

    https://drive.google.com/drive/folders/0B0czfyQ4JuLtV19KUzdMa2tUQUU?usp=sharing

    Thank you in advance.Creative Pipeline: The ACP Blog​ !

    We may well go to the moon but that's not very far the greatest distance still lies within us (Winston Churcill)
    Colin Holgate
    Inspiring
    August 27, 2017

    9-sclice scaling isn't in the standard CreateJS, but someone added the feature as a separate file. I haven't looked into this, so I don't know more about it.

    Read this discussion:

    Added Scale3Bitmap and Scale9Bitmap display objects by joshtynjala · Pull Request #281 · CreateJS/EaselJS · GitHub

    SLLearningCenter
    Participant
    October 4, 2017

    Thanks. And sorry for my late reply.

    Thank you!!!

    We may well go to the moon but that's not very far the greatest distance still lies within us (Winston Churcill)
    Participant
    March 21, 2017

    Ok) So,  should I rewrite my code in JavaScript/createjs? Or is there another way to convert it?

    kglad
    Community Expert
    Community Expert
    March 21, 2017

    rewrite your code.

    Participant
    March 21, 2017

    Thank you,  kglad!

    kglad
    Community Expert
    kgladCommunity ExpertCorrect answer
    Community Expert
    March 19, 2017

    you failed to convert your actionscript to javascript/createjs.