Header en Flash? (header in flash?


  Page 1 of 3 Next Last 
Author Message
Naikus

Posted: 6/13/2009
Quote message 

Como pongo un header en flash?
inserte el swf con dreamweaver en index.php y nada.
Intente otras cosas mas y nada.
No quiere reproducirse!
Ayuda!
----------------------
How can i put a flash header?
I put the .swf with dreamweaver in index.php and i get nothing
I try everything!

Help! :-@
 
Your Web PRos

Posted: 6/14/2009
Quote message 

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
 
shariya

Posted: 6/15/2009
Quote message 

here is the example 8-)

http://www.citygardenpattaya.com
 
Katie N

Posted: 6/15/2009
Quote message 

This looks AWESOME Shariya
 
RPM

Posted: 6/16/2009
Quote message 

Is it working with 1.5.11
 
your web pros

Posted: 6/18/2009
Quote message 

Hi RPM,

are you talking about joomla version? if it is, ya it is working with that version.

your web pros - pongz
 
Rich

Posted: 6/21/2009
Quote message 

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: 6/21/2009
Quote message 

You may be opening index.html as there are two files named index in main folder of your Artisteer generated joomla template, one is index.html and another is index.php, the <div class="Header"> is in index.php
 
your web pros

Posted: 6/21/2009
Quote message 

Hi rich,

When you created your template, you might forgot or did not include a header on your layout.

see image below for the code difference:





Your web pros - pong
 
alaskalive

Posted: 6/21/2009
Quote message 

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



Not that I know anything.. but I found an error in your script.

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

Should be

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

You have an extra /template/ in there.

I found that when I tried your code.. it now works in my site www.alaskalive.net
Thanks for the code!!!!
Love you all!

 
your web pros

Posted: 6/21/2009
Quote message 

ow welcome alaskalive
and thanks for finding the error :-)
_________________________________________

Guys,

heres the fixed sample flash 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>

Your web pros - pongz

 
Your web pros

Posted: 6/21/2009
Quote message 

Ow sorry again that was a wrong code:

heres the right one

<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;?>/template/TemplateName/images/filename.swf " quality="high" pluginspage="http://get.adobe.com/flashplayer/" type="application/x-shockwave-flash" width="984" height="278"></embed>
</object>


your web pros = pongz
 
alaskalive

Posted: 6/22/2009
Quote message 

The flash code works, however their is one problem.
If you have your menu items OVER top of the flash, at the very top... and have dropdown menus, they will not work, they show up behind the flash.

I am running Fire Fox, do not know how it looks in IE.

I did move the Menu from on top of the flash, to below the flash. But I decided to just take flash out of this site.
 
Rich

Posted: 6/22/2009
Quote message 

Hi Your web pros.
Thanks again for taking the time to post. Also for the screen captures. As it turns out I was looking at the wrong "index.php" file :-X Yesterday was a long day! ;-)

I tried inserting the code that you kindly supplied, but I'm getting a big white box. When I right click on it I get a drop down with 2 options; "Movie not loaded" (Non-selectable) and "About Adobe Flash Player 10" (Selectable)

The code I have is as follows:

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

The particulars of my template are as follows:
Size of header/swf file - 957 x 500
Location of swf file - templates/whiteting2FLASH/images/
Name of swf file - logo

