Hi,
1. Open "page.tpl.php" in the themes/bluemarine folder.

2. Replace
<tr>
   <td id="logo">
     <?php if ($logo) { ?><a href="<?php print $front_page ?>" title="<?php
print t('Home') ?>"><img src="<?php print $logo ?>" alt="<?php print
t('Home') ?>" /></a><?php } ?>
     <?php if ($site_name) { ?><h1 class='site-name'><a href="<?php print
$front_page ?>" title="<?php print t('Home') ?>"><?php print $site_name
?></a></h1><?php } ?>
     <?php if ($site_slogan) { ?><div class='site-slogan'><?php print
$site_slogan ?></div><?php } ?>
   </td>
   <td id="menu">
     <?php if (isset($secondary_links)) { ?><?php print theme('links',
$secondary_links, array('class' => 'links', 'id' => 'subnavlist')) ?><?php }
?>
     <?php if (isset($primary_links)) { ?><?php print theme('links',
$primary_links, array('class' => 'links', 'id' => 'navlist')) ?><?php } ?>
     <?php print $search_box ?>
   </td>
</tr>
with
<tr>
   <td id="logo">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0";

width="995" height="200">
                 <param name="movie" value="/themes/bluemarine/flash.swf">
                 <param name="quality" value="high" >
                 <embed src="/themes/bluemarine/flash.swf" quality="high"
pluginspage="
http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash";
type="application/x-shockwave-flash" width="209" height="106">
</embed>
</object>
</td></tr><tr>
</td>
   <td id="menu">
     <?php if (isset($secondary_links)) { ?><?php print theme('links',
$secondary_links, array('class' => 'links', 'id' => 'subnavlist')) ?><?php }
?>
     <?php if (isset($primary_links)) { ?><?php print theme('links',
$primary_links, array('class' => 'links', 'id' => 'navlist')) ?><?php } ?>
     <?php print $search_box ?>
   </td>
</tr>

3.Paste flash.swf in themes/bluemarine folder.

4.Change the theme to "bluemarine"

Note: It is not a good practice to hack the code in core files. If you have
good knowledge in Drupal, create a new folder
"sites/all/themes/new_bluemarines" and edit the "new_bluemarines" folder as
specified.


On Tue, Jul 28, 2009 at 1:02 PM, Yadu Rajiv <yadura...@gmail.com> wrote:
>
> If its embedding flash in your content then you can try this module -
> http://drupal.org/project/swftools if its about embedding flash in
> your design, either mess with the template directly or you can try the
> above as well..
>
> On Tue, Jul 28, 2009 at 12:54 PM, Aneesh A<aneesh...@gmail.com> wrote:
> > I am using default theme. slightly modified colours.
> >
> > also it is in drupal 6.
> >
> > how to embed flash??
> >
> > On Mon, Jul 27, 2009 at 3:44 PM, Niju <niju...@gmail.com> wrote:
> >>
> >> Is your new website in Drupal 6?  Please tell the "Theme" name..
> >>
> >> On Mon, Jul 27, 2009 at 1:12 PM, Aneesh A <aneesh...@gmail.com> wrote:
> >>>
> >>> No i haven't uploaded site. I just need to transfer that site to
drupal
> >>>
> >>
> >>
> >>
> >> --
> >> Thanks,
> >> Niju
> >>
> >>
> >>
> >
> >
> >
> > --
> > Call me:
> >
> > +91 903 755 72 73
> >
> > For all hardware and software services, Computer assembling, Software
> > Installation etc.
> >
> > Visit my blog
> >
> > http://xtenders.blogspot.com/
> >
> > Earn money free:
> >
> >
http://www.rupeemail.in/rupeemail/invite.do?in=MTY0NTQxJSMlaHlzaUt4V29EVkJVNFNxdTYwYWt0MzVDTw==
> >
> > http://www.inboxdollars.com/?r=ref4064290
> >
> > >
> >
>
> >



--
Cheers,
Niju

--~--~---------~--~----~------------~-------~--~----~
"Freedom is the only law". 
"Freedom Unplugged"
http://www.ilug-tvm.org

You received this message because you are subscribed to the Google
Groups "ilug-tvm" group.
To post to this group, send email to ilug-tvm@googlegroups.com
To unsubscribe from this group, send email to
ilug-tvm-unsubscr...@googlegroups.com

For details visit the website: www.ilug-tvm.org or the google group page: 
http://groups.google.com/group/ilug-tvm?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to