Spry Navbar Dropdown Under swf file image

I've built an intranet page that works fine in IE but not in
Netscape and Firefox. The spry horizontal drop down falls under the
swf file in Netscape and Firefox, making the drop down items
inaccessible. I've put z-indexes on the navbar, flash component and
the frame around the flash piece. The navbar only falls under the
flash component.
Any suggestions? Thanks.

It's not a z-index issue.
All Active content on a page will always rise to the top, so
to speak,
including Flash, certain form elements, Java applets, and
Active X controls.
This means that each of these will poke through layers. There
is not a good
cross-browser/platform reliable way to solve this issue, but
if you can be
confident in your visitors using IE 5+ or NN6+, then you can
use the Flash
wmode parameter (however, Safari does not support this
properly!).
PVII article:
http://www.projectseven.com/support/answers.asp?id=127
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
==================
"sdamico" <[email protected]> wrote in
message
news:fqhbdi$7rn$[email protected]..
> I've built an intranet page that works fine in IE but
not in Netscape and
> Firefox. The spry horizontal drop down falls under the
swf file in
> Netscape
> and Firefox, making the drop down items inaccessible.
I've put z-indexes
> on
> the navbar, flash component and the frame around the
flash piece. The
> navbar
> only falls under the flash component.
>
> Any suggestions? Thanks.
>

Similar Messages

  • Is it possible to reclaim memory from "SWF Files"?

    I'm working on an modular app which accumulates quite a bit of memory as "SWF Files".  I'm wondering if that data is redundant with the Bitmap and other ActionScript Objects that get created once the swf file is expanded and processed.  Or is it some other thing, like class definitions, which cannot be unloaded?
    Thanks,
    Gabriel

    When you load a SWF, the data for that SWF, including all the embedded resources it contains, shows up under SWF Files. You can unload the SWF using Loader.unload(), and this will reclaim the memory for any embedded resources, but as far as I'm aware there's no way to unload class definitions (though these shouldn't be significant in terms of memory usage). If you unload the SWF though, you won't be able to use any of its embedded resources any more.
    There's no redundancy in Flash Player when you load a SWF - it doesn't make multiple copies of the raw bytes of embedded image data for example. However, it does keep a separate copy of the decoded image - it never destroys the original data (unless you dereference the image and it gets garbage collected), so that it's able to make the optimisation of disposing of the decompressed image if it's running out of memory and you aren't using it, and recreating it sometime later when you need to use it again (see the discussion here for some more detail: http://forums.adobe.com/message/5342232). The only difference, as far as image assets are concerned, between loading them directly with a Loader, and embedding them in a SWF, is that the former will show up under "Images" in Scout, and the latter under "SWF Files". In both cases, the decompressed image will show up under "Bitmap DisplayObjects".

  • Append swf file - Spry.Utils.updateContent - not work

    I don't understand this
    When I try to add swf file to Spry Tabbed Panels content -
    everything is OK. Now - in tabbed panels content I want to insert
    data from external html files. In this external file I have swf
    file and text, and images. When I preview this html external file
    in browser - all data are displayed correctly. When I try append
    this file into tabbed panels content :
    <a href="#" onclick="Spry.Utils.updateContent('apDiv1',
    'products/products1.htm'); return false;">Append file</a>
    only swf file in a new window are display.
    If I delete swf content from external html file - everything
    is ok. But if in external append file is a swf content - IE display
    only swf file.
    Is there posible to append html file with swf file in this
    method in any way?

    Hi Elaine,
    The implementation of AC_FL_RunContent() suggests that it was
    only meant to be run *BEFORE* the page finishes loading. Because
    Spry data sets and regions load and redraw asynchronously, usually
    *after* the page finishes loading, they are not compatible. As
    we've mentioned above, if Spry triggers the call to
    AC_FL_RunContent(), it will most likely be *after* the onload event
    has fired, and since AC_FL_RunContent() uses document.write() it
    will result in the entire page being overwritten by the
    <object>/<embed> tag that it writes out.
    That all said, libraries like SWFObject were designed to be
    called even after the onload event fires, at least from what I can
    tell from their samples. If you need to extract data from a data
    set to create your SWFObject, you can simply attach an observer to
    your data set that will tell the swfobject to do what it is you
    want it to do. For example:
    <script type="text/javascript">
    var dsProducts = new Spry.Data.XMLDataSet("products.xml",
    "/products/product");
    // Register an observer on dsProducts so that any time it
    changes data or the current
    // row changes, it tells the swfobject what to do:
    dsProducts.addObserver(function(notificationType, notifier,
    data)
    if (notificationType != "onDataChanged" || notificationType
    != "onCurrentRowChanged")
    return;
    // Do something with the swfobject here:
    var curRow = dsProducts.getCurrentRow();
    // The following embedSWF call is only an example of how to
    get the "productURL" column
    // value for the current row and pass it to the swfobject.
    The rest of the args, are left as names to
    // show you what you should be passing.
    swfobject.embedSWF(curRow.productURL, replaceElemIdStr,
    widthStr, heightStr, swfVersionStr, xiSwfUrlStr, flashvarsObj,
    parObj, attObj);
    </script>
    --== Kin ==--

  • Can you use a swf file like a background image

    The header has a css background image and the spry menu bar
    lays over it. Is it possible to attach a swf file as the background
    image in css or even in html?
    Maybe as a background-attachment somehow? Or simply in the
    html code?
    I am using CS4 but I believe the website was created with
    CS2.

    I don't know anyone, that knows what they are doing, that uses flash for websites anymore
    There are a few holdover gaming sites that still use it, but even those guys are making the move to JavaScript, HTML5 and CSS3.  
    @bretC,
    There are far too many people using mobile & tablet devices that don't support Flash (iOS, Android, Blackberry, etc...)  It's not good business to ignore those people.
    In terms of alternative technologies, look at HTML5, CSS3 and JavaScript animations made with Edge Animate.  These are well supported on all modern devices.  Edge Animate is part of the Creative Cloud plan.  Products | Edge Animate | Adobe TV
    Nancy O.

  • IE running under XP can't handle multiple SWF files, Why?

    I noticed that IE 8 running under Windows XP cannot handle multiple swf files in one page.
    Up to about 10 files is no problem they are loaded and we can play them ( buttons that start a small audio file).
    But more of these files in one page will stop IE.
    Firefox ( 3.6.28) runs them fine.
    And also IE 8 and/or Firefox under Windows 7 handles them perfectly.
    Has anyone any idea what can cause this and how to resolve this?
    Thanks,
    Onno Tomson
    The Netherlands

    Sorry...I still don't get it. What is it about Windows FUS that keeps iTunes from running running the process twice? It can run many other non-Apple windows apps in multiple user sessions (commercial apps, open source apps, audio/video apps, networked apps). I can even run two different virtual machines at the same time under two different user sessions.
    Why can iTunesHelper.exe run twice but iTunes.exe cannot? Why can I run Safari at the same time? Quicktime Player runs fine under multiple user sessions.
    Blaming it on Windows and/or FUS sounds like FUD. Can anyone give a valid technical reason? Semaphores? Mutexes? An admission (and explanation) that the Windows version is purposely crippled?

  • How to I make my animated vector images better quality when exporting to a SWF file?

    I created an interactive PDF and SWF file. My animation only works on the SWF file, but the vector image is low res. On the PDF it doesn't animate (which I know,) but it's high res. However, the SWF file animated, but looks low res. Thoughts?

    Changing text to an image should never be considered since there is no content for the SEO spiders and the images will slow your page download time to a crawl.
    This page shows web safe fonts and also how you need to use hosted fonts if you want something different...
    http://www.iwebformusicians.com/iWeb/Fonts-Colors.html
    The above method uses an HTML snippet and, since this is fairly cumbersome, is only suitable for adding features like special headings. It does allow you to add text shadow using CSS rather than all these wasteful PNG images.
    To use hosted fonts on a whole site you would need to add CSS styles in the head of the HTML doc for every page of your site. But its not low tech and, if you could do this, you wouldn't be using iWeb!

  • Problem in dreamweaver - image file and swf file.

    Hi friends.....nice to be here.
    Ahnm, lets start from the beginning! J I am new here and my english isnt so good, but i´ll try to explain what was happening with my webpage using Dreamweaver CS3 and a swf file…..Im sure that for most of you it’s a basic problem with a basic solution, but I didn’t find one…..and I´m new to CS3 too ! J
    I´m creating a simply webpage using 2 frames: Top frame and main frame, but my problem was in top frame.
    I created an image (like a banner) to fill this frame, not background, an image with name company, phone number etc…..My intention was to put some buttons (using flash) in this image……..but NOT in all image…, so I split the image in two….half jpeg file, half a swf file…….joining this images on dreamweaver later…..
    So, on dreamweaver works great……there everthing works perfect…..but on I.E, an BORDER appears, separating the two images
    Well…..better than words, here is the images:
    On dreamweaver
    http://img204.imageshack.us/img204/2867/tela1.jpg
    http://img543.imageshack.us/img543/2083/tela2.jpg
    On I.E. (my problem)
    http://img717.imageshack.us/img717/585/tela3u.jpg
    Guys, I´m sure that was an easy solution………. I hope someone can help me…
    Sorry for my english J
    Hugs
    Vinicius
     

    1) You don't need frames.  Why Frames are bad for you and your site visitors.
    http://apptools.com/rants/framesevil.php
    2) Don't use Flash for navigation.  Many people can't use Flash.  What will they do?
    3) Learn HTML and CSS code first.  This will make DW much easier to learn.
    Start here:
    HTML & CSS Tutorials - http://w3schools.com/
    Then work through this 3-part tutorial:
    Taking  a Fireworks (or Photoshop) comp to a CSS based layout in DW
    Part 1 --
    http://www.adobe.com/devnet/fireworks/articles/web_standards_layouts_pt1.html
    Part 2 --
    http://www.adobe.com/devnet/fireworks/articles/web_standards_layouts_pt2.html
    Part 3 --
    http://www.adobe.com/devnet/fireworks/articles/web_standards_layouts_pt3.html
    For best results, post a URL to your web page.  You'll get faster replies and much better answers that way. 
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com

  • Different versions of animated image in single swf file

    I am making a game which has several objects (beds, crates, tables) that can be placed on a grid.
    The objects are created in flash and exported as individual .swf files. Each object can be rotated. To do this I create 4 frames in each .swf and draw a different version of the image in each frame. This allows me to 'rotate' an object in actionscript by simply going to the next frame of the swf movieClip.
    This simplifies things a lot for me, as it follows logically that an object will have one image file (swf) for all orientations. However, I've hit a problem in that I would like the object to have an animation. Does anyone know if there is a way to do this? or perhaps another technique I could use.

    I think It's best to explain with an example. Let's say I have a television that I draw in four different frames with different rotations. The first frame has the television facing in a south west direction. The 2nd frame has a south east facing television and so on. This is what I have at the moment. What I'm wanting to do next is add an animation to the television, e.g. display something moving on the screen.

  • Swf file causing rollover images not to work

    I've inserted a Flash file into my webpage in Dreamweaver and it broke all my rollover images.  Even deleting the swf file and reinserting the rollover images doesn't work.  I've read a few threads on this but can't quite find exactly what I'm looking for.  I think it's something in the <head> code but I'm not sure.  Any help would be much appreciated!
    <head>
    <title>Matt  Relstab | Still Photography | Moving Pictures | Sound  Design</title>
    <meta http-equiv="Content-Type"  content="text/html; charset=ISO-8859-1">
    <script type="text/javascript">
    <!--
    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];}}
    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];}
    //-->
    <meta  name="keywords" content="natural light photography, media producer  boston, online media, photographs, sound design, audio for film, web  video, video production,
    boston production, portable recorder, digital photography, digital  media production">
    </script>
    <style  type="text/css">
    <!--
    body {
    background-color: #3f4450;
    -->
    </style>
    <script  src="Scripts/AC_RunActiveContent.js"  type="text/javascript"></script>
    </head>

    For starters, look at the first line on your errant page, it starts out:
    <meta name="keywords" content="audio reel, foley artist, sound effects mixer, audio mixer
    boston, sound engineer, post production">
    <html>
    Thats not good.  If you look at your other pages, the <html> tag is first, the way it should be.
    Switch them around, then try this, remove your <html> tag (the very first tag is where is should be) and replace it with this
    <!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">
    See what that does for you.
    Gary
    On Edit:  I just noticed that you have
    <meta name="keywords" content="natural light photography, media producer boston,
    online media, photographs, sound design, audio for film, web video, video production,
    boston production, portable recorder, digital photography, digital media production">
    inside your js for the rollovers...Move them out of the script.
    GAry

  • How to get poster image (from_movie) when placing SWF file with JS?

    I am able to place the poster from movie (flv) file. SWF files seems to belong to Movie class. I can place the generic posters (standard, none and proxy_image), but not "FROM_MOVIE".
    I am getting the following error message:
    "Error 81926" "The poster image could not be changed to the requested image".
    I will attach my code (sligtly modified from the sample "placeMOVIE" which is coming with CS5) containing also code for other property settings to be tested.
    Hoping to find a good solution for this, thanks in advance!
    Erkki
    /PlaceMovie.jsx
    //An InDesign CS5 JavaScript
    //Shows how to import a movie  file.
    main();
    function main(){
        mySetup();
        mySnippet();
        myTeardown();
    function mySetup(){
        var myDocument = app.documents.add();
        myDocument.viewPreferences.horizontalMeasurementUnits = MeasurementUnits.points;
        myDocument.viewPreferences.verticalMeasurementUnits = MeasurementUnits.points;
        myDocument.viewPreferences.rulerOrigin = RulerOrigin.pageOrigin;
    function mySnippet(){
        var myDocument = app.documents.item(0);
        var myPage = myDocument.pages.item(0);
        //<fragment>
        //Given a page "myPage"...
        var myFrame1 = myPage.rectangles.add({geometricBounds:[72, 72, 288, 288]});
        //Import a movie file (you'll have to provide a valid file path on your system);
        var myMovie = myFrame1.place(File("~/Desktop/SWFsivut/a1.flv"))[0];
        //alert("myMovie.name: " + myMovie.name)
        //alert("myMovie.visibleBounds: " + myMovie.visibleBounds)
        var mySWF_bounds = myMovie.visibleBounds;
        myFrame1.remove();
        var myFrame2 = myPage.rectangles.add({geometricBounds:mySWF_bounds});
        var myMovie2 = myFrame2.place(File("~/Desktop/SWFsivut/01.swf"))[0];
        //alert("myMovie2.name: " + myMovie.name)
        //alert("myMovie2.constructor: " + myMovie.constructor.name)
        //alert("myMovie2.moviePosterType (DEFAULT), 1852796517 = NONE" + myMovie.moviePosterType);
        //myMovie2.moviePosterType = 1852796517; //NONE
        //alert("myMovie2.moviePosterType, 1852796517 = NONE: " + myMovie.moviePosterType);
        //myMovie2.moviePosterType = 2020623970; //STANDARD
        //alert("myMovie2.moviePosterType, 2020623970 = STANDARD: " + myMovie.moviePosterType);
        myMovie2.moviePosterType = 1298558310; //FROM_MOVIE
        //alert("myMovie2.moviePosterType, 1298558310 = FROM_MOVIE: " + myMovie.moviePosterType);
        //myMovie2.moviePosterType = 1299216505; //PROXY_IMAGE
        //Add a preview image. You'll have to provide a valid path on your system.
        //myMovie2.posterFile = "~/Desktop/SWFsivut/a1.flv"; // this path works with colons !!!!
        //myMovie2.posterFile = "EkinHD/SWFsivut/01b.jpg"; // this path dont with slahes !!!!
        //alert("myMovie2.moviePosterType, 1299216505 = PROXY_IMAGE !!!: " + myMovie.moviePosterType);
        //</fragment>
    function myTeardown(){

    ... still continuation to my question...
    You can put the poster for SWF using UI Media panel as shown here. So does this mean that there is a bug in a scripting environment?

  • !! Exporting SWF file in PDF reduces image quality.

    Hello,
    I have a file with many multi-state picture frames and buttons for them. I export it in pieces in SWF format, then I put the SWF's back in the document as a new layer and export as interactive PDF. Finally everything worked fine, except that PDF opens in a larger then normal zoom and when zooming in on pictures the quality is very poor I am guessing 72ppi at the intended zoom. I check the SWF file and see that its image quality is good when zoomed, so the problem is with the way the PDF has exported the SWF.
    notes: I made sure the settings were to export at 300ppi and high image quality. When I take a single multi-state frame with its associated button and export to SWF then PDF the image quality is maintained.... however I have over 150 image frames, so I rather not export them individually. Please, please reply... any suggestions will be gratefully excepted.

    edit your image in photoshop and experiment with various settings/size.  there's no magic high quality small file size setting.
    it's a trade-off.  the higher the quality and the greater the image dimensions, the greater the file size.  you have to decide where those are acceptable.

  • White box around image in my transparent .swf file

    I created a .swf file for a header of a website using a logo that tweens in.  I tested the .swf with the transparent properties and it works but the logo I imported from photoshop has a white box around it, how can I remove this?  Do I need to import a transparent .png file instead of a .jpg?
    Thanks!

    .png's are lossless vector graphics, so it's probably best bet if your going to do other things with the logo. .jpg's are not fond of resizing. You can also break the image apart and use the lasso tool and magic wand the background away.

  • Lines over images and around text in Captivate SWF file

    My project works & views fine in captivate and when published, it views fine on my mac - through flash player and browsers. But when I send a swf file to the client to view they see odd lines above and below images.
    But they dont see the lines when they view the htm file within a browser - then it views fine.
    The lines only appear when there's text over an image.
    Screen shots attached.
    My captivate project was created by importing a Powerpoint document, with images and text on each slide.
    I've changed the optimisation / slide quality through prefrences and on each slide to the highest quality.
    I've also un-selected the advanced slide compression.
    Is there another thing I can try to iron out these lines?
    Some of the images within Powerpoint are stretched, would this cause the lines?
    Is it a flash player issue?
    Or a zooming issue?
    Any help is much appreciated!

    Thanks Lilybiri,
    I am a new user & just finding my way
    I understand how to publish and how Captivate creates a zipped file with a SWF, HTML, JS and CSS files etc. (Im using Captivate 7). 
    How do you send Captivate projects to clients for review / approval before you supply them with the whole project zipped file?
    So far I've been sending them the swf file to check. And have had troubles with them viewing the lines over images and around text. Even though I cant see the lines.
    I need the client to see what I'm seeing - a project without any lines.

  • Swf Files in top of Images

    I am fairly new to Dreamweaver so maybe someone knows the answer to this. I downloaded a basic template simply so I would not have to make the backgrounds right away as I am more or less just trying to learn the basics of Dreamweaver to start. I set up all of my images and I wanted to lay a .swf file on top of it. The way I was reading earlier was to go to Insert>Layer Objects>AP Div. I did that and then I selected the new AP Div and did Insert>Media>SWF and chose my swf file. I then moved it to the center of the background and since it was fairly small, i upped the size of the player in the .html code. The issue I am having is I have to move it very far to the right to get it to center on my web browsers. It also doesn't necessarily keep the size I gave it. Once I get it looking correct in my Chrome, it might be positioned drastically in a different browser. On my co-workers computer it is even more drastically different. Anyone have any ideas of how to correct this or a better way to place the .swf on top of another image? I may have done this a very weird way, if that is the case please criticize lol. Your information would be much appreciated.

    We can't see your work (no link provided in your post), so this is a guessing game.
    For basic layouts, the use of APDivs (aka Layers) are not a good choice as they remove content from the normal flow. Misused, APDvis can have horrible consequences as described in the link below:
    http://apptools.com/examples/pagelayout101.php
    For best results, use default CSS positioning (none/static) and learn to use CSS margins, floats and padding to align elements on the page.
    Learn CSS positioning in 10 Steps
    http://www.barelyfitz.com/screencast/html-training/css/positioning/
    Background images should be applied to your body or division with the CSS background property.
         #divName {
         background: url (yourBG-image.jpg) no-repeat
    Then it's a simple matter of inserting regular images, text or media on the page without resorting to APDivs.
    More on using Background images with CSS:
    http://w3schools.com/css/css_background.asp
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Small Unwanted Image Movement in .swf File

    Hi. I'm not a Flash developer, so please excuse this question
    if it is sophomoric. Someone created a .swf file for my site that
    transitions multiple images in & out. It can be seen here:
    http://www.shadyladylighting.com.
    The problem is the images seem to abruptly move/jump as they
    are in transition. It's almost as if they jump quickly before they
    change. You have to look close to see it, but it's very annoying
    once you see it happening.
    Can anyone tell me what the problem is and how it should be
    fixed? Although I can't fix it I must hire someone to do so, and
    basically I want to know what the problem is before I pay someone
    to fix it.
    Thanks,
    Mike

    Hard to say what that problem is without seeing the source
    (FLA) file - do you have that by chance?
    Chris Georgenes / mudbubble.com / keyframer.com / Adobe
    Community Expert
    GACUTIL wrote:
    > Hi. I'm not a Flash developer, so please excuse this
    question if it is
    > sophomoric. Someone created a .swf file for my site that
    transitions multiple
    > images in & out. It can be seen here:
    http://www.shadyladylighting.com.
    >
    > The problem is the images seem to abruptly move/jump as
    they are in
    > transition. It's almost as if they jump quickly before
    they change. You have
    > to look close to see it, but it's very annoying once you
    see it happening.
    >
    > Can anyone tell me what the problem is and how it should
    be fixed? Although I
    > can't fix it I must hire someone to do so, and basically
    I want to know what
    > the problem is before I pay someone to fix it.
    >
    > Thanks,
    > Mike
    >

Maybe you are looking for