Flash Video Under Dropdown Menu problem

I have been consistently affect by this problem for the last few days.  I have a menu that needs to dropdown above the flash video. The problem is that the dropdown appears behind the flash and cannot be clicked. I have narrowed it down to some sort of implementation of the wmode="transparent" but this is not easy.
The code I got to work was
[CODE]
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="someID" width="632" height="220">
<param name="movie" value="http://lib.store.yahoo.net/lib/yhst-57905738662791/main.swf">
<param name="bgcolor" value="#000000"> <param name="allowScriptAccess" value="always">
<param name="allowFullScreen" value="true"> <param name="name" value="someValue">
<param name="wmode" value="transparent">
<!--[if !IE]>-->
<object type="application/x-shockwave-flash" data="http://lib.store.yahoo.net/lib/yhst-57905738662791/main.swf" width="632" height="220">
<!--<![endif]-->
<img src="preview.gif" alt="Preview">
<p>Download the flash player</p>
<!--[if !IE]>-->
<param name="bgcolor" value="#000000">
<param name="allowScriptAccess" value="always">
<param name="allowFullScreen" value="true">
<param name="name" value="someValue">
</object>
<!--<![endif]-->
</object>
[/CODE]
In internet explorer this code allows the flash file to be behind the menu. But not for Firefox (3.5) Unfortunately, when I add the required [CODE]<embed>[/CODE] tags to the object and make the flash video appear behind the firefox menu, the link in the video no longer works. Because there is a single link within the flash video we use.
PS. the code above was copied and tweak from a flash tutorial site. So I will not take the credit as my own. 
My site is http://www.superbreakers.net
If you check out the site you'll see what I mean and what I need.

I solved the problem and posted the solution here.
http://www.yourstoreforums.com/showpost.php?p=288577&postcount=5
Let me know if that helps you

