-
1. Re: Can't find the HTML templates in Encore for use with Flash output
rudo_fr Jun 19, 2009 8:15 AM (in response to jkb242)Hello,
Could someone give us .html or flashdvd.swf exemple file to have other type of interaction with flash output during playback? or some explanations?
i'm not flash specialist but i would like change interface during video playback (change loading position with timeline during playback for exemple).
thanks,
rudo_fr
-
2. Re: Can't find the HTML templates in Encore for use with Flash output
rudo_fr Jun 25, 2009 7:14 AM (in response to jkb242)Allo ! no news? how can we talk about this problem with adobe support ?
-
3. Re: Can't find the HTML templates in Encore for use with Flash output
rudo_fr Jun 25, 2009 2:16 PM (in response to jkb242)ok i found original template folder, but it's not interresting, it's always the same player with only some backround .jpg files....
Nothing about how we can change or transform flashdvd.swf...... i think we need to view flashswf.fla file to better understand.
i will try to found something about.
rudo_fr.
-
4. Re: Can't find the HTML templates in Encore for use with Flash output
Full Throttle1 Jul 17, 2009 4:10 AM (in response to jkb242)Its easy to write HTML templates. If you have an image that you want to use as Template, create an index.html file with <encoreswfobject> tag in it. This tag will be replaced by the SWF code.
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>

