Gossamer Forum
Home : General : Internet Technologies :

Flash in html templates

Quote Reply
Flash in html templates
Hi,
I'm trying to incorporate some flash into my html templates (GT products) but can't get it to work.
Has anyone done this?
I downloaded a sample flash template from TemplateMonster to see if I could get it working before I buy anything.
If I upload all the files to my public directory and call them up there is no problem but when I try to incorporate them within my GT product html templates it doesn't work. I guess this is because the GT templates are not in a public directory (e.g my cgi directory). I have tried using -
<%include /path/to/my/public/dir/flash.html%>
to call up the files from my public directory but it still doesn't work.
I'm sure the problem is something to do with were my files are located and would appreciate it if some could explain which files go where when incorporating flash with GT products (e.g. Can I put swf files and image files in my template directory? etc).
Any help would be most welcomed.
Thanks.

PS the flash template I downloaded includes the following index.html file -

<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body style="padding:0;margin:0;background-repeat:repeat-y" background="images/bg.gif">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="769" height="599">
<param name="movie" value="leonardo34_main.swf">
<param name="quality" value="high">
<embed src="leonardo34_main.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="769" height="599"></embed>
</object>
</body>
</html>
Subject Author Views Date
Thread Flash in html templates jai 10514 May 18, 2005, 4:49 PM
Thread Re: [jai] Flash in html templates
HyperTherm 10232 May 19, 2005, 8:30 AM
Thread Re: [HyperTherm] Flash in html templates
jai 10194 May 19, 2005, 4:19 PM
Thread Re: [jai] Flash in html templates
HyperTherm 10207 May 20, 2005, 4:19 AM
Thread Re: [HyperTherm] Flash in html templates
jai 10217 May 20, 2005, 5:16 AM
Thread Re: [jai] Flash in html templates
HyperTherm 10186 May 20, 2005, 1:37 PM
Thread Re: [HyperTherm] Flash in html templates
jai 10133 Jun 9, 2005, 12:31 AM
Post Re: [jai] Flash in html templates
jai 10175 Jun 9, 2005, 7:57 AM
Thread Re: [jai] Flash in html templates
HyperTherm 10138 Jun 9, 2005, 1:09 PM
Thread Re: [HyperTherm] Flash in html templates
jai 10118 Jun 9, 2005, 4:00 PM
Post Re: [jai] Flash in html templates
jai 10133 Jun 17, 2005, 5:18 AM