Similar Messages

  • Dropdown menu problem in internet explorer

    i'm pretty new to css, and i'm having trouble in regards to
    the dropdown menu option (dreamweaver cs3). i've made a basic
    template, and everything looks fine (preliminarily!) in firefox,
    but in IE the dropdown menus have scrollbars and the word "false"
    floating in them. they're also positioned wrong. any advice on
    which styles are the problem? i've tried troubleshooting but its
    had little effect. here is the link:
    http://happyowlglass.com/happyowl-template.html
    many thanks!

    Have a look at the following
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarHorizontal iframe
        position: absolute;
        z-index: 1010;
        filter:alpha(opacity:0.1);
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
        ul.MenuBarHorizontal li.MenuBarItemIE
        display: inline;
        f\loat: none;
        background: #FFF;
    The original value is left.
    Gramps

  • Spry dropdown menu problem

    I've been working on a drop down menu for a site for a few
    months now. I'm using the Spry Widget. I can't seem to get it
    working right. I had used the drop down menu feature without
    problems in CS2, but now that I have CS3, I'm having problems. I
    use a Mac and am checking the site on a PC. The problem is in IE on
    the PC.
    Here is the site and page with the problem:
    http://www.nectfarmersmarket.org/farms.html
    The menu item "Participating Farms" has a drop down menu.
    Everything works fine on my Mac using FF and Safari. On the PC,
    using IE, only some of the links to the page anchors work in the
    drop down menu. The ones that don't work for me are: Duhamel Farm,
    Palazzi, Stone Farm, and Woodstock Farm.
    Since I assume it's user error :), today I recreated the page
    and the dropdown menu again from scratch:
    http://www.nectfarmersmarket.org/farmsC.html.
    And now more links don't work. These are the ones that don't work
    on this test page: Duhamel, Palazzi, Rachels, Stone and Woodstock.
    I have posted about this a while back, but I still can't
    figure it out and my client is getting a little impatient.
    TIA!

    In regards to the validation if you put that page through
    right now you will get a few errors. I will try to give them a
    quick rundown.
    - HR tags should look like <hr /> instead of <hr>
    which you have now. This is because there is no ending tag with HR
    tags so XHTML puts an end in the tag <hr />.
    -One error is a missing v in a closing div tag. You have
    </di> instead of </div>.
    -The final is with table tags, but with a quick glance I
    can't tell which tags are duplicate. Basically it appears as though
    there are one too many sets of closing tags. Would have to look
    closer at this to solve.
    In regards to the Drop-Down and anchors you may want to post
    this over at the Adobe Spry Forums because this is an odd issue and
    may be something that we have overlooked. So head over and post the
    link to the page so that they can see on that forum:
    http://www.adobe.com/go/labs_spry_pr1_forum
    Outside of that I really don't know what to say without
    rebuilding the menu from scratch and building a page locally on my
    test server which I won't really have time to do until probably the
    weekend and I know you want this solved as soon as possible. Wish
    there was more I could tell you but this has me stumped.

  • Spry Dropdown Menu problem in Mobile Safari (iPad)

    I've used the stack SpryMenuBar.js in Dreamweaver to create a dropdown menu for a client (XponentMD.com).
    When I Did a pass to optimize the site for the iPad, I found that the menu does not work properly. When you touch the top-level category, you go directly to the linked page and don't trigger the dropdown categories. I believe is it because the touch screen interface does not recognize focus and blur events.
    It there and updated version of the SpryMenuBar.js that accommodates touch screen browsers like mobile Safari?

    Thanks for your answers.
    Looks like the browser on iPad simulator doesn't behave like the real touch device, because on iPad itself definitely all unmodified Spry 2.0 menus and also that example ( http://nwneighborhoodvet.com/ ) don't work properly. When I touch "About Us" on http://nwneighborhoodvet.com/, then it immediately loads http://nwneighborhoodvet.com/pages/about-us.html instead of displaying the drop down menu.
    Somehow I also don't understand your versioning scheme. I downloaded today again the so called Spry 2.0 Dropdown Menu with the Widget Browser and when I install it on my site the directory with the CSS and Javascripts inside is called Spry-UI-1.7. When this is supposed to be Spry 2.0, why don't you call it Spry-UI-2.7 or 2.0.7 or something similar? Or do I get the wrong version from that strange Widget Browser/Dreamweaver CS5?
    My test page (should be unmodified and it's not formatted properly at the moment) is http://www.safeexambrowser.org/Templates/main-D.dwt, also doesn't work properly on iPad.
    This is a example (jQuery Superfish) which is actually working on iPad: http://users.tpg.com.au/j_birch/plugins/superfish/#examples (see the menu below "The result:".

  • Photoshop Elements 12 - Dropdown Menu Problem -flickers and will not stay descended to allow choice

    Photoshop Elements 12 - OS Windows 8
    While PE12 Editor loads without a problem, whenever I try to select an action from the dropdown menus - File, Edit, Filters, etc - the dropdowns flicker and disappear before I can make a choice to New, Open, or Save or Save as... or before I can make any selection whatsoever. The is terribly frustrating as you may gather.
    I am an experienced software user and a member of Creative Cloud. I have used earlier versions of PE, so I am familiar with setting up the program and using its interface.
    What are possible solutions to this problem. Any suggestions would be appreciated.

    I have been messing around for the entire day and finally fixed the problem.  I also had issues with the dropdown choices flickering and disappearing within 2 sec before I could make my selection.  I went under the view tab and clicked Snap To choices.  I unchecked the layers and document bound choices and now the drop down menus work fine.

  • Dreamweaver Template & CSS Dropdown Menu Problem

    The following website (K
    WEBSITE ) is up and as you can
    see, dropdowns work fine in Firefox and IE 7, but only work on home
    page in IE 6. Seems to be a template problem... not sure. The
    dropdowns do not even show up!
    Can anyone help, please!!! I am going nuts with this.
    Thank you,

    Try adding display:inline-block to your nav ul rule:
    nav ul {
        display:inline-block;
        margin: 0;
        padding: 0

  • Can't open tool under dropdown menu in InDesign

    I have several InDesign projects that were working fine yesterday. Today, I am unable to access the tool bar on any of them. There is no checkmark by the tool category in the toolbox after I click on it. The toolbar opens in Adobe Illustrator. How do I trouble shoot this problem? I use CS2
    Thank you.

    Please post in the InDesign forum. This forum is for suite specific issues only.
    And a screenshot would help. I have no clue what you're talking about.
    Bob

  • How to Fix Flickering Flash Videos

    Hello,
    Flickering Flash Videos, I have this problem on any of my browser opera chromium or firefox,  what can cause this problem,
    I tried with flash player 10 and flash 11 beta from AUR same problem, any idie how to fix it?
    In my second OS that is Centos 6 on same computer I don't have this problem by using flash player stable
    Thanks!
    L.

    lapusna wrote:
    thatnewyorker wrote:Are you using any sort of compositing like Compiz or Cairo-compmgr or Xcompmgr?
    I am using xfce4 with out any compiz or cairo-compmgr...
    @Gcool
    form that link i tried to edit adobe /etc/adobe/mms.cfg and no result
    but with /etc/X11/xorg.conf.d/20-intel.conf shadow problem are more huge
    any thing else?
    $ lspci -v | grep -i -A8 VGA
    00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (primary) (rev 03) (prog-if 00 [VGA controller])
    Subsystem: Gateway 2000 Device 016a
    Flags: bus master, fast devsel, latency 0, IRQ 45
    Memory at 94000000 (64-bit, non-prefetchable) [size=1M]
    Memory at 80000000 (64-bit, prefetchable) [size=256M]
    I/O ports at 5110 [size=8]
    Expansion ROM at <unassigned> [disabled]
    Capabilities: <access denied>
    Kernel driver in use: i915

  • Mozilla AddOn Flash Video Downloader

    Mozilla AddOn Flash Video Downloader version 7.1.0 up to version 7.2.3 with Windows 7 :
    I have requested for support from Flash Video Downloader support-team for installed addon Flash Video Downloader,
    but this problem issue could not be solved.
    While I have opened several firefox windows, with the new versions of Flash Video Downloader, the firefox windows are
    reopened in accidental order after restarting firefox, but not in original order as before. If I had deinstalled Flash Video
    Downloader addon, all windows of firefox were opened again in original order. And if I had reinstalled mozilla addon
    Flash Video Downloader again, then after restarting firefox, all windows were opened again in accidental order, but not
    in original order.
    Because of opening tabs automatically from Flash Video Downloader website after deinstalling this addon, I want to ask
    mozilla support, if I could trust this addon, and why this addon influences mozilla firefox while opening several firefox
    windows in accidental order, but not in original order.
    After deinstalling Flash Video Downloader addon in all opened firefox windows, a new tab from Flash Video Downloader
    website was opened for feedback response. One feedback tab in one window should be enough as before.
    pemigabo123

    It currently is not blocked: [https://addons.mozilla.org/en-US/firefox/blocked/]
    If it was installed from the addons.mozilla.org it can be trusted, however if there are issues I would report it.

  • Problem with Flash video/dropdowns in Mozilla

    Am trying to add a flash video to a webpage using a
    Dreamweaver extension called Active Slideshow Pro by DMXZone.
    The page can be viewed: www.faith.org.uk/Testindex.html
    In IE7 it works fine. The video shows and the dropdowns of
    the menu work correctly.
    In Mozilla Firefox the video works but the dropdowns do not
    show.
    If I remove the block of coding which is generated by the
    DMXZone extension:
    <object
    classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0"
    width="514" height="129" id="testshow" align="middle">
    <param name="FlashVars"
    value="xmlFile=testshow.xml&preloaderBackColor=0x0099FF&preloaderBorderColor=0xCCCCCC"
    />
    <param name="movie" value="slideshowpro.swf" />
    <param name="quality" value="best" />
    <param name="scale" value="noscale" />
    <param name="wmode" value="transparent" />
    <param name="bgcolor" value="#000000" />
    <embed src="slideshowpro.swf" id="testshow"
    wmode="transparent" quality="best"
    flashvars="xmlFile=testshow.xml&preloaderBackColor=0x0099FF&preloaderBorderColor=0xCCCCCC "
    scale="noscale" bgcolor="#000000"
    type="application/x-shockwave-flash" width="514" height="129"
    pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    />
    </object>
    The page works in both browsers and the menu dropdowns appear
    correctly.
    I would be most grateful for anyone's advice on this.

    A discussion with Adobe support lends the idea that MPEG
    layer 4 might be an issue. That since these videos come from DVD
    perhaps encoded with MPEG layer 4 that that could be the reason tha
    all of them have this problem. (Some were done using AVI - I have
    to check and see if that makes a difference)
    BUT
    According to the PDF from Adobe Design - Flash Video Encoder
    Wizard - By Tom Green and Jordan L. Chilcott
    Flash should be able to convert an MPEG4 file. (Well it does
    but they all stop after 30 sec.) Now how do I solve this problem?
    All the videos still stop after 30 sec.s
    quote snip snip>>
    Flash Video Encoder Wizard
    By Tom Green and Jordan L. Chilcott
    The first thing you have to understand about the use of video
    in Flash® is the original
    video must be converted to a format Flash can read. This
    format is FLV (Flash Video)
    and you can either use Flash, the Flash Video Encoder, or
    third-party software to
    create the FLV file. If you use video-editing software such
    as Adobe® After Effects®,
    you can also export the file as a FLV file. If you are a
    Dreamweaver® user, the current
    version of Dreamweaver—Dreamweaver 8—contains a
    feature that allows you to add
    an FLV at the click of a button.
    The purpose of the Encoder, therefore, is to convert the
    video file to the FLV format.
    When you installed Flash Professional 8, the Flash Video
    Encoder application was
    also installed on your machine. If you also have QuickTime,
    Adobe After Effects,
    Avid Studio, or Final Cut Pro installed on your machine,
    they, too, were given the
    capability to use the Encoder when it was installed.
    If you will be converting a video to the FLV format, the
    video must be in one of
    these formats:
    • AVI—Audio Video Interleave
    • MOV—QuickTime 4 or later
    • MPEG—Motion Picture Experts Group

  • Outputting a DVD To Flash Video in Encore 3 Under Leopard

    This topic is indirectly related to Final Cut Pro 6 (since it is the source of my Quicktime movies in Encore 3) and I post it here because I have had no luck getting any responses on other forums including the Creative Cow and Adobe forums.
    I have recently purchased the Adobe Production Premium package and successfully prepared several Blu-ray and standard definition DVD's using Encore 3. However, whenever I attempt to output any of these DVD's to Flash Video by selecting Build>Output to Flash from within Encore 3, my menus transcode, but when Encore gets to my timeline video, the progress bar goes to about 20% almost instantly and remains there forever. I have tried several different types of video files including short Quicktime movies created in Final Cut Pro as well as other formats in the Encore 3 timeline. The result is always as given above. When this happens, I finally have to Force Quit Encore 3 because selecting cancel on the transcode give me an endlessly spinning beach ball.
    I am running Encore 3 (latest updates installed) on an 8-core Mac Pro (Early 2008 model) with 12 GB of RAM and under Leopard 10.5.4 (latest version with all updates installed). I have successfully transcoded these timelines that seem to freeze Encore 3 using MPEG SlipStream so I know the files are OK.
    Is anyone else having this problem? Is there any solution to the problem? Does output to Flash simply not work under Leopard?
    I have written to Adobe Tech Support. I have received no response from Adobe. I feel that someone on this forum must be using Encore 3 (since it is one of the few ways of getting Blu-ray DVD authoring on the Mac) and has tried to output the DVD as Flash video from within Encore 3. I am simply trying to determine (1) if this is a known issue when running Encore 3 under Leopard; (2) if there is any fix to get Output to Flash working from within Encore 3.
    Thank you in advance for responding.
    Tom

    David,
    My hat is off to you for persevering with Encore 3 and getting it to output flash video. AFter reading that you had gotten it to work, I was inspired to try once again. This time I encoded my timeline to DVCPro HD by exporting the FCP project to Compressor. I then took this timeline (an 11 minute video) into Encore 3 and tried to build a flash DVD. I have a main menu and scene selection menu, and they both transcoded fine in about 20 minutes, but once again when Encore got to my timeline, the progress bar moved to about 1-2% and simply stayed there. After 7 hours I finally gave up and canceled the transcode which had never progressed any further and did a Force Quit on Encore.
    I noticed in doing the above, that during the transcode of the menus Activity Monitor shows my cpu is reading 170-190 and varying as you would expect. Once Encore hits my timeline and begins the transcode of that, the cpu drops to 100 and remains there with no real sign of activity.
    Can you tell me if your DVD that you successfully output to flash with Encore 3 had chapter marks in it? I am wondering if they could be the trouble. Some people have indicated that they solved the problem by going back to an earlier version of Quicktime. I am using version 7.5 of Quicktime, which is the latest version. Can you tell me what version of Quicktime you are using on the Mac that succeeded in outputting to Flash video using Encore 3?
    Thanks again for your help.
    Tom

  • Flash videos and menu boxes jump up and down, what would cause this?

    After installing Firefox 4, all flash videos and menu boxes jump up and down. I have removed and reinstalled the flash plug in to no avail. This does not affect the playback, just the border of the video or menu box. Other browsers do not do this. Just wondering why this happens?

    OK, solved the problem...
    I '''''DELETED''''' the file LOCALSTORE.RDF with FF closed. Restarted and everything was back to normal.
    Irv S.

  • Encoding a Flash Video - Video noise problem in a few areas - any way to fix ?

    Hello All;
    I posted a question to the Flash Video encoder forum but only got 1 read after the entire day so i figured it was not visited often so I'm posting my question in this area which I hope gets more traffic.
    I am desperately trying to encode a video using the Flash Media encoder. I am starting out with a pristine-looking quicktime file. I have two versions - a 720 X 480 version, and a version 1/2 that resolution. When I perform the encoding even with the best quality, a few of the objects in the scene exhibit some video noise (Not sure if that's what you'd call it). I have attached a video (See below) that I'm trying to encode that has the problem. The problem occurs very early in the video - probably 15-30 seconds in or less so it will not take long for you to see it. Take a look at the American Flag on the astronaut's flightsuit and see if you can explain what is causing this and more importantly, is there anything I can do to prevent this video noise in a few of the on-screen objects ?
    Video is at this link ... http://www.dedula.net/lfsemaa/longfellow%20ael%20dedication.html
    Thanks a lot for any help and advice you can priovide.
    Tim

    If you know the name of the Event where the clips are stored, try this:
    Quit iMovie. Go to Mac HD > Users > (your home folder) > Movies > iMovie Events > (find the Event folder name that matches).
    Drag that folder first to the Desktop, moving it out of the iMovie Events folder
    Now download a program called MPEG Streamclip. The idea here is you will attempt to convert the videos in that Event Folder into a format iMovie uses natively to edit, and display video accurately down to the 1/30th of a second inside of iMovie.
    Launch MPEG Streamclip. Now go into the Events folder you moved to the Desktop, drag one of the video clips from that Event folder into the open application window in Streamclip.
    Question #1: Does the video playback in Streamclip when you move the playhead back and forth or simply click the play button?
    If it does, then go to the File Menu > Export to QuickTime... In the settings window click on the pulldown menu and for Compression: choose Apple Intermediate Codec. And for the frame rate type in 30:
    Then click Make Movie, save it to a new folder on your desktop. Convert each on of the clips in that Events folder using this method. Saving it each time into a the same folder.
    Once you have your clips converted, quit Streamclip, now open iMovie. Import your newly converted clips into a new Event Folder in iMovie and see if they react differently than before. You should have thumbnails and be able to skim the clips without any difficulty now.

  • Problem with Flash video in webpage

    I've encoded a number of videos in the FLV format(using both
    Flash Video encoder and Quicktime), using standard preset settings,
    inserted in webpage using dreamweaver standard - Insert Media -
    Flash Video. When I try to play the videos, online or testing in
    browser, the video does not play the whole way through. It'll play
    15 sec into the video and then stop, although it seems to have some
    of the rest of the video if you play around with the controller.
    I've looked on the Flash encoding forum (other people have the same
    problem) and looked on the site for more info but cannot find
    any.

    Have you checked to see if the FLV is the same size on the
    server as your
    local copy?
    Nancy Gill
    Adobe Community Expert
    Author: Dreamweaver 8 e-book for the DMX Zone
    Co-Author: Dreamweaver MX: Instant Troubleshooter (August,
    2003)
    Technical Editor: Dreamweaver CS3: The Missing Manual,
    DMX 2004: The Complete Reference, DMX 2004: A Beginner's
    Guide
    Mastering Macromedia Contribute
    Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced PHP
    Web Development
    "malton05" <[email protected]> wrote in
    message
    news:f6e7ke$dig$[email protected]..
    > I've encoded a number of videos in the FLV format(using
    both Flash Video
    > encoder and Quicktime), using standard preset settings,
    inserted in
    > webpage
    > using dreamweaver standard - Insert Media - Flash Video.
    When I try to
    > play the
    > videos, online or testing in browser, the video does not
    play the whole
    > way
    > through. It'll play 15 sec into the video and then stop,
    although it seems
    > to
    > have some of the rest of the video if you play around
    with the controller.
    > I've
    > looked on the Flash encoding forum (other people have
    the same problem)
    > and
    > looked on the site for more info but cannot find any.
    >

  • Problem with Flash videos. They are only display in "Private Browsing" mode, in Safari 5.1.7

    The symptoms is: The flash videos are only display with a full red bar and nothing happen, no video no sound nothing. The Flash player was upgrade with 11.2.202.235. before safari 5.1.7. I have an iMac with SL, and a Macbook with SL too. However after I upgraded safari 5.1.7 the flash videos are not display correctly, (only videos). The same happen in both computers.
    I need to tell you that I follow all the possible recommendations that I founded in internent. I uninstall flash pug-in many times. I restore both. I switch many buttons and options like "reset safari", "empty cahe", "block pop-up windows", "enable java-script", "enable java". I turn off and on the firewall. I switch all the options in the flash player plug in preferences. And nothing. I turn on and off the plug ins. In fact I tried all the possibilities in the preferences menus from the programs.
    In one occasion I had a glimpse of functionality for only one hour without problems after I reinstall safari from the Apple website, but only worked until I turned off the computer. The next day was the same problem.
    After I fought with safari 5.1.7 and the plug-in flash player 11.2.202.235. Now I noticed something wired, only when I switch the "Private browsing" option in safari is when the videos are displayed correctly.
    The same videos work perfectly in Firefox.
    Some Suggestions?

    Thank you everybody, the problem was corrected in a unexpected way, I decided no to pay attention to the problem after a week fighting with that. I was navigating in a private browsing for two days. I turned the private browsing off again the next Monday, after a week I noticed that all the videos were display correctly, I do not have the problem again. That was wired because at the same time in the laptop everything is ok too. I have my extensions ON, Block Pop-up windows, In Flash payer all the options in ask....something. Only the option Disable Java script in not activated, only when I activate that option all videos are not display.
    I think maybe I updated the computer and maybe something happened in the middle. I always update my imac and my macbook at the same time. There is a Flash removal security update in may 14. Maybe that fixed the problem.
    Thanks to everybody, everything is ok now however I wanted to know what was the problem.

