0 Replies Latest reply: Dec 16, 2009 12:04 AM by KStreetStudio RSS

    Two Flash export errors

    KStreetStudio Community Member

      I've only recently started using Encore and am enjoying it so far.  The slide show feature appears to be a bit buggy, but the Flash export feature looked interesting so I gave that a try.  Creating the flash export was easy, but there were two errors in the code it generates.

       

      In index.htm I had to edit the parts shown the bold in the line-

       

      Original:

      <div style="border: 4px solid #000; width: 640px; height: 480px;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="960" height="540" id="flashdvd" align="middle">

       

      Changed:

      <div style="border: 4px solid #000; width: 960px; height: 540px;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="960" height="540" id="flashdvd" align="middle">

       

      I was exporting as a 960x540 video.  Before the change the video was displayed right of center.  After, it was centered.  In the preview of the template the video was centered.

       

      Also, the three png files in the Sources folder had to be renamed to remove the space in the file name.  I was not able to upload those files to my web server.  I had to change the references to those files in the AuthoredContent.xml file.

       

      Anyway, you may have the same problem, and maye the right people will see this and fix it.