Header en Flash? (header in flash?


First Prev Page 2 of 3 Next Last 
Author Message
Wolki

Posted: 8/13/2009
Quote message 

Quote Wolki:

Hallo ,I new here and in Joomla also,0-WEB.
and i have put this code in my index.php.....and nothing.
it can be I make something wrong
Please help wiht sollution
THX WOLKI.

in the bottom of all -i mean downthere CODE- i put -i have this



</head>
<body>
<div id="art-page-background-glare">
<div id="art-page-background-glare-image"></div>
</div>
<div id="art-main">
<div class="art-Sheet">
<div class="art-Sheet-tl"></div>
<div class="art-Sheet-tr"></div>
<div class="art-Sheet-bl"></div>
<div class="art-Sheet-br"></div>
<div class="art-Sheet-tc"></div>
<div class="art-Sheet-bc"></div>
<div class="art-Sheet-cl"></div>
<div class="art-Sheet-cr"></div>
<div class="art-Sheet-cc"></div>
<div class="art-Sheet-body">
<object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,124,0" width="974" height="220">
<param name="movie" value="<?php echo $mosConfig_live_site;?>/
templates/artisteerjg54002/images/header5401.swf " />
<param name="quality" value="high" />
<embed src="<?php echo $mosConfig_live_site;?>/templates/
artisteerjg54002/images/header5401.swf " quality="high" pluginspage="http://get.adobe.com/flashplayer/" type="application/x-shockwave-flash" width="974" height="220"></embed>
</object>

<div class="art-Header">
<div class="art-Header-png"></div>
<div class="art-Header-jpeg"></div>

</div>
<jdoc:include type="modules" name="user3" />



 
Wolki

Posted: 8/13/2009
Quote message 

i was Put This Code: white box again people.

and i have
 
Joy

Posted: 8/14/2009
Quote message 

Thanks, Garry

I can see that my fla file is there but the browser doesn´t load the movie - and all I see is a big white "image".

Is that a problem with my flash file, the browser or something else????
I´m a bit lost here....

/Joy
 
Garry

Posted: 8/14/2009
Quote message 

You may like to post your website URL here
 
Arthur

Posted: 9/23/2009
Quote message 

your web pros..
Thank you very much for the form in which you exposed the example to be able to insert a file flash in the Head thank you thank you very much, ojalá they all were doing the same thing for nostoros that we do not have many knowledge of the language
 
MARCIN

Posted: 10/29/2009
Quote message 

my solution for a white screen

Quote :
<embed src="<?php echo $mosConfig_live_site;?>/templates/ template/TemplateName/images/filename.swf "


but it should be like that

<embed src="<?php echo $mosConfig_live_site;?>templates/ template/TemplateName/images/filename.swf "

i removed backslah from before template (templates in my case).

that helped remove the white screen and put the flash movie.

thanks
 
tom

Posted: 11/8/2009
Quote message 

thx marcin, that was the problem. finnaly :). btw i also had to remove the "template" as mentioned before.
 
tom

Posted: 11/11/2009
Quote message 

hi there,

it took me two days of endless experiments to find out another bug/feature/voodoo thing (im a newbie, maybe it is normal known behavior).

i cannot add a swf flash to a module in joomla, when its named banner.swf. As soon as i rename it to whatever.swf, its miraculously working like a charm.

hope it will help someone.
 
ba

Posted: 11/19/2009
Quote message 

Dont put the flash file in images directory put it with the index.php directory

and it will work:

example:

<div class="art-Header">

<object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,124,0" width="990" height="301"> <param name="movie" value="<?php echo $mosConfig_live_site;?>/templates/layalcouturedesign001/test1.swf " /> <param name="quality" value="high" /> <embed src="<?php echo $mosConfig_live_site;?>/templates/layalcouturedesign001/test1.swf " quality="high" pluginspage="http://get.adobe.com/flashplayer/" type="application/x-shockwave-flash" width="990" height="301"></embed> </object>

</div>
 
Arif Imam

Posted: 11/20/2009
Quote message 

:-) The only code that worked for me in Artisteer template is as below:

<object data="<?php echo $this->baseurl ?>/templates
/go_green/flash/green-flash-sample.swf" type="application/x-shockwave-flash" width="280" height="50">
<param name="movie" value="<?php echo $this->baseurl ?>/
templates/go_green/flash/green-flash-sample.swf" />
<param name="menu" value="false" />
<param name="wmode" value="transparent" />
<param name="quality" value="best" />
</object>

