Quantcast
Channel: Adobe Community: Message List
Viewing all articles
Browse latest Browse all 87530

Re: How to have projectname_edge.js in a subfolder? (not in the same folder as the project file)

$
0
0

Yes, you can do that using htmlRoot parameter. Suppose you have put that file inside folder "script", then you will have to add an optional parameter manually in the script tag inside .html page like below:

    <script>

          AdobeEdge.loadComposition('htmlRoot', 'EDGE-902451511', {

              scaleToFit: "none",

              centerStage: "none",

              minW: "0",

              maxW: "undefined",

              width: "550px",

              height: "400px",

              htmlRoot: "script/"

          }, {"dom":{}}, {"dom":{}});

    </script>

 

hth,

Vivekuma


Viewing all articles
Browse latest Browse all 87530

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>