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.

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

  • Flash buttons and slideshow don't show [was: Please help]

    hello all and thanks in advance
    ive made my site using dw cs3 and all works perfectly on my hdd when i preveiw in i.e or firefox ,however when i upload the site to my server (justhost)
    the flash buttons and slideshow do not apear !   dont know what i can do to reslove this so any ideas would be great and thanks again for reading
    regards martin
    [Subject line edited by moderator to indicate what the question is about]

    hi again and thanks so much
    the file was there but the script folder it was located in was using a capital letter to start ...doh
    again thank you so much
    regards martin

  • Can I create a Flash button and use it to navigate to the next slide of a PowerPoint Presentation?

    Hello all,
    I've been having a bit of a hard time understanding how to get a button which I have created in Flash to navigate to the next slide of the PowerPoint presentation which it has been added into. I'm fairly new to Flash, so I believe that this is slightly out of my natural skill range, so hopefully someone will be able to help.
    I understand that I somehow need to make use of fscommand in ActionScript, but I'm not sure how I can get Flash and PowerPoint to communicate between themselves. If anyone could write a walkthrough on how to do this, I would be bery grateful.
    I'm using Flash MX 2004 7.0 and Powerpoint 2003.
    Thanks

    Hi. Why not to make the whole presentation in FLASH? What you have to do is to import all the slides inside FLASH. Then place one by one in the stills and then create the code to make the stills advance and show the slides by means of the button. The code for the button goes as follows:
    on (release) {
        nextFrame();
    to introduce this code make sure you press the button and no the frame.
    Then in order to make the presentation open and cover the screen, no matter how big it is, you need to enter the following code in the first frame:
    stop();
    fscommand ("showmenu",false);
    fscommand ("fullscreen", true);
    You will need also a button to quit the aplication. This is the code:
    on (release) {
         stop();
    fscommand ("quit");
    Now write all of this in your application and let me know your experience. MamenFLASH$

  • 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

  • Ugly gray frame around my iweb pgs

    As I create, there's a thick ugly gray frame on both vertical sides of each page.
    Will those gray frames disappear when I publish to .Mac?
    Thanks!

    I believe you're referring to the browser background area. It varies from theme to theme. Go to the Inspector/Page/Layout pane and click on the Browser background color pane. You can change those two stripes on either side of your page to an image or solid color with that pane.
    OT

  • Photo collage - how do I delete/remove the gray frame around a picture?

    I am creating a photo collage in PSE 7. I put 3 photos with no theme (background white) and adjusted the size, rotated them...etc. I also used the cookie cutter tool to give the photos a shape. A gray frame still remains after "cookie cutting" the pictures. How do I remove the gray frame?

    I cannot EDIT the above post anymore, so i have to tell you all, that i have now read the instructions, all about Photo Stream.
    So i have NOW found the easy way to Backup my Photo Stream, simply by using my MBP, create a folder in finder, goto iPhoto/iCloud, select ALL and Export to the folder just created in Finder. easy peasy.
    The instructions also say that Delete a photo stream photo on one device and it IS deleted automatically on all other devices.
    So realistically the above Questions are all a load of old TOSH. sorry for wasting your time if you read all of this.
    Tim

  • Flash buttons and History.back

    Hi all
    I am using a flash button created in DW studio 8.
    But want to use the javascript:history.back() for the link.
    I put in the link textfield javascript:history.back()
    But that don't work how can i fix that please?
    Thanks for all that can help me
    Hugo

    I wouldn't recommend the use of Flash buttons period.
    They cannot be spidered.
    They do not appear when the visitor doesn't have Flash
    plugin.
    They are not usable by screen assistive devices.
    They have link and path problems after they have been
    inserted on your page.
    Your best bet is to forget they exist and use an ordinary
    text or graphic
    link.
    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
    ==================
    "wwcbe" <[email protected]> wrote in message
    news:ef2uo7$732$[email protected]..
    > Hi all
    > I am using a flash button created in DW studio 8.
    > But want to use the javascript:history.back() for the
    link.
    > I put in the link textfield javascript:history.back()
    > But that don't work how can i fix that please?
    >
    > Thanks for all that can help me
    >
    > Hugo
    >

  • Flash Button and IE7 issues

    When I first built www.tutsheaven.com, I used Dreamweaver and
    Flash buttons. Everything has worked fine until IE7 came out. Now,
    you need to double click on the buttons to navigate to the next
    page. Is there a fix for this problem, or do I need to change all
    of the buttons on this and some other sites?
    Bob Tuttle
    707-322-4959
    [email protected]

    update dreamweaver 8 to 8.02, or get dreamweaver cs3.

  • Firfox uses too much system resource. When idle it uses around 20% CPU and more than 500 mb each of real and virtual memory. Safarai uses 0% CPU and less than 100mb real and less than 200 mb virtual memory.

    It causes my macbook pro 15" to get hot.

    the very problematic plugin-cointainer is the cause of all this! i assume you may be open web page that contain flash right? high system resource slowing your browsing capabilities (click,tab,openpage, slowresponse,etc)
    it is very common problem in windows. you can read it in here under Known Issues->http://www.mozilla.com/en-US/firefox/3.6.15/releasenotes/
    +Some slower machines may see degraded mouse responsiveness when viewing certain Flash videos
    This PROBABLY can happen in your macosx too. Im not sure for that.
    I also try firefox in Ubuntu, and suprisely it smoothly open flash video and playing FB Poker at the same time wo performance degradation .
    i cant give any solution for this unless they came out with better and enhanced performance of firefox for all systems.

  • Flash buttons and music

    Hello Flashers-
    I bought a flash button template to play an audio file on a
    website I'm working on. Now that I have bought the button, how do I
    get it to play the audio file I want?
    Here is the button set I bought:
    Flash button
    template
    I appreciate any help I can get. Thanks.

    the audio file is an mp3 file. i am trying to put a flash
    'play' button on our html site for a 30 second preview for a song.
    if i can just embed the audio in a swf, then that would be awesome,
    but i'm not sure how to do that. i'm also not familiar with loading
    it externally, so either way i'm ill-equipped to make this work. i
    assume if it is an external file then it needs to be loaded.
    i appreciate any info you can share.

  • Is there any way to make toolbar buttons in Firefox 8 look as they did in Firefox 7, with each toolbar button having a "frame" around the icon and text?

    Just like to know if this is something I can adjust in about:config or if this UI setting is gone for good.

    You used the data.  Verizon can not see what it was sued for.  However your phone can see whats apps used the data.  go to settings-data usage- there will be a place that says data usage cycle.  line the dates up with your cycle.  then there will be a bar graph below that   extend bother white bars one all the way to the left and one all the way to the right.  after those are extended below that will be a list of apps,  there should be one that used over 2 gb and that will show you what app used that data in her purse

  • Flash, iWeb, and More, HELP!!!!

    Can anyone help me? I want a website with a homepage that is moving all the time with a film going on in the background. It has music playing too!
    2. On the site, i will want "selector buttons" at the bottom of the page. Once a button is selected, the "Home Page film" will "transform" or mutate into another film. look here for example: http://www.starmotorcycles.com/star/msite/micro_v1.aspx
    The "red dots" on the motorcycle. If you hold your mouse over a red dot, a movie plays!
    3. On "Page 2," of my site there would be pictures of movies, etc. Select a picture and a movie would start up right away with music. Look here: http://www.starmotorcycles.com/star/msite/micro_v1.aspx.
    4. also, what software is best for doing this?
    5. I would lace together hundreds of small movies which would play as part of the button selection process, explained earlier.
    6. I have purchased dreamweaver, extension manager, fireworks mx and freehand 10 as a package to make websites.
    7. So, would it be best to set the site in html and have several flash subsections or make the entire site flash? is it hard to easy to do?
    8. I am thinking about using the same type of cgi animation used in the film sky captain and the world of tomorrow. and some style elements form the grudge website and the movie bourne identity.
    9. Near the front of "Sky Captain..." the female lead is sitting in an skyscraper-office typing. Behind her are several huge windows looking out over the city, from upon high. As she types, letters scroll across the windows where the view used to be. Minutes later, the female character goes to a movie house. the film CUTS to a CGI Camera view from up on a roof top. The CAM zooms down the face of the building and to the front door of the movie theatre. This is called an establishing shot.
    I mention all this as I want to copy this basic structure. I'd like to have a "moving" home page that would be me sitting at a table writing something. The viewer would "hear" the music. Behind me would also be giant windows. the written music would start to scroll across the panes of the window just like "Sky Captain..."
    Based on what street the CAM went, you would arrive at different scenes relevant to the kind of music I would like to display. There, like the "VMAX Motorcycle" web site, page 2, would be the selection of music with picture of as many cues that I had in that style, etc.
    Can anyone help me and or give me advice? thank you and take care, all!

    Congrats on your endeavour.
    It cannot be done in iWeb.
    But I see you bought the tools for the project.
    Now you also need to acquire the skills to make it all work.
    Here's a page with samples to get you started:
    http://www.wyodor.net/iFrame/
    Adobe has a great forum too for all things releated Dreamweaver, Flash and all that stuff.
    http://www.adobe.com/designcenter/

  • Remove gray rectangle around submit button?

    Is there a way to remove the gray rectangle that seems to be the footer area where the submit button is held? It looks pretty ugly to have that gray area after designing the rest of the form.
    Thanks,
    Steve

    This does mean though that you can make the footer color match that of your form by simply adding a header and changing its background color to match the form. In the attached screenshot is a form where I added a header, made it as small as possible by changing the font size to 8, and then made its background white.

  • Using a Flash button and rollover captions simultaneously

    Hi,
    I have a button that I created in Flash. When hovered over, the button turns a different color. I'd like to use this button simultaneously with the rollover caption feature in Captivate, but it looks like I can only get one or the other to work, depending which is stacked on top.
    Anyone have any workaround ideas, besides creating each button individually in Flash and adding the text in the hover state?
    I'm using CP6.
    Thanks!

    Hi there
    Why use Flash just to create a button rollover? Captivate offers Image buttons where you specify up to three images used for rollovers. And with the Captivate button you could enable the Hint caption to provide the rollover you are seeking.
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

Maybe you are looking for

  • Can't Open the domain.sites2 file I Want To!

    I'm tearing my hair out here! I had multiple websites within iweb 08, but using it as more of a publishing facility and creating graphic adverts and stuff. Then I decided to make a website, which is where it all went to pot. I hadn't realised that th

  • Greyed out wifi button on ipad 2

    after updating ios 5 my wifi option is greyed out ! no airplane state ! restored everything on ipad and itunes ! but no result,  does somebody have any tips ?

  • MapViewer - addWMSMapTheme

    I am using MapViewer within a java class for my application. The map worked just fine so I attempted to add a WMS layer to it by using the addWMSMapTheme: mv.addWMSMapTheme("TopoMaps", "http://terraservice.net/ogcmap.ashx",new String[]{"DRG"},null,nu

  • Control characters

    When using control characters like '}', '@' , '*' in the search string which gives a null result set, the user sees a proper message(no results found), but the log file is dumped with encrypted data. Whats the problem? Any help is appreciated.

  • I keep getting "Sync encountered an error while syncing: unknown error. Sync will automatically retry this action." It keeps popping up at the bottom of my screen?

    I keep getting "Sync encountered an error while syncing: unknown error. Sync will automatically retry this action." It keeps popping up at the bottom of my screen? I click "Sync Now" but a few seconds later it pops up again