Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • jtcobra Friend
    #123486

    Hi, I’m a newby so … maybe this question is obvious but for me it is not. I want to put a flash file (swf) in the header instead of the images, or maybe added to the random images. How can I do that? thanks in advance for your help.

    Mauro:)

    Khanh Le Moderator
    #231780

    The header images in this template is loaded randomly. You could add more header images to folder: templates/ja_iris/images/headers/. Those images will be loaded automatically and randomly.

    jtcobra Friend
    #231853

    Hi,
    thanks for your reply. But what I need to do is to put a flash movie instead fo the pictures. I just wanted to know how to do it since I have a nice flash movie has header but if it is impossible is ok.
    Thanks again

    blackmerlin Friend
    #232607

    It is possible but the Script it selfs loads only Images at the moment. I’am searching for a solution too.

    Menalto Friend
    #232608

    <em>@jtcobra 30803 wrote:</em><blockquote>Hi,
    thanks for your reply. But what I need to do is to put a flash movie instead fo the pictures. I just wanted to know how to do it since I have a nice flash movie has header but if it is impossible is ok.
    Thanks again</blockquote>

    Have you done any modifications to the template yet or is it original?
    Should you show it on all pages??

    cms_rulez Friend
    #233038

    Is there anyway to embed a flash swf in the header of Ja Iris? Searching for a solution, and even looked for an extension – the one i found was really buggy….Any thoughts?

    blackmerlin Friend
    #233039

    i have done some modifications (uses the function getRandomImage (ja_templatetools.php) to load random swf files with SwfObject), but at the moment i need some fix to display ja_newsflash over the flash file in the top position.

    Menalto Friend
    #233052

    Take a look at http://www.houseclass.it/ , there is a swf at top right with a module position on top of it. Maybe it can work to do it that way?

    kashxo Friend
    #233060

    I can see it working on your site now.
    Maybe you should put

    <param value="tranparent" name="background">
    and change to wmode=”transparent”
    for better looking at header.

    cms_rulez Friend
    #233617

    “i have done some modifications (uses the function getRandomImage (ja_templatetools.php) to load random swf files with SwfObject), but at the moment i need some fix to display ja_newsflash over the flash file in the top position.”

    Thanks for the help blackmerlin…but do you know what the code would be for Joomla 1.0.3???

    blackmerlin Friend
    #233996

    Page offline,

    Brian Carroll Friend
    #234328

    i am trying to do something like that on my site. do you mind sharing how you set that up?

    Thanks!

    blackmerlin Friend
    #234332

    Download and install http://blog.deconcept.com/swfobject/ to your index.php (Template)

    Set it up like this


    <div id="ja-topsl">
    <jdoc:include type="modules" name="top" style="xhtml" />
    <div id="flash"></div>
    <script type="text/javascript">
    var so = new SWFObject("<?php echo $tmpTools->templateurl();?>/images/headers/1.swf", "logo", "970", "181", "7", "#FFFFFF");so.addParam("wmode", "transparent"); so.write("flash");
    </script>
    </div>

    If you want a seperate Flashfile for each Menu item, let me know it.

    Brian Carroll Friend
    #234449

    Thanks for the help!

    dilby Friend
    #234488

    I want to put a flash file in where the random image module is displayed, but I just have one swf file i want to play. Is there not just a way to insert that into that div? Even by making a module? For instance, i put a swf on the top left of the page by just making a new module.

Viewing 15 posts - 1 through 15 (of 16 total)

This topic contains 16 replies, has 8 voices, and was last updated by  blackmerlin 16 years, 11 months ago.

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