I tried adding ".swf" to the end of the "logo" file to see if that made a difference, but no luck. I also opened the "style" file in the "css" folder and changed the info for header to "logo.swf" to see if that would make any difference, but again no luck. (I'd previously changed the "Header.jpeg" to "Header.png" so as to be able to use text without a background in the header)

Any ideas what I'm doing wrong??
Thanks for taking the time to read.

Rich

 
your web pros

Posted: 6/22/2009
Quote message 

Hi rich

could post your site url here? so I could check it.

your web pros - pongz
 
Rich

Posted: 6/22/2009
Quote message 

The site url is www.gaijinmodel.com, but I'm currently experimenting on a local setup (using xampp). The header at the above url uses a .png file of the size 957 x 500.

Cheers,
Rich
 
Harley

Posted: 7/2/2009
Quote message 

Hello YWP

I used your code but it won't load.
when i open the site it stays blank where the flash should be. When i rightclick it it says : movie not loaded
when i check the source and copy the SWF url en paste it in a new browser it will play the flash file...... what am i doing wrong

(sidenote, i use wampserver as a testserver environment so the site is not up and running online yet)


<div class="Sheet">

<div class="Sheet-tl"></div>
<div class="Sheet-tr"></div>
<div class="Sheet-bl"></div>
<div class="Sheet-br"></div>
<div class="Sheet-tc"></div>
<div class="Sheet-bc"></div>
<div class="Sheet-cl"></div>
<div class="Sheet-cr"></div>
<div class="Sheet-cc"></div>
<div class="Sheet-body">
<div class="Header">

<object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,124,0" width="874" height="225">
<param name="movie" value="<?php echo $mosConfig_live_site;?>/templates/avtrh/images/banners/avtrlogo.swf" />
<param name="quality" value="high" />
<embed src="<?php echo $mosConfig_live_site;?>/templates/avtrh/images/banners/avtrlogo.swf" quality="high"

pluginspage="http://get.adobe.com/flashplayer/" type="application/x-shockwave-flash" width="874" height="225"></embed>
</object>

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

</div>


</div>
<jdoc:include type="modules" name="user3" />
<jdoc:include type="modules" name="banner1" style="xhtml" />
<?php echo artxPositions($document, array('top1', 'top2', 'top3'), 'artblock'); ?>
<div class="contentLayout">
<?php if (artxCountModules($document, 'left')) : ?>
<div class="sidebar1"><?php echo artxModules($document, 'left', 'artblock'); ?>
</div>


But there is an NOTICE in the source as i open it :


<div class="Sheet">
<div class="Sheet-tl"></div>
<div class="Sheet-tr"></div>
<div class="Sheet-bl"></div>
<div class="Sheet-br"></div>
<div class="Sheet-tc"></div>
<div class="Sheet-bc"></div>
<div class="Sheet-cl"></div>
<div class="Sheet-cr"></div>
<div class="Sheet-cc"></div>
<div class="Sheet-body">
<div class="Header">
<object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,124,0" width="874" height="225">
<param name="movie" value="/<br />
<b>Notice</b>: Undefined variable: mosConfig_live_site in <b>C:\wamp\www\templates\avtrh\index.php</b> on line <b>39</b><br />
http://localhost/templates/avtrh/images/banners/avtrlogo.swf " />
<param name="quality" value="high" />
<embed src="/<br />
<b>Notice</b>: Undefined variable: mosConfig_live_site in <b>C:\wamp\www\templates\avtrh\index.php</b> on line <b>41</b><br />
http://localhost/templates/avtrh/images/banners/avtrlogo.swf " quality="high" pluginspage="http://get.adobe.com/flashplayer/" type="application/x-shockwave-flash" width="874" height="225"></embed>
</object>
<div class="logo">
<h1 id="name-text" class="logo-name"><a href="/"></a></h1>
<div id="slogan-text" class="logo-text"></div>
</div>

 
Lorenzo

Posted: 7/13/2009
Quote message 

Hallo, I have tried but I see a rectangle white man to the place of the swf
Lorenzo

<!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" />   <!--[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 class="PageBackgroundSimpleGradient"> </div> <div class="Main"> <div class="Sheet">     <div class="Sheet-tl"></div>     <div class="Sheet-tr"></div>     <div class="Sheet-bl"></div>     <div class="Sheet-br"></div>     <div class="Sheet-tc"></div>     <div class="Sheet-bc"></div>     <div class="Sheet-cl"></div>     <div class="Sheet-cr"></div>     <div class="Sheet-cc"></div>     <div class="Sheet-body"> <div class="Header">  <object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,124,0" width="988" height="200">  <param name="movie" value="/<br /> <b>Notice</b>:  Undefined variable: mosConfig_live_site in <b>C:\wamp\www\templates\avtrh\index.php</b> on line <b>39</b><br /> http://www.virtualmente.it/workerpen/templates/workerpen_template/images/header.swf " />  <param name="quality" value="high" />  <embed src="/<br /> <b>Notice</b>:  Undefined variable: mosConfig_live_site in <b>C:\wamp\www\templates\avtrh\index.php</b> on line <b>41</b><br /> http://www.virtualmente.it/workerpen/templates/workerpen_template/images/header.swf " quality="high" pluginspage="http://get.adobe.com/flashplayer/" type="application/x-shockwave-flash" width="988" height="200"></embed>  </object>  <div class="logo">  <h1 id="name-text" class="logo-name"><a href="/"></a></h1>  <div id="slogan-text" class="logo-text"></div>  </div>  </div> <jdoc:include type="modules" name="user3" /> <jdoc:include type="modules" name="banner1" style="xhtml" /> <?php echo artxPositions($document, array('top1', 'top2', 'top3'), 'artblock'); ?> <div class="contentLayout"> <?php if (artxCountModules($document, 'left')) : ?> <div class="sidebar1"><?php echo artxModules($document, 'left', 'artblock'); ?> </div> <?php endif; ?>

 
Lorenzo

Posted: 7/13/2009
Quote message 

Sorry....


<!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" />
<!--[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 class="PageBackgroundSimpleGradient">
</div>
<div class="Main">
<div class="Sheet">
<div class="Sheet-tl"></div>
<div class="Sheet-tr"></div>
<div class="Sheet-bl"></div>
<div class="Sheet-br"></div>
<div class="Sheet-tc"></div>
<div class="Sheet-bc"></div>
<div class="Sheet-cl"></div>
<div class="Sheet-cr"></div>
<div class="Sheet-cc"></div>
<div class="Sheet-body">
<div class="Header">

<object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,124,0" width="988" height="200">
<param name="movie" value="/<br />
<b>Notice</b>: Undefined variable: mosConfig_live_site in <b>C:\wamp\www\templates\avtrh\index.php</b> on line <b>39</b><br />
http://www.virtualmente.it/workerpen/templates/workerpen_template/images/header.swf " />
<param name="quality" value="high" />
<embed src="/<br />
<b>Notice</b>: Undefined variable: mosConfig_live_site in <b>C:\wamp\www\templates\avtrh\index.php</b> on line <b>41</b><br /> http://www.virtualmente.it/workerpen/templates/workerpen_template/images/header.swf " quality="high" pluginspage="http://get.adobe.com/flashplayer/" type="application/x-shockwave-flash" width="988" height="200"></embed>
</object>

<div class="logo">
<h1 id="name-text" class="logo-name"><a href="/"></a></h1>
<div id="slogan-text" class="logo-text"></div>
</div>
</div>
<jdoc:include type="modules" name="user3" />
<jdoc:include type="modules" name="banner1" style="xhtml" />
<?php echo artxPositions($document, array('top1', 'top2', 'top3'), 'artblock'); ?>
<div class="contentLayout">
<?php if (artxCountModules($document, 'left')) : ?>
<div class="sidebar1"><?php echo artxModules($document, 'left', 'artblock'); ?>
</div>
<?php endif; ?>

 
Wolki

Posted: 7/26/2009
Quote message 

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




</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" />

 
Garry

Posted: 7/26/2009
Quote message 

Go to your global and change the editor to no editor. And try using css div's instead of tables..(see below)

Or use this in your editor? and place a php file in the root directory of joomla with the code you pasted.

<?php
include("place_in_root_php_file.php");
?>

Here is your css fix as simple as can be:

<div style="text-align:center;">
<embed crap />
</div>


Otherwise visit:

http://www.anim-fx.com/flash-tutorials/joomla-flash.html
 
Wolki

Posted: 7/27/2009
Quote message 

hallo Garry offcours Thankx alot for help, but i don`t understand that ....,
i was try put every code from many webpages ,but i have just white squer.
People say it is work but exsactly how ,in where- like step by step - is empty.?
i don`t wont to give big muny for little:-| becous it cool ,but i have ather idea,so ``http://www.anim-fx.com/flash-tutorials/joomla-flash.html`` not realy my thing.

I don`t know , that is what i have : clear after ``ARTIs.`` : you know this.

<?php
defined('_JEXEC') or die('Restricted access'); // no direct access
require_once dirname(__FILE__) . DIRECTORY_SEPARATOR . 'functions.php';
$document = isset($this) ? $this : null;
$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" />
<!--[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-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">

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

</div>
<jdoc:include type="modules" name="user3" />
<jdoc:include type="modules" name="banner1" style="artstyle" artstyle="art-nostyle" />
<?php echo artxPositions($document, array('top1', 'top2', 'top3'), 'art-block'); ?>
<div class="art-contentLayout">
<div class="art-content">

<?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">

<jdoc:include type="message" />

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

</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>

</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>
</div>
<div class="cleared"></div>
<p class="art-page-footer">Designed by Wolki.</p>
</div>

</body>
</html>

You talk about css fix ,- it is in CSSreworking / template.css or in editor.css

and you talk about : <?php
include("place_in_root_php_file.php");
?>

where it is .
Thanx Alot FOR HELP MAN
Wolki
,but i will looking for - serching for again .till later:*)
 
ALASKALIVEDOTNET

Posted: 7/27/2009
Quote message 

I will fix it for you, free of charge if you email me

info@alaskalive.net

Love to help you.

 
alaskalivedotnet

Posted: 7/27/2009
Quote message 

After this code in index.php
<div class="Header">

Put This Code into your index.php
<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> 


Replace:
TemplateName with YOUR Template Name
Replace filename.swf with YOUR ......swf filenam.

It works, believe me.
Web Pros hooked this all up, and it works great.
 
DTP2

Posted: 7/29/2009
Quote message 

Same problem here. I checked the code above several times and I think mine is ok. Strange thing the swf doesn't show in the browser. Looking at the swf file directly in the browser is no problem. This is my current code;

    <div class="art-Sheet-cl"></div>     <div class="art-Sheet-cr"></div>     <div class="art-Sheet-cc"></div>     <div class="art-Sheet-body"> <div class="art-Header">     <object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,124,0" width="896" height="200">  	<param name="movie" value="/templates/Show_Sprint_2009/images/Header.swf " /> <param name="quality"  	value="high" /> <embed src="/templates/Show_Sprint_2009/images/Header.swf " quality="high"  	pluginspage="http://get.adobe.com/flashplayer/" type="application/x-shockwave-flash" width="896" height="200"></embed> </object>  </div>   <div class="art-contentLayout"> <div class="art-sidebar1"><div class="art-Block">     <div class="art-Block-tl"></div>     <div class="art-Block-tr"></div>     <div class="art-Block-bl"></div>

 
DTP2

Posted: 7/29/2009
Quote message 

YOOHOO! Just found out what my problem is. I'm building my site local using MAMP. Seems Flash is a security risk and it isnt possible to look at the banner when it is on your system. Published the header online, redirected the code and now it works!

Thank you guys!
 
wolki

Posted: 8/10/2009
Quote message 

Hallo Again
I just put This code in - and... the same story
White sqwer nothing more
What is wrong
I do not understand:*) that People
at First Page there is one CODE with this one I`ve got TRANSPARNTE SQWER.

People Help THX WOLKI
 
Joy

Posted: 8/11/2009
Quote message 

Hi
I have tried to put a .swf banner in my site header, following the above instructions, but it doesn´t work.
Can anyone write a clearer tutorial on how to make it work?

I have put the flash code in the index.php in the template, uploaded the.fla banner in the /template/images folder and changes the template name and filename to my own. But no result, only a grey box in my header.

Do I delete these div´s? :

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

Are there other changes needed?

I would really like to be able to implement flash banners on my Artisteer templates, so please help with an overview and logical way to do this, THANKS

/Joy
 
masaro

Posted: 8/11/2009
Quote message 

Hi
the code is correct, all u have to do is place the path do the swf correct.
 
Garry

Posted: 8/11/2009
Quote message 

After following code in your index.php
<div class="Header">

Put This 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>

Replace your template name with your template name and filename.swf with flash file name
 
  Page 1 of 3 Next Last