-
AuthorPosts
-
January 31, 2009 at 3:09 pm #137683
Hi,
How put the flash in position header, please see Attach File
This is my code of flash
<!--Valid flash version 8.0-->
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,24"
width="781" height="401">
<param name="movie" value="header_v8.swf?button=4" />
<param name="quality" value="high" />
<param name="menu" value="false" />
<!--> <-->
<object data="header_v8.swf?button=4"
width="781" height="401" type="application/x-shockwave-flash">
<param name="quality" value="high" />
<param name="menu" value="false" />
<param name="pluginurl" value="http://www.macromedia.com/go/getflashplayer" />
ERROR, YOU NEED FLASH
</object>
<!--> <!-->
</object>—
Best regards
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
February 5, 2009 at 8:59 am #289656Hi biznes24,
Please open index.php file in templates/ja_sanidineii_light folder, at about line 114, find following code:
<h1 class="logo">
<a href="index.php" title="<?php echo $siteName; ?>"><span><?php echo $siteName; ?></span></a>
</h1>and change to:
<h1 class="logo">
<!--Valid flash version 8.0-->
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,24"
width="781" height="401">
<param name="movie" value="header_v8.swf?button=4" />
<param name="quality" value="high" />
<param name="menu" value="false" />
<!--> <-->
<object data="header_v8.swf?button=4"
width="781" height="401" type="application/x-shockwave-flash">
<param name="quality" value="high" />
<param name="menu" value="false" />
<param name="pluginurl" value="http://www.macromedia.com/go/getflashplayer" />
ERROR, YOU NEED FLASH
</object>
<!--> <!-->
</object>
</h1>+ Open template.css file in templates/ja_sanidineii_light/css folder, at about line 892, find following code:
h1.logo a {
background:transparent url(../images/logo.png) no-repeat scroll center center;
display:block;
height:70px;
width:330px;
}
and change to:h1.logo a {
background:transparent url(../images/logo.png) no-repeat scroll center center;
display:block;
height:70px;
width:100%;
}
Hope it helps.
1 user says Thank You to JA Developer for this useful post
February 13, 2009 at 1:53 pm #291111Thank You For Your Answers and Help.
AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 2 voices, and was last updated by biznes24 15 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Flash in Header
Viewing 3 posts - 1 through 3 (of 3 total)