Frame around flash items

in the last 2 weeks ther is a frame around all flash items
across the intenet
(at list in Internet Explorer Brwosers)
and you need to click it one time to get rid of it.
what is it?
and what to do to get rid of it once and for all.
thanx bambi

Bambi, you've found some new behaviour, you've been logging
on to this system, you've managed to write a post. Congratulations.
You're already many steps closer to the solution.
The most important step however would have been to use the
search feature. It would have shown you that many many others have
encountered the same thing. And that it has been discussed many
many times. And there are many many solutions.
Some are offered in this thread, which already has 124 posts
as per this writing:
http://www.macromedia.com/cfusion/webforums/forum/messageview.cfm?catid=194&threadid=11259 16&enterthread=y
good luck
Wolf

Similar Messages

  • IE frame around flash and ASP

    HI,
    Does anyone know how to remove the ugly frame around flash
    when using ASP?
    I know the solution when using HTML but I need to embed teh
    flash file in a .aspx page.
    thanks

    .Aspx files just render HTML. View Source on both to see the
    differences,
    and adjust accordingly
    Jeff
    "golem2" <[email protected]> wrote in
    message
    news:f0r0dk$rei$[email protected]..
    > HI,
    > Does anyone know how to remove the ugly frame around
    flash when using ASP?
    > I know the solution when using HTML but I need to embed
    teh flash file in
    > a .aspx page.
    >
    > thanks

  • Gray frame around flash buttons and more...

    Hi,
    1.I've used flash buttons in my home page,the problem is
    that when u view the page with explorer u see a gray frame around
    the buttons...
    It is so ugly...some one knows how to fix it without using
    the code?
    2. Another problem, the behevior "show pop up menu" is not
    valid,
    i've used it before on that page....
    i tried everything... i saved it ,linked it...
    i dont know what is the problem...
    thank you....if you can help
    Racheli

    I'm experiencing the same problems with my flash buttons. As
    you hover over them initially, a gray border surrounds them and an
    alt tag pops up that says "click here to activate this control."
    This confuses some of the visitors, becuase they perceive this as
    if the buttons do not work. I suspect it may be a browser specific
    problem...are there any quick fixes for this? Thanks for the help.
    --Daniel Serna
    Knight Aerospace Products, Inc.

  • How do I Add a Picture Frame Around a Flash Video?

    I tried searching for this but "frame" has too many meanings. I have flv videos inserted in several web pages, but they look dull without some sort of fancy border or frame around them. Maybe a picture frame. Maybe the image of a flat screen TV surrounding the image. But how do I add the image "behind" the video so that the video sits perfectly inside the image, regardless of the monitor viewing the image.

    Do a google search for the IE PNG Fix javascript.  Some work better than others.  The one you had didn't work at all for PNG backgrounds in pre-IE7.
    Copy and Paste the following document into a new blank page and see how it looks in all the major browsers.  I changed your document type to XHTML transitional and replaced deprecated <div align> tags with inline CSS styles.  I also ran your Flash code through http://validifyer.com to make it XHTML compliant. 
    HTML Validator - http://validator.w3.org
    CSS Validator - http://jigsaw.w3.org/css-validator/
    <!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">
    <head>
    <title>Let It Rock</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
    <style type="text/css">
    body {
         background-image: url(images/bg_blank-01.gif);
         background-repeat: no-repeat;
         background-color: #363737;
    #flash {   
         width: 500px; /**video size 428 x 240**/
         height: 377px; /** +30px **/
         background: url(images/tv-ws-02b.png) no-repeat top;
         text-align: center;
         padding-top: 37px; /**adjust as needed**/
         margin: 0 auto; /**this is horizontally centered div**/
    </style>
    <script type="text/javascript">
    function MM_CheckFlashVersion(reqVerStr,msg){
      with(navigator){
        var isIE  = (appVersion.indexOf("MSIE") != -1 && userAgent.indexOf("Opera") == -1);
        var isWin = (appVersion.toLowerCase().indexOf("win") != -1);
        if (!isIE || !isWin){ 
          var flashVer = -1;
          if (plugins && plugins.length > 0){
            var desc = plugins["Shockwave Flash"] ? plugins["Shockwave Flash"].description : "";
            desc = plugins["Shockwave Flash 2.0"] ? plugins["Shockwave Flash 2.0"].description : desc;
            if (desc == "") flashVer = -1;
            else{
              var descArr = desc.split(" ");
              var tempArrMajor = descArr[2].split(".");
              var verMajor = tempArrMajor[0];
              var tempArrMinor = (descArr[3] != "") ? descArr[3].split("r") : descArr[4].split("r");
              var verMinor = (tempArrMinor[1] > 0) ? tempArrMinor[1] : 0;
              flashVer =  parseFloat(verMajor + "." + verMinor);
          // WebTV has Flash Player 4 or lower -- too low for video
          else if (userAgent.toLowerCase().indexOf("webtv") != -1) flashVer = 4.0;
          var verArr = reqVerStr.split(",");
          var reqVer = parseFloat(verArr[0] + "." + verArr[2]);
          if (flashVer < reqVer){
            if (confirm(msg))
              window.location = "http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash";
    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];}
    </script>
    </head>
    <body onload="MM_CheckFlashVersion('8,0,0,0','Content on this page requires a newer version of Adobe Flash Player. Do you want to download it now?');">
    <p> </p>
    <p style="text-align:center"><img src="logo-video.gif" alt="logo" width="608" height="129" /></p>
    <div id="flash">
    <!--[if !IE]> -->
      <object type="application/x-shockwave-flash" data="FLVPlayer_Progressive.swf" width="428" height="240">
    <!-- <![endif]-->
    <!--[if IE]>
      <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#v ersion=8,0,0,0" width="428" height="240">
        <param name="movie" value="FLVPlayer_Progressive.swf" />
    <!--><!-- http://Validifier.com -->
      </object>
    <!-- <![endif]-->
    </div>
    <p style="text-align: center"><a href="music-videos.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image3','','back-button2.gif',1)"><img src="back-button1.gif" alt="back" name="Image3" width="93" height="57" border="0" id="Image3" /></a></p>
    <p style="text-align: center">
      <!--[if !IE]> -->
      <object type="application/x-shockwave-flash" data="footer.swf" width="720" height="159">
    <!-- <![endif]-->
    <!--[if IE]>
      <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="720" height="159">
        <param name="movie" value="footer.swf" />
    <!--><!-- http://Validifier.com -->
      </object>
    <!-- <![endif]-->
    </p>
    </body>
    </html>
    Packing up and closing the office door now.  Good luck!
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb

  • How link from html page to a specific frame in flash cs5 as3

    Hi!
    I'm kinda new around here. I am interested in knowing how to link from a specific html page to a specific frame in flash cs5 as3.
    I have a website that I originally began to design in flash but later started developing new pages for it in html. The flash part of it has several pages on different frames and I have created links from the flash part to the other html pages, but, I can only link the html pages back to the main flash home page, and not the other pages in the flash part of the website.
    I have read that in cs3 it was possible using the flashvars skip variable, but I don't know how to do it. I have not yet seen any working examples and I could not find any instructions / tutorials online for cs5.
    Can someone help here?

    add a query string, to the swf's embedding html, with variable/value indicating the frame you want to display in your swf.  add a javascript function to return the query string (or entire url), call the javascript function from flash using the externalinterface class.  and finally add code to your swf to parse the returned url or query string, parse it and then direct your timeline to the appropriate frame.

  • Firefox 4 - Opening in a new window puts a second windows frame around the firefox browser window

    Using Firefox 4 in Windows 7
    I have customised the position of tabs (Tabs on top) and which toolbar items I would like to see.
    The first window I open of firefox 4 always has the configuration as I set it.
    Whenever I open a new window of firefox either:
    # - Right-click a link to open in a new window
    # - Click a link anywhere (such as an email) to open a new window
    # - When a website opens a page in a new window
    Bad Results:
    # - The new window does not have the configuration as set in the main window (Tabs on top)
    # - The new window has a windows type window frame around the firefox window (see two sets of window controls eg. "minimise", "restore" and "close")
    # - The open page does not show the url - navigating to a new page within this window will not update the url :: strangely enough clicking the url page icon will update the url as it should be
    # - Sometimes when restarting firefox, it will open the first main window with the remembered tabs and then open approx 8 or so blank new windows as described above

    I have troubleshooted this issue and have found what I think is a resolution.
    The cause of this issue seems to be Profiles.
    Previously when running firefox 3 I had multiple profiles setup. when deciding to update to firefox 4 I removed these old profiles.
    When installing firefox 4 for some reason it used a "default" named profile, and this caused the problems I described above.
    RESOLUTION:
    Ran firefox.exe -ProfileManager
    created a new profile, it named itself "Default User" I then selected the new default and tested. The window behavior is now acting as it should wothout the above problems.
    I deleted the old profile and now it works, using the new profile.

  • EEWB - frame around the fields.

    Hi gurus,
    could you please help me.
    I've added new fields to the business transaction item in CRM using EEWB - extension type = Customer_I. But there is no any frame around them on the customer tab's screen.
    It's possible to draw a frame in SE51 (screen painter), but this frame disappears after a new field addition to the extension and a new extension's generation.
    Could you please provide any solution of how to make a frame without it's further disappearing after a new fields addition.
    Thanks in advance.
    Sunny.

    Hi there,
    As hint captions are text captions and fill cannot be applied to text captions. You can either select transparent captions or captions with callouts.
    So you can use available callaouts in the Captivate Gallery under captions (Captivate installation directory > Gallery > captions), and use that one which has a frame.
    Thanks.

  • Drawing a frame around exisisting layout objects

    I am using reports 10g(9.0.4). I am trying to draw a frame around existing objects but the objects wont appear in the frame in the object navigator. I am trying move backwards and send backwards on the frame but it is not working.
    Whats is the method to use?
    Lewis
    Message was edited by:
    lewismak2000

    of course, send to back shd work.
    anyway, try creating the frame first and draw ur items inside that...

  • Elite Book 8460p fell. Lid bent. Frame around bezel won't stay snapped snugly

    Had another HP with increasingly more screen flicker to point i couldn't always see what was on screen. Picked up replacement, NEW HP Elite Book 8460p on 9/25/12. Two days later, tripped over power cord. Laptop fell 35" onto hardwood floor while open/on. Left bottom corner (when laptop closed) dented. Frame around display bezel no longer snugly fits. 
    Concern:  When looking down thru open lid edge, can see light from display because frame snaps in, but won't stay Snug. Think dust/moisture can seep thru, causing damage. I'd post a picture ... but ... using ipad and this forum says you must have flash, which I don't. 
    What I've done: GENTLY un-bent frame as much as possible with pliers.  Taped frame to cover to keep snug. Looks tacky for a business laptop and certainly isn't a FIX.  New to forum today, but did search and found replacing entire lid is very expensive. So, googled every word I could think of to find laptop cover, similar to hardshell or silicone faceplate for smartphone.  Best I could find was this site but the only HP laptops they service are Pavilions. Http://www.ipearl-inc.com/
    Help appreciated:
    Find faceplate like those for cell phones that would cover entire top of laptop but leave rest uncovered.
    Could tape work? Or, could further damage result from loose frame?
    Other suggestions?
    yes, I could go back to IT, tell them I'm a clumsy idiot, and let them solve this but ........ :-)
    Spoiler (Highlight to read)

    Hey there. Dont be to down on yourself. I dropped my new Beats Edition Envy a while back and had the same thing happen. Would you mind posting the pictures? I would like to see how bad the damage is. Also have you checked on eBay or Amazon for replacement parts? I found both parts for my Envy new on those two sites for relatively inexpensive.
    You are correct that the gap could cause damage if something slipped down in there or collected moisture. Its not a huge problem, since their are vents that could do the same thing. Its just something to keep an eye on. Tape may work for a short period of time but I would try to get it fixed when possible.
    Hope this helps!
    Sean
    -------------How do I give Kudos? | How do I mark a post as Solved? --------------------------------------------------------

  • Sir, We have around 500 items as Insurance Spares in the stores. These spares are checked once in 6 months for their healthiness, storage, etc with a special checklist. We want this checklist an schedule in SAP ( MM). How to do it? Please help.

    Sir, We have around 500 items as Insurance Spares in the stores. These spares are checked once in 6 months for their healthiness, storage, etc with a special checklist. We want this checklist an schedule in SAP ( MM). How to do it? Please help.We are presently doing it as similar to PM schedule ( PM module) but want it in MM module.

    Hi Prerna
    Please refer the this doc ...it might help you
    http://www.erptips.com/Samples/ERPtips-SAP-Training-Manual-SAMPLE-CHAPTER-from-Basic-Quality-Management.pdf
    and kindly update the status if it works or not
    Regards
    Partha

  • I am using the old imovie HD on my old Mac laptop... it works fine, but when I export a video to YouTube there is a black frame around it.. how do i get rid of that? thanks!

    I am using the old imovie HD on my old Mac laptop... it works fine, but when I export a video to YouTube there is a black frame around it.. how do i get rid of that? thanks!

    Hi MyAppleID99,
    You may want to check to make sure the clip hasn't been moved back and forth between wide screen and standard aspect ratios; sometimes a combination of letterboxing and pillarboxing can lead to a black frame "windowbox" when playing the final video. You may find the following article helpful:
    Apple Support: What are Letterboxing, Pillarboxing and Windowboxing?
    http://support.apple.com/kb/ht2320
    Regards,
    - Brenden

  • I had completed my iDVD project and burned a disc. It worked great! Then someone messed with the project and put a red frame around the opening screen. Now when I burn the project, it no longer has the opening frame. How can I fix?

    I had completed my iDVD project, a Wedding Slideshow with pictures and music, and burned it on a disc. It worked great! Then someone messed with the original project on my computer and clicked around and put a red frame around the opening screen that has the Wedding theme with music. Now when I burn the project to make more DVDs, it burns but no longer has the opening frame. It immediately opens to the iMovie slideshow. How can I fix so I can burn the entire project with opening frames?

    As Bengt suggested make a disk image of the successfully burned DVD using Disk Utility. Then you can burn copies any time you need one.
    In the future once you have the project as you want it save it as a disk image via the File ➙ Save as Disk Image menu option.  This will separate the encoding process from the burn process. 
    To check the encoding mount the disk image and launch DVD Player and play it.  If it plays OK with DVD Player the encoding was good.
    You can then burn it to disk with Disk Utility at the slowest speed available to assure the best burn quality.  Always use top quality media:  Verbatium, Maxell or Taiyo Yuden DVD-R are the most recommended in these forums.
    OT

  • With 3.6 and earlier, one website I use would have a "frame" around thumbnails which would go away once I accessed it. Aftwer 4.0, no frame. Frames still there with IE. Is there a setting where I can get them back with the newer versions of Firefox?

    Pretty much what I asked above. Obviously there was a change between 3.6 and 4.0 that is causing this.
    These black "frames" around the thumbnails are very handy as they let me know which ones have been accessed and which have not. Once I would click on the thumbnail, the "frame" around it would disappear. I could come back weeks later and tell what had been accessed and what hadn't.
    I discovered this problem this spring when I upgraded to 4.0 in my laptop. I kept "nursing" the 3.6 in my desktop as I did not want to lose that feature. The other night I tried to update my 3.6 and, unfortunately, I got force-fed 6.0.
    Anyhow, it has to be something you changed when 4.0 was brought out - and has stayed changed in 5.0 and 6.0. As noted above, the frames are still there if I go to the site with Internet Explorer. Sure love to find a way to get this feature back with Firefox!

    Pretty much what I asked above. Obviously there was a change between 3.6 and 4.0 that is causing this.
    These black "frames" around the thumbnails are very handy as they let me know which ones have been accessed and which have not. Once I would click on the thumbnail, the "frame" around it would disappear. I could come back weeks later and tell what had been accessed and what hadn't.
    I discovered this problem this spring when I upgraded to 4.0 in my laptop. I kept "nursing" the 3.6 in my desktop as I did not want to lose that feature. The other night I tried to update my 3.6 and, unfortunately, I got force-fed 6.0.
    Anyhow, it has to be something you changed when 4.0 was brought out - and has stayed changed in 5.0 and 6.0. As noted above, the frames are still there if I go to the site with Internet Explorer. Sure love to find a way to get this feature back with Firefox!

  • How do I convert a powerpoint presentation saved as pdf to an editable word document minus all the frames around the slides?

    How do I convert a powerpoint presentation saved as pdf to an editable word document minus all the frames around the slides?

    Hi Sara!
    Yes this sounds interesting. Can I update to that from the PDF Export I have just renewed? How much would that cost?
    Thanks for your quick answer.
    Best Regards
    Per-Olof Egli                                         Logga Egli C.I.S
    Managing Director
    Egli C.I.S. Consulting
    Lapphundsgränd 43
    SE-128 62 SKÖNDAL
    Sweden/Швеция
    Phone:         +46 708 23 03 53
    <http://www.eglicisconsulting.se/> www.eglicisconsulting.se
    <mailto:[email protected]> [email protected]
    Skype: eglipo
    Från: Sara.Forsberg 
    Skickat: den 10 september 2014 22:11
    Till: P-o Egli
    Ämne:  How do I convert a pdf-presentation into Powerpoint, which it is said that I can do? I can convert into Word, but that is of no help as I need to change the text in the document.
    How do I convert a pdf-presentation into Powerpoint, which it is said that I can do? I can convert into Word, but that is of no help as I need to change the text in the document.
    created by Sara.Forsberg <https://forums.adobe.com/people/Sara.Forsberg>  n Adobe ExportPDF - View the full discussion <https://forums.adobe.com/message/6718870#6718870>

  • How do I erase areas around an item in a graphic?

    How do I erase areas around an item in a graphic either in .tif, .jpeg,or PNG format?
    That should be a simple thing to do in PSE 8 Mac or Fireworks (both up to date in a top of the line Mac Pro) right? Take the eraser erase the areas around the item you want and save the result. Or if you want to get more sophisticated you select the area with the magic wand or quick selection tool and click erase or make invisible and save. I probably can think of another way. Why in all the world, after I have gone through the above several times, do I end up with the original unaltered graphic which I imported into my webpage in Dreamweaver? Researching for answers about this for days resulted in 0! I bought 2 graphics softwares (Fireworks and PSE) that were suppose to make this easy and I really could not afford! As you can tell I am really p....
    I appreciate any input on this. Thank you so much!
                                                                              W.W.
    Attachment

    Don't you get any dialog box when you save as gif?
    If not, then how about doing a Wave for Web?  This is what I get when I choose GIF from the pull-down list, and there is the Transparency box.

Maybe you are looking for