1
alantony
Flash Animation Will NOT play....
  • 2007/10/17 4:03

  • alantony

  • Just popping in

  • Posts: 8

  • Since: 2006/10/22


Hi There,

my .swf file won't play on my http://www.aaoss.org
I can see the flash stage but not the animation. I loaded the flash animation on another simple HTML page and it works great.. so its not the flash code.

Here is my HTML code which I placed in the same folder as the theme. I have loaded the other necessary files (.swf), (.html) (.js) in the same folder as the theme for my XOOPS site. No error messaes. Just no flash content.

THANKS..

YOur help is appreciated in advance......



<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>opensource to AAOSS</title>
<script language="javascript">AC_FL_RunContent = 0;</script>
<script src="http://www.aaoss.org/themes/AAOSS_ver1/AC_RunActiveContent.js" language="javascript"></script>
</head>
<body bgcolor="#ffffff">
<!--url's used in the movie-->
<!--text used in the movie-->
<!-- saved from url=(0013)about:internet -->
<script language="javascript">
if (AC_FL_RunContent == 0) {
alert("This page requires AC_RunActiveContent.js.");
} else {
AC_FL_RunContent(
'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0',
'width', '400',
'height', '200',
'src', 'opensource to AAOSS',
'quality', 'high',
'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
'align', 'middle',
'play', 'true',
'loop', 'true',
'scale', 'showall',
'wmode', 'window',
'devicefont', 'false',
'id', 'opensource to AAOSS',
'bgcolor', '#ffffff',
'name', 'opensource to AAOSS',
'menu', 'true',
'allowFullScreen', 'false',
'allowScriptAccess','sameDomain',
'movie', 'opensource to AAOSS',
'salign', ''
); //end AC code
}
</script>
<noscript>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="400" height="200" id="opensource to AAOSS" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="allowFullScreen" value="false" />
<param name="movie" value="http://www.aaoss.org/themes/AAOSS_ver1/opensource to AAOSS.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /> <embed src="http://www.aaoss.org/themes/AAOSS_ver1/opensource to AAOSS.swf" quality="high" bgcolor="#ffffff" width="400" height="200" name="opensource to AAOSS" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</noscript>
</body>
</html>

2
alantony
Re: Flash Animation Will NOT play....
  • 2007/10/18 11:16

  • alantony

  • Just popping in

  • Posts: 8

  • Since: 2006/10/22


There is another thread in this section which tries to address the issue of inserting a flash banner but alas none of those seemed to work. as well so I tried to put the swf file in a banner but it very small and contracted. Also, it appears to be the background stage of teh XOOPS bannner .swf that comes standard with the XOOPS original package-- long and thin banner. any ideas how to modify the flash image in the banners?

3
alantony
Re: Flash Animation Will NOT play....
  • 2007/10/20 3:28

  • alantony

  • Just popping in

  • Posts: 8

  • Since: 2006/10/22


I finally got this to work. I didn't use the correct file address. Here is the code that I input into the theme.html file. I hope this helps.


<td id="headerlogo">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="400" height="200" id="os_aaoss" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="allowFullScreen" value="false" />
<param name="movie" value="<{$xoops_imageurl}>/flash/os_aaoss.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
<embed src="<{$xoops_imageurl}>/flash/os_aaoss.swf" quality="high" bgcolor="#ffffff" width="400" height="200" name="os_aaoss" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>


</td>

Login

Who's Online

247 user(s) are online (149 user(s) are browsing Support Forums)


Members: 0


Guests: 247


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits