Ned? kglad? Anyone? swf not showing in IE!

Using CS4-- I am new to Flash (2 weeks in).  I have a swf in a tooltip (that appears w/cursor over the reel image).  When I preview the page, the skin and the clip are both visible and work correctly.  However, when I load the page and try to view it in IE, only the skin shows (and the clip won't play).  To avoid the obvious, I have loaded the swf, the skin swf, the scripts folder (including the .js file),  and the spry assets folder.
Here is a link to the page in question:
http://www.fitsim.com/E_Chest_text2.html
I would greatly appreciate the help!!

You have a different path to the .swf in the code for IE than you have for !IE
For IE:
<param name="movie" value="scrolling_pane_en.swf" />
While !IE (which is working):
<object type="application/x-shockwave-flash" data="assets/swf/scrolling_pane_en.swf" width="960" height="115">
see the difference?
So add the rest of the path to the first path ... add "assets/swf" as the first art of value="....
Best wishes,
Adninjastrator

Similar Messages

  • Flash 8 SWF not showing up online

    Hi all,
    I have a flash SWF file that I embedded in an HTML page
    through Dreamweaver. When I upload it to my site, it doesn't show
    up. All I get is a dotted line box around where the file is suppose
    to be. I isolated that earlier flash version work seemlessly but
    this is Flash 8 with a skin.
    When I test from Dreamweaver or publish a HTML page from
    Flash, it works perfectly.
    Anyone run into thisproblem yet? Any clues would be greatly
    appreciated.
    Thanks
    Tim

    Sorry.
    I created the SWF file in Flash 8 using the FLVplayback
    component. Then in Dreamweaver imported the SWF file like I have
    done many times before. I uploaded the SWF, Skin.SWF, and the html
    file to the server and when I go to the page the flash file does
    not show up. Just a dotted box when my mouse is over the area.
    here's the link.
    http://www.juf.org/test/flashtest.htm

  • Swf not showing all objects in Flash 8

    Hello - This has been happening since I upgraded to Flash 8
    on the Mac. When I create a flash file and hit ctrl + enter to view
    it, everything is there and works correctly. However, when I get
    out of Flash and just try to play the swf file, some of the
    elements don't show up. Sometimes it's text, sometimes its a logo
    or something. Does anyone have any idea what causes this?
    Thank you

    _pixel_chick wrote:
    > Hello - This has been happening since I upgraded to
    Flash 8 on the Mac. When I
    > create a flash file and hit ctrl + enter to view it,
    everything is there and
    > works correctly. However, when I get out of Flash and
    just try to play the swf
    > file, some of the elements don't show up. Sometimes it's
    text, sometimes its a
    > logo or something. Does anyone have any idea what causes
    this?
    Perhaps the default player used to preview SWF is an older
    standalone or older
    browser player. They don't support any of the new features,
    hence not all items
    can be visible while playback.
    Best Regards
    Urami
    Beauty is in the eye of the beer holder...
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

  • Mac Type in swf not showing up on PC browsers

    On some PCs the type in my Flash banners isn't showing up.
    Does it have anything to do with the platforms being
    different?

    Miffed wrote:
    > On some PCs the type in my Flash banners isn't showing
    up. Does it have anything to do with the platforms being different?
    Could be the case when comes to Dynamic text. Regular static
    text automatically has outlines
    included into SWF file assuring it will appear properly on
    all end.
    Also could be the case with user not having latest player
    which in fact sound more likely.
    Regards
    Urami
    Happy New Year guys - all the best there is in the 2006
    <urami>
    http://www.Flashfugitive.com
    </urami>
    <web junk free>
    http://www.firefox.com
    </web junk free>

  • Help please / swf not showing in safari

    Hi,
    I have an html page with swf object that shows in IE and Chrome but not in Safari.
    I put the code below, any advice would be very appreciated. Thank you
    <script type="text/javascript">
    // <![CDATA[
    var so2 = new SWFObject("dock_as2.swf", "dock_as2", "100%", "100", "9", "#000000");
    so2.addParam("allowfullscreen","false");
    so2.addParam("wmode","transparent");
    so2.addParam("play","true");
    so2.addParam("loop","true");
    so2.write("dock_as2");
    // ]]>
    </script>

    Have you had a chance to look at this troubleshooting page? It may be of some help: iPod shows up in Windows but not in iTunes

  • External Swf Not showing up (Online)

    And i truly need help. I'm creating a website for somebody, and it works perfect offline, i have two empty movie clips on the main site. And one loads an external video player(swf), and the other loads the external accordion menu (swf) of the site. I test it offline and it works perfect. But when i test it online (hosted) its not loading the accordian menu. here are the links to the site.
    http://www.affiliatemedia.cc/stride/default.html (main site) to the left of the video goes the menu. Here is the Menu that is supposed to load http://www.affiliatemedia.cc/stride/Menu.html. the only code i have for it
    stop();
    _root.menuBody.loadMovie("menu.swf");
    _root.body.loadMovie("strideplayer2.swf");
    my menu loader code is this:(code inside a movie clip, which is the txt percentage)
         onClipEvent (enterFrame) {
         loaded = _parent.getBytesLoaded();
         total = _parent.getBytesTotal();
         display = Math.round((loaded/total)*100);
             if (loaded == total)
             _parent.play();
    And that works too(offline). This is in action script 2
    could it be the code inside the accordion. Not sure, i would truly appreciate all your help.
    Thanks for taking the time to read this message!

    Are the swf's in the same server folder as the web page that holds the main swf?
    Based on your code I tried to find...
    http://www.affiliatemedia.cc/stride/menu.swf
    but it is not there.
    Also, in the code you show you use "menu.swf", but in the Menu.html page it is "Menu.swf"

  • Content of some swfs not showing up

    Hi there,
    I am stumped.
    I have a flash application that works fine on a local server
    via
    http://localhost/MyWebsite.
    But when I access the website externally via
    http://MyDomain/MyWebsite the
    content of some swfs doesn't display.
    I've added some debug statements on the MovieClipLoader
    events onLoadStart, onLoadComplete, onLoadError, and onLoadInit to
    see what is going on but no error occurs, everything executes and
    completes...
    I am at a loss...
    On IE it doesn't load the content the swfs in question at
    all. On FireFox it doesn't load it on the first try (3+ seconds
    load time according to the debug statements) but is fine on a
    second try (3-5 ms).
    Does anybody have any idea what could cause this and where I
    should be looking for any issues or how I could debug this better?
    I really need your help.
    Thanks,
    Dan

    Try changing your paths to relative ones. So instead of
    http://MyDomain/MyWebsite/flashMovie1.swf
    try just
    flashMovie1.swf
    Some public servers have an issue with Flash's security
    sandbox.

  • SWF not showing in HTML page

    Hiya,
    Not sure if I should be posting here or on the Dreamweaver forum [there's a similar post there], but ..
    I hope to have some music on my site and have been playing around with various Flash based, XML driven, mp3 players [though I'm a beginner with Flash].
    I've got one to look [more or less] as I want it but it doesn't work! It works when previewed within Flash CS4 but not within Dreamweaver. The mp3 [the Josephine Foster song] is there, the XML file is there - I can't think what I've done wrong.
    Here's the url: http://www.stevedrake.net/player.html
    Thanks in advance.
    steve

    What is the folder structure for the html versus the Flash versus the xml file versus the mp3 file?
    When the Flash file is placed loaded into the html file, the files it loads have to be referenced as if it is in the same folder as the html file (because it essentially is when it loads into that file).

  • Help! SWF not showing up

    I don't know why
    But my flash isn't showing up on other computers. It shows up
    on mine and I checked the path several times.
    here's the link
    http://yael.pbcsnews.com/lccj/tri.html

    shows fine here
    Dave -
    Head Developer
    http://www.blurredistinction.com
    Adobe Community Expert
    http://www.adobe.com/communities/experts/

  • Shape Layer not showing up in my .swf file.

    Hello All,
    I was working on creating a banner that I export as a .swf file and I tried to create a rounded rectangle with only the stroke showing up so it then the banner would appear to have rounded corners on the website. After I exported the file to a .swf I noticed that the rounded rectangle shape layer I had in my project did not show up. Can anyone help me figure out why?
    Here is a screen shot of the banner with a grey outline shape layer. Its there with 100% opacity and everything.
    And here is what the .swf looks like. (see no outline?!)
    If anyone knows how to make my shape layer appear here that would be fantastic.
    Oh and just in case here are the export options I choose. File > Export > Adobe Flash (.swf)...

    I gave the a try and noticed that the color quality of the other elements in my banner. (colored text) had poor .jpg quality even when I upped the .jpg quality. Do you have any recommendations on how I can rasterize my border? Ill jump into illustrator or photoshop and play around with some files and them import them to see if I can find a work around...
    see crummy color quality that text was suppose to be a nice dark blue.

  • I have a new Mac and mail is showing thousands of incoming mails that do not show up on the computer.  does anyone know what is going on?

    I purchased a Mac OS x 10.9 in December. When using Mac Mail i get thousands of incoming mails that do not show up on my computer.  Does anyone have any idea what is going on?  this sure never happened on my old mac. i have three email accounts.  gmail, verizon and hotmail.

    I posted the same question a day ago with no response. I'm using an Acer x193w. You actually don't have to switch monitors to get it to work. Just make sure you turn off the monitor after shutting down the Mac mini (actually push the power button on the monitor, not just let it go to sleep). If you turn on the monitor (push the power button on the monitor), then power up the Mac mini, the monitor is recognized. The issue didnt exist with Snow Leopard for me. It only started after I started using Lion. Hope this issue gets fixed In a future OS update.

  • Hi, I have purchased an audio book on iTunes from an iMac and it does not show up on the cloud so I can't download it on my iPhone. Does anyone know why and how I can proceed to transfer the audio book purchase?

    Hi
    I have purchased an audio book from iTunes with my iMac.
    Now I wanted to listen to it on my iPhone so I proceeded to transfer the purchase and looked for the book in the purchased section of the store in the iTunes on my iPhone but it did not show up.
    Does anyone know why and how I can transfer the audio book purchased on my iPhone so I can listen while away from the desk?
    Thank you,
    Sanya

    Can you find the audio book by using the Search feature on the iPod?
    Do you have the right boxes checked to sync the audio book to the iPod?
    iTunes: Syncing media content to iOS devices and iPod
    Note you have to check the boxes in Books pane for the iPod in iTunes to sync books in general and another box to sync Audio Books.

  • Font in embedded swf now not showing in ie6

    Hi There,
    We've noticed that a .swf which was recently updated using CS5 no longer displays the font in ie6 - it was originally created several years ago in CS3 so we're wondering if something has changed with regard to the way Flash embeds fonts?
    This tutorial looks fairly extreme for something so simple: http://www.adobe.com/devnet/flash/quickstart/embedding_fonts.html
    The font is the Microsoft font Tahoma and we've updated our test machine to the latest version of Flash - but still no joy.
    When I click various text in the Flash file, they're all set to the following in the properties panel:
    - Classic Text
    - Static Text
    Is there a simple way to embed fonts or do you now have to create a font symbol and follow all the steps described in the above link?
    Sorry, have just never noticed this before.
    Any help or pointers in the right direction would be much appreciated.
    Cheers

    It should work just fine in IE6. You might want to make sure you don't target any version of flash higher than you absolutely need to. I'm not sure how extensively supported IE6 is with Adobe any longer.
    If you're not using any dynamic text and it's literally all static then you don't need to embed the font at all. Flash does that for you automatically on static text fields. The user (as kglad said) does not need to have the font installed. The text is baked into flash as vector outlines.

  • Have a 1st generation Apple TV, which is not showing as a device in iTunes. Had no problems with Apple TV until I changed from a Windows PC to an iMac. I have changed my IP address, sub mask address and router address in the Apple TV, Can anyone help?

    I have a 1st generation apple TV, which was working perfectly until I changed from a Windows PC to a Imac. The Apple TV will not show in Itunes. I have changed the IP address, sub mask  and Router IP address. Since changing I have switched everything of and on again. Can anyone help?

    I have a new router and computer. I have just remembered that just before my old PC died on me, I transferred my iTunes library to a hard drive. I can't remember exactly just how I got my library back, but there are definately things in my library now that were in my library on my old PC! Hope this makes sense. What do you mean by same location? Do you mean in the same place in the house?
    Another difference I have just thought of was my old router was connected directly to the computer bu I have not been able to do this with Sky as my PC is not near a phone socket! Will this make a difference?

  • Have 2 airport extreme base stations connected in chain.  Airport utility shows slave unit without power. However, power is on slave unit, but status lights do not show up at all. Small green lights at each back port blink.  Anyone have any ideas?

    Have 2 airport extreme base stations connected in chain.  Airport utility shows slave unit without power. However, power is on slave unit, but status lights do not show up at all. Small green lights at each back port blink.  Anyone have any ideas?

    Unfortunately, you are describing the symptoms of an AirPort Extreme with a failing (or failed) internal power supply.
    As a last resort, try a Factory Default Reset on the AirPort Extreme as follows:
    Power off the AirPort by pulling the power cord
    Wait a minute or two
    Hold in the reset button first, and keep holding it in for an additional 8-10 seconds while you simultaneously plug the power back into the AirPort
    Release the reset button and allow a full minute for the AirPort to restart
    Now try to configure the AirPort again.  If you continue to see the same symptoms as before, the AirPort will need to be replaced.

Maybe you are looking for

  • Drag & drop item within Tree not working

    Hi, I want to be able to drag & drop items within a tree but items cannot move accross branches It can only be moved within its branch. For this I have a condition in dragDrop(event) handler. When i drag item it does not move accross branches which i

  • Black type goes gray

    I'm having a problem with quality in the title tool. Can someone try this experiment to see if you see the same result? Create a 1080p23.976 sequence on the first layer put full white matte. then create a new title to put on track 2. The title should

  • Blackerry Playbook and Homehub 3

    Hey everyone, new to the forums, but thought this might be the best place to get a bit of advice Just got a Blackberry Playbook today, its pretty cool, but having some problems with wifi connections... I have BT Infinity with a Homehub 3, and initial

  • Doubt about webDynpro windows

    HI Experts, I have small doubt about webdynpro windows. 1) If i have only one application in webdynpro DC , what is use of using multiple windows. 2) If i have multiple windows in a DC which has single application, how i can i navigate between window

  • Music and playlists gone

    Lately, my computer has been having some weird problems with memory. I tried opening itunes one day, only to discover all of my playlists and music gone. Is there any way I can re-import my old library? I'd hate to have to re-import every single song