3 Replies Latest reply: Jul 17, 2009 4:15 AM by Full Throttle1 RSS

    HTML templates missing from Encore

    jkb242 Community Member

      Looking for the templates that are supplied with Encore for use when exporting the file that would include a background for framing the exported movie when viewed in a browser.  Are these templates not avaialbe or supplied with Encore CS4?

       

      Thanks!

        • 1. Re: HTML templates missing from Encore
          Joe Bowden Adobe Employee

          You're referring to extra HTML files with different background, right? Those should be on the installer disc, probably in a folder labeled "Extras" or "Goodies".

           

          If you meant the HTML files that are produced when you export to Flash, those are in the export folder.

          • 2. Re: HTML templates missing from Encore
            rudo_fr Community Member

            Hi,

             

            i have installer disk but i didn't found any goodies to import model into encore cs4.

            Do someone have some exemple files ? or explanations about the way to change interactiong during flash video playback. .html files, flashdvd.swf ....

            I need to change loading position during flash video playback (like timeline).

             

            Thanks.

             

            Rudo_fr

            • 3. Re: HTML templates missing from Encore
              Full Throttle1 Community Member

              HTML Templates should in the Installation disc with Functional Content (Library)

               

              You can also create HTML Templates easily and import them into Encore

               

              In following example of index.HTML file, <EncoreSWFObject> is compulsory tag, rest of the tags are optional. This will take boy.jpg (in Images folder) as background.

               

               

              <head>

              <title><EncoreSWFTitle></title>

              </head>

              <body bgcolor="#ffffff" background="Images/boy.jpg">

              <table width="100%" height="100%" border="0">

                <tr>

                  <td valign="middle"><center>

              <div style="border: 2px solid #000; width: <EncoreSWFWidth>px; height: <EncoreSWFHeight>px;">

                <EncoreSWFObject>

              </div>

              </center></td>

                </tr>

              </table>

               

              </body>

              </html>