Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • jasgrif1123 Friend
    #140647

    HI All,

    How do I set a flash header for my main index page but have the default static header images for all other pages. I dont want the flash header to repeat on all the pages.

    Thanks
    J

    nguyenhuu quang Friend
    #302702

    send your live site pls.

    jasgrif1123 Friend
    #302717

    The site is http://www.net-working.ie/joomla (still in development)

    nguyenhuu quang Friend
    #302756

    need to creat new module positon and put your flash files, show fontpage only.

    jasgrif1123 Friend
    #302802

    I Created a New Module Position called “flashbanner”

    I updated my index.php with the following

    <div id=”flashbanner”>
    <jdoc:include type=”modules” name=”flashbanner” style=”xhtml” />
    </div>

    Is this correct? Can I just add my flash code directly under 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=731 HEIGHT=200>
    <PARAM NAME=movie VALUE=”Movie3.swf”>
    <PARAM NAME=menu VALUE=false>
    <PARAM NAME=quality VALUE=high>
    <PARAM NAME=wmode VALUE=opaque>
    <PARAM NAME=scale VALUE=noscale>
    <EMBED src=http://www.net-working.ie/joomla/templates/ja_mageia/images/Movie3.swf menu=false quality=high wmode=opaque
    scale=noscale WIDTH=731 HEIGHT=200 TYPE=”application/x-shockwave-flash”
    PLUGINSPAGE=”http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash”>
    </EMBED>
    </OBJECT>

    I also edited templateDetails.xml to include the flashbanner position.

    Finally I updated my template_css.css but I think this is where it went horribly wrong as it really messes up my template.

    Can someone point me in the correct direction or the code including css I need to get my Movie3.swf to appear on my front page only. This movie will need to replace the header on the front page only.

    Thanks
    J

    nguyenhuu quang Friend
    #302840

    1. creat news position
    2. use component banner art plus.

    jasgrif1123 Friend
    #302887

    THis doesn’t work that good for Joomla 1.5

    jasgrif1123 Friend
    #302891

    OK I’m nearly there. I created a new position called flashbanner I then installed Flash module and used this to publish my swf file to this position and display on the Home only. But now I’m having a different issue.

    My frontpage looks ok, but if I click on any of my links on the left by breadcrumbs module moves?
    Also my site looks awful with IE?
    My top menu doesn’t drop down?

    Here is my code entry in my index.php
    <!– BEGIN: HEADER –>
    <div id=”ja-headerwrap” class=”clearfix”>
    <div id=”ja-header” style=”background: url(templates/<?php echo $JAconfig->template.”/images/header/”. $JAconfig->ja_color .”/”. $ja_header_img;?>) no-repeat top right;”>
    <div id=”ja-newsflash”>
    <jdoc:include type=”modules” name=”user5″ style=”xhtml” />
    </div>
    <div id=”flashbanner”>
    <!<jdoc:include type=”modules” name=”flashbanner” style=”xhtml” />
    <div id=”ja-pathwaywrap” class=”clearfix”>

    <?php if($this->countModules(‘user4’)) : ?>
    <div id=”ja-searchwrap”>
    <div id=”ja-search”>
    <jdoc:include type=”modules” name=”user4″ style=”xhtml” />
    </div>
    </div>
    <?php endif; ?>
    <div id=”ja-pathway”>
    <div id=”ja-usertoolswrap”>
    <div id=”ja-usertools”>
    <?php if($supported_browsers) $tempTools->genToolMenu(1); else $tempTools->genToolMenu_ie6(1); ?>
    <?php if($supported_browsers) $tempTools->genToolMenu(2); else $tempTools->genToolMenu_ie6(2); ?>
    <?php //if($JAconfig->ja_tool & 1) $tempTools->genToolMenu(1); ?>
    <?php //if($JAconfig->ja_tool & 2) $tempTools->genToolMenu(2); ?>
    </div>
    </div>
    <?php if ($this->countModules(‘breadcrumb’)) { ?>
    <jdoc:include type=”modules” name=”breadcrumb” style=”xthml” />
    <?php } ?>
    </div>
    </div>
    </div>
    </div>
    <!– END: HEADER –>

    Here is my code entry in my css

    #flashbanner {
    float: right;
    margin: 0;
    padding: 0;

    }

    Any help is greatly appreicated

    Thanks
    J

    jasgrif1123 Friend
    #303060

    I’m still having issues with this. I cant align the flashbanner over the header image on the front page. Is this possible. Please help! My site is http://www.net-working.ie/joomla.

    Thanks
    J

Viewing 9 posts - 1 through 9 (of 9 total)

This topic contains 9 replies, has 2 voices, and was last updated by  jasgrif1123 15 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum