A Flash Developer Resource Site

Page 2 of 2 FirstFirst 12
Results 21 to 25 of 25

Thread: How to auto resize flash movie to fit the screen

  1. #21
    Junior Member
    Join Date
    Feb 2012
    Posts
    8
    Im wondering now how to specifically detect Internet Explorer Version 9, Once ver9 is detected I would like to have the HTML page re-routed to ints own IE9 version.

    My "detect version" code seems to be off.. any suggestions?

    <script language="JavaScript" type="text/JavaScript">
    if(navigator.appName == "Microsoft Internet Explorer")+ (navigator.appVersion==9)
    {
    window.location = "SeansWebsite_2012_IE9.html"
    }
    </script>

  2. #22
    Junior Member
    Join Date
    Feb 2012
    Posts
    8
    sorry posted twice

  3. #23
    Junior Member
    Join Date
    Feb 2014
    Posts
    1
    My flash object looks perfect in Explorer, but compressed in Chrome and Firefox. I used Flash 8. I tried publishing the Flash as percent for the offline version of my site, but had the same result. Can someone please help me solve this mystery?

    bruinip.com

  4. #24
    Which version IE do you have?
    Emocni.pl - interactive agency - www.emocni.pl

  5. #25
    Junior Member
    Join Date
    Feb 2014
    Location
    Maharagama
    Posts
    5
    May be this script help you to resize
    <object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="480" height="125">
    <param name="movie" value="flashmovie.swf" />
    <param name="quality" value="high" />
    <embed src="flashmovie.swf" quality="high" type="application/x-shockwave-flash" width="480" height="125" pluginspage="http://www.macromedia.com/go/getflashplayer" />
    </object>

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center