-
1. Re: HTML templates missing from Encore
Joe Bowden Jun 14, 2009 8:51 AM (in response to jkb242)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 Jun 19, 2009 8:21 AM (in response to Joe Bowden)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 Jul 17, 2009 4:15 AM (in response to jkb242)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>



