media 65
Home | Login | Register | Password Reset |

Media 65 Technologies | Beta 0.6 |
User Name:   Password: 

Password Reset
Close


Go Back   Media 65 Forums > Joomla > Joomla Templates

Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 05-13-2008, 10:51 PM
Junior Member
 
Join Date: Apr 2008
Posts: 5
Unhappy FLASH does not appear

My flash does not appear, and IE returns a display error... HELP!!!!

Here is the code of my page created with the 3.0 beta toolkit:

<?php
/*
* @copyright Copyright (C) 2008 - 2009 All rights reserved.
* @license
*/
// no direct access
defined( '_JEXEC' ) or die( 'Restricted access' );
?>
<!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>
<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" href="<?php echo $this->baseurl ;?>/templates/<?php echo $this->template ;?>/css/template.css" type="text/css" />
<?php if($this->direction == 'rtl') : ?>
<link href="<?php echo $this->baseurl ;?>/templates/<?php echo $this->template ;?>/css/template_rtl.css" rel="stylesheet" type="text/css" />
<?php endif; ?>
<link id="JTKLocalCss" href="css/template.css" rel="stylesheet" type="text/css" />
<script src="<?php echo "$GLOBALS[mosConfig_live_site]/templates/$GLOBALS[cur_template]/images/"; ?>AC_RunActiveContent.js" type="text/javascript"></script>
</head>

<body>
<table width="1000" border="0">
<tr>
<td width="327"><script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','200','heigh t','200','title','logo','src','templates/<?php echo $this->template ?>/images/logo_anil_small','loop','false','quality','high',' pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movi e','templates/<?php echo $this->template ?>/images/logo_anil_small' ); //end AC code
</script><noscript><object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="200" height="200" title="logo">
<param name="movie" value="templates/<?php echo $this->template ?>/images/logo_anil_small.swf" />
<param name="quality" value="high" /><param name="LOOP" value="false" />
<embed src="templates/<?php echo $this->template ?>/images/logo_anil_small.swf" width="200" height="200" loop="false" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash"></embed>
</object></noscript></td>
<td width="329">&nbsp;</td>
<td width="330">&nbsp;</td>
</tr>
<tr>
<td width="1000">&nbsp;</td>


</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
</table>


</body>
</html>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 05-14-2008, 04:46 AM
Junior Member
 
Join Date: Apr 2008
Posts: 5
Default

Could it be a problem from Joomla 1.5, from my template, or my flash? (AS2)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 05-14-2008, 08:50 AM
Administrator
 
Join Date: Sep 2006
Posts: 316
Default

Hello j_triax10,

JTK 3.0 is Beta and we don't support on Beta Products till there stable.

But error your getting is not because JTk 3.0 I have tested it with Flash.
from your code you have added the flash JTK 2.1

Code:
<script src="<?php echo "$GLOBALS[mosConfig_live_site]/templates/$GLOBALS[cur_template]/images/"; ?>AC_RunActiveContent.js" type="text/javascript"></script>
it needs to be like

Code:
<script src="templates/<?php echo $this->template ?>/images/AC_RunActiveContent.js" type="text/javascript"></script>
Cheers,
Brian
Joomla Template Kit 3.0 should be stable with Doc's Late May
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 05-14-2008, 06:22 PM
Junior Member
 
Join Date: Apr 2008
Posts: 5
Default

ok, it works, thank you for your quick answer. As well this toolkit saves me a great deal of time
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


All times are GMT -4. The time now is 06:40 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0