Resolution problem when embed a .swf file in a webpage

  • asad_black
  • Graduate
  • Graduate
  • No Avatar
  • Joined: Jun 11, 2007
  • Posts: 131
  • Loc: pakistan
  • Status: Offline

Post December 30th, 2009, 11:45 am

my problem is related to website resolution problem

i develop a drop down menu from a software "flash menu lab".

Then i embed it on a web page, it correctly show in 1024*768.

but when i go to high resolution it does not move width automatically it show menu similar to 1024*768

i hope you got my problem...!

remember i fixed width to 100% but it is not working...!

kindly solve my problem please

this is my code

Code: [ Select ]

<div id="menu_table">Install FLash Player
        </div>

    <script type="text/javascript">
    // <![CDATA[
    var so = new SWFObject("menu.swf", "menu", "100%", "30", "8", "#000000");
        so.addParam("wmode", "transparent");
        so.addParam("scale", "noscale");
        so.addParam("salign", "TL");    
        so.write("menu_table");
    // ]]>
    </script>
  1. <div id="menu_table">Install FLash Player
  2.         </div>
  3.     <script type="text/javascript">
  4.     // <![CDATA[
  5.     var so = new SWFObject("menu.swf", "menu", "100%", "30", "8", "#000000");
  6.         so.addParam("wmode", "transparent");
  7.         so.addParam("scale", "noscale");
  8.         so.addParam("salign", "TL");    
  9.         so.write("menu_table");
  10.     // ]]>
  11.     </script>
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post December 30th, 2009, 11:45 am

  • mtolgao
  • Newbie
  • Newbie
  • No Avatar
  • Joined: Aug 22, 2009
  • Posts: 7
  • Status: Offline

Post January 3rd, 2010, 6:21 am

Change the noscale to be exact fit, I don't know what the parameter should be. I just published

Post Information

  • Total Posts in this topic: 2 posts
  • Users browsing this forum: No registered users and 40 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.