Results 1 to 2 of 2

Thread: Quick Flash! Why isn't this scaling to 'showall'?

  1. #1
    Join Date
    May 2009
    Posts
    30

    Question Quick Flash! Why isn't this scaling to 'showall'?

    <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.

  2. #2
    Join Date
    May 2009
    Posts
    30
    there were two Actionscript instances 'overwriting' ShowAll.

Similar Threads

  1. Replies: 0
    Last Post: 04 Jul 2008, 04:44 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •