I have some Flash and Spry issues

Hi everyone!
I have one question about Flash and Spry Accordion panels. I
made this site for a school project and got the go ahead and do
these ladies' website. They love it! They loved the Panels, but I
don't like what Flash and the panels are doing in FireFox.
http://hoittsappraisals.com/
What I'm seeing is the panels sliding under the Flash element
that is in the first panel, but in IE its fine. What can I do to
fix it if there is a fix?
Thank you! And I can't wait till I can try CS3 I've seen the
Spry features that are built in and am totally jealous that it's
goin to be super easy to incorporate, when we've been slaving away
by hand!! haha, anyway, Any comments on the site would be much
appreciated!
Thanks
Noah W

Hi Noah,
Your flash object is using a native window ... which mozilla
(firefox) can't clip from the main canvas window underneath it.
There's an attribute/arg you can pass to flash that tells it
to share the same canvas as the browser. I think its called wmode,
but I'm not a flash person. I've asked folks internaly who are more
knowledgeable than me in the flash arena, so I'll get back to you
when they get back to me.
--== Kin ==--

Similar Messages

  • Hey Dears, I was working with my Macbook pro 2011, then i have some flash light in the screen, so i shutdown the computer, when i try to open it again i had a black screen, so any one of you have any idea about what should i have to do ?

    Hey Dears, I was working with my Macbook pro 2011, then i have some flash light in the screen, so i shutdown the computer, when i try to open it again i had a black screen, so any one of you have any idea about what should i have to do ?

    Can you start Firefox in [[Safe mode]] ?
    You can also do a clean reinstall and download a fresh Firefox copy from http://www.mozilla.com/firefox/all.html and save the file to the desktop.
    Uninstall your current Firefox version and remove the Firefox program folder before installing that copy of the Firefox installer.
    It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    You can initially skip the step to create a new profile, that may not necessary for this issue.
    See http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Clean_reinstall

  • I need advise and help with this problem . First , I have been with Mac for many years ( 14 to be exact ) I do have some knowledge and understanding of Apple product . At the present time I'm having lots of problems with the router so I was looking in to

    I need advise and help with this problem .
    First , I have been with Mac for many years ( 14 to be exact ) I do have some knowledge and understanding of Apple product .
    At the present time I'm having lots of problems with the router so I was looking in to some info , and come across one web site regarding : port forwarding , IP addresses .
    In my frustration , amongst lots of open web pages tutorials and other useless information , I come across innocent looking link and software to installed called Genieo , which suppose to help with any router .
    Software ask for permission to install , and about 30 % in , my instinct was telling me , there is something not right . I stop installation . Delete everything , look for any
    trace in Spotlight , Library . Nothing could be find .
    Now , every time I open Safari , Firefox or Chrome , it will open in my home page , but when I start looking for something in steed of Google page , there is
    ''search.genieo.com'' page acting like a Google . I try again to get raid of this but I can not find solution .
    With more research , again using genieo.com search eng. there is lots of articles and warnings . From that I learn do not use uninstall software , because doing this will install more things where it come from.
    I do have AppleCare support but its to late to phone them , so maybe there some people with knowledge , how to get this of my computer
    Any help is welcome , English is my learned language , you may notice this , so I'm not that quick with the respond

    Genieo definitely doesn't help with your router. It's just adware, and has no benefit to you at all. They scammed you so that they could display their ads on your computer.
    To remove it, see:
    http://www.thesafemac.com/arg-genieo/
    Do not use the Genieo uninstaller!

  • Firefox have some promlems and it block when is opeining hotmail, in my laptop always have that problem, so i need check my email using another programs...that problem is in my laptop or it´s a problem of navigator??

    Firefox have some problems and it block when is opening hotmail, in my laptop always have that problem, so i need check my email using another programs...that problem is in my laptop or it´s a problem of navigator??

    I know you can't help with my Yahoo problem, however, apparently at some time in the past I have went to the Sync and tried to figure it out on both my laptop and my desktop, because I have the long snyc key information. However, when I go to try to sync both computers I never get the box to enter that key on either one. That is my problem. So should I try and get a new sync key and see if that works.

  • I have downloaded Flash and it says sucessful install and yet is not recognized when I go to YouTube

    I have downloaded Flash and it says sucessful install and yet is not recognized when I go to YouTube

    Flash Player Help | Installation problems | Mac OS
    Flash Player Help | Installation problems | Flash Player | Windows
    Mylenium

  • Flash and spry problem

    I have an swf with a transparent background, and I have got
    spry data on my page too.
    My problem is that when I use the flash generated html, any
    spry data on the page disappears, but when I use the DW Insert Menu
    --> Media --> Flash, the spry data appears, but then the swf
    becomes opaque and pretty much destroys my design even though I
    have inserted the wmode ="transparent"
    It's a pretty big problem at the moment and any help would
    really be appreciated.
    Thanks
    Mat

    Sorted it

  • Flash and Firefox issue

    I have a flash file that uses an AS3 script to jump to random labels in order to play a different movie clip on each keyframe. The file works great in Safari and even Explorer, but for some reason it will not run in Firefox. Any ideas? I have attached the script-
    function getRandomLabel():String {
      var labels:Array = new Array("patients", "renters", "subscribers","members", "applicants","guest","drivers","customers","tourist","registrants");
      var index:Number = Math.floor(Math.random() * labels.length);
      return labels[index];
    this.gotoAndStop(getRandomLabel());
    Thanks

    Here is the embed code. This is the flash generated html file. The file loads and will play after a couple refreshes however, it only plays the movie clip on one frame. I dumbed the file down to AS2 Flash Player 8 and it loaded and played without the refresh but it still only plays the same frame.
    <!-- saved from url=(0013)about:internet -->
    <!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" xml:lang="en" lang="en">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>final_revise</title>
    </head>
    <body bgcolor="#ffffff">
    <script language="JavaScript">
    <!--
    var isInternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
    // Handle all the FSCommand messages in a Flash movie.
    function final_revise_DoFSCommand(command, args) {
        var final_reviseObj = isInternetExplorer ? document.all.final_revise : document.final_revise;
        // Place your code here.
    // Hook for Internet Explorer.
    if (navigator.appName && navigator.appName.indexOf("Microsoft") != -1 && navigator.userAgent.indexOf("Windows") != -1 && navigator.userAgent.indexOf("Windows 3.1") == -1) {
        document.write('<script language=\"VBScript\"\>\n');
        document.write('On Error Resume Next\n');
        document.write('Sub final_revise_FSCommand(ByVal command, ByVal args)\n');
        document.write('    Call final_revise_DoFSCommand(command, args)\n');
        document.write('End Sub\n');
        document.write('</script\>\n');
    //-->
    </script>
    <!--url's used in the movie-->
    <!--text used in the movie-->
    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" id="final_revise" width="950" height="500" align="middle">
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="movie" value="final_revise.swf" /><param name="loop" value="false" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /><embed src="final_revise.swf" loop="false" quality="high" bgcolor="#ffffff" width="950" height="500" swLiveConnect=true id="final_revise" name="final_revise" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
    </object>
    </body>
    </html>

  • My iPhone 5 the speaker probably doesn't work, I feel upset because my friends said to me don't buy it because the software of iPhone 5 have some problems and I didn't listen to them , now I would like to see how apple will help me !!!!!

    The speaker of my iPhone 5 probably doesn't work and I don't know the reason although some of my  friends said to me don't buy it because the software of iPhone 5 have some problems but I didn't listen to them

    Check this support document for SIM issues http://support.apple.com/kb/TS4148. No one here is Apple, we are users like you. We can only recommend you try Apple again, unless you are close to an Apple store and can make an appointment to go in there.

  • I have uninstalled Flash, and tried many different suggestions, but Firefox still crashes every few minutes. WHY? Check crash reports for najibul.huq@

    There are hundreds of Crash reports with my email address on it. I don't know what is causing it. There is no indication and help anywhere that has indicated it. Flash seemed to be problematic, so I tried uninstalling flash completely and using WITHOUT flash - still the same.
    I have uninstalled FF and re-installed it with new file from getfirefox.com - still the exact same.
    Is there anyone who can tell me what to do? Please review my crash reports under my email address, and advise what I can do. My last few crash IDs:
    59c3489c-c8f3-48e3-ad8e-e5618e1a46ab
    bp-23dcd12a-cde8-4bc1-b5b6-702cd2130427
    bp-4a295014-5427-4049-92d6-dc4f52130427
    bp-36b4a26c-5117-4dbd-8401-f161b2130427
    All within 2-3 minutes of each other.
    I'm going crazy with this. How can I get the Old firefox that worked. I think anything after v12-13 is complete load of crap that doesn't work!
    I am using Windows XP, is that a reason? How can I get a Xp-friendly version of FF?

    Thank you for the response.
    I restarted in Safe Mode, but it crashed again in 2 minutes. Can you decipher the Crash report? Because I don't understand anything from it. No way to figure what is exactly causing it.... The Troubleshoot did not help at all, very basic, and irrelevant info. I have hundreds of crash reports, but here's the latest ones, PLease Help:
    <pre><nowiki>69761267-6aa7-49fb-9db6-a7a5b133781f
    bp-c620f11e-4595-4023-9227-f17792130504
    bp-ab7a5e10-2895-4df5-9fca-57af12130504
    d38c2ef2-35d3-4ee5-a097-44c8606a4266
    bp-ce5719b0-c774-4956-b44a-1f9532130504
    bp-eebed5e6-cd8f-4fd5-bcc1-15fa92130504
    bp-ad8ac748-924e-41ae-96ca-1b9472130504
    bp-4194f51d-7831-41ca-b75f-72f002130504
    bp-b847fd26-fd79-43a2-861b-e8ba92130504
    bp-3c28c6c3-1f73-4da0-80d2-fb9722130504
    bp-76ccb618-11ef-49f5-95ce-3ddbf2130504
    bp-04dc01b7-6b09-474b-8a7a-bdff12130504
    bp-f176b0c1-f250-47bd-8fa6-2405a2130504
    bp-84a49604-c352-4a08-8c2c-c2b282130504
    bp-6305669f-0378-48d8-bfe3-97bd12130504
    bp-dd35e2d5-bc07-473d-8748-cf8bc2130504
    1a2444a2-bf78-4f49-a46a-35d401182e78
    bp-4bb67980-85e3-4af7-86da-3d3eb2130504
    bp-a6d26309-9a4b-4c90-9a28-ee4fc2130504
    bp-0e12d51d-1672-44c1-b864-acac72130504
    bp-d422a61e-b019-49eb-b35d-eb81f2130504
    bp-3fd67d02-c5c8-4666-a09c-8b2472130504
    bp-b8b1e949-7525-41b2-8660-091e62130504
    bp-414b34ca-ed51-4fe1-bda0-848c52130504
    bp-ace02358-9371-48a3-8102-12f192130504
    bp-4ec7399c-409c-472d-9463-038782130504
    bp-ae1b58f8-2097-4b29-bef0-f3fe32130504
    bp-2fc759f3-975b-4281-9eab-a06f52130504
    bp-9b8ae433-b480-4ac7-984e-2fd332130504
    bp-cbc597aa-3d3c-472d-beb8-03f012130504
    bp-5db34f37-4605-4815-b273-1861e2130504
    bp-8a979c36-9202-4834-a251-576e72130504
    bp-63fd2d13-e597-41f5-b6c0-9858e2130504
    bp-91c2d98a-e2fe-4857-a84f-6413c2130504
    bp-f99877c8-045f-455e-a2ac-49cc92130504
    bp-7dadbc19-6034-4930-ba1d-a16502130504
    bp-2ebfa0eb-b2cf-42fb-92ec-ddafe2130504
    bp-67356cf5-427a-4991-8043-72a8e2130504
    bp-f0c631b6-68a5-450b-8b61-816da2130504
    </nowiki></pre>

  • Can I have some open and honest feedback on this site?

    Hello everyone,
    I am posting to get some open / honest feedback on my site.  Please feel free to comment, you will not hurt my feelings.  I would rather here it from you guys, the pros and enthusiasts who do this for a living (or hobby) and who know good work when they see it, then suffer through years or lack luster traffic or conversions.
    So please let me know what you think...I welcome your feedback!
    Organic Search Engine Optimization or (http://www.click-finders.com)
    Thank you in advance for your time and consideration!
    R@ZoR

    Razor,
    Coming from a video background as I do I look at the animation on the home page first.  The transitions are fast for the feel you are looking to produce and the Google logo is in need of help.  It looks like you grabbed a bitmap version of the text and enlarged it too much.  Try this website:
    http://www.brandsoftheworld.com/logo/google-3
    I have found thousands of logos that I use in my day to day work.  You will need to register, for free, in order to download the vector based artworks but it is all worth it.
    The contact page bothers me from both an aesthetic and technical standpoint.  The huge image that carries through all the pages makes browsing difficult since all the pages look exactly alike but on the contact page you have created three listings for departments in your company that have the same phone number as the info in the footer.  You have the same number on the page 4 times, this is too many.  I understand the repetition thing is great but 4 times.
    Also, instead of the list of email addresses that robots can grab for junk mail, I would expect a technology company to use a form for email communications on the contact page.  This method is not only more refined and common but also protects your email accounts from spammers.
    One thing that I am seeing all over the internet is the over use of stock photography.  There was a huge mix-up in the last election cycle with organizations using stock photography in order to make the more extreme ideologies look more mainstream and it backfired in no small way.
    I know the allure of stock images, I have and still use them, but nothing will ever take the place of an image of the building the business is in or the people who make up the backbone of a service orientated company.  The site has a canned and un-personal feel that is the direct result of stock photo overusage.  Get the company leaders into a local portrait studio for some headshots and snap off some good looking images of the facility, it will warm up the site immensely.
    Good Luck,
    Brett

  • I have a battery and Memory issue - late macbook pro 2011

    Macbook Pro 13" Late 2011 Model
    Battery Issue
    After upgrading to Lion, my batter life is 3 hours after full charge. It was 7-8 hours in leopard.
    Hoping this is a common issue and someone has a quick solution.
    Memory Issue
    I had 4GB Ram and found it would run to virtually nothing and not free any inactive RAM. I though the solution to this was to buy more RAM, which I did.
    I now have 8GB RAM and it agains runs to virtually nothing on non labour intensive software like safari or mail. It doesnt free up any RAM when it reaches a certain point. Instead it freezes and I'm forced to restart the computer. I use Final Cut Pro X and Photoshop/Illustrator fairly regualry. I'm assuming the RAM is is used with those but even when these are closed the RAM is low.
    Any ideas?
    Cheers

    You should take your Mac to an official apple retail store, as it is not common to have these problems regarding battery and memory.

  • HT5544 Dear Sir, is that only pdf format document which can import to ibook ? I have some word and powerpoint, which i want to use ibook for reading, is that needed to change to pdf ? thanks a lot.

    as caption, thanks help !

    Hello bykwong
    iBooks supports ePub and most PDF’s as far as reading items outside of the iBooks Store and would need to export them as a pdf to sync them across. Also as an alternative Microsoft does make Word for iPad to read the documents. If you want to write and edit them, then there is a subscription that can allows that for you. Pages for iOS also has a new feature to where you can have word documents and keep them as view only option for when sharing out the document.
    iBooks and the iBooks Store
    http://support.apple.com/kb/ht4059
    Microsoft Word for iPad
    https://itunes.apple.com/us/app/microsoft-word-for-ipad/id586447913?mt=8
    Pages
    https://itunes.apple.com/us/app/pages/id361309726?mt=8
    Regards,
    -Norm G.

  • HT201401 My IPhone4 is in a coma.  Will not reboot even when fully charged and using reboot techniques listed in forum.  Any suggestions?  I have some pics and contacts I need.  I did not backup!

    I would appreciate any suggestions you might have.  I did not back up my IPhone4 - stupid on my part.  It just quit the other day.  It is in a coma.  I have tried recharging and rebooting to no avail.  My greatest concern are several pictures that I cannot replace.  Is their an internal sim card that perhaps could be recovered.  I need to return the phone to Verizon as they mailed me a replacement due to the fact that no one at the local Verizon store could awaken the phone.  Please help if you have ANY suggestions!  Of course, i will backup everything in the future - just hoping for a chance with these pics and contacts.

    I ceaned the fan, the computer shuts down when I hit ENTER after logging in (again, i have a password set)
    I did manage to do a a start-up repair w/out the comp shutting down half way through. This was in the detailed diagnosis and repair:
    Root Cause Found:
    Boot critical file d:\windows/system32\kdcom.dll is corrupt.
    Repair action: File Repair
    Result: Failed. Error Code= 0x490
    Time Taken:5460ms
    Repair Action: system restore
    result: Completed successfully. Error Code= 0x0.
    I also get a message::
    Windows cannot repair this computer automatically.
    If you have recently attached a device to this computer, such as a camera or portable music player, remove it and restart your computer. If you continue to see this message, contact your system administrator or computer manufacturer for assistance.
    **any of this help you??**
    I appreciate your help!!

  • When I do a Google search Firefox will not connect me to the links. The only way for me to connect to the listed pages is to right click on the link and open in a new tab or window. I have reinstalled Firefox and the issue still remains.

    I run windows 7 on a Gateway FX6000 series computer. This issue has been going on for some time. I have uninstalled and reinstalled Firefox. There are not any malware programs on my machine according to the scans I have run using Ad-Aware. If I use another browser I can connect to Google search links with no problems.

    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

  • Lack of Flash and other issues...

    My daughter has a 13" Macbook that she bought less than a month ago. Over the last three or four days it has developed a couple of issues that tech support cannot seem to resolve. First, she noticed that she couldn't use YouTube because her flash player didn't work. Then she couldn't get on the internet without the thing stopping after two or three pages. She spent all afternoon with tech support yesterday attempting to wipe and reinstall everything. Flash still doesn't work, and today she called me and Word no longer worked either. She is freaking out. She has five projects due over the next few weeks, and tech support hasn't really helped much in terms of repairing the issues. Do any of you have a clue as to how to help her?

    Which version of Word is she using? By "doesn't work" does she mean it doesn't open? How large of a hard drive does she have & how much free space does she have?
    By "wipe and reinstall everything" do you mean she used her install discs to do an Erase and Install?
    ~Lyssa

Maybe you are looking for