Maybe you are looking for

  • Bluetooth printing to Canon MP610, Help!!!

    I have the Canon MP 610 printer and I have bought the bluetooth adaptor that was recommended from the Canon website. I can get my MacBook to recognize the printer but I cannot get it to connect. I get an error message that says there are no configura

  • 24" LCD AND 19" CRT. Any problem?

    Hi, My current set up is two dual 19" CRTs and the ATI 9800 256MB card. I want to move up to a widescreen LCD, but am aware of a couple limitations with a 24" LCD. These being: 1. You have more screen real estate with two 19" than with one 24". 2. CR

  • Flex 4 - Generate PDF - AlivePDF

    Hello all. I am in need of creating PDF documents from a flash project.  THe flash project needs to be using the latest flex 4. And i will be sing the <s:Application> tags. I grabbed an example from "Tour de Flex"  but it was built using <mx:Applicat

  • Need of changing the default stack size permanently as reported by ulimit -

    Hi All, In order to install proper 11gr2 on solaris 10 I need to make change of stack size permanently. My current ulimit -s is 8192 but according to the oracle 11g installation docs (Configure Shell Limits) they recommend you change the value report

  • FRM-30033: Records buffered must exceed records displayed.

    Dear, i am getting an error message while compiling my form. FRM-30033: Records buffered must exceed records displayed. plz help.