Uou just need to insert this code after
<div class="Header">
and edit file name and path
 
Arif Imam

Posted: 11/20/2009
Quote message 

Put your flash files as described in the code, you just need to change the template directory and file names in this code. create a new directory inside the template's directory and name it flash. It took me almost 3 days to find the right solution.

cheerss.....
 
Jeffrey Penner

Posted: 11/24/2009
Quote message 

I have a new question,

I used the code from Arif Imam and it worked. I made a simple .swf that was 1 frame and with some text and a color background for testing and it worked. I then went onto the internet and found a multi file flash slideshow that I downloaded that uses .html's, .xlm's, and a few other files. I tweaked the .fla to work for me and published it and the .swf worked great as a file. I stuck all the slideshow files in the main directory of the template and tried to link the slideshow.swf. It did not work. If I change the link back to the bannertest.swf it works great. If I go to the direct file online the slideshow.swf works, however if I link it to the header, no go, but the bannertest.swf works. Why would one .swf work and not another?
 
Arif Imam

Posted: 11/25/2009
Quote message 

well me to have problem with IE 7.0 and trying to resolve the issue, other then flash, Artisteer is a good skeleton template generator, you can tweak and modify it using DreamWeaver or any other html editor, I just made a modified template, check it.

http://joomonline.com/
 
Lisa

Posted: 11/29/2009
Quote message 

Arif,

Thank you SO much for your code - it works perfectly and solves a lot of my problems. I have been trying to align my flash file so it displays in the center of the header instead of defaulting to the left. Have you found a solution for this?

Thanks again!
 
Jack

Posted: 12/3/2009
Quote message 

My flash header work just fine. but my menu is on the top most ... the problem is the submenu display behind my flash header.

How can i fix this!


 
Jstvnson

Posted: 12/3/2009
Quote message 

Here is your solution to put the Smart Flash Header module in your Header Section (without the ho-hum I'm tired routine).

Make sure SFH is the only module that will be in Top1, Top2, or Top3 Positions. I used Top2 because of the size of the pictures and I wanted it to be on the right hand side.

Put your logo on the left or right side...opposite of where you want the flash to be and install and activate the template.

Go to Html Edit of the template in Joomla Administration.

Look for <div class="art-Header">

You will see a blank space 2 down from this.

Look further down for the line that starts:

<?php echo artxPositions($document, array('top1', 'top2', 'top3'),

Copy and delete all this line and paste it in the blank line mentioned above.

Change the 'art-block' to 'art-nostyle' and save.

Enjoy.

John :-)
 
Jack

Posted: 12/3/2009
Quote message 

Thanks,

but this solution still couldn't fix my submenu to show over the flash header.

 
Jack

Posted: 12/3/2009
Quote message 

Solved,

Maybe some kind of mistake of html editing.

Thanks
 
Garry

Posted: 12/3/2009
Quote message 

Add 2 things to a youtube video/flash code to make the drop downs appear over it.

Add following

<param name="wmode" value="transparent" />
OR
<param name="wmode" value="opaque">

next to one of the other param tags and also add wmode="transparent" in the embed tag.

<embed src="http:yoursite.com/video-or-flash" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="400" height="300" wmode="transparent">
 
Ian Shere

Posted: 12/13/2009
Quote message 

I notice some people having trouble having their Flash file displaying if they are publishing locally rather than live. Is there any way round this? I do not have my site live yet and am building it using XAMPP.
 
Ian Shere

Posted: 12/13/2009
Quote message 

Quote Ian Shere:

I notice some people having trouble having their Flash file displaying if they are publishing locally rather than live. Is there any way round this? I do not have my site live yet and am building it using XAMPP.


I notice some people having trouble having their Flash file displaying if they are publishing locally rather than live. Is there any way round this? I do not have my site live yet and am building it using XAMPP.


OK - I too figured it out. Purely a path issue - part my fault (didn't check my paths properly) and part an error in the first posters code which someone else corrected (but I hadn't read!!). Someone said to take out the "/" at the start of the path - that fixed it for me. FYI, my code is...

<object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,124,0" width="874" height="250"> <param name="movie" value="<?php echo $mosConfig_live_site;?>templates/citruskiwi1/images/citrus_logo.swf " /> <param name="quality" value="high" /> <embed src="<?php echo $mosConfig_live_site;?>templates/citruskiwi1/images/citrus_logo.swf " quality="high" pluginspage="http://get.adobe.com/flashplayer/" type="application/x-shockwave-flash" width="874" height="250"></embed> </object>

AWESOME!!!!!

 
Nick

Posted: 12/28/2009
Quote message 

You should check you index.php in the template folder !

Quote Rich:

Quote Your Web PRos:

Hi Naikus,

You can just go on your index.php inside joomla.

heres the code that im using

<div class="Header">

heres my code:
<object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,124,0" width="984" height="278">
<param name="movie" value="<?php echo $mosConfig_live_site;?>/
template/TemplateName/images/filename.swf " />
<param name="quality" value="high" />
<embed src="<?php echo $mosConfig_live_site;?>/templates/
template/TemplateName/images/filename.swf " quality="high" pluginspage="http://get.adobe.com/flashplayer/" type="application/x-shockwave-flash" width="984" height="278"></embed>
</object>

Hope that helps

Your web pros - pongzter


Hi Your web pros.

Thanks for taking the time to post the useful information.
Im also trying to put an swf. file I've created up as my header, but when I go to index.php I dont have the text you mentioned in the file (<div class="Header">) Infact, the word "header" doesnt seem to appear at all in my index.php!

I'm using Joomla 1.5. Any ideas??

Thanks for your time.
Rich


 
Garry

Posted: 12/28/2009
Quote message 

This post is quite old and Artisteer may have changed some code in latest version.
 
Hobby

Posted: 1/11/2010
Quote message 

Quote shariya:

here is the example 8-)

http://www.citygardenpattaya.com


How did you make this? Is there some software to create thsi?
 
Claus

Posted: 1/23/2010
Quote message 

Quote shariya:

here is the example 8-)

http://www.citygardenpattaya.com


shariya, it looks great - will you be able to assist me on getting some of the same effect, as you have on your background (the commercial)

Please contact me on claus@ransborg.com
 
MadsDK

Posted: 2/11/2010
Quote message 

Hi Guys!

Im having troubles here placing my flash header. :-(

The thing about this header is, that its actually a flash slideshow, wich means that im working with a header.swf, images.xml, and a folder/map for my pictures.
Ive managed to make a html file with my flash-slide.
http://pjg.trompetisten.dk/joomla/images/flash/slideshow.html
but i really need help to put the flash into my header.

And yes, ive read all the posts in this forum, but ive really need help!

Thanks guys!
:-)
 
MadsDK

Posted: 2/11/2010
Quote message 

And by the way, if anyone has a tutorial or guide..
Or just can give me some help, please email me:
trompetisten (at) trompetisten.dk

Thanks!
 
Alberto Macedo

Posted: 2/17/2010
Quote message 

I need help, anyone know why the movie does not load?

<?php
defined('_JEXEC') or die('Restricted access'); // no direct access
require_once dirname(__FILE__) . DIRECTORY_SEPARATOR . 'functions.php';
$document = null;
if (isset($this))
$document = & $this;
$baseUrl = $this->baseurl;
$templateUrl = $this->baseurl . '/templates/' . $this->template;
artxComponentWrapper($document);
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" >
<head>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
<jdoc:include type="head" />
<link rel="stylesheet" href="<?php echo $this->baseurl; ?>/templates/system/css/system.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl; ?>/templates/system/css/general.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="<?php echo $templateUrl; ?>/css/template.css" media="screen" />
<!--[if IE 6]><link rel="stylesheet" href="<?php echo $templateUrl; ?>/css/template.ie6.css" type="text/css" media="screen" /><![endif]-->
<!--[if IE 7]><link rel="stylesheet" href="<?php echo $templateUrl; ?>/css/template.ie7.css" type="text/css" media="screen" /><![endif]-->
<script type="text/javascript" src="<?php echo $templateUrl; ?>/script.js"></script>
</head>
<body>
<div id="art-page-background-simple-gradient">
<div id="art-page-background-gradient"></div>
</div>
<div id="art-page-background-glare">
<div id="art-page-background-glare-image"></div>
</div>
<div id="art-main">
<div class="art-sheet">
<div class="art-sheet-tl"></div>
<div class="art-sheet-tr"></div>
<div class="art-sheet-bl"></div>
<div class="art-sheet-br"></div>
<div class="art-sheet-tc"></div>
<div class="art-sheet-bc"></div>
<div class="art-sheet-cl"></div>
<div class="art-sheet-cr"></div>
<div class="art-sheet-cc"></div>
<div class="art-sheet-body">
<jdoc:include type="modules" name="user3" />
<div class="art-header">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="900" height="340" id="tech" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="bannerslide.swf?xml_path=slides.xml" />
<param name="quality" value="high" />
<embed src="bannerslide.swf?xml_path=slides.xml" quality="high" width="900" height="340" name="tech" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />

</object>
</div>
<jdoc:include type="modules" name="banner1" style="artstyle" artstyle="art-nostyle" />
<?php echo artxPositions($document, array('top1', 'top2', 'top3'), 'art-block'); ?>
<div class="art-content-layout">
<div class="art-content-layout-row">
<?php if (artxCountModules($document, 'left')) : ?>
<div class="art-layout-cell art-sidebar1"><?php echo artxModules($document, 'left', 'art-block'); ?>
</div>
<?php endif; ?>
<div class="art-layout-cell art-<?php echo artxGetContentCellStyle($document); ?>">

<?php
echo artxModules($document, 'banner2', 'art-nostyle');
if (artxCountModules($document, 'breadcrumb'))
echo artxPost(null, artxModules($document, 'breadcrumb'));
echo artxPositions($document, array('user1', 'user2'), 'art-article');
echo artxModules($document, 'banner3', 'art-nostyle');
?>
<?php if (artxHasMessages()) : ?><div class="art-post">
<div class="art-post-body">
<div class="art-post-inner">
<div class="art-postcontent">
<!-- article-content -->

<jdoc:include type="message" />

<!-- /article-content -->
</div>
<div class="cleared"></div>

</div>

<div class="cleared"></div>
</div>
</div>
<?php endif; ?>
<jdoc:include type="component" />
<?php echo artxModules($document, 'banner4', 'art-nostyle'); ?>
<?php echo artxPositions($document, array('user4', 'user5'), 'art-article'); ?>
<?php echo artxModules($document, 'banner5', 'art-nostyle'); ?>
</div>
<?php if (artxCountModules($document, 'right')) : ?>
<div class="art-layout-cell art-sidebar2"><?php echo artxModules($document, 'right', 'art-block'); ?>
</div>
<?php endif; ?>

</div>
</div>
<div class="cleared"></div>

<?php echo artxPositions($document, array('bottom1', 'bottom2', 'bottom3'), 'art-block'); ?>
<jdoc:include type="modules" name="banner6" style="artstyle" artstyle="art-nostyle" />
<div class="art-footer">
<div class="art-footer-inner">
<?php echo artxModules($document, 'syndicate'); ?>
<div class="art-footer-text">
<?php if (artxCountModules($document, 'copyright') == 0): ?>
<p>Copyright &copy; 2009 ---.<br />
All Rights Reserved.</p>

<?php else: ?>
<?php echo artxModules($document, 'copyright', 'art-nostyle'); ?>
<?php endif; ?>
</div>
</div>
<div class="art-footer-background"></div>
</div>

<div class="cleared"></div>
</div>
</div>
<div class="cleared"></div>
<p class="art-page-footer"><a href="http://www.artisteer.com/?p=joomla_templates">Joomla template</a> created with Artisteer.</p>

</div>

</body>
</html>
 
jose

Posted: 2/22/2010
Quote message 

when you wrote
Quote :
<object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,124,0" width="984" height="278"> <param name="movie" value="<?php echo $mosConfig_live_site;?>/ template/TemplateName/images/filename.swf " /> <param name="quality" value="high" /> <embed src="<?php echo $mosConfig_live_site;?>/templates/ template/TemplateName/images/filename.swf " quality="high" pluginspage="http://get.adobe.com/flashplayer/" type="application/x-shockwave-flash" width="984" height="278"></embed> </object>


did you change where it says template name to your actual template name, and filename.swf to the actual swf file name?

also where would i need to upload my swf file to?
 
Garry

Posted: 2/22/2010
Quote message 

Upload it anywhere(may be in any folder on your server) and provide its correct path while embedding.

BTW have you tried 2.4 beta which support adding flash in header.
 
First Prev Page 2 of 3 Next Last