Flash not appearing

Im having trouble getting a Flash file to appear in one of my
pages. Ive doen this a thousand times before so Im not sure what
the problem is. The flash plays fine when viewed locally in the
page but not once its been uploaded!
Have a look guys -
http://www.remotestudios.co.uk/bc/
Cheers

Object expected means that the page is not finding the
script.
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com
- Template Triage!
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
http://www.macromedia.com/support/search/
- Macromedia (MM) Technotes
==================
"geschenk" <[email protected]> wrote in
message
news:fb23jm$spq$[email protected]..
>>>
> the movie is in the same folder!
> >>
>
> yes, it´s *now* in the same folder as the
index.html -- when loading the
> page
> with IE I get a javascript error "object expected", so
there´s something
> in the
> script which obviously prevents loading
>

Similar Messages

  • Flash not appearing in IE 8 but appears in all other browsers

    Hi,
    I've inserted my flash  swf file using Dreamweaver CS4 and it looks great and appears in all other browsers including IE 7 and IE6, but when I try to view it in IE8 nothing appears but a big blank white space. Can someone help me figure out how to make it appear in IE8 as well? Here is the page I've having trouble with.

    Unable to see your Flash in IE6 on WinXP.  Also, in IE6 your page is not centered. Possibly caused by code validation errors and the fact that some of your file paths are pointing to your local computer drive instead of the site.  Specifically these.
    behavior: url("file:///C|/websites/BenEverson/3ColumnHybridHeaderandFooter_images/iepngfix.htc");
    <script src="file:///C|/Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
    Use the online validation tools listed below.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics |  Print | Media Specialists
    www.alt-web.com/
    http://twitter.com/altweb
    HTML Validator -  http://validator.w3.org
    CSS Validator - http://jigsaw.w3.org/css-validator/
    Flash Code Validifyer http://validifier.com/
    Tutorials - http://w3schools.com/

  • Flash not appearing when run locally

    Hi,  I am having a weird issue with a user. He cannot display a swf when run locally on his machine in a browser. If he goes online he sees the movies fine. To test I sent him a movie with just an image in it and published to html. I double click the html page and can see the movie and image fine. He does the same on his machine and gets nothing just a blank page. Problem is we have an java app that runs local (using port 8000) and opens separate movies in new windows that he can never see.
    Thanks in advance,
    P.

    It sounds like you are having a file trust problem. To resolve that, you have to trust this file from the Flash Global Settings Manager.
    Go  there: http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.htm l
    Add a path to the local file, restart browser and try again.

  • Spry menu bar does not appear over flash elements in I.E. 8

    Hi, My spry menu bar does not appear over any flash elements in I.E. 8. Every other browser it workd fine. Can anyone please help? Thanks
    A link to one of the pages is http://www.innervisionfilms.tv/pages/showreel.html
    My spry code is
    @charset "UTF-8";
    /* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
    LAYOUT INFORMATION: describes box model, positioning, z-order
    /* The outermost container of the Menu Bar, an auto width box with no margin or padding */
    ul.MenuBarHorizontal
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        cursor: default;
        width: auto;
        font-family: Verdana;
        color: #000033;
        font-weight: bold;
    /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
    ul.MenuBarActive
        z-index: 1000;
    /* Menu item containers, position children relative to this container and are a fixed width */
    ul.MenuBarHorizontal li
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        position: relative;
        text-align: left;
        cursor: pointer;
        width: 130px;
        float: left;
    /* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarHorizontal ul
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        z-index: 1020;
        cursor: default;
        width: 8.2em;
        position: absolute;
        left: -1000em;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
        left: auto;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarHorizontal ul li
        width: 8.2em;
    ul.MenuBarHorizontal ul li a
        width: 10.2em;
        background-color: #4E81B4;
        left: auto;
        background-image: none;
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
    ul.MenuBarHorizontal ul ul
        position: absolute;
        margin: -5% 0 0 95%;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
        left: auto;
        top: 0;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Submenu containers have borders on all sides */
    ul.MenuBarHorizontal ul
        border-top-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 0px;
        border-left-width: 0px;
        border-top-style: solid;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        border-top-color: #FFFFFF;
        border-right-color: #FFFFFF;
        border-bottom-color: #FFFFFF;
        border-left-color: #FFFFFF;
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarHorizontal a
        display: block;
        cursor: pointer;
        background-color: #EEE;
        padding: 0.5em 0.75em;
        color: #000033;
        text-decoration: none;
        font-family: Verdana;
        font-size: 11px;
        background-image: url(../pagelayout/menubg.jpg);
        font-weight: bold;
        border: 1px solid #003366;
    /* Menu items that have mouse over or focus have a blue background and white text */
    ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
        background-color: #003366;
        color: #FFFFFF;
    /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
    ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
        background-color: #003366;
        color: #FFFFFF;
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenu
        background-image: url(../pagelayout/menubg.jpg);
        background-repeat: repeat;
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
        background-image: url(../homepagelayout/greenbarbg.jpg);
        background-position: 95% 50%;
        background-repeat: repeat;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
        background-image: url(SpryMenuBarDownHover.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
        background-image: url(SpryMenuBarRightHover.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarHorizontal iframe
        position: absolute;
        z-index: 1010;
        filter:alpha(opacity:0.1);
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
        ul.MenuBarHorizontal li.MenuBarItemIE
            display: inline;
            f\loat: left;
            background: #FFF;

    I still can't find a solution. Changing the parameter wmode:transparent works for .swf files but .flv files do not have the option to add this parameter. If you add it in the script manually it doesn't do anything. Any help would be greatly appreciated. I cn't find any solution online.
    Thanks,
    Adam

  • I am running IE 11 on Windows 7 Home Premium 64 Bit Service Pack 1. When I attempt to install Flash Player, it goes through all of the steps, tells me the player is installed, and welcomes me. I cannot open the player and it does not appear in the Start M

    I am running IE 11 on Windows 7 Home Premium 64 Bit Service Pack 1. When I attempt to install Flash Player, it goes through all of the steps, tells me the player is installed, and welcomes me. I cannot open the player and it does not appear in the Start Menu, Task Manager, System Tray, or anywhere else. When I try to open a file, the site tells me Flash player is not installed. I have even downloaded it to a separate folder and ran the install with IE shut down completely. And Shockwave in ENABLED but in 32 bit .I have been trying to get this to work for about 3 weeks now.  HELP!!!

    Flash Player is a browser add-on, not an executable program.
    If you need to open a local SWF file you will need the standalone player (Projector) from http://www.adobe.com/support/flashplayer/downloads.html
    Note that the download is the player, not an installer, so you will need to make the file association manually.

  • Flashing marker does not appear in search box when starting Firefox

    When I start Firefox the flashing marker does not appear in the search box. If I reload this sometimes sorts the problem

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • Images will not appear on Stage area of Adobe Flash Professional

    I have Adobe Flash Professional CS5.
    Yesterday I successfully created an animation.
    Later the same day I tried to create another and the images will not appear on the stage.
    I loaded in PNG files - which worked the first time - now they will not show up.
    I can see their binding boxes on the stage, and move those but the images just do not show up.
    When I hit ctrl + enter to preview, I can see the images in the preview movie - just not on the stage working area!
    I tried restarting, shutting down, updating my PC, uninstalling programs, loading different file types (jpg), and resaving and reloading the PNG files. I even tried different types of Flash defaults. NOTHING WORKS.
    I hope someone can tell me what is wrong this makes no sense!

    Before you drag the image from the library to your stage, make sure you insert a blank keyframe (F6) on the layer you are working with, then drag to stage. This worked for me.

  • Flash piece not appearing on macs, help!

    my client says the flash animation on the following page is
    not appearing on her mac, can anyone check it? maybe tell me the
    problem? please!!!
    http://www.l3hm.com/anim_test3.php

    You're welcome. It's how I learned, too.
    Think of it this way. The final page assembled by the server
    and uploaded
    to the browser can only contain a single set of properly
    terminated <html>,
    <head>, and <body> tags. This means that NONE of
    those tags can be present
    both in the parent page and in the include files.
    Furthermore, if you want
    to work with DW, you cannot have any of those tags in the
    include files,
    although it is theoretically possible to have a <head>
    or <body> in them.
    DW will barf if it sees that, however.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "serg2049" <[email protected]> wrote in
    message
    news:fikm7t$97j$[email protected]..
    > Also, I'd like to add that sometimes I feel a bit
    embarrased cause some of
    > us
    > designers actually learn with the help of programers,
    and the mistakes I
    > make
    > are sometimes stupid. If I could do it another way I'd
    do it, thanks to
    > everyone who helps out, like Murray...
    >

  • Boot system flash: does not appear on 2960 running config

    Dear friends,
    On the 2960, i have two .bin images and i am pointing to the latest one.
    However, the boot system flash: command along with the new image does not appear in the running config but it appears in the
    show boot command.
    t3a.sidradc.dmz.01#dir flash:
    Directory of flash:/
        2  -rwx        2131   Jan 3 2010 07:30:45 +03:00  private-config.text
        4  -rwx     8040418   Mar 1 1993 05:31:51 +03:00  c2960-lanbasek9-mz.122-50.SE3.bin
        5  -rwx         676   Jan 3 2010 07:28:50 +03:00  vlan.dat
        6  drwx         128   Mar 1 1993 03:02:32 +03:00  c2960-lanbasek9-mz.122-44.SE6
      546  -rwx        4120   Jan 3 2010 07:30:45 +03:00  multiple-fs
      548  -rwx        9001   Jan 3 2010 07:30:45 +03:00  config.text
    32514048 bytes total (21123072 bytes free)
    t3a.sidradc.dmz.01(config)#boot system flash:c2960-lanbasek9-mz.122-50.SE3.bin
    t3a.sidradc.dmz.01(config)#exit
    t3a.sidradc.dmz.01#wr
    Building configuration...
    [OK]
    t3a.sidradc.dmz.01#sh boot
    BOOT path-list      : flash:c2960-lanbasek9-mz.122-50.SE3.bin
    Config file         : flash:/config.text
    Private Config file : flash:/private-config.text
    Enable Break        : no
    Manual Boot         : no
    HELPER path-list    :
    Auto upgrade        : yes
    Auto upgrade path   :
    NVRAM/Config file
          buffer size:   65536
    Timeout for Config
              Download:    0 seconds
    Config Download
           via DHCP:       disabled (next boot: disabled)
    t3a.sidradc.dmz.01#sh run | inc boot
    boot-start-marker
    boot-end-marker
    Are you aware of any reasons for this?
    Thanks a lot
    Gautam

    and the other being the issue where IOS can return the prompt before it's done unpacking the files
    Ok, now what EXACTLY is the appliance and IOS version?  The only time I know of this bug is the Metro Ethernet (ME) switches and when the current appliance is upgraded FROM an IOS version 15.2(1)S.  
    But there is a "workaround" which Cisco doesn't want to publish (don't ask me why not):  Use "archive tar /x" and, optionally, delete the old IOS sub-directory.
    Personally, I wouldn't recommend anyone using the "copy the BIN file" method unless you know what you are doing or you've put extra measures in place.  The "archive /x tar" and/or "archive download-sw" was developed so that it could be automated and the operator can see the result at the end.  The "copy the BIN file" method doesn't give anyone a result whether or not the file was copied or not or was the file copied completely.  
    Regularly, I would upgrade our switches (2960/2960S, ME-3800X, 3560E/3560CG, 3750X) fleet using the "archive download-sw" method and I don't use scripts.  I just copy-and-paste the command.  So far, since 2009, I've "lost" only 6 switches when I upgraded the switch to upgrade the wrong file (another IOS bug on it's own) and I had to physically show up and upgrade using ROMmon.  Every time I would upgrade, about 900 switches (some in a stack), it would take me about 4 days.  Even though I work with three guys who's very good at almost any scripting but we've come to a unanimous conclusion NOT to use scripting.  
    Moving on, if "copy the BIN file" is still a preferred choice, I would like to know how do you go about verifying the file was copied completely?  Whenever I resort to the "copy the BIN file", I ensure the file copied is complete by verifying the MD5 hash value against the MD5 hash value found in the Cisco website.  Trust me, adding this additional "layer" of security saved me doing ROMmon upgrade so many times.  

  • Flash element panel does not appear when Flash is selected in DW3

    In DW3 (Win7) After creating several slide shows using image viewer and months later when I want to edit the image viewer.. When I click on the flash slideshow that I created in image viewer in order to edit it and the Flash Elements panel does not appear on the right as it did before. I have the Tags panel open and it has changed to Flash elements in the past but it is no longer appearing. This happened with a friends DW3 also.

    DW3 or DW CS3?

  • Flash chart does not appear on the PC of a user

    Hi,
    I have an application which is working nicely. But suddenly, one user cannot see the flash charts on his PC. On my PC it works well, I can see the charts. I don't know why on his PC the flash chart do not appear. She is using IE 6.
    The application is using APEX Anychart 5.12.
    How to check if Flash is working well on his PC ?
    Regards,
    Christian

    I think that PC is missing the flash plugin.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

  • The download button does not appear when I try to download Flash Player

    The download button does not appear when I try to download Flash Player on my MacBook Pro.  I'm using Firefox.  I uninstalled Flash Player yesterday and can't download the newest version 11.6.602.180 today, help!

    Here's the current link to the offline installer:
    http://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player_osx.dmg
    Are you running any ad-blocking or anti-tracking plugins?  When the product download center appears broken, those are common contributors.

  • Cannot upgrade adobe flash player (failed to initialize), shockwave flash does not appear as a plug in

    various web sites stated that I needed to update adobe flash player. I clicked on link and followed instructions, then received the message "installation encountered errors - failed to initialize". So far, I have uninstalled previous versions of flash player and checked my plug ins. Noticed that Shockwave flash does not appear in my plug in list and adobe states that this needs to be active for their flash player.
    I am on Windows XP and Firefox version 8.
    Thanks.
    Cameron Cassidy

    Your above posted list of installed plugins doesn't show the Flash plugin for Firefox.
    See:
    * https://support.mozilla.com/kb/Managing+the+Flash+plugin
    * https://support.mozilla.com/kb/Installing+the+Flash+plugin
    You can get the Adobe Flash Player here:
    * http://www.adobe.com/downloads/
    * http://www.adobe.com/go/getflashplayer
    Or download the Flash Player via this page: Troubleshoot Flash Player installation for Windows
    *http://kb2.adobe.com/cps/191/tn_19166.html#main_Download_and_install_the_latest_Flash_Player_version
    # Download and save the Flash installer for the Firefox browser to your desktop.
    # Exit Firefox (File > Exit), you may need to verify that in the Task Manager (XP: Ctrl+Alt+Del, Vista: Shift+Ctrl+ESC, Processes tab)
    # Start the Flash installer with a double-click on the desktop icon of the Flash installer.
    * You may have to run the Flash installer as Administrator (right-click: Run as ...) to get access rights for installing the files and modifying the registry.

  • Switch to flash player beta link not appearing

    sir i have a problem relating to watching youtube video
    As on opening any youtube video, the link of "switch to flash player beta" does not appearing after a reset of my phone
    It flash player also does not appearing in software update. (Nokia 5530 xpress music)

    Flash Player 12.0.0.47 (Mac OS X)
    Safari and IE are BOTH doing this. Don't know why, but it started with the FP 12 update.

  • Flash menu not appearing in Captivate 4

    Gentlefolk;
    I am evaluating the Captivate 4 trial version and ran into a problem.
    I cobbled together a quickie menu in Flash which works fine in C4.
    However, seeking a more elegent solution, I created another menu using a Flash menu generator (Antssoft) which works fine in a browswer and in a Flash player, but does NOT appear in C4.  I see a Flash bounding box on the page, but when viewed in browser mode or by a standard preview, there is just a blank page.
    I have tried variations on my theme with the menu: changing the filename to .flv so it could be imported as a Flash object, I have used the original .swf extenstion and imported as an animation, but all with the same results.
    Suggestions? Is Captivate a beast in which one needs to build any type of menu within a Captivate project itself,and it really doesn't like external menus?
    Seems odd..but possible....
    Thx!
    Don

    What do you mean cobbled together a quickie flash menu?
    Was it something you actually built in flash to control the captivate swf, such as an animation you placed on the stage or a widget object you built?
    Yes...Captivate is a beast, well at first. There are only so many variables/functions you are allowed to play around with, although with some more digging you may be able to find some more in the class files for captivate.
    I am not sure if you are stil in need of help with this or not, let me know.
    Zcarr

Maybe you are looking for

  • User-Defined Planning Layouts  - Translations

    Hi Experts, Custom Planning layouts have been created. I need to translate the form from English to Danish. This has to be done in the Development system then moved to Quality and Production. This is how I proceeded with the task: IMG Path: Project S

  • Problem with User Exit parameter in MD01

    I have done the coding for user exit in MD01. But the exit is not being triggered even when the exit key is specified in the selection screen of the transaction. I need to control the material being planned and restrict it to type ROH only. Please he

  • How to work with sap bw bex query structure

    Dear Friends, How can we use SAP BW bex query structure in crystal reports. Thanks with regards. Malik

  • Message.RecipientType question

    Hey All, running a program that fires of mails. I have to, from, cc, subject, and the message as defined values. If I send an e-mail to distinct person 1 and cc distinct person 2 each get their mails. If the way the program executes, distinct person

  • Applescript to batch edit contact information

    I am using Contacts to manage my addresses. Till not I was using the "Department" field and the "Notes" field to enter Notes to all my Contacts. However, my new Phone does not support syncronizing the "Department" field and I need that information on