-
AuthorPosts
-
October 29, 2007 at 8:21 pm #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 ModeratorKhanh Le
- Join date:
- November 2013
- Posts:
- 1884
- Downloads:
- 41
- Uploads:
- 31
- Thanks:
- 44
- Thanked:
- 203 times in 131 posts
October 30, 2007 at 4:18 am #231780The 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.
October 31, 2007 at 3:02 am #231853Hi,
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 againblackmerlin Friendblackmerlin
- Join date:
- June 2007
- Posts:
- 48
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 4
- Thanked:
- 2 times in 1 posts
November 10, 2007 at 11:10 pm #232607It is possible but the Script it selfs loads only Images at the moment. I’am searching for a solution too.
Menalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
November 10, 2007 at 11:48 pm #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??November 18, 2007 at 4:47 pm #233038Is 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 Friendblackmerlin
- Join date:
- June 2007
- Posts:
- 48
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 4
- Thanked:
- 2 times in 1 posts
November 18, 2007 at 4:55 pm #233039i 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 FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
November 18, 2007 at 10:07 pm #233052Take 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 Friendkashxo
- Join date:
- April 2007
- Posts:
- 605
- Downloads:
- 0
- Uploads:
- 21
- Thanks:
- 11
- Thanked:
- 78 times in 40 posts
November 19, 2007 at 4:14 am #233060I 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.November 28, 2007 at 3:03 pm #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 Friendblackmerlin
- Join date:
- June 2007
- Posts:
- 48
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 4
- Thanked:
- 2 times in 1 posts
December 5, 2007 at 11:23 pm #233996Page offline,
December 10, 2007 at 9:06 pm #234328i am trying to do something like that on my site. do you mind sharing how you set that up?
Thanks!
blackmerlin Friendblackmerlin
- Join date:
- June 2007
- Posts:
- 48
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 4
- Thanked:
- 2 times in 1 posts
December 10, 2007 at 10:31 pm #234332Download 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.
December 12, 2007 at 10:51 pm #234449Thanks for the help!
December 13, 2007 at 12:57 pm #234488I 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.
-
AuthorPosts
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