View Single Post
  #3 (permalink)  
Old 12-11-2007, 12:57 AM
dpodesta dpodesta is offline
Junior Member
 
Join Date: Oct 2007
Posts: 4
Default flash Problems

Thanks for looking at this so quickly. I really appreciate your help as I always add flash to my sites and need to make this work somehow. I will send the joomla index source code in another thread.

Below is the index php code
<?php
/**
* @Template Name:
* @Version: 1.12
* @Package: A Joomla 1.0.X template
* @Copyright: (C) 2007 by Brian Diaz Media 65
* @License: http://www.m65.net/
**/

defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
$iso = split( '=', _ISO ); echo '<?xml version="1.0" encoding="'. $iso[1] .'"?' .'>';

?>
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<?php mosShowHead(); ?>
<?php if ($my->id) {initEditor();}?>
<link href="<?php echo "$GLOBALS[mosConfig_live_site]/templates/$GLOBALS[cur_template]/css/template_css.css";?>" rel="stylesheet" type="text/css" media="all" />
<link rel="shortcut icon" href="<?php echo "$GLOBALS[mosConfig_live_site]/templates/$GLOBALS[cur_template]/favicon.ico"; ?>" />


<!-- This so you can see the css styles in DW you can delete file once editing Template is complete-->
<link href="css/template_css.css" rel="stylesheet" type="text/css" media="all" />
<style type="text/css">
<!--
body {
background-image: url();
}
-->
</style>
<script src="<?php echo "$GLOBALS[mosConfig_live_site]/templates/$GLOBALS[cur_template]/images/"; ?>
AC_RunActiveContent.js" type="text/javascript"></script>
</head>
<body>
<table width="870" height="532" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<th height="160" colspan="3" valign="top" scope="col"><img src="<?php echo "$GLOBALS[mosConfig_live_site]/templates/$GLOBALS[cur_template]/images/"; ?>hypnosiscdslogo.jpg" alt="hynosiscds" width="906" height="167" /></th>
</tr>

<tr>
<td height="15" colspan="3" valign="top" bgcolor="#000000"><?php mosPathWay(); ?></td>
</tr>
<tr>
<td width="179" valign="top" bgcolor="#000000"><?php if (mosCountModules('left')>0) mosLoadModules('left',0); ?></td>
<td width="600" valign="top" bgcolor="#000000"><table width="100%" height="286" border="0" cellpadding="0" cellspacing="0">
<tr>
<td scope="col"><script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','600','heigh t','351','title','hypnoiscds_animation','src','<?p hp echo "$GLOBALS[mosConfig_live_site]/templates/$GLOBALS[cur_template]/images/"; ?>mymind_main','quality','high','pluginspage','htt p://www.macromedia.com/go/getflashplayer','movie','<?php echo "$GLOBALS[mosConfig_live_site]/templates/$GLOBALS[cur_template]/images/"; ?>mymind_main' ); //end AC code
</script><noscript><object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="600" height="351" title="hypnoiscds_animation">
<param name="movie" value="<?php echo "$GLOBALS[mosConfig_live_site]/templates/$GLOBALS[cur_template]/images/"; ?>mymind_main.swf" />
<param name="quality" value="high" />
<embed src="<?php echo "$GLOBALS[mosConfig_live_site]/templates/$GLOBALS[cur_template]/images/"; ?>mymind_main.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="600" height="351"></embed>
</object></noscript></td>
</tr>
<tr>
<td><?php mosMainBody(); ?></td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
</table></td>
<td width="174" valign="top" bgcolor="#000000">&nbsp;</td>
</tr>

<tr>
<td colspan="3" bgcolor="#000000"><?php if (mosCountModules('footer')>0) mosLoadModules('footer',-1); ?></td>
</tr>
<tr>
<td colspan="3" bgcolor="#FFFFFF"><?php include_once('includes/footer.php'); ?></td>
</tr>
</table>
<div align="center"></div>
</body>
</html>