Wmode=window decreases perfomance?

I recently wrote a Flash game using strictly ActionScript 3.0
in Flex Builder 3. The one thing I notice was even though I
targeted 30 frames per second I would only get ~24 fps when running
in the browser. I stumbled across an odd solution -- setting wmode
in the embed tag to either transparent or opaque gets the frame
rate up to where it should be. Here is a simple example.
http://chrislongo.net/wmode/
Use the select to change between modes. On my machine under
Firefox, window mode runs around 24 fps where transparent and
opaque run at 30 fps. I cannot explain why and it's driving me
crazy! From all I have read transparent and opaque modes are
supposed to *decrease* performance.
Any suggestions? The code for this example is very simple and
I don't suspect it's anything I am doing vs some sort of quirk with
the Flash platform I am not aware of.

Sorry, better mention the website here - www.mycheapcarinsurance.co.uk
Thanks
Andy

Similar Messages

  • WMode Transparent not displaying in Windows/Firefox

    Hello, I'm using Wordpress and a Wordpress flash plugin
    called Showtime Slideshow as the site's gallery. It works
    perfectly in the standard wmode=window setting in
    Firefox/Windows, but I have a dropdown menu that
    overlaps with the Flash. I was able to figure out the wmode
    needs to be opaque or transparent, but when I use those
    settings, nothing is displayed at all. It works fine in
    Windows/IE, Mac/IE and Mac/Firefox, so there is something
    in the code that Windows/Firefox doesn't like in this code
    (another Flash object from YouTube with wmode=transparent
    displays correctly).
    Here is the code that the plugin generates:
    <!-- generated by showtime WP plugin -->
    <script type='text/javascript'>
    var flashvars = {
    xml                : 'http://www.youtag.lu/youtagdesign/wp-content/plugins/showtime-slideshow/showtime/getxml.php?attr=id^433*source^medium*sourcehd^large*',
    width                : '674',
    height                : '448',
    classid           : 'st_0',
    rotationtime     : '5',
    transition          : 'SlideRight',
    transitiontime     : '1.5',
    transitionease     : 'BackEaseOut',
    autoplay          : '',
    showcontrols     : 'on',
    fullscreen          : 'on',
    showtext          : '',
    showalt               : 'on',
    shuffle               : '',
    scale               : 'noScale'              
    var params = {};
    params.allowFullScreen = 'true';
    params.bgcolor = '#EDEAE6';         
    params.quality = 'autohigh';         
    params.wmode = 'transparent';
    //params.base = 'dirname(__FILE__)';
    //params.allowScriptAccess = 'local';
    var attributes = {};
    attributes.styleclass = 'showtime';
    swfobject.embedSWF ('http://www.youtag.lu/youtagdesign/wp-content/plugins/showtime-slideshow/showtime/st15.swf', 'st_0', '674', '448', '10.0.0', 'http://www.youtag.lu/youtagdesign/wp-content/plugins/showtime-slideshow/showtime/swfobject/expressInstall.swf', flashvars, params, attributes);
    </script>
    [taken from the Showtime Slideshow demo page]
    Based on that code, can anyone see anything that
    would cause the whole slideshow to not display at all?    

    Bump. Could anyone take a look at the code?

  • Open .swf in full-screen browser window?

    Hi there! I would appreciate if someone could help me with this:
    I have a .swf that I embed in an .html file. When loaded, the html file opens up in a window with the application taking up only 50% of the window. I'd like to have the application open in a window that's full screen. Is that possible at all?
    The .html file I'm using is a standard one generated by Captivate and looks like this:
    <!-- Copyright [2008] Adobe Systems Incorporated.  All rights reserved -->
    <!-- saved from url=(0013)about:internet -->
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>Title</title>
    <script src="standard.js" type="text/javascript"></script>
    </head>
    <body   bgcolor="#ffffff">
    <center>
        <div id="CaptivateContent"> </div>
        <script type="text/javascript">
           var so = new SWFObject("myfile.swf", "Captivate", "891", "551", "10", "#ffffff");
            so.addParam("quality", "high");
            so.addParam("name", "Captivate");
            so.addParam("id", "Captivate");
            so.addParam("wmode", "window");
            so.addParam("bgcolor","#ffffff");
            so.addParam("menu", "false");
            so.addVariable("variable1", "value1");
            so.setAttribute("redirectUrl", "http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash");
            so.write("CaptivateContent");
        </script>
        <script type="text/javascript">
            document.getElementById('Captivate').focus();
            document.Captivate.focus();
        </script>
    </center>
    </body>
    </html>

    Hi,
    What do mean by browser window?
    If you mean the File>Open dialog, double click on the Title bar to get it back to a smaller size.

  • Is there a way to force enable wmode=direct for all Flash content on all webpages ?

    I need a way to force enable wmode=direct for all Flash content that's running regardless of the webpage the Flash content is runing on.
    If there isn't a way to do so now, please enable this as fast as you can in the next version of Flash.
    I've read somewhere that if there's no wmode setting on the page like opaque, transparent, direct or hw the flash content will run in wmode=window setting so it would be very easy to change that and force Flash to use wmode=direct instead.
    This could be done by adding wmode=direct line to mms.cfg or even add Force wmode=direct to Flash Settings, easy as that.
    I really don't wanna hear the arguments why force enable wmode=direct for all Flash content regardless of webpage is not indicated to do, just do it, I really need this wmode=direct feature to be always on simple as that.
    I know that on some webpages some content might run behind flash content by doing so but I really don't care cause I know what sites I'm using and what Flash content I'm runing so just enable it.
    Waiting for all websites to implement wmode=direct would take ages and I don't have time to waste instead I wanna enable this feature by now since I have seen what a big difference it makes by runing Flash accelerated instead of software decoding.

    You will not get what you need using stamps, especially if you ever want to use dynamic XFA forms.
    The digital signatures that were signed with a self-signed digital ID won't fully validate unless the user chooses to trust the corresponding digital certificate first. You should only trust a digital certificate if you trust its source. The problem is using self-signed IDs will be difficult to use on the scale you're talking about.
    Digital signatures are the best approach for your needs. They can provide both nonrepudiation of document origin as well as document integrity. You just have to figure out how to implement a solution you can afford.
    You agency can become its own certificate authority and issue certificates to its employees. You'd just have to find a way to implement and manage such a system.

  • Window parameter in navigateToURL function

    Hi all,
    I have a frame based HTML file in which my SWF is displayed
    in the left frame. My SWF file has a button that simply, when
    clicked, displays a HTML file in the "rbottom" frame. Following is
    the code I used:
    var a:String;
    function aboutmeClicked(evt:MouseEvent):void {
    var targetURL:URLRequest = new URLRequest("resume.htm");
    navigateToURL(targetURL, "rbottom");
    aboutmeB.addEventListener(MouseEvent.CLICK,aboutmeClicked);
    Unluckily, when the button is clicked at run-time, the
    "resume.htm" file is opened in a separate window rather than in the
    specified frame.
    Any guideline is highly appreciated.

    I tested it but it yet didn't work.
    Following are the files I used:
    index.htm
    <html>
    <head>
    <title>New Page 1</title>
    </head>
    <frameset cols="150,*">
    <frame name="left" scrolling="no" noresize
    src="f1.htm">
    <frameset rows="20%,*">
    <frame name="rtop" src="f2.htm" >
    <frame name="rbottom" src="f3.htm">
    </frameset>
    <noframes>
    <body>
    <p>This page uses frames, but your browser doesn't
    support them.</p>
    </body>
    </noframes>
    </frameset>
    </html>
    F1.htm
    <html>
    <head>
    <meta http-equiv="Content-Language" content="en-us">
    <meta http-equiv="Content-Type" content="text/html;
    charset=windows-1252">
    <title>f1</title>
    <script language="javascript">AC_FL_RunContent =
    0;</script>
    <script src="AC_RunActiveContent.js"
    language="javascript"></script>
    <base target="rtop">
    </head>
    <body>
    <body bgcolor="#50828f">
    <!--url's used in the movie-->
    <!--text used in the movie-->
    <!-- saved from url=(0013)about:internet -->
    <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=9,0,0,0',
    'width', '95',
    'height', '180',
    'src', 'lbar_pp',
    'quality', 'high',
    'pluginspage', '
    http://www.macromedia.com/go/getflashplayer',
    'align', 'middle',
    'play', 'true',
    'loop', 'true',
    'scale', 'showall',
    'wmode', 'window',
    'devicefont', 'false',
    'id', 'lbar_pp',
    'bgcolor', '#50828f',
    'name', 'lbar_pp',
    'menu', 'true',
    'allowFullScreen', 'false',
    'allowScriptAccess','sameDomain',
    'movie', 'lbar_pp',
    'salign', ''
    ); //end AC code
    </script>
    <noscript>
    <object
    classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0"
    width="95" height="180" id="lbar_pp" align="middle">
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="allowFullScreen" value="false" />
    <param name="movie" value="lbar_pp.swf" /><param
    name="quality" value="high" /><param name="bgcolor"
    value="#50828f" /> <embed src="lbar_pp.swf" quality="high"
    bgcolor="#50828f" width="95" height="180" name="lbar_pp"
    align="middle" allowScriptAccess="sameDomain"
    allowFullScreen="false" type="application/x-shockwave-flash"
    pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    />
    </object>
    </noscript>
    </body>
    </html>
    F2.htm
    <html dir="rtl">
    <head>
    <meta http-equiv="Content-Language" content="en-us">
    <meta http-equiv="Content-Type" content="text/html;
    charset=windows-1252">
    <title>New Page 1</title>
    </head>
    <body>
    <p>f2</p>
    </body>
    </html>
    F3.htm
    <html dir="rtl">
    <head>
    charset=windows-1252">
    <title>New Page 1</title>
    </head>
    <body>
    <p>f3</p>
    </body>
    </html>
    F4.htm
    <html dir="rtl">
    <head>
    <meta http-equiv="Content-Language" content="en-us">
    <meta http-equiv="Content-Type" content="text/html;
    charset=windows-1252">
    <title>New Page 1</title>
    </head>
    <body>
    <p>f4</p>
    </body>
    </html>

  • Wmode=opaque, origin of x, y of mousewheel event based on parent frame

    wmode=opaque, origin of x, y of mousewheel event based on parent frame.
    as a result , mousewheel on the dropdown of combo box, dropdown closed.
    Header Area
    Tab Area
    SWF Area is here.
    wmode=opaque
    The x, y of mousewheel is missing for value of top and left area.
    wmode=window
    The x, y of mousewheel is correct.

    http://forums.adobe.com/thread/628143

  • Unable to load external swf which has runtime sharing with another swf.

    Hi,
    I am getting issues on loading external swf say "importer.swf" file into another swf file say "loader.swf" for second time like
    ReferenceError: Error #1065: Variable testSymbol is not defined. VerifyError: Error #1014: Class testClass could not be found.
    at global$init()
    In the external swf "importer.swf", i am trying to import the symbol "testSymbol" from another swf file say "exporter.swf", which exports through runtime sharing option for the symbols.
    I am having some buttons in loader.swf file and on each button click i am loading different swf files into the loader.swf after unloading the previous one.
    I am able to load and unload different swf files but unable to load the importer.swf file which is sharing symbols from external swf and that too for the second time i.e., when i click the button twice.
    When trying to debug with flash debugger, all the other swf files are being unloaded before loading of another swf but the swf which is sharing symbols/classes with another swf is not getting unloaded.
    Output when i am trying to load two files example and importer files into loader.swf file on two different button clicks. On first button click example.swf is loaded. On second button click , example.swf is unloaded and importer.swf is loaded which is successful. On first button click again importer.swf is unloaded and example.swf is loaded. On second button click again, example.swf is unloaded and importer.swf is loaded, here i am getting issues shown above.
    Attemping to launch and connect to Player using URL D:\runtime issue\loader.swf
    [SWF] D:\runtime issue\ loader.swf - 8181 bytes after decompression
    [SWF] D:\runtime issue\example.swf - 441708 bytes after decompression
    [UnloadSWF] D:\runtime issue\example.swf
    [SWF] D:\runtime issue\importer.swf - 1920 bytes after decompression
    [SWF] D:\runtime issue\importer.swf - 441708 bytes after decompression
    [SWF] D:\runtime issue\ example.swf - 441708 bytes after decompression
    [UnloadSWF] D:\runtime issue\ example.swf
    [SWF] D:\runtime issue\importer.swf - 1920 bytes after decompression
    ReferenceError: Error #1065: Variable xxxxxx is not defined.
    Debug session terminated.
    Code i am using
    b1.addEventListener(MouseEvent.CLICK, b1Clicked);
    b2.addEventListener(MouseEvent.CLICK, b2Clicked);
    var ldr:Loader;
    function b2Clicked(e:MouseEvent)
        if(ldr != null)
            ldr.unloadAndStop(true);
        ldr = new Loader();
        ldr.load(new URLRequest("importer.swf"));
        addChild(ldr);
    function b1Clicked(e:MouseEvent)
        if(ldr != null)
            ldr.unloadAndStop(true);
        ldr = new Loader();
        ldr.load(new URLRequest("example.swf"));
        addChild(ldr);
    If i try to open the swf using IE, i am not getting any issues at all. But i need to open this loader.swf in a air application. Also when i use loaderContext for the loader instance i am able to get rid of this issue but i cant use it in my application.
    So, please help me in resolving this issue.
    Thanks

    I got my answer. I had to append the photo url to the 'movie' value of the javascript embed method. Like this:
    <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', '550',
          'height', '400',
          'src', 'lesson2',
          'quality', 'high',
          'pluginspage', 'http://www.adobe.com/go/getflashplayer',
          'align', 'middle',
          'play', 'true',
          'loop', 'true',
          'scale', 'showall',
          'wmode', 'window',
          'devicefont', 'false',
          'id', 'lesson2',
          'bgcolor', '#ffffff',
          'name', 'lesson2',
          'menu', 'true',
          'allowFullScreen', 'false',
          'allowScriptAccess','always',
          'movie', 'lesson2?photo=http://www.flash-mx.com/images/image1.jpg',
          'salign', ''
          ); //end AC code
    </script>
    Thanks,
    srb.

  • Index.html - SWF file not working in browser

    The navigation button on my Flash/SWF intro page (www.benscarrillustration.com) isn't working in web browsers. What am not doing correctly.
    I have the following 3 files in my cPanel File Manager....
    1. index.html
    2. Ben Scarr Illustration.swf
    3. Ben Scarr illustration.html
    <!DOCTYPE html>
    <html>
        <head>
            <meta charset="UTF-8">
            <link rel="shortcut icon" href="/avatar.ico" type="image/x-icon">
            <title>Ben Scarr Illustration</title>
            <style type="text/css" media="screen">
            html, body { height:100%; background-color: #ffffff;}
            body { margin:0; padding:0; overflow:hidden; }
            #flashContent { width:1214px; height:100%; margin:auto;}
            </style>
        </head>
        <body>
            <div id="flashContent">
                <object type="application/x-shockwave-flash" data="Ben Scarr Illustration.swf" width="1214" height="717" id="Ben Scarr Illustration" style="float: none; vertical-align:middle">
                    <param name="movie" value="Ben Scarr Illustration.swf" />
                    <param name="quality" value="high" />
                    <param name="bgcolor" value="#ffffff" />
                    <param name="play" value="true" />
                    <param name="loop" value="true" />
                    <param name="wmode" value="window" />
                    <param name="scale" value="showall" />
                    <param name="menu" value="true" />
                    <param name="devicefont" value="false" />
                    <param name="salign" value="" />
                    <param name="allowScriptAccess" value="sameDomain" />
                    <a href="http://www.adobe.com/go/getflash">
                        <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" />
                    </a>
                </object>
            </div>
        </body>
    </html>

    Thanks for the information about Flash no longer being the best or contemporary way to design web sites. This shows me how long I've been away from designing them.
    I will redesign my web site in Dreamweaver very soon, as I would like it to play on iOS devices.
    But at the moment I would just like to see my Flash page working in a browser.
    I have inserted my Flash page in to Dreamweaver, and new code has been automatically added. But still the navigation button doesn't work.
    <!DOCTYPE html>
    <html>
        <head>
            <meta charset="UTF-8">
            <link rel="shortcut icon" href="/avatar.ico" type="image/x-icon">
            <title>Ben Scarr Illustration</title>
            <style type="text/css" media="screen">
            html, body { height:100%; background-color: #ffffff;}
            body { margin:0; padding:0; overflow:hidden; }
            #flashContent { width:1214px; height:100%; margin:auto;}
            </style>
        <script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
        </head>
        <body>
            <div id="flashContent">
                <object type="application/x-shockwave-flash" data="benscarrillustration.swf" width="1214" height="717" id="benscarrillustration" style="float: none; vertical-align:middle">
                    <param name="movie" value="benscarrillustration.swf" />
                    <param name="quality" value="high" />
                    <param name="bgcolor" value="#ffffff" />
                    <param name="play" value="true" />
                    <param name="loop" value="true" />
                    <param name="wmode" value="window" />
                    <param name="scale" value="showall" />
                    <param name="menu" value="true" />
                    <param name="devicefont" value="false" />
                    <param name="salign" value="" />
                    <param name="allowScriptAccess" value="sameDomain" />
                    <embed src="benscarrillustration.html" width="1214" height="717" quality="high" bgcolor="#ffffff" play="true" loop="true" wmode="window" scale="showall" menu="true" devicefont="false" salign="" allowscriptaccess="sameDomain"><noembed><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></noembed></embed>
                    <a href="http://www.adobe.com/go/getflash">
                    </a>
                </object>
                <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="1214" height="717" id="FlashID" title="benscarrillustration.swf">
                  <param name="movie" value="benscarrillustration.swf" />
                  <param name="quality" value="high" />
                  <param name="wmode" value="opaque" />
                  <param name="swfversion" value="6.0.65.0" />
                  <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
                  <param name="expressinstall" value="Scripts/expressInstall.swf" />
                  <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
                  <!--[if !IE]>-->
                  <object type="application/x-shockwave-flash" data="benscarrillustration.swf" width="1214" height="717">
                    <!--<![endif]-->
                    <param name="quality" value="high" />
                    <param name="wmode" value="opaque" />
                    <param name="swfversion" value="6.0.65.0" />
                    <param name="expressinstall" value="Scripts/expressInstall.swf" />
                    <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
                    <div>
                      <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
                      <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
                    </div>
                    <!--[if !IE]>-->
                  </object>
                  <!--<![endif]-->
              </object>
            </div>
        <script type="text/javascript">
    swfobject.registerObject("FlashID");
            </script>
        </body>
    </html>

  • How do I add to the HTML page containing an fla?

    Hi,
    My site has Flash Video that plays back in a Flash movie
    file.
    I want to put html text on the html page containing the Flash
    movie so that if a viewer doesn't have Flash, they can see a plain
    text link that sends them to a page with a Windows Media Player.
    When I attempt to add text to the html page containing the
    Flash movie, the text doesn't appear and my page changes background
    color.
    Where in the source code should I be adding my html text?
    Please indicate the insertion point below.
    Source code below or visit
    http://www.ocatillopictures.com/OcatilloFrames/Animation.html
    Thanks
    <html xmlns="
    http://www.w3.org/1999/xhtml"
    xml:lang="en" lang="en">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1" />
    <title>Janos-FlashPlayer</title>
    <script language="javascript">AC_FL_RunContent =
    0;</script>
    <script src="AC_RunActiveContent.js"
    language="javascript"></script>
    </head>
    <body bgcolor="#100068">
    <!--url's used in the movie-->
    <!--text used in the movie-->
    <!--
    <p align="center"><font face="Wingdings 3" size="16"
    color="#80dbf9" letterSpacing="0.000000" kerning="1"><a
    href="
    http://www.ocatillopictures.com/FinalPages/Animation.html#Janos
    Video Anchor" target =
    "_self"><b>t</b></a><font
    face="Arial"><a href="
    http://www.ocatillopictures.com/FinalPages/Animation.html#Janos
    Video Anchor" target = "_self"><b>Return to
    Menu</b></a></font></font></p>
    <p align="center"><font face="Arial" size="16"
    color="#80dbf9" letterSpacing="0.000000" kerning="1"><a
    href="
    http://www.ocatillopictures.com/movie-pg/Janos-movie.html"
    target = "_self"><b>View Windows
    Media</b></a><font face="Wingdings 3"><a
    href="
    http://www.ocatillopictures.com/movie-pg/Janos-movie.html"
    target = "_self"><b>u</b></a><font
    face="Arial"><b>
    </b></font></font></font></p>
    -->
    <!-- saved from url=(0013)about:internet -->
    <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=9,0,0,0',
    'width', '700',
    'height', '500',
    'src', 'Janos-FlashPlayer',
    'quality', 'high',
    'pluginspage', '
    http://www.macromedia.com/go/getflashplayer',
    'align', 'middle',
    'play', 'true',
    'loop', 'true',
    'scale', 'showall',
    'wmode', 'window',
    'devicefont', 'false',
    'id', 'Janos-FlashPlayer',
    'bgcolor', '#100068',
    'name', 'Janos-FlashPlayer',
    'menu', 'true',
    'allowFullScreen', 'false',
    'allowScriptAccess','sameDomain',
    'movie', 'Janos-FlashPlayer',
    'salign', ''
    ); //end AC code
    </script>
    <noscript>
    <object
    classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0"
    width="700" height="500" id="Janos-FlashPlayer" align="middle">
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="allowFullScreen" value="false" />
    <param name="movie" value="Janos-FlashPlayer.swf"
    /><param name="quality" value="high" /><param
    name="bgcolor" value="#100068" /> <embed
    src="Janos-FlashPlayer.swf" quality="high" bgcolor="#100068"
    width="700" height="500" name="Janos-FlashPlayer" align="middle"
    allowScriptAccess="sameDomain" allowFullScreen="false"
    type="application/x-shockwave-flash" pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    />
    </object>
    </noscript>
    </body>
    </html>

    You have the text commented out. Remove the "<!--" before
    your text and the "-->" after the text and it will show.

  • Can't make Flash button work in firefox and safari

    I'm creating an Entry Page slideshow here with Flash Cs3 and AS2:
    http://vaforestwild.com/
    I'd like to be able to click on the whole slideshow (or the "Enter Site" text) to go to another page on the site, which I'm calling "vaforestwild.com/home.html."  I've read various tutorials all day and tried many things, but couldn't seem to apply any "on release" action to the "Enter Site" text that would work.  I even created an invisible button (putting a keyframe on just the HIT state and deleting it from the UP state), named the instance "invbutton3", and then typed in this action on the first frame and inserted a keyframe at the end of the show:
    invbutton3.onRelease=function(){
    getURL("http://vaforestwild.com/home.html");
    The cursor changes to a hand, but nothing happens when clicking on the show.  So I was experimenting with modifying the Object text in the head section of the index file where the slideshow is located and I stumbled on something that made the clickable link work in Internet Explorer, but not in Safari and Firefox.  I modified the object text to read like this:
    onfocus="MM_goToURL('parent','http://vaforestwild.com/home.html');return document.MM_returnValue"
    (Previously, it had http://vaforestwild.com/index.html and would just start the slideshow over if you clicked on it)
    Here is the entire <object> text:
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" name="slideshow" width="945" height="400" id="slideshow" title="vfwg-slideshow" onfocus="MM_goToURL('parent','http://vaforestwild.com/home.html');return document.MM_returnValue">
                     <param name="movie" value="vfwg-entryshow2.swf" />
                     <param name="quality" value="high" />
         <embed src="vfwg-entryshow2.swf" width="945" height="400" name="slideshow" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer"
          type="application/x-shockwave-flash">
         </embed>
         </object>
    Can you help me do one of two things, either 1) modify the object text so the clickable link will go to that "home" page in all 3 browsers or 2) fix the slideshow action itself so the action script will work on the invisible button.
    I hope this isn't too confusing.  Thanks in advance for any help!
    --Deane Dozier

    Thank you so much for your help.
    I should have mentioned that I was unable to use the html file produced by Flash Cs3 in any browser because I get the message "this page requires AC_RunActiveContent.js".  I'll be happy to work with it if you think it's best.  Here is the uploaded html file followed by the code in the file:
    http://vaforestwild.com/vfwg-entryshow2.html
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>vfwg-entryshow2</title>
    <script language="javascript">AC_FL_RunContent = 0;</script>
    <script src="AC_RunActiveContent.js" language="javascript"></script>
    </head>
    <body bgcolor="#003333">
    <!--url's used in the movie-->
    <!--text used in the movie-->
    <!-- saved from url=(0013)about:internet -->
    <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=9,0,0,0',
       'width', '945',
       'height', '400',
       'src', 'vfwg-entryshow2',
       'quality', 'high',
       'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
       'align', 'middle',
       'play', 'true',
       'loop', 'true',
       'scale', 'showall',
       'wmode', 'window',
       'devicefont', 'false',
       'id', 'vfwg-entryshow2',
       'bgcolor', '#003333',
       'name', 'vfwg-entryshow2',
       'menu', 'true',
       'allowFullScreen', 'false',
       'allowScriptAccess','sameDomain',
       'movie', 'vfwg-entryshow2',
       'salign', ''
       ); //end AC code
    </script>
    <noscript>
    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="945" height="400" id="vfwg-entryshow2" align="middle">
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="allowFullScreen" value="false" />
    <param name="movie" value="vfwg-entryshow2.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#003333" /> <embed src="vfwg-entryshow2.swf" quality="high" bgcolor="#003333" width="945" height="400" name="vfwg-entryshow2" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
    </object>
    </noscript>
    </body>
    </html>
    Since the html page didn't work, I tried dragging the swf file into my index page and Dreamweaver automatically produced the "embed object" text that I pasted in my previous email.  Incidentally, I was mistaken when I said that text was in the head section.  It wasn't, it was in the body. Here's the script code in the head section:
    <script type="text/JavaScript">
    <!--
    function MM_goToURL() { //v3.0
      var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
      for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
    //-->
        </script>
    Okay, so now I have produced a test page to work on here:
    http://vaforestwild.com/slideshowtest.html
    I started over by letting Dreamweaver create the object text again, and here's what I have (script in the head is the same as above) The only change I made is in the size of the width and height, which Dreamweaver thought was 32x32 :
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="945" height="400">
      <param name="movie" value="vfwg-entryshow2.swf" />
      <param name="quality" value="high" />
      <embed src="vfwg-entryshow2.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="945" height="400"></embed>
    </object>
    I believe my problem is most likely related to how I'm applying action to my button in Flash. I find the tutorials somewhat confusing and I am unable to do exactly what the tutorials say, even though the writers specify they are using AS2.  I'm going to be continuing to try different things and I'll report back if I am successful.  In the meantime, if you have any suggestions based on the information I've provided, I would love to hear them.  Thank you!
    Deane Dozier

  • Help needed with Boot times and performanc​e.

    Hi everyone, after two weeks of getting nowhere i gave up and here i am. I have an S10-3 which i am struggling with. As the post title indicates perfomance is (how can i put it) slow. We are talking 15/20 minutes to boot and when i finaly get to Windows its pretty much unusable. Ended up corrupting the recovery partition with my (lets say limited experiance) and have so far proceede to try and install Win XP/Vista/7 with all the same problems unable to install/slow/slow. I think what i am looking for is some pointers on wiping the HDD clean (completely) and some info on how to get a running install of pretty much any Windows that perfoms in a manner that allows me to acctually do something productive. On a plus point i did install an extra Gig of RAM allthough this made very little difference. Thanks in advance for any help offered as i am completley stummped.

    If you intend to clean up completely you can use the secure data disposal tool from Lenovo
    http://www.pc.ibm.com/europe/think/en/datadisposal​.html?europe&cc=europe
    Do you have a windows installation media with you?
    Cheers and regards,
    • » νιנαソѕαяα∂нι ѕαмανє∂αм ™ « •
    ●๋•کáŕádhí'ک díáŕý ツ
    I am a volunteer here. I don't work for Lenovo

  • How to make the stage transparent for SWF file being used in Dreamweaver

    I have a SWF file in my Dreamweaver site, that plays correctly. The problem is that the stage is white and we would like it to be transparent. Searching the archives the following advice was given:
    in your html embedding code you need to set the wmode parameter to be "transparent"
    I'm wondering if this is the code in Dreamweaver or is this done in Flash. I'm working with CS5. Below is the code that matches the SWF file in Dreamweaver. I did change the wmode value from "opaque" to "transparent" and it didn't work.
    Thanks for any assistance.
    Sherri
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="650" height="400" id="FlashID" title="Convergence Gathering Title">
                 <param name="movie" value="Flash/gold_dust_title.swf" />
                 <param name="quality" value="high" />
                 <param name="wmode" value="opaque" />
                 <param name="swfversion" value="6.0.65.0" />
                 <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
                 <param name="expressinstall" value="Scripts/expressInstall.swf" />
                 <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
                 <!--[if !IE]>-->
                 <object type="application/x-shockwave-flash" data="Flash/gold_dust_title.swf" width="650" height="400">
                   <!--<![endif]-->
                   <param name="quality" value="high" />
                   <param name="wmode" value="opaque" />
                   <param name="swfversion" value="6.0.65.0" />
                   <param name="expressinstall" value="Scripts/expressInstall.swf" />
                   <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
                   <div>
                     <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
                     <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
                   </div>
                   <!--[if !IE]>-->
                 </object>
                 <!--<![endif]-->
               </object>

    Yes, change this to "transparent" in ALL the places where wmode is shown
    <param name="wmode" value="opaque" />
    Second, be sure that there is in fact nothing covering the entire stage, like a big white rectangle.
    Also, what is directly behind the .swf once it's on the Web page? If the background color of that page or the <div> that the .swf is in is white..... well then then .swf can have a transparent background but then the white from the Web page just shows thru.... so there's still a white background.
    Be sure there is a non-white background on the Web page...
    Window Mode (wmode) - What's It For?
    There are three window modes.
    Window
    Opaque
    Transparent
    By default, the Flash Player gets its own hWnd in Windows. This means that the Flash movie actually exists in a display instance within Windows that lives above the core browser display window. So though it appears to be in the browser window, technically, it isn't. It is most efficient for Flash to draw this way and this is the fastest, most efficient rendering mode. However, it is drawing independently of the browser's HTML rendering surface. This is why this default mode (which is equivalent to wmode="window") doesn't allow proper compositing with DHTML layers. This is why your JavaScripted drop-down menus will drop behind your Flash movie.
    In windowless modes (like opaque), Flash Player doesn't have a hWnd. This means that the browser tells the Flash Player when and where to draw onto the browser's own rendering surface. The Flash movie is no longer being rendered on a higher level if you will. It's right there in the page with the rest of the page elements. The Flash buffer is simply drawn into whatever rectangle the browser says, with any Flash stage space not occupied by objects receiving the movie's background color.
    Best wishes,
    Adninjastrator

  • Flash's published HTML (+js) won't work in Safari?

    I have created a Flash file that consists of nothing but an FLVPlayback control that loads a .flv file. I then use the default publish settings to publish the .swf. The resulting HTML file opens, displays properly, and plays the movie in IE7, FF3.0, and Chrome 2.0. However, when I open it in Safari 3.0.4, I see nothing; just a blank page. Safari has FP10 installed and has no problems displaying Flash content on any other web sites, e.g. iTunes, Apple. Adobe, or YouTube). I don't have IE8 to test on (I installed it and it hosed my whole system, so it's been eradicated).
    I am loading the file locally from the file system; I want to make sure it works before I publish it. I don't know if that has anything to do with it or not, but I don't see how it could. The AC_RunActiveContent.js script is present and getting loaded (I wish I were right now ).
    Has anyone else experienced this or know what the problem might be? I am including the entirety of the HTML content it generated here for reference (I have changed the tag brackets to braces just so it will post here).
    [!-- saved from url=(0013)about:internet --]
    [html lang="en"]
    [head]
    [meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /]
    [title]IntroToCOL[/title]
    [script language="javascript"] AC_FL_RunContent = 0; [/script]
    [script language="javascript"] DetectFlashVer = 0; [/script]
    [script src="AC_RunActiveContent.js" language="javascript"][/script]
    [script language="JavaScript" type="text/javascript"]
    // Globals
    // Major version of Flash required
    var requiredMajorVersion = 9;
    // Minor version of Flash required
    var requiredMinorVersion = 0;
    // Revision of Flash required
    var requiredRevision = 115;
    [/script]
    [/head]
    [body bgcolor="#ffffff"]
    [!--url's used in the movie--]
    [!--text used in the movie--]
    [script language="JavaScript" type="text/javascript"]
    if (AC_FL_RunContent == 0 || DetectFlashVer == 0) {
    alert("This page requires AC_RunActiveContent.js.");
    } else {
    var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
    if(hasRightVersion) {  // if we've detected an acceptable version
      // embed the flash movie
      AC_FL_RunContent(
       'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,115,0',
       'width', '550',
       'height', '400',
       'src', 'IntroToCOL',
       'quality', 'best',
       'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
       'align', 'middle',
       'play', 'true',
       'loop', 'true',
       'scale', 'showall',
       'wmode', 'window',
       'devicefont', 'false',
       'id', 'IntroToCOL',
       'bgcolor', '#ffffff',
       'name', 'IntroToCOL',
       'menu', 'true',
       'allowScriptAccess','sameDomain',
       'allowFullScreen','false',
       'movie', 'IntroToCOL',
       'salign', ''
       ); //end AC code
    } else {  // flash is too old or we can't detect the plugin
      var alternateContent = 'Alternate HTML content should be placed here.'
       + 'This content requires the Adobe Flash Player.'
       + '[a href=http://www.macromedia.com/go/getflash/]Get Flash[/a]';
      document.write(alternateContent);  // insert non-flash content
    [/script]
    [noscript]
    // Provide alternate content for browsers that do not support scripting
    // or for those that have scripting disabled.
       Alternate HTML content should be placed here. This content requires the Adobe Flash Player.
       [a href="http://www.macromedia.com/go/getflash/"]Get Flash[/a]
    [/noscript]
    [/body]
    [/html]

    Yes, that would be helpful, I know. However, the file isn't being hosted anywhere. It will be e-mailed, I guess, as an e-vite. I just created the Flash file and published swf & html plus a jpeg as a still. Then I sent that to the marketing person...who knows less about this than I do. But for some reason, when she opens the file up in her IE browser, she is getting an older revision of the e-vite that isn't playing correctly. I suspected that she possibly only referenced the new html file and it sourced the old swf file. So when she played it in the browser, she saw the old swf file play. I've asked her to make sure she deletes any old copies and just uses the new html and swf files. Does that sound like a possible solution? I haven't heard back from her yet to see if that solved the issue.

  • Inserting SWF in one of my divs is causing problems with css layout

    I am testing code for a new layout including an swf piece in
    the center of my page and I can't understand what the issue is.
    http://www.ltcproduction.com/ltcproditems.html
    I am loosing a lot of my formatting which should look exactly
    like
    http://www.ltcproduction.com
    only with a dynamic piece in the middle
    here is the code I am using for the new dynamic page below:
    HTML Code:
    <html xmlns="
    http://www.w3.org/1999/xhtml"
    xml:lang="en" lang="en">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1" />
    <title>ltcproditems_bleu</title>
    <script language="javascript">AC_FL_RunContent =
    0;</script>
    <script src="AC_RunActiveContent.js"
    language="javascript"></script>
    <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=9,0,0,0',
    'width', '750',
    'height', '400',
    'src', 'ltcproditems_bleu',
    'quality', 'high',
    'pluginspage', '
    http://www.macromedia.com/go/getflashplayer',
    'align', 'middle',
    'play', 'true',
    'loop', 'true',
    'scale', 'showall',
    'wmode', 'window',
    'devicefont', 'false',
    'id', 'ltcproditems_bleu',
    'bgcolor', '#ffff99',
    'name', 'ltcproditems_bleu',
    'menu', 'true',
    'allowFullScreen', 'false',
    'allowScriptAccess','sameDomain',
    'movie', 'ltcproditems_bleu',
    'salign', ''
    ); //end AC code
    </script>
    </head>
    <body bgcolor="#ffff99">
    <!--url's used in the movie-->
    <!--text used in the movie-->
    <!--
    Gekko divers
    Video editing
    Web production
    Graphic Design
    Project Management
    Email Deployment
    Graphic design
    Email deployment
    -->
    <!-- saved from url=(0013)about:internet -->
    <div id="bar-top"></div>
    <div id="content_long">
    <h2>Ltc Production</h2>
    <?php
    include("navbar_insert.php");
    ?>
    <div id="main_container1">
    <noscript>
    <object
    classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0"
    width="750" height="400" id="ltcproditems_bleu" align="middle">
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="allowFullScreen" value="false" />
    <param name="movie" value="ltcproditems_bleu.swf"
    /><param name="quality" value="high" /><param
    name="bgcolor" value="#ffff99" /> <embed
    src="ltcproditems_bleu.swf" quality="high" bgcolor="#ffff99"
    width="750" height="400" name="ltcproditems_bleu" align="middle"
    allowScriptAccess="sameDomain" allowFullScreen="false"
    type="application/x-shockwave-flash" pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    />
    </object>
    </noscript>
    </div></div>
    <div id="bar-bottom">
    <span class="copyright">(c) ltc
    production</span></div>
    </body>
    </html>

    move the javascript block that starts with if
    (AC_FL_RunContent == 0) { to immediately before the noscript block,
    and it should fix your problem.
    I may suggest using swfobject:
    http://code.google.com/p/swfobject/
    to embed your swf. It gives you more flexibility than the adobe
    AC_RunActiveContent method.

  • Problem in embedding 2 swfs in a single html

    hi,
    i am currently embedding 2 different swfs in a single html file,but i'm having problems.
    i am trying to embed the other swf programatically using js, but i'm getting a script error..
    i am also having problems in running it in other browsers because it's only working good in ie and firefox..
    i know that we need to embed it, using object,embed tags and embed it in the active content area.
    how do i embed it properly?
    here is my code.
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <html>
        <head>
            <title>DWP Test Page</title>
            <meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.1">
            <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
                <script language="JavaScript" type="text/javascript">
        //Declare all global variables
                var mediaDivId="m1";
                var imageDivId = "m2";
                var imageNode;
                var mediaNode;
                var propertyStyle;
                //Function to access the Flash movie
                function getFlashMovie(FlashMovie)
                            var isIE = navigator.appName.indexOf("Microsoft") != -1;
                            return (isIE) ? window[FlashMovie] : document[FlashMovie];
                //function to play media in Main Page
                function OpenMedia(type,url)
                        //Declare local variable and pass the div ID of Image and Media node
                        //and set a value for property style
                        var content;
                        var activeContent;
                        imageNode = document.getElementById(imageDivId);
                        mediaNode = document.getElementById(mediaDivId);
                        propertyStyle = "hidden";
                        //Set Image property to hidden and Clear media
                        imageNode.style.visibility = propertyStyle;
                        mediaNode.innerHTML = "";
                        //Embed Media Skin in Main Page
                        content='<noscript><object id="FlashMovie"  classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0" width="500" height="500" id="dwpPlayer" align="middle"><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="false" /><param name="movie" value="dwpPlayer.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /><embed name= "FlashMovie" src="dwpPlayer.swf" quality="high" bgcolor="#ffffff" width="500" height="500" name="dwpPlayer" align="middle" allowScriptAccess="always" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" /></object>';
                        activeContent = '<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','wid th', '500','height', '500','src', 'dwpPlayer','quality', 'high','pluginspage', 'http://www.adobe.com/go/getflashplayer','align', 'middle','play', 'true','loop', 'true','scale', 'showall','wmode', 'window','devicefont', 'false','id', 'dwpPlayer','bgcolor', '#ffffff','name','dwpPlayer','menu','true','allowFullScreen','false','allowScriptAccess', 'always','movie', 'dwpPlayer','salign', '');" + "</script>";
                        mediaNode.innerHTML = activeContent + content;
                        //Calls action Script and Pass Media type and URL
                        switch(type)
                            case (type == 'video'):
                            getFlashMovie("dwpPlayer").sendVideoURLToFlash(url);
                //function InsertActiveContent()
                //    var active = '<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','wid th', '500','height', '500','src', 'dwpPlayer','quality', 'high','pluginspage', 'http://www.adobe.com/go/getflashplayer','align', 'middle','play', 'true','loop', 'true','scale', 'showall','wmode', 'window','devicefont', 'false','id', 'dwpPlayer','bgcolor', '#ffffff','name','dwpPlayer','menu','true','allowFullScreen','false','allowScriptAccess', 'always','movie', 'dwpPlayer','salign', '');", "</script>");
                //Function to close the Media and show image
                function RemoveMedia()
                        alert("Hoy!");
                        //Set value for local variable
                        mediaNode = document.getElementById(mediaDivId);
                        imageNode = document.getElementById(imageDivId)
                        propertyStyle = "visible";
                        //Clear InnerHTML of division for media
                        mediaNode.innerHTML="";   
                        //Set Image property to visible
                        imageNode.style.visibility = propertyStyle;
                            // -->
                </script>
        </head>
        <body>
            <object id="FlashMovie1"  classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0" width="600" height="600" id="dwp_CarouselBackUp" align="middle">
            <param name="allowScriptAccess" value="always" />
            <param name="allowFullScreen" value="false" />
            <param name="movie" value="Carousel.swf" />
               <param name="quality" value="high" />
               <param name="bgcolor" value="#ffffff" />
            <param name="flashvars" value="xmlFile=Carousel.xml" />   
            <embed name= "FlashMovie1" src="Carousel.swf" flashvars="xmlFile=Carousel.xml" quality="high" bgcolor="#ffffff" width="500" height="500" name="dwp_CarouselBackUp" align="middle" allowScriptAccess="always" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" />
            </object>
            <input type=button value="Send" onClick="javaScript:OpenMedia('video', 'Call_to_action.flv')"/>
            <table style="TABLE-LAYOUT: fixed; OVERFLOW-X: hidden; WIDTH: 808px; HEIGHT: 706px">
                <tr>
                    <td>       
                    </td>
                    <td>
                    <div id ="m1"></div>
                    <div id = "m2"></div>
                    </td>
                </tr>
                <tr>
                    <td>
                    </td>
                    <td>
                    </td>
                </tr>
            </table>
        </body>
    </html>

    the thing thats now working is the part where the js embedded the dwpPlayer.swf.
         //Embed Media Skin in Main Page
                        content='<noscript><object id="FlashMovie"  classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0 ,0,0" width="500" height="500" id="dwpPlayer" align="middle"><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="false" /><param name="movie" value="dwpPlayer.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /><embed name= "FlashMovie" src="dwpPlayer.swf" quality="high" bgcolor="#ffffff" width="500" height="500" name="dwpPlayer" align="middle" allowScriptAccess="always" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" /></object>';
                        activeContent = '<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', '500','height', '500','src', 'dwpPlayer','quality', 'high','pluginspage', 'http://www.adobe.com/go/getflashplayer','align', 'middle','play', 'true','loop', 'true','scale', 'showall','wmode', 'window','devicefont', 'false','id', 'dwpPlayer','bgcolor', '#ffffff','name','dwpPlayer','menu','true','allowFullScreen','false','allowScri ptAccess','always','movie', 'dwpPlayer','salign', '');" + "</script>";
    the player is showing but it doesnt retrieve any values. unlike when it was embedded normally.
    If i may ask,
    normally how will we embed 2 swfs? coz, i normally embed them by creating separate instances of the 2 swfs.
    Like this:
    Note: this embedding works manually if js doesnt need to create the embed itself.but when we translate it by embedding it programmatically. the player shows upon click but theres a script error that an object needs to be embedded.
    <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', '800',
            'height', '600',
            'src', 'dwp_Player',
            'quality', 'high',
            'pluginspage', 'http://www.adobe.com/go/getflashplayer',
            'align', 'middle',
            'play', 'true',
            'loop', 'true',
            'scale', 'showall',
            'wmode', 'window',
            'devicefont', 'false',
            'id', 'dwp_Player',
            'bgcolor', '#ffffff',
            'name', 'dwp_Player',
            'menu', 'true',
            'allowFullScreen', 'false',
            'allowScriptAccess','always',
            'movie', 'dwp_Player',
                'flashvars','xmlFile=3DCarouselSettings.xml',
            'salign', ''
            ); //end AC code
    </script>
    and like this..
    <noscript>
        <object id="FlashMovie"  classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0" width="800" height="600" id="dwp_Player" align="middle">
        <param name="allowScriptAccess" value="always" />
        <param name="allowFullScreen" value="false" />
        <param name="movie" value="dwp_Player.swf" />
        <param name="quality" value="high" />
        <param name="bgcolor" value="#ffffff" />
        <param name="flashvars" value="xmlFile=3DCarouselSettings.xml" />   
        <embed name= "FlashMovie" flashvars="xmlFile=3DCarouselSettings.xml"  src="dwp_Player.swf" quality="high" bgcolor="#ffffff" width="800" height="600" name="dwp_Player" align="middle" allowScriptAccess="always" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" />
        </object>
    </noscript>
        <object id="FlashMovie1"  classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0" width="800" height="600" id="Carousel" align="middle">
        <param name="allowScriptAccess" value="always" />
        <param name="allowFullScreen" value="false" />
        <param name="movie" value="Carousel.swf" />
        <param name="quality" value="high" />
        <param name="bgcolor" value="#ffffff" />
        <param name="flashvars" value="xmlFile=3DCarouselSettings.xml" />   
        <embed name= "FlashMovie1" src="Carousel.swf" flashvars="xmlFile=3DCarouselSettings.xml" quality="high" bgcolor="#ffffff" width="800" height="600" name="Carousel" align="middle" allowScriptAccess="always" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" />
        </object>

Maybe you are looking for

  • Mini DisplayPort to DVI Adapter failure misdiagnosed

    When I purchased my new MacBook Pro last December, I had to purchase Apple's Mini DisplayPort to DVI Adapter in order to continue using my Apple 20" Display monitor with it. Turns out the Mini DisplayPort to DVI Adapter dies so I no longer had access

  • How can I get the Microsoft enhanced Point and Print compatibility driver installed on Win7 LC master?

    We recently migrated from a Windows Server 2003 to Windows Server 2012 print server. When recomposing a linked clone pool with the old 2003 server, drivers were taken care of for the printer when the user printed for the first time after desktop reco

  • How to back up contacts from iPhone?

    I downloaded iPhone 2.0 and then synced my phone. Somehow, all the information in AddressBook on my computer is gone. Luckily, it still exists on my iPhone. How do I put the information from my iPhone back onto the computer?

  • EXPORT/IMPORT Q & A

    제품 : ORACLE SERVER 작성날짜 : 2002-04-08 EXPORT/IMPORT Q & A =================== PURPOSE 다음은 EXPORT와 IMPORT에 관한 주요 질문과 답변에 관한 내용이다. Explanation [질문1] RDBMS와 EXPORT, IMPORT의 연관 관계는(catexp.sql 이란)? Export, Import시 이미 생성된 OBJECT의 정보를 데이타 딕셔너리에서 쿼리를 하는데 이러한

  • Solaris 10 inst. doesn't find cd2-cd4 on amd64

    Hi! I've got a amd64 (winchester 3G2), 1GB, ATI 9200SE. The installation proceeds nicely until I get a: Please insert the CD/DVD for Solaris 10 Software 2 for x86 Platforms I try with all of the four cd:s I downloaded but with no luck. Relucantly I p