Welcome to Geeklog, Anonymous Saturday, December 21 2024 @ 09:29 pm EST
Geeklog Forums
can i put swf flash file instead of header logo
Status: offline
garfy
Forum User
Full Member
Registered: 01/02/05
Posts: 437
Location:EU
<td class="sitebanner-left"><a href="{site_url}"><img src="{layout_url}/images/logo.swf" border="0" alt="Bad "><!-- {site_name} --></a></td>
<td class="sitebanner-right">
<form action="{site_url}/search.php" method="get">
<input type="text" name="query" class="menusearch" size="20" maxlength="255">&nbsp;&nbsp;
<input type="submit" value="{button_search}">
<input type="hidden" name="type" value="all">
<input type="hidden" name="mode" value="search">
</form>
I chengaed in layout header from logo.gif to logo.swf and copy swf to images folder but still there is no flash
do i have to do something else
<td class="sitebanner-right">
<form action="{site_url}/search.php" method="get">
<input type="text" name="query" class="menusearch" size="20" maxlength="255">&nbsp;&nbsp;
<input type="submit" value="{button_search}">
<input type="hidden" name="type" value="all">
<input type="hidden" name="mode" value="search">
</form>
I chengaed in layout header from logo.gif to logo.swf and copy swf to images folder but still there is no flash
do i have to do something else
13
14
Quote
Status: offline
ScurvyDawg
Forum User
Full Member
Registered: 11/06/02
Posts: 523
Ummm
This is a form but I do not see an object tag.
Was it stripped out?
I use a flash logo on my site without issue but it is embedded with an object tag.
I hope that helps.
This is a form but I do not see an object tag.
Was it stripped out?
I use a flash logo on my site without issue but it is embedded with an object tag.
I hope that helps.
5
13
Quote
Status: offline
ScurvyDawg
Forum User
Full Member
Registered: 11/06/02
Posts: 523
something like this
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
WIDTH="400" HEIGHT="84" id="leftlogo_dawg" ALIGN="left">
<PARAM NAME=movie VALUE="http://scurvydawg.com/leftlogo_dawg.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#F2FAF6> <EMBED src="http://scurvydawg.com/leftlogo_dawg.swf" quality=high bgcolor=#F2FAF6 WIDTH="400" HEIGHT="84" NAME="leftlogo_dawg" ALIGN="left"
TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>
</OBJECT>
Text Formatted Code
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
WIDTH="400" HEIGHT="84" id="leftlogo_dawg" ALIGN="left">
<PARAM NAME=movie VALUE="http://scurvydawg.com/leftlogo_dawg.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#F2FAF6> <EMBED src="http://scurvydawg.com/leftlogo_dawg.swf" quality=high bgcolor=#F2FAF6 WIDTH="400" HEIGHT="84" NAME="leftlogo_dawg" ALIGN="left"
TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>
</OBJECT>
8
9
Quote
Status: offline
garfy
Forum User
Full Member
Registered: 01/02/05
Posts: 437
Location:EU
Quote by ScurvyDawg: something like this
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
WIDTH="400" HEIGHT="84" id="leftlogo_dawg" ALIGN="left">
<PARAM NAME=movie VALUE="http://scurvydawg.com/leftlogo_dawg.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#F2FAF6> <EMBED src="http://scurvydawg.com/leftlogo_dawg.swf" quality=high bgcolor=#F2FAF6 WIDTH="400" HEIGHT="84" NAME="leftlogo_dawg" ALIGN="left"
TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>
</OBJECT>
Text Formatted Code
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
WIDTH="400" HEIGHT="84" id="leftlogo_dawg" ALIGN="left">
<PARAM NAME=movie VALUE="http://scurvydawg.com/leftlogo_dawg.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#F2FAF6> <EMBED src="http://scurvydawg.com/leftlogo_dawg.swf" quality=high bgcolor=#F2FAF6 WIDTH="400" HEIGHT="84" NAME="leftlogo_dawg" ALIGN="left"
TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>
</OBJECT>
should i put this code in header and where to put the link to swf?
11
7
Quote
Garfy,
Read the object tag.
There are obvious areas where you will need to put in paths to your SWF file and such.
Yes, this goes in your header.thtml where you would normally have your img tag I guess.
The three things I see you may have to edit are ..... there may be more but these are the ones that are very obvious and should require no explanation.
WIDTH="400" HEIGHT="84" id="leftlogo_dawg" ALIGN="left"
VALUE="http://scurvydawg.com/leftlogo_dawg.swf"
src="http://scurvydawg.com/leftlogo_dawg.swf" quality=high bgcolor=#F2FAF6 WIDTH="400" HEIGHT="84" NAME="leftlogo_dawg" ALIGN="left"
I cannot do this for you, you have to read it and make it work for you there are very obvious things that need to be changed and if you actually read what I have given you, you would not have asked this question.
Read the object tag.
There are obvious areas where you will need to put in paths to your SWF file and such.
Yes, this goes in your header.thtml where you would normally have your img tag I guess.
The three things I see you may have to edit are ..... there may be more but these are the ones that are very obvious and should require no explanation.
WIDTH="400" HEIGHT="84" id="leftlogo_dawg" ALIGN="left"
VALUE="http://scurvydawg.com/leftlogo_dawg.swf"
src="http://scurvydawg.com/leftlogo_dawg.swf" quality=high bgcolor=#F2FAF6 WIDTH="400" HEIGHT="84" NAME="leftlogo_dawg" ALIGN="left"
I cannot do this for you, you have to read it and make it work for you there are very obvious things that need to be changed and if you actually read what I have given you, you would not have asked this question.
11
8
Quote
deklan
Anonymous
Thanks Dawg!
11
14
Quote
All times are EST. The time is now 09:29 pm.
- Normal Topic
- Sticky Topic
- Locked Topic
- New Post
- Sticky Topic W/ New Post
- Locked Topic W/ New Post
- View Anonymous Posts
- Able to post
- Filtered HTML Allowed
- Censored Content