BlueberryPirate
10-09-2008, 04:32 AM
Hey guys,
These forums were very helpful while I was trying to figure out this flash development issue. I'm working on a site located at skills4students.com. The center of that page loads a flashpanel, and sometimes autoplays it but more often than not does not autoplay it. I've linked to
AC_RunActiveContent.js
and
AC_ActiveX.js
And I believe I have all my fields set properly, including the play value. Could anyone take a look and tell me if I'm missing something obvious?
Thanks,
-Christopher
Here's the call I'm using:
<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=8,0,0,0',
'width', '576',
'height', '269',
'src', 's4s_home_mimage',
'quality', 'high',
'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
'align', 'middle',
'play', 'true',
'loop', 'true',
'scale', 'showall',
'wmode', 'window',
'devicefont', 'false',
'id', 's4s_home_mimage',
'bgcolor', '#ffffff',
'name', 's4s_home_mimage',
'menu', 'true',
'allowFullScreen', 'false',
'allowScriptAccess','sameDomain',
'movie', 's4s_home_mimage',
'salign', ''
); //end AC code
These forums were very helpful while I was trying to figure out this flash development issue. I'm working on a site located at skills4students.com. The center of that page loads a flashpanel, and sometimes autoplays it but more often than not does not autoplay it. I've linked to
AC_RunActiveContent.js
and
AC_ActiveX.js
And I believe I have all my fields set properly, including the play value. Could anyone take a look and tell me if I'm missing something obvious?
Thanks,
-Christopher
Here's the call I'm using:
<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=8,0,0,0',
'width', '576',
'height', '269',
'src', 's4s_home_mimage',
'quality', 'high',
'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
'align', 'middle',
'play', 'true',
'loop', 'true',
'scale', 'showall',
'wmode', 'window',
'devicefont', 'false',
'id', 's4s_home_mimage',
'bgcolor', '#ffffff',
'name', 's4s_home_mimage',
'menu', 'true',
'allowFullScreen', 'false',
'allowScriptAccess','sameDomain',
'movie', 's4s_home_mimage',
'salign', ''
); //end AC code