Swf works on desktop but nowhere else

I embedded a video in a flash swf file and published it to my
desktop. Works fine--by itself and in the html file I created. But
when I copy it to another directory, it will not work. I copied all
of the files--the swf file, the html file and the
"SteelExternalAll.swf" player skin file. The flash screen opens but
it is empty.
I want to make this accessible so I can e-mail it to my web
master to put on our corporate site. What can I do to make this
work?
Thanks

As a possible idea, did you try the HTML file via a local web
server? I have found, for example, that loading XML files can
intermittently fail when using local paths, but work fine when I
use URLs and a local server. Try to see if a local server helps, or
see if your web master can utilitizes your files now, provided that
you are using proper URLs.

Similar Messages

  • Image rotation working in template, but nowhere else

    Hi,
    I'm relatively new to Dreamweaver.
    I have a page with some rotating images, created following a Communitymx recommendation (http://www.communitymx.com/content/article.cfm?cid=651FF).
    The website template (http://www.johnaverill.com/templates/main_template.dwt) seems to rotate images perfectly; however, image rotation on index.html and the others will not work.
    Any help or recommendations would be greatly appreciated.  Thanks, Paul

    osgood_
    ah, you are correct.  sorry, I didn't catch that I was i am just posting the same old apparent bad code (index.html).
    I did create index_2.html and rename it to index.html per your instructions of Mar 5 (i've actually done it twice now). Pictures not rotating with the index_2 or the new index.html either.  
    Also noticed recreating the index continues to get me the extra:
    function randomImages(){
    if(counter == (imgs.length)){
    counter = 0;
    the template seems to be putting this in there new index for some reason.
    New index here:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/main_template.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>John Averill - Welcome</title>
    <!-- InstanceEndEditable -->
    <style type="text/css">
    <!--
    body {
    background: #000;
    margin: 0;
    padding: 0;
    color: #000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-weight: normal;
    /* ~~ Element/tag selectors ~~ */
    ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
    padding: 0;
    margin: 0;
    h1, h2, h3, h4, h5, h6, p {
    margin-top: 0;  /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
    padding-right: 15px;
    padding-left: 15px;
    a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
    border: none;
    /* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
    a:link {
    color: #000;
    text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
    a:visited {
    color: #000;
    text-decoration: none;
    a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
    text-decoration: underline;
    /* ~~ this fixed width container surrounds the other divs ~~ */
    .container {
    width: 960px;
    background: #FFF;
    margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
    /* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
    .header {
    background: #000;
    /* ~~ This is the layout information. ~~
    1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.
    .content {
    font-size: 100%;
    /* ~~ The footer ~~ */
    .footer {
    padding: 10px 0;
    background: #FFF;
    margin: 20px;
    /* ~~ miscellaneous float/clear classes ~~ */
    .fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
    float: right;
    margin-left: 8px;
    .fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
    float: left;
    margin-right: 8px;
    .clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
    -->
    </style>
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    #maincontent {
    width:915px;
    height:auto;
    z-index:1;
    left: 114px;
    top: 351px;
    margin: 20px auto 0px;
    .container .footer table tr td h6 {
    color: #FFF;
    </style>
    <script type="text/javascript">
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    /* pw - removed old code
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    // Comma separated list of images to rotate
    var imgs = new
    Array('_images/1.jpg','_images/2.jpg','_images/3.jpg','_images/4.jpg');
    // delay in milliseconds between image swaps 1000 = 1 second
    var delay = 3000;
    var counter = 0;
    function preloadImgs(){
       for(var i=0;i<imgs.length;i++){
         MM_preloadImages(imgs[i]);
    function randomImages(){
       if(counter == (imgs.length)){
         counter = 0;
       MM_swapImage('rotator', '', imgs[counter++]imgs[i]);
    function randomImages(){
       if(counter == (imgs.length)){
         counter = 0;
       MM_swapImage('rotator', '', imgs[counter++]);
       setTimeout('randomImages()', delay);
    </script>
    <!-- InstanceBeginEditable name="head" -->
    <!-- InstanceEndEditable -->
    </head>
    <body onload="preloadImgs();randomImages();">
    <div class="container">
      <div class="header">
        <div align="center"><!-- InstanceBeginEditable name="header_image" -->
    <img src="_images/1.jpg" name="rotator" width="960" height="300" id="rotator" /><!-- InstanceEndEditable -->
          <ul id="MenuBar1" class="MenuBarHorizontal">
            <li><a href="index.html">Home</a></li>
            <li><a href="about.html">About</a></li>
    <li><a href="partners.html">Our Underwriters</a></li>
      <li><a href="claims.html">Claims</a></li>
    <li><a href="markets.html">Industry Focus</a></li>
      <li><a href="assignments.html">Assignments</a></li>
      <li><a href="_clienttestimonials/testimonials.html">Client Testimonials</a></li>
      <li><a href="resources.html">Resources</a></li>
          </ul>
        </div>
        <!-- end .header -->
      </div>
      <div class="content">
    <h1> </h1>
    <!-- InstanceBeginEditable name="main_content" -->
    <div id="maincontent">
      <p><img src="_images/john_averill_bw.jpg" alt="" width="98" height="122" align="right" /></p>
      <p> </p>
      <h1><img src="_images/johncaverill.jpg" alt="" width="313" height="80" id="Image3" /></h1>
      <h3>Insurance  and Risk Management for Aircraft/Aerospace and Defense Companies</h3>
      <p align="justify">Welcome, this is an online bio for John C. Averill.  This site also has a description of my capabilities, services offered and successes</p>
      <p align="justify">FIDUCIARY ROLE</p>
      <p align="justify">My team and I take our  fiduciary role as insurance brokers and risk consultants seriously. I am held  accountable to a select group of risk management professionals who have an  enormous amount of wisdom and knowledge about the property and casualty insurance  world, providing my team and me consistent guiding principles. Due to our  fiduciary role, we do not publicize our clients list but we do have several letters  from clients on file as part of this site, see Client Testimonials.</p>
      <p align="justify">CONFIDENCE IN THE PROCESS</p>
      <p align="justify">The process of  designing a risk management strategy and purchasing insurance should be  comprehensive. The focus should be on pre-engineering claims payments. You should have  total confidence in your broker and insurance company. After a claim has  occurred is not the time to second guess the dollars you spent on insurance  premiums and the commissions or fees you paid a broker. </p>
      <p align="justify">PHILOSOPHY</p>
      <p align="justify">Our philosophy and  goal is to never have a client have an uncovered claim that he / she failed to insure. We have developed   processes and procedures to determine exposures, forecast claims and efficiently  purchase the needed insurance coverage.</p>
      <p align="justify"><strong>SERVICES OF AEROSPACE AND DEFENSE DIVISION</strong></p>
      <p>Insurance Brokerage</p>
      <p>Risk Analysis  (Internal Risk Resource Data Base)</p>
      <p>Travel Risk Management  analysis</p>
      <p>Global Travelers Group </p>
      <p>Submission Preparation</p>
      <p>Benchmarking Analysis</p>
      <p>Contractual Review</p>
      <p>Loss Control</p>
      <p>Direct Access to all  major insurance companies</p>
      <p>Internal claims  adjustors</p>
      <p>Quarterly Newsletter </p>
      <h1> </h1>
    </div>
    <!-- InstanceEndEditable -->
    <h1> </h1>
      </div>
      <div class="footer">
        <table border="0" align="center">
          <tr>
            <td width="906" height="5" bgcolor="#004C90"><h6>Aviation News</h6></td>
            <td width="906" height="5" bgcolor="#004C90"><h6>News on John</h6></td>
            <td width="906" height="5" bgcolor="#004C90"><h6>Quick Help</h6></td>
          </tr>
          <tr>
            <td width="906" height="25" valign="top"><h5 align="left">
              <script language="JavaScript" src="http://feed2js.org//feed2js.php?src=http%3A%2F%2Fwww.aero-news.net%2Fnews%2Frssfeed.xml&am p;num=3&amp;utf=y"  charset="UTF-8" type="text/javascript"></script>
              <noscript>
              <a href="View" _mce_href="http://feed2js.org//feed2js.php?src=http%3A%2F%2Fwww.aero-news.net%2Fnews%2Frs sfeed.xml&amp;num=3&amp;utf=y&amp;html=y">View">http://feed2js.org//feed2js.php?src=http%3 A%2F%2Fwww.aero-news.net%2Fnews%2Frssfeed.xml&amp;num=3&amp;utf=y&amp;html=y">View RSS feed</a>
              </noscript>
            </h5>
            <p align="left">  </p></td>
            <td width="906" height="25" valign="top"><h5>Averill speaks at 2011 Risk and Insurance Management  Society annual conference in Vancouver on Aviation Loss Control.  </h5>
            <h5>Averill appointed to National Business Aviation  Association Insurance Committee. </h5></td>
            <td width="906" height="25" valign="top"><!-- InstanceBeginEditable name="quick_help" -->
              <h5 align="left"><a href="claims.html">Claims Information</a></h5>
    <h5 align="left"><a href="contacts.html">Contact Me</a></h5>
            <!-- InstanceEndEditable --></td>
          </tr>
        </table>
        <p><img src="_images/ioa_aerospace_logo.jpg" width="150" height="70" alt="ioa_logo" /></p>
    </div>
      <!-- end .container --></div>
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </body>
    <!-- InstanceEnd --></html>

  • ICloud mail not working on desktop but OK on iCloud website

    Loaded OS Lion on iMac yesterday and transferred mail from MobileMe to iCloud.  Spent hours trying to get mail working on desktop but finally succeeded.  Shutting down overnight caused mail to quit working again.  However, if I go to iCloud website the mail works OK.  I know others have had mail problems with Lion, can anyone advise what to do?  I've tried just about everything from Apple support.

    Thank you Paul.  I called Apple Support and Tech helped me with resetting account and for now it's working again.  Aloha from Maui, Hawaii

  • Pages numbers and keynotes not working on handoff, but everything else is?

    Pages numbers and keynotes not working on handoff, but everything else is, map, mail etc. Am I alone?

    Really appreciate your help with this. I am a bit of a novice here.. but.. After some more searching on this issue I notice your comments (cut/pasted  below)  with respect to this router and bridging mode. You mentioned that I should update my firmware on this router and that this would (if I am interpreting your reply correctly) facilitate my LAN to LAN connection and of course using this router simply as an access point and more to the point -  having the use of the guest network. So my question is even if I did update firmware,  seems I would still require 3rd party software to make this work? (re your last sentence in your comments below)  Just need to understand the process and determine whether or not it is worth it (or maybe I should upgrade the router) but I don't want to change the configs of the network wired router at this time... and need to use the E2500 or facsimile as  simply an access point with  guest network functionality,  Thanks much appreciated.
    "Again: some E series routers already support wired bridging in firmware, i.e. to use the router as simple access point.
    This is and was always possible using a LAN-LAN setup instead.
    The problem with the LAN-LAN setup is, however, that you have some limitations accessing the network storage or network printer, e.g. the router doesn't have the correct time and you cannot access the storage from remote using port forwarding through your main router.
    These limitations have been overcome with the wired bridge mode (internet connection type = bridge mode).
    But again: this has absolutely nothing to do with wireless bridging. That's something completely different and is not supported on Linksys routers in any firmware version so far. To do wireless bridging (i.e. the Linksys routers connects wirelessly to another main router) you need 3rd party firmware."

  • OSX rejects correct password on boot (but nowhere else)

    Hello all,
    We've recently updated several Early2008 MBPs (Snow Leopard) to Late2013 MBPs (Mavericks).  With these new machines, OSX intermittently (more than 90% of the time) rejects correct login passwords from cold boot (when unlocking FileVault2 images), but nowhere else. 
    OSX never rejects passwords when:
    -waking from sleep.
    -authenticating in OSX environment
    -unlocking FileVault2 images from warm boot (restart, from either Windows or MacOS)
    -administrator password is shorter than 17 characters (machines only exhibit this issue if passwords are 17 characters or longer; we can shorten our passwords and then the issue goes away, but comes right back if we make the passwords longer.
    -Password length does not matter when cold boot logging in as a standard user account (not an administrator).
    Typical machine details:
    -Updated from 10.6.8 to 10.9.x, then to 10.9.4.  Note: we cannot upgrade to 10.9.5 until it is verified by our certification lab.
    -Using FileVault 2. 
    -Migration Assistant was NOT used.  Relevant files were copied over.  Fresh install from Apple. 
    -Passwords are alphanumeric only, with numbers, capital and lowercase letters.
    -OSX Server is not used in our environment.  Run of the mill Mavericks.
    -Key repeat rate set to 'fast' (only set when in userland).  Delay until repeat is 'short'
    -firmware lock enabled (note: issue still persists when disabled)
    Example:
    0. Machine is off.
    1. On first boot, admin attempts to log in and 24 digit password is repeatedly rejected.  It does not matter how slowly password is entered.
    Note: It is difficult to verify password length after the first 16-20 digits, as the GUI is only wide enough to display that many (?) characters.  Arrow keys are used to verify password length.
    2. After successfully logging in, admin successfully enters password on first try numerous times throughout workflow. 
    3. Admin restarts (warm boot) and successfully enters password on first try (every time).
    4. Repeat
    Workaround:
    A. Create a dummy standard user account with 20 character password.
    B. on cold boot, login as standard user.
    C. log out and then log back in as admin user.
    Unacceptable workarounds:
    -Use admin password less than 16 characters (company policy requires 20 characters or more for admin accounts).
    Questions:
    -Does the computer time need to be correct to successfully unlock a FileVault2 image?
    -Do these new MBPs not have a persistent time tracking device (like the old ones)?  Our machines often have the incorrect time until they can sync with time.apple.com
    -What is different about warm versus cold FileVault2 booting?
    -Has anyone else seen this behavior?

    Thanks for your comments.  I imagine this issue hasn't been reported because:
    -most people don't use FileVault
    -most people don't use passwords longer than 16 characters
    -most people assume they're just not entering their password correctly*
    I, too, haven't seen any other reports of this behavior.  We've disabled and reenabled FileVault2 on multiple machines without resolving the issue.
    *This is going to date me a bit, but as a troubleshooting step, we typed the password '37fhGBdh6UniqueGalaxy7' onto a USB-connected AlphaSmart 2000 (with key type speed set to 'Very Slow').  We then created a new admin user account on a sterile machine and used the AlphaSmart to enter the password.  We then performed several tasks that require admin password and verified that the AlphaSmart reliably enters the password once logged in.  However, we still see the same behavior only during cold boot... the password is 'incorrect' a majority of the time.
    I'll keep trying to isolate this issue, but I imagine it's similar to the bug in earlier OS versions where only the first 8 (and later, 16) digits are handled properly.

  • Plugin works on desktops but not on laptops

    Windows XP
    CS2
    It makes no sense for it to just not work on laptops, but this is the pattern I've seen so far. When it errors out on the laptops, I get a "Dr. Watson" error: "InDesign.exe has encountered a problem and needs to close..." When I look to see what the error report contains, it mentions "AppName: InDesign.exe AppVer: 4.0.5.688 ModName: widgetbin.dll ModVer: 4.0.5.688". I've Googled for "widgetbin.dll" but nothing looks relevant.
    I have put in MessageBoxes to see how far it gets in my plugin code. It exits the constructor but does not enter the AutoAttach (AutoAttach being the very next routine in my code that gets called on machines where the plugin does work), so I assume it is not being caused by any code I have written.
    I know this is not much to go on, but I welcome any suggestions.
    Thanks,
    Miles

    I have now installed Visual Studio 2003 on one of the laptops and this did not correct the problem. (I would be using VS 2005 but Microsoft's lousy wizard does not completely convert the 2003 project; it leaves errors including "external symbol not defined" or some such, so I got lazy and stayed with 2003).
    Anyway, I've stepped through the code on the laptop and it apparently gets caught when it tries to open an ADODB connection. I am using a Database class that #imports msado15.dll (this file exists in the same location on both machines), only because I found it easier to integrate into my plugin project than say, CDatabase, or System.Data namespace. The "m_Cnn->Open" in Database.cpp executes just before the comutil.h code, which is where it breaks on the laptop:
    Database.cpp
    bool Database::Open(char* UserName, char* Pwd, char* CnnStr)
    try
    HRESULT hr;
    hr = m_Cnn.CreateInstance( __uuidof( ADODB::Connection ) );
    m_Cnn->Open(CnnStr, UserName, Pwd, NULL);
    comutil.h
    inline _bstr_t::_bstr_t(const char* s)
    : m_Data(new Data_t(s))
    if (m_Data == NULL) {
    _com_issue_error(E_OUTOFMEMORY);
    On the laptop, it just enters "inline _bstr_t::_bstr_t", throws an Access Violation error, and then goes into disassembly. When comparing the variable values in the Autos window between the desktop and the laptop, everything looks the same up to and including the line where it breaks. I can't see any difference. For example, the previous line in Database.cpp, "hr = m_Cnn.CreateInstance( __uuidof( ADODB::Connection ) );" returns a "success" value on both machines.
    Still lost,
    Miles

  • Router works for desktop, but not for surrounding laptops.

    The router I have is the Linksys E1000. I bought it and hooked it up yesterday and works great for my desktop but not for my daughters laptop. Her laptop has wireless automatic internet recognitions which allows her to pick up surrounding internet networks. We cannot figure out how to make this work. Please help!

    Are you able to see your router's network  name on your laptop? If yes, then follow the below mentioned settings.
    Click Start >> Control Panel >> Network and Sharing Center >> Manage Wireless Networks, here remove all the networks present and close the Window...
    Click on Connect to a Network and try to re-connect to your Network, it should ask for your Network Key/Password, enter the correct password/network key and click Connect...
    It should connect...Once you are connected you should restart the computer, it should connect to Internet...

  • Since the last update of iTunes genius will not work it updates but nothing else

    since Itunes last update I can not get genius to work, it updates but when i click on start genius nothing happens, i am verily new to this so i am not sure what to do, it did work great before this update. i now have a new ipad mini and would love to have this working.

    Hi there navicin79,
    You may find the troubleshooting steps in the articles below helpful. The first thing I would try is reinstalling iTunes as outlined in the first article.
    Troubleshooting iTunes installation on Mac OS X
    http://support.apple.com/kb/ht2311
    OS X Mavericks: If an app freezes or quits unexpectedly
    http://support.apple.com/kb/PH13975
    -Griff W. 

  • Same link works on desktop BUT NOT on ipad -Help pls!

    Hello,
    I have created ONLY a desktop version of this site, www.frabricci.ca. When I check the link to the clients instgram account (seen on the home page instgram icon & last paragraph of that page, as well as last paragraph on contact page), its works on desktops and on mobile (iphone), yet when viewing the site on an ipad the link does not work. Confused to why this would happen as I've only created one site with the same link - HELP PLEASE!

    Hi
    I tried to check instgram account link from home and page and it works on iPad.
    Can you please let me know the browser details and OS details on iPad that you are using , also please check with different browser.
    Thanks,
    Sanjit

  • Onload Problem works with IE but nothing else

    I have a flash file in my page which I control the time line
    from buttons . Code as follows.
    I load my swf into a container div with swfobject.
    var flashvars = {};
    var params = {};
    params.menu = "false";
    params.wmode = "opaque";
    var attributes = {};
    attributes.id = "FlashIntro";
    swfobject.embedSWF("./Flash/Banner.swf", "Flashmovie", "914", "201", "8.0.0", "./Flash/expressInstall.swf", flashvars, params, attributes);
    I control its timeline with this code.
    function thisMovie(movieName) {
      // IE and Netscape refer to the movie object differently.
      // This function returns the appropriate syntax depending on the browser.
      if (navigator.appName.indexOf ("Microsoft") !=-1) {
        return window[movieName]
      } else {
        return document[movieName]
    // Checks if movie is completely loaded.
    // Returns true if yes, false if no.
    function movieIsLoaded (theMovie) {
      if (typeof(theMovie) != "undefined") {
        return theMovie.PercentLoaded() == 100;
      } else {
        return false;
    function go(theFrame) {
      if (movieIsLoaded(thisMovie(movieName))) {
        thisMovie(movieName).GotoFrame(theFrame);
    The function go is run onload in the body tag.
    set up cookies
    //Get cookie routine by Shelley Powers
    function get_cookie(Name) {
      var search = Name + "="
      var returnvalue = "";
      if (document.cookie.length > 0) {
        offset = document.cookie.indexOf(search)
        // if cookie exists
        if (offset != -1) {
          offset += search.length
          // set index of beginning of value
          end = document.cookie.indexOf(";", offset);
          // set index of end of cookie value
          if (end == -1) end = document.cookie.length;
          returnvalue=unescape(document.cookie.substring(offset, end))
      return returnvalue;
    function blue() { document.cookie="sitename=0" ;}
    function green() { document.cookie="sitename=1" ; }
    function red() { document.cookie="sitename=2"; }
    function orange() { document.cookie="sitename=3" ;}
    function yellow() { document.cookie="sitename=4" ; }
    function purple() { document.cookie="sitename=5" ;}
    set variable result to positon in timeline
    var result=get_cookie("sitename");
    The functions above control the timeline position and set a cookie variable result is last position so when you leave the page it remembers last position.
    <body onload="go(result);">
    It works fine in IE but any other browser it don't work.
    <body onload="go(result);">
    Please can anyone advise me

    Sorry that still only works in IE.

  • MS Access 2010 Iscurrentwebuseringroup function works in desktop but doesn´t in web

    Hi,
    i have a web DB in sharepoint online.  I need to know who is the current user to show a specific form.  The Iscurrentwebuseringroup("name of the group") function works fine in the desktop app (I use the function in a textbox) but when
    the app is open from the web browser don´t show the value (true or false).
    can you help me? 
    Thanks!!

    I have discovered the solution to this problem and am posting here in case anyone else experiences this issue.
    Under network preferences, I changed the service order of my network interfaces.
    The VPN interface is now placed above my everyday Airport interface.
    When not in use, VPN automatically places itself below the Airport service. When I connect with VPN, this service automatically returns to the top and I can connect correctly to my place of work (including network-restricted areas).
    Hope this helps anyone in a similar situation.

  • Photo Stack swf works in IE but not Firefox

    Would anyone know why the photo stack flash gallery won't work in Firefox? IE works fine. I'm fairly sure its just a bit of syntax i'm missing, or a compatibility issue.
    I am using a .swf file which imports images in using an xm
    l file and then displays them as a stack of photos which can then be rotated and looked through.
    This is the code i'm using to embed it on the page.
    =====================
    <object id="flashmovie" type="application/x-shockwave-flash" data="/menu_items/gallery_swf/gallery.swf" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="550" height="400" >
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="movie" value="/menu_items/gallery_swf/gallery.swf" />
    <param name="FLASHVARS" value="path=/san/www/somewhere.com/htdocs/home/ProspectiveStudents/InternationalStudents/ afolder/afolderphotos/">
    <embed src="/menu_items/gallery_swf/gallery.swf" width="550" height="400" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>
    </object>
    =======================
    And this is the Actionscript code within the swf, as I think it may be causing the issue
    ================
    MovieClip.prototype.addProperty("onLoad", function () {
    return __onLoadHandler__[this];
    }, function (f) {
    if (__onLoadHandler__ == undefined) {
      _global.__onLoadHandler__ = {};
    __onLoadHandler__[this] = f;
    Math.easeInQuad = function(t, b, c, d) {
    return c*(t /= d)*t+b;
    Math.easeOutQuad = function(t, b, c, d) {
    return -c*(t /= d)*(t-2)+b;
    Stage.scaleMode = "noScale";
    myXML = new XML();
    myXML.ignoreWhite = true;
    myXML.onLoad = function() {
    nodes = myXML.childNodes;
    // find first image
    if (topimage.length) {
      for (var i = 0; i<nodes.length; i++) {
       if (nodes[i].attributes.src == topimage) {
        var insert = nodes.slice(0, i);
        nodes.splice(0, i);
        nodes = nodes.concat(insert);
    _root.gotoAndStop(2);
    if (_url.indexOf("http")>-1) {
    myXML.load("http://somewhere.com/menu_items/gallery_swf/gallery.php?querystring=" + path);
    } else {
    myXML.load("gallery.xml");
    stop();
    ===========================
    I export it as Flashplayer ver 6, and actionscript ver 1.0. Changing versions didn't make it work.

    Apologies - I did not mean to post this twice - having
    problems with my PC!

  • Url links in swf work in standalone, but not when opened in browser

    I am currently using flash to create an electronic press kit.
    In that, i have 2 links to youtube (since embedding the videos was
    not an option, making the file too large), and one link to
    yousendit for the viewer to be able to download a pdf file.
    Now when i open the swf by double clicking on it (which i can
    do, but when on another computer, that has flash player installed,
    the swf will not open unless opened through a browser....not sure
    if that is just something where you can open an swf strictly by
    itself only if you actually have flash or what....that is another
    issue), but anyways, when i open the swf by itself, the links work
    correctly. once opened through a browser, the links do not work.
    Safari error:
    Adobe flash player has stopped a potentially unsafe
    operation.
    The following local application of your computer or network:
    (location of swf on harddisk)
    is trying to communicate with this internet-enabled location:
    youtube.com
    To let this application communicate with the internet, click
    SETTINGS.
    You must restart this application after changing your
    settings.
    Of course i did that, and it didnt happen.
    My question is however, even if this is a simple security
    issue/setting within the browser, is there any way to get around
    this? Because when sending this press kit out, the last thing i
    want is for the viewer to have to take the time to change their
    browser settings and try to get this to work and all that stuff.
    Any help would be appreciated.
    You can also download this swf at the following link:
    http://www.yousendit.com/transfer.ph...661F585ACE0521

    The reason the swf doesn't open up by itself on other
    computers is that it needs a Stand Alone Flash Player to do so.
    Most people have the Flash plug-in for their browsers, but not the
    stand alone player. If you are sending it out as a self contained
    file you need to make a Projector file. It contains the SA + swf in
    one file, which adds weight. Also, you need to make a Windows one
    and and a Mac one. If you are using CS3, I think you can make a
    Abobe AIR app that is universal, granted you install the free AIR
    plug-in controlls for Flash ( I THINK. My knowlege is not totally
    up to date) .
    As for the links not working in the browser, its seems like
    they should work. Your posted link for the file is broken, so
    couldn't see. What is your code for the buttons? Are you calling
    JavaScript in your html page? I've had problem with that usually a
    syntax error or IE.
    AS2 button

  • Dynamic Parameter List works on desktop but not when run on Crystal Server

    Hi,
    I have a report, and the database command query takes one parameter ({?Year}. There is a second parameter used for a record select which is a dynamic paramenter list (multiple select, required). When running the report from Crystal Reports 2008 on my desktop, it first prompts for a year, and then once that is entered, it will come back with the list (of Companies) to select from. It works very smootly and as desired.
    But when I load this report to Crystal Reports 2008 Server, it will ask for the year (which is a static list), and this is good, but then it comes back with an empty dynamic select list on the next screen.
    Are there any special caveats that I need to be aware of in regards to dynamic lists when running from the CR server?
    Thanks!

    Hi Pat, 
    This should work but a couple of things to check: 
    1)  Are the two parameters linked to the same database?  If the parameters are linked to fields from different tables in different databases then you need to make sure you set the Database Configuration and have the report log on to both databases. 
    2)  Are Crystal Reports and Crystal Server the same version?  I had problems with parameters after we upgraded to 2008.  We had to install the latest service packs for both Crystal 2008 and the Enterprise Server.  Then we installed Crystal 2008 on the same machine the Enterprise Server was on.  Crystal Reports and the Enterprise Server share some common files.  Some of those files were updated for Crystal but not for the Enterprise Server yet.  Once we synched them our reports have run fine. 
    Good luck,
    Brian

  • WRT54G Wireless router works on desktop, but not laptop

    I have a WRT54G wireless router with version 1.00.4
    It works on my desktop, I can log into the net no prob
    My laptop however (dell w/ windows xp) does not even recognize it.
    Wierd thing is, it worked perfectly with no problems today, I have been going online with my laptop using the wireles router for weeks now..
    I haven'tupgraded the firmware, or do anything to any of the computers whatsoever.
    When it stopped working, I reset my router/modem, I transfered over my MAC, etc.. but the laptop still does not even recognize my router signal when I try to search for it on my laptop.. It will recognize a handful of other wireless routers from the neighborhood, but not mine.
    My desktop is windows xp, and so is my router.
    Any helpwould be greatly appreciated.

    i had that problem before with the my router and i just did customize the wireless settings. try the the link below, its a great help.
    1.
    http://linksys.custhelp.com/cgi-bin/linksys.cfg/php/enduser/std_adp.php?p_faqid=759&p_created=108422...
    2.
    http://linksys.custhelp.com/cgi-bin/linksys.cfg/php/enduser/std_adp.php?p_faqid=759&p_created=108422...
    hope this will help you...
    ~ lyf_R_foeittee ;o) ~~

Maybe you are looking for