PDA

View Full Version : Quick Flash! Why isn't this scaling to 'showall'?



semiotically
28 Feb 2010, 01:16 PM
<script language="Javascript" type="text/javascript">
AC_FL_RunContent(
'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0',
'width', '100%',
'height', '100%',
'src', 'semi14new',
'quality', 'high',
'pluginspage', 'http://www.adobe.com/go/getflashplayer',
'align', 'middle',
'play', 'true',
'loop', 'true',
'scale', 'showall',
'wmode', 'window',
'devicefont', 'false',
'id', 'semi14new',
'bgcolor', '#ffcc33',
'name', 'semi14new',
'menu', 'true',
'allowFullScreen', 'false',
'allowScriptAccess','sameDomain',
'movie', 'semi14new',
'salign', ''
); //end AC code
</script>

Movie is requiring ShowAll to be Manually activated (right-click)....
Please, why?
Help very much appreciated.

semiotically
01 Mar 2010, 08:25 PM
there were two Actionscript instances 'overwriting' ShowAll.