Pop-up error on flash pages

My OPS - Windows XP SP2
My Browser - IE Explorer 6
My ISP - Road Runner High Speed
My Macromedia Flash Player Version - 8.0.24.0
ISSUE:
I am receiving a small popup error as certain web pages that
use flash are loading up ... not all flash pages, but some,
including my homepage which is "www.rr.com"
The popup appears briefly, only as the page is being loaded,
and it reads as follows ... "Press SPACE BAR or ENTER to activate
and use this control"
After a second or two the page is fully loaded and the popup
quickly disappears, however there is a broken-lined box which
surrounds the flash section of the page and if I enter that section
{flash} with my cursor I receive a similar message which reads ....
"Click to activate and use this control"
Only if I left click my mouse or hit SPACE or ENTER on my
keyboard can I access the flash sections of said page ... so for
example, if I were attepmting to access a flash link on said page I
would need to left click twice, once to "activate and use the
control" and one to access the link ... or I could hit my SPACE BAR
or ENTER prior to clicking the flash link and then it will be
activate, thus only one left click on the link will suffice
I have also encounted this same popup at the mcafee homepage
... us.mcafee.com ... when I push my cursor into a flash section of
the page I receive the same small popup, "Click to activate and use
this control"
I have been a flash user for quite some time, on this very
same PC, same OPS, same Browser, same ISP, and I've even had the
updated version of flash player for at least a month {8.0.24.0},
yet this trouble has appeared out of the blue only two days ago and
I cannot fix it
I have tried a number of fixes ... I have even used the
uninstall utility for flash player as provided by your website, and
uninstalled my browser, then reinstalled both to no avail, same
issue continues to occur on certain flash pages {but not all},
including my homepage
PLEASE HELP
Thanks You,
Dobermite

Here's the fix!!
Change your flash objects(embed) to external files that use
javascript to write the tag. Like so
var oeTags = '<object classid="clsid
27cdb6e-ae6d-11cf-96b8-444553540000" codebase="
http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"
width="812" height="565" >'
+ '<param name="allowScriptAccess" value="sameDomain"
/>'
+ '<param name="movie" value="dyna_main.swf"
/><param name="quality" value="high" /><embed
src="dyna_main.swf" quality="high" width="812" height="565"
allowScriptAccess="sameDomain" type="application/x-shockwave-flash"
pluginspage="
http://www.macromedia.com/go/getflashplayer"
/>'
+ '</object>';
document.write(oeTags);
name the page whatever.js
on you htm page include it with a script tag, like so
<script src="/whatever.js"></script>
It works

Similar Messages

  • Javascript in flash throwing IE pop up error

    Im trying to open a new window in my browser from my swf
    file. In my swf file i have this basic code:
    on (press) {
    getURL("javascript:NewWindow('/OutsideLinkWarning.cfm?ButtonText=Continue&LinkTo=http://ho me.clarkeamerican.com/www/reorder.cfm',
    'Terms','590','350','no','no','no','no','no')");
    When i click on the button when previewing the file in IE it
    causes a pop-up error.
    Other links throughout the site open a new window, leading to
    the same page as the link above, using this code in the html page:
    <area target="_blank"
    onclick="NewWindow(this.href,'Terms','590','350','no','no','no','no','no');return
    false;"
    href="/OutsideLinkWarning.cfm?ButtonText=Continue&LinkTo=http://home.clarkeamerican.com/w ww/reorder.cfm"
    a="" coords="3,219,166,245" shape="rect"/>
    it works without any errors. Why would an error be thrown
    through my flash swf?

    The pop-up flash has a tiny catch-hook which holds it down.  When the camera (or a manual operation) wants to pop it up, a solenoid release the catch-hook and the spring should pop it up.
    You shoul hear the clicking sound of the solenoid releasing the catch a few times before the camera gives up and displays the error message.
    It means the pop-up flash is jammed... possibly a bit of dust, sand, or gunk is gumming it up so it can't flip up.
    Using your fingers, gently pull up on the flash either while pressing the flash pop-up button or just pressing the shutter button in a sitaution where the camera would call for flash.
    Once opened, you can use a bit of compressed air on the hinge points to see if you can clear the problem.  You'll probably notice the hinge is stiff and doesn't pop-up on its own.  
    I have seen suggestions to use WD40 -- but frankly wouldn't get that stuff near my camera.  If there is gunk, you could use denatured alcohold to dissolve whatever is gumming up the works.  The advantage of the alcohol is that it'll evaporate on its own. 
    Tim Campbell
    5D II, 5D III, 60Da

  • After installing Epson Stylus SX535WD printer on Windows 7 computer Firefox produces a pop-up error box when I launch Firefox or open Web page

    After installing my new Epson Stylus SX535WD printer on my Windows 7 32 bit computer, Firefox now produces a pop-up error box every time I launch Firefox or open a new Web page in it the following error box pops up multiple times: [JavaScript-Application] Server could not log you in. This error has never error occurred before I installed the printer.

    Posting the same question multiple times will not get you an answer any faster..

  • Error #2057: The page could not be added to the print job.

    I've been making myself crazy over this one.  I'm trying to print a complex multi-page "report" in Flex, but I keep getting this error every time I try to call FlexPrintJob.addObject(page):
    Error #2057: The page could not be added to the print job.
    Here is the basic scenario...  I have created a new control I call a PrintVBox that extends the normal VBox control.  After adding all of the children properly to the component, I wait for an update event (so that the heights of all the components are calculated) and then I call a custom method I have added to PrintVBox that "paginates" the control.
    This pagination method essentially decides how many of the items in the VBox can fix on each page, and splits them up into separate pages.  Here's a somewhat graphic example of what happens:
    (before paginate)
    ***** PrintVBox ********
         [ Item 1 ]
         [ Item 2 ]
         [ Item 3 ]
         [ Item 4 ]
         [ Item 5 ]
    This single VBox with 5 items, after calling the paginate method becomes something like this:
    (after paginate)
    ****** PrintVBox ********
         **** VBox (page1) ******
                   [ Item 1 ]
                   [ Item 2 ]
         **** VBox (page 2) ******
                   [ Item 3 ]
                   [ Item 4 ]
                   [ Item 5 ]
    So, what was once a single VBox with 5 UIComponents on it is now a VBox that contains two VBoxes, each the exact size of a printable page, one containing the first two items, the other containing the second two items.
    In my example that I am working on, my PrintVBox that I have created uses a Repeater to create about 20 HBoxes on the page.  I then call
    myFlexPrintJob.start()
    to show the print dialog and get the user's parameters.  I then pass the chosen print height and width to the PrintVBox control and call the paginate method, which creates pages of the desired width/height.  I have tested this part thoroughly and displayed the resulting PrintVBox on the screen and it paginates successfully and all is well.  After paginate, it has created 3 page VBoxes each holding some of those 20 items.
    I then iterate thru PrintVBox.getChildren() array, in this case which is the three VBox pages, and I call:
    myFlexPrintJob.addObject(page);
    for each one.  Each one errors out with the above error.  The error is down in the PrintJob code, which is part of the Flash framework and I cannot step through it.  I have no indication of why the page can't be added to the print job.  Is there a reason this is happening??  Does it have to do with the Repeater that originally created the 20 HBoxes, even though I have now moved those HBoxes down onto separate pages?  I'm just so confused here.
    I can probably post the entire code chunk if someone really wanted it.  I'm currently testing it as an AIR application using a big tester XML data object on the repeater, so that I didn't need a database and such to create the control and test printing.  If someone really wants to see what I'm doing, let me know.
    HELP! PLEASE!!
    Thanks,
    Joe

    Were you able to solve this problem?
    I am currently having the same problem as yours... I created my own printing classes that do all crazy calculation to figure out page breaks and stuff... everything goes well until the point I want to add these pages to the printJob. I get same error?
    Any help is highly appreciated.
    Thanks,

  • Pop Up Error using MVC method after Validation in  DO_HANDLE_EVENT Method

    Hi Experts,.
    I am rather new to BSP applications and I am working using MVC at the moment. I have a requirement which apparently is simple, but am yet to get that done successfully.
    I have a couple of buttons on my BSP View screen, on click of these buttons, the User Name would be verified with entries in a Custom table and if the User Name is not found, an error message would pop up stating, "You are not Authorized to use this option".
    On click of the button, the event which is triggered is handled in the DO_HANDLE_EVENT Method of the Controller for the view.
    The check is performed in that method. Thereafter the method DO_REQUEST follows automatically which loads the view yet again. I want to throw a pop up error message at this instance if the User Name was not the authorized one.
    I have used Java Script to throw pop up message but only in case of field content validation where I did not need to navigate away from the view for the validations. But how do I bo about for this example.
    Any help would be highly appreciated.
    Regards,
    Subhrangsu

    Hi
    1. You can call the view in pop-up because you will be calling the controller using open.window.
    Here is the sample code:
    method DO_REQUEST .
      data:
            li_vw           type ref to   if_bsp_page,
            lv_form_field   type          string,
            li_md           type ref to   zcl_model01.
      dispatch_input( ).
      li_md ?= get_model( 'm01' ).
      lv_form_field = request->get_form_field( 'invoice_create' ).
      if lv_form_field is initial.
    *------ Request to display main page
        li_vw = create_view( view_name = 'main.htm' ).
        li_vw->set_attribute( name = 'model' value = li_md ).
        call_view( li_vw ).
      elseif lv_form_field eq 'true'.
    *------ Request to display Invoice page in pop-up
        li_vw = create_view( view_name = 'invoice.htm' ).
        li_vw->set_attribute( name = 'model' value = li_md ).
        call_view( li_vw ).
      endif.
    endmethod.
    Layout :
       function do_Invoice()
          { var s=0; r=1; w=300; h=300; x=screen.width/2;
            x=x-w/2;
            var y=screen.height/4;
            y=y-h/2;
            popUp=window.open('main.do?invoice_create=true','win','width='+ w
            +',height='+ h +', left=' + x +',top='+ y +');
    Regards,
    G. Nikhil Kumar

  • Once latest Firefox 24 version uploaded, some sites visited get pop up that Adobe Flash Player 11.8 r800 has stopped working

    Once latest Firefox 24 version uploaded, some sites visited get pop up that Adobe Flash Player 11.8 r800 has stopped working. Have tried following and none work:
    - reinstalled latest Shockwave Flash software, uninstalled and reinstalled with clean wipes
    - downgraded Flash to previous version
    - disabled hardware acceleration
    Only when I disable Javascript in Firefox will the error stop but then no Flash application will work.
    This is clearly a Firefox issue with the latest version. The previous version was using the latest Flash and there was no issue.
    Below you will see I am using older version of Flash as I was testing previous, but same issue when I go the latest verison.
    Please fix in an update.

    Well that solution failed ... lasted for almost a day. The crashing of Flash is back.
    You asked for the last crash reports IDs. Here they are:
    Report ID Date Submitted
    bp-74a2105f-95b2-44c6-a3ce-6080a2130922 9/22/2013 6:30 PM
    2b1418a2-9130-41b8-ad45-7b0c7c5799fa 9/22/2013 6:28 PM
    3f669215-e63b-4a80-b926-a7af6caadff3 9/22/2013 6:28 PM
    d1260e01-29ff-4b9e-8d84-f46347854883 9/22/2013 6:28 PM
    ee94ddb7-c130-4be5-826a-27864fd9dc5f 9/22/2013 6:28 PM
    0e439cc8-7726-45b1-9592-0e0f60813487 9/22/2013 6:27 PM
    e0f26c40-3a64-4144-830e-2e426b69d0ae 9/21/2013 10:58 AM
    50260dbf-fff7-4518-a913-cae470b35275 9/21/2013 10:06 AM
    3abb5866-549c-4914-875a-ea8002ebdf9a 9/21/2013 9:17 AM
    4631361e-586e-40b2-be27-6ee0f285c6ba 9/21/2013 9:17 AM
    ac1ab223-72c6-4a70-83f0-9605176692fb 9/21/2013 9:16 AM
    e10631f5-73f2-4abc-8e1d-f2435485692f 9/21/2013 8:55 AM
    c2170bae-9fcf-40b3-9bc3-fd50f30435c8 9/21/2013 8:55 AM
    a4b84ae5-df28-4b04-890a-385063f4d64f 9/21/2013 8:55 AM
    d259a5fb-816f-450d-8e69-5609dbb3cfd9 9/21/2013 8:55 AM
    5533b8b3-c142-4f6c-a03d-c946fb8f8e7b 9/21/2013 8:55 AM
    9f2d0ec1-8ca2-4aff-ab9c-fb9ad7c4fc89 9/21/2013 8:55 AM
    53359919-dcae-48fe-acdd-108b77902995 9/21/2013 8:55 AM
    0b9d01c2-5e18-49d3-a60d-f1aea2b2c5c5 9/21/2013 8:54 AM
    5bcbe7f2-a84a-44c7-9a92-ae690867cbf5 9/21/2013 8:54 AM
    d1ff341e-1a09-47fa-8163-3e38305900a3 9/21/2013 8:54 AM
    02ed03f0-fc38-407a-a6a4-dee9760bd6c1 9/21/2013 8:51 AM
    bf5bf7b3-6b32-40d0-beff-5073a778c1cb 9/21/2013 8:51 AM
    4c05ed25-2b7a-4629-baa7-ae53492a0615 9/21/2013 8:50 AM
    308d29da-4ee2-4c64-9c2e-0c7e1b3cce4a 9/21/2013 6:34 AM
    0c88a307-5188-4552-ad0d-f8e43b92d5be 9/20/2013 8:21 PM
    970d729c-3983-4e54-84dd-5b7480cdc98a 9/20/2013 8:06 PM
    99249e90-50aa-49a1-90ce-3e265be8f12d 9/20/2013 8:06 PM
    01e6da16-62a2-4831-8a4d-dfbdab902960 9/20/2013 8:06 PM
    00915b0d-a2d3-4064-bc71-bb057d3ccd07 9/20/2013 8:05 PM
    807a7067-26b4-4d81-b7de-741cbd7e61b1 9/20/2013 8:05 PM
    42183f5a-1dad-4ba6-a5b9-0fdd7908e7d4 9/20/2013 8:05 PM
    94ec2c84-9682-4c2e-8e65-8a6c543f641f 9/20/2013 8:05 PM
    cf49a900-8d4f-42e7-857b-1b0ed3e6fb63 9/20/2013 8:05 PM
    096985f6-3891-4e07-9a76-8f83fbe2ae4c 9/20/2013 8:05 PM
    b304ef41-5f12-49a1-890f-39d4cd9c395c 9/20/2013 8:05 PM
    bcd20f7c-7758-4351-9684-ce83b0db7b54 9/20/2013 8:05 PM
    d951b817-2929-4c34-b4d7-86b3dadb9e00 9/20/2013 8:05 PM
    42005efc-e6b7-4bf1-8138-78590476b211 9/20/2013 8:05 PM
    f37bb2f3-e2a3-42cf-b3c6-86ca850a3445 9/20/2013 8:05 PM
    58a02f80-c572-49f8-b023-40cda308f061 9/20/2013 8:05 PM
    1d0f1c10-5d04-4eea-8cc9-e6880398ba33 9/20/2013 8:04 PM
    78e6ad14-263d-4bd1-a7e4-237476fee087 9/20/2013 8:04 PM
    738c4975-1e89-4bd2-8d5d-a6336e8d0433 9/20/2013 8:04 PM
    91e3554b-1e57-43a8-941b-ae45d83188a4 9/20/2013 8:04 PM
    b6ca8464-1f68-4b60-bc7c-a2839d89873d 9/20/2013 8:01 PM
    147917b2-c103-4652-b451-c0060420dbd4 9/20/2013 8:01 PM
    0efe83bc-3b51-4277-b3c4-52681353991e 9/20/2013 8:00 PM
    f30ccb64-d30f-4008-b2bf-c5a05892a2bb 9/20/2013 8:00 PM
    78d2cf02-c6be-491f-b635-3351564e9e87 9/20/2013 8:00 PM
    59b8f856-0871-444b-951a-259ecdeb7a55 9/20/2013 7:46 PM
    5a55368b-c4b0-4749-a525-9e3b0e0b5c77 9/20/2013 7:46 PM
    9908020e-8ffd-4cda-9f08-00504f1a92f1 9/20/2013 7:45 PM
    39188099-14a1-4b92-8f1f-9b91c6f327ce 9/20/2013 7:44 PM
    5947da0f-1ca1-42c4-aefd-ff694106a1fb 9/20/2013 7:00 PM
    149bf847-49cc-4e20-9f13-c05b70254831 9/20/2013 7:00 PM
    2779f49e-e661-4aa9-a9f8-f55dedd14636 9/20/2013 6:56 PM
    d47ae06f-e16c-4ec8-a89b-09789459be03 9/20/2013 6:56 PM
    c96831d5-873b-4919-92bb-4f5db245fed6 9/20/2013 6:56 PM
    7883324a-9b42-47c1-9395-6e4055dcef47 9/20/2013 6:56 PM
    d4884978-96b5-45c1-bdef-f51b433dd831 9/20/2013 6:53 PM
    b9f607a3-25c1-472b-b2ce-608701a7df51 9/20/2013 6:53 PM
    c7c8c35b-e979-4f3b-a098-9be3500adf47 9/20/2013 6:53 PM
    56f60bac-25a0-4084-85e4-fbc13888bec3 9/20/2013 6:53 PM
    6faa1de6-3920-48c5-b673-bca5745a0a66 9/20/2013 6:52 PM
    75546d4b-f69a-44b4-9797-54fd32ae4c67 9/20/2013 6:52 PM
    71356057-ea52-4e20-9793-32066fa6dad7 9/20/2013 6:50 PM
    989fd9de-af33-422e-829f-f997106333be 9/20/2013 6:50 PM
    0681131b-d654-40e1-9713-3f3ac6db02f4 9/20/2013 6:48 PM
    2d905a57-5e64-460b-82ea-c724e2f8c309 9/20/2013 6:48 PM
    7ffde588-6ae9-4b3f-8c76-4993755423c8 9/20/2013 6:46 PM
    bf2977cc-f656-467e-908e-142470de8061 9/20/2013 6:46 PM
    dc970b58-a713-4858-b320-ba1ce358c306 9/20/2013 6:46 PM
    5c67fd1d-30b4-4a7e-860a-7f3059f898db 9/20/2013 6:46 PM
    58a6b249-78e4-4bb3-8492-c0a5c866949b 9/20/2013 6:45 PM
    8e4790d3-90d4-421a-a55b-f60f99ace272 9/20/2013 12:42 PM
    b4268318-3927-4af6-a5ca-e2ae5268893b 9/20/2013 12:42 PM
    9da41b68-c8ae-46fd-8181-008539f833b3 9/19/2013 7:59 PM
    a46b1264-c894-480c-8224-11d5cfac3fab 9/19/2013 6:24 PM
    77cf633a-b313-4000-a6d0-53882260642a 9/19/2013 6:21 PM
    0bd2638b-f611-4a7b-a4d8-216ec298cf85 9/19/2013 6:21 PM
    8b28160e-7429-4203-a72d-32c55a534043 9/19/2013 6:20 PM
    bf6fc56c-ffe6-4719-922e-72efcf9db068 9/19/2013 6:11 PM
    7e1cfb5f-dcb6-4b0c-b7c8-6c671cd5131f 9/19/2013 4:53 PM
    20614c50-b83a-4626-a6d5-674a99263427 9/19/2013 4:53 PM
    3c7f3686-4f67-4b6d-bf43-0869fbb3df7f 9/19/2013 4:53 PM
    ac853979-38a1-4df1-8560-ef962eb22a78 9/19/2013 4:50 PM
    2ea06b53-4be1-45f1-a960-351a31835c48 9/19/2013 4:50 PM
    fa6ec690-8510-491f-af91-9c2014ca0ca3 9/19/2013 4:50 PM
    709246ed-85a5-46e7-b307-46358aaa57ba 9/19/2013 4:50 PM
    b1c8dd7d-53d1-430c-b94f-b622d496dc7b 9/19/2013 4:49 PM
    87dba4e1-6a7f-4597-88e2-e3015796e597 9/19/2013 8:19 AM
    63b37cc7-e646-4859-b1fc-4c836968e254 9/19/2013 8:19 AM
    0e42c62b-4321-4d0a-bafd-5417ad9773bf 9/19/2013 8:19 AM
    0b106e0b-a246-4635-85d2-fd4b382de303 9/19/2013 8:18 AM
    a94146c9-ebf4-4723-83f1-642d235d08eb 9/19/2013 8:18 AM
    5ade9d5b-16bc-4e4c-813d-55ab3cc411ea 9/19/2013 8:17 AM
    96877cb4-ce19-4277-a393-715fabcc2f5b 9/19/2013 8:13 AM
    d98a430e-17e7-4d8a-9efd-c8a7f6f11f9a 9/19/2013 8:13 AM
    f933dc3d-eeb3-47cd-a4a7-bfcae34b7c1b 9/19/2013 8:02 AM
    f3923670-ad9b-4eab-9e8a-5b1630cdd09c 9/19/2013 8:01 AM
    6186a938-f5be-4f6e-b74e-656793215143 9/19/2013 8:01 AM
    2691ded4-5677-4314-b25f-2c0d26cab0d8 9/19/2013 8:01 AM
    14ebabee-b689-4b03-a28e-d8ce812915b7 9/19/2013 8:01 AM
    499bb320-7fc8-4c81-9796-ee480d5f89bc 9/19/2013 8:01 AM
    7007816b-043c-4b58-8866-a36f99b20928 9/19/2013 8:01 AM
    cd15784d-4be4-43c0-aedc-bbe9b7402b5a 9/19/2013 8:01 AM
    1a3a82e1-115f-466f-bfbb-b0390138a1d0 9/19/2013 8:00 AM
    573a82db-d942-42f0-8fe5-d99f22d6dcf7 9/19/2013 8:00 AM
    1ec33167-98fd-461a-b3d2-40972ba6d618 9/19/2013 8:00 AM
    ee023223-3c5f-4c33-b794-5dc7a7a8aad5 9/19/2013 8:00 AM
    9133f620-b233-4e3a-83d2-5a22a56d9736 9/19/2013 8:00 AM
    8d34f790-812f-4a22-8697-721b809ef007 9/19/2013 8:00 AM
    289e09c8-62ee-4b52-8f4d-4423b42e5bca 9/19/2013 8:00 AM
    b7a86e9a-231b-4516-992a-91e58ba0f475 9/19/2013 8:00 AM
    0460b9d3-a66e-4c46-b224-003f84e7058c 9/19/2013 8:00 AM
    b323588c-d433-4b12-b714-775fade866cc 9/19/2013 8:00 AM
    b906cf1b-0c52-4804-9d5a-43d90e1f3430 9/19/2013 8:00 AM
    9ccf7d3e-0880-404b-8ad3-86cbbe5af73b 9/19/2013 6:44 AM
    811567dd-5cd1-475d-af77-0e9ae02241e1 9/19/2013 6:38 AM

  • HP Support Web Page Failing "Errors on this page might cause it to work incorrectly"

    My computer is an HP DV6930US running Fresh Windows Vista 64bit, then SP2 and IE9 and Java 10....The only installed is Norton 360...I have a lot of problems with this computer and need to restore it to its original state before it started to go crazy...Giving me a lot of trouble ifgx display drivers, usb port s not working, wifi not working, etc...
    After I resotred I have decide  to visit HP to download some drivers and the HP Support Web is giving me errors and the format is not good enoguh and is not working...it is like a going round in circles when I try to Download drives...they do not appears even when i select the software and drivers downloads...
    Anyway...The "Errors on this page might cause it to work incorrectly" pop up windows are comming all the time and the web page really does not work. I tries to run IE9 in 32bit or in 64bit but it is the same..others web pages are working ok.... I have Screen Shots of erros in case that HP interest them..
    Please help to fix the problem in order to download the proper drivers for my HP pavillion...

    Thanks for your reply...I was installing Firefox..installtion is finishing....I am installing from a fresh startup after many crashes in my HP DV6930US...I am very cautiuos in installing more than I need now that I am in a middle of full restoration process...I let you know how firefox does it... I remmenber in a nother HP Pavillion my MotherinLaw has, That I had to install drivers from FireFox since I had a similar problem with the web page...I just search and pick from the serch list the downloadables links in FireFox, it had problems too...with IE9 had similar problems....However, in this case with IE9 I can not find any downloadable link from HP using IE9...I will try FFx...
    Thanks;

  • Any way to turn off errors when updating pages from the template?

    I'm using Dreamweaver MX. My site is huge. It's an intranet
    spanning dozens of departments. Some of those departments have
    subsites that don't fall under the intranet's control, although
    they are embedded within our site's folder structure. When I make a
    change to the template and update pages, every time I hit one of
    those subsites I get tons of errors, from "template not found" to
    "unmatched body tag". The errors that pop up each have to be
    clicked on before the updating can continue. I get hundreds of
    these.
    Is there any way to make errors not pop up while updating
    pages from the template? Or even to exclude certain folders from
    being checked? (Cloaking doesn't do it.)

    > I'm using Dreamweaver MX. My site is huge.
    Both of these are problems, I'm afraid. Combining that with
    templates is
    really trouble.
    > "unmatched body tag".
    Errors such as this are definitely caused by errors in your
    page itself.
    Can you show me a page where you would get this?
    > Is there any way to make errors not pop up while
    updating pages from the
    > template? Or even to exclude certain folders from being
    checked? (Cloaking
    > doesn't do it.)
    Valid code will not produce these errors. Unfortunately, the
    only way to
    avoid them is to remove any validation hiccups from your
    pages.
    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
    ==================
    "abna" <[email protected]> wrote in message
    news:f14ue2$pk5$[email protected]..
    > I'm using Dreamweaver MX. My site is huge. It's an
    intranet spanning
    > dozens of
    > departments. Some of those departments have subsites
    that don't fall under
    > the
    > intranet's control, although they are embedded within
    our site's folder
    > structure. When I make a change to the template and
    update pages, every
    > time I
    > hit one of those subsites I get tons of errors, from
    "template not found"
    > to
    > "unmatched body tag". The errors that pop up each have
    to be clicked on
    > before
    > the updating can continue. I get hundreds of these.
    >
    > Is there any way to make errors not pop up while
    updating pages from the
    > template? Or even to exclude certain folders from being
    checked? (Cloaking
    > doesn't do it.)
    >

  • Flash page won't load in Safari

    I have an IMac G5 (not intel based). I created a flash page for my website (www.oh-sad-she.com). The page will not load in Safari. All I get is a shockwave macromedia icon. Then, when I pull down the activity menu in safari, I get this message:
    http://www.oh-sad-she.com/ 2 of 3 items (1 error)
    http://www.oh-sad-she.com/favicon.ico not found
    http://www.oh-sad-she.com/index.swf plug-in cancelled
    The page works fine in Firefox. (I also notice though, that the page will not load in ANY other Safari browser, not just mine...ie: at work, others computers)
    Can anyone please help!??
    I would love to get this straightened out so I could finish my website.
    (I've published flash pages before, and they work fine in Safari. It is just this page, would it be something I did differently when creating the flash/swf document?? Or is it safari?)
    Thank you so much in advance!

    Hi,
    Try adding TYPE="application/x-shockwave-flash" to the embed tag.
    This Adobe page has a some information on other things to try.
    Macromedia Flash OBJECT and EMBED tag syntax.
    Hope that helps.

  • Error Business Server Page (BSP)

    Hi.
    I am new to BSP.
    I have a Z_CRM_IC application and I am traying to create a new page to display into a pop-up window.
    I created a new page with flow logic type, and I include in iRecReason.htm a javascript function that open a pop-up window and activated the new page
    When run IC and select a link doesnt work.
    When a push a link the pop-up is opened but send a page error with this message:
    Error Business Server Page (BSP)
    ¿Qué ha sucedido?
    La llamada de la página PCS se ha interrumpido debido a un error
    |----
    |Nota
    |El texto de error siguiente se ha procesado en el sistema:
    |----
    Clase error:
    Su equipo de SAP Business Server Pages
    Please anybody has an idea about this problem...
    Thanks.
    Adrian

    Hi,
    Probably the javascript you are using is incorrect.There are two ways of calling your page from a link via navigation:
    1.Through defining navigation ie through creating inbound outbound plugs and a nvaigational link
    2.If you know the URL of the link and just want to call that on click..
    heres how it goes:
    1.
    For creating a navigational link follow the cookbook.Section 5.6
    2.
    In case you have a fixed URL use following code:
    <crm_bsp_ic:link id="link1" reference="http://www.google.com" target="_blank" text="Ext Link"></htmlb:link>
    thanks,
    ashish.

  • Personalization Error: Cannot Display Page

    Hi,
    i've attached a stack layout region to a OA standard page via personalization.
    It contains an extension of the standard AM (and its substitution) and table with some messagestyledtext and Lovs.
    The table is displayed and also the values contained in the lovs are correct, but when I click on the torch I get the seguent error:
    "Error: Cannot Display Page
    You cannot complete this task because one of the following events caused a loss of page data:
    * Your login session has expired.
    * A system failure has occurred.
    To proceed, please select the Home link at the top of the application page to return to the main menu. Then, access this page again using the application's navigation controls (menu, links, and so on) instead of using the browser's navigation controls like Back and Forward."
    This Lov takes value from a VO associated with a new AM, but I get the same error trying to use a VO already included in the base AM..... but everything still works on the page, just the pop-up doesn't works!....how can I solve it?
    Thanks

    Nuvols,
    It seems you are trying to extend the root AM and hence getting this error. Extension/substitution of root AM is not allowed in OAF.
    --Shiv                                                                                                                                                                                                                                                                                                                   

  • Pop up error messages for failed custom validation

    I am using jdev-10.1.3.4
    My application is in ADF BC
    I am writing custom validation through managed bean, I want pop-up error message for this failed validation.
    My problem scenario is:
    I had some list box as "status"-when this status changes to failed then the other field namely "closed date" should become madantory and also date in closed date field can't be in future.I am able to have all this validation through managed bean and also able to use af:messages through which i am able to print error message on the top of the form, but i am not able to give pop up error message for this failed validation.
    I had gone thru jdev guide but there is nothing like what i am asking.
    it would be of great help if someone can give me some example also.
    thanks in advance.

    ADF has global setting where you can configure the way messages are shown to user:
    You can make this setting in adf-faces-config.xml
    The <client-validation> element controls how client-side converters and validators are run.
    Three values are supported:
    "INLINE": validation is shown inline in a page (the default)
    "ALERT": validation is shown in an Javascript alert
    "DISABLED": validation is only handled on the server
    IN your case, set it to 'ALERT'.

  • Pop-up error messages

    I am constantly getting these pop-up error messages and I can't seem to figure out how to get rid them and it is driving me insane.
    Adobe Flash Player 10.1.102.64
    An ActionScript Error occurred
    VerifyError: Error #1014: Class flash.events::ThrottleEvent could not be found. 
    and
    TypeError: Error #1009: Cannot access a property or method of a null object reference. 
              at com.brightcove.opensource::DataBinder/getVideoProperty()
              at com.brightcove.opensource::DataBinder/getValue()
              at com.comscore::ComScore/getCustomValue()
              at com.comscore::ComScore/getComScoreURL()
              at com.comscore::ComScore/sendBeacon()
              at ComScoreSWF/onAdStart()
              at flash.events::EventDispatcher/dispatchEventFunction()
              at flash.events::EventDispatcher/dispatchEvent()
              at com.brightcove.api.modules::AdvertisingModule/wrapEvent()
              at flash.events::EventDispatcher/dispatchEventFunction()
              at flash.events::EventDispatcher/dispatchEvent()
              at com.brightcove.advertising.api.modules::AdvertisingAPI/onCustomAdEvent()
              at flash.events::EventDispatcher/dispatchEventFunction()
              at flash.events::EventDispatcher/dispatchEvent()
              at com.brightcove.advertising.adSwf::AdSwfDisplay/onCustomAdEvent()
              at flash.events::EventDispatcher/dispatchEventFunction()
              at flash.events::EventDispatcher/dispatchEvent()
              at com.brightcove.fl.advertising.adSwf::AdSwf/dispatchAdEvent()
              at IMA3AdSwf/displayAd()
              at com.brightcove.advertising.adSwf::AdSwfDisplay/onAdInitFrame()
    Can somebody please help me out

    You're using a version of Flash Player that's a couple of years out of date. You can't expect it to work with all modern websites.

  • When I sign in to hotmail, my emails appear then I have errors and the page goes blank. Any help ? I'm on OS X 10.5.8

    when I sign in to hotmail, my emails appear then I have errors and the page goes blank. Any help ? I'm on OS X 10.5.8
    Sorry should have said, when I log in my emails pop up momentarily. Then, it seems as if the pages aren't loading. A message comes up on the bottom left that the pages are loading, then errors occur and nothing happens.
    Thanks

    i tried to access kb.mozillazine.org and the following error message was returned:
    ERROR
    The requested URL could not be retrieved
    While trying to retrieve the URL: http://kb.mozillazine.org/Bookmarks_history_and_toolbar_buttons_not_working_-_Firefox
    The following error was encountered:
    * Read Timeout
    The system returned:
    [No Error]
    A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.
    Your cache administrator is root.
    Generated Tue, 07 Jun 2011 10:04:45 GMT by sunrise-squid.mz.osuosl.org (squid/2.5.STABLE11)
    I have tried to access your link, or just kb.mozillazine.org several times over the past hour without success...

  • Basic Flash Page, Script Help Please!

    So, I realize I'm an idiot, but I'm trying to teach myself flash because I need to make a basic flash page.  I am going by this tutorial:
    http://www.flash-game-design.com/flash-tutorials/basic-Website-flash-tutorial.html
    I have modified it (going step by step mind you) and now that it's over, instead of the page loading normally, it just goes from page to page without clicking on a link at all.  Just goes from home, to about, to artists, etc.
    I get no errors so... I'm a little lost.
    I've uploaded the swf for reference.

    I always say to doublecheck the instance names... you'd be surprised how often some says they're okay when they're not.  Sometimes they are using library names, not instances names, and something they simply did not assign instance names.
    Your description of how the buttons are related to a movieclip isn't clear, but if the traces I mentioned come out, then the buttons are working.
    I wish there was a way I could see the full set of messages for this posting (like the old system)... at this point I have to guess what I remember seeing...  Do you have frame labels in your section mc that match the calls in your buttons functions?
    For the home page issue... If it disappears it is likely going to another frame.  If a command says gotoAndPlay... and you're already there, it will advance in the timeline even if there is a stop in that frame (the stop is used up)
    Here's a routine that worked for another posting as far as getting the file to upload in the forum...
    1) zip the fla file
    2) rename the zip file to have a txt extenstion

Maybe you are looking for

  • Imac 2008 Snow Leopard installed, Wont go past the login screen

    Hello Everyone, I am new to this so please bear with me. I had been using my Imac lately just to run the sims 3 with extension packs which I played for about 10 minutes. Today we had our internet connected as we have moved to a new house. The Interne

  • X1 Carbon 20A7 with (non-USB) LAN connector (P/N: SC10A39882AA) cannot PXE boot (Landesk)

    Hi, I am using LANDESK 9.5 SP1 to provision our new X1 Carbon 2014 (20A7) with LAN connector. It failed to recognize the ethernet and I am stuck with 127.0.0.1 I am suspecting NIC driver issue and had downloaded the SCCM driver pack for this model to

  • What's wrong with Safari? (everything..?)

    I have lots of issues with Safari in Leopard. Half of the tme, I can't access a website I could enter 10 minutes ago. (this happens way too much, the blue load meter just hangs somewhere in the middle) And let's say 50% of my downloads are corrupted.

  • Can't go over 6 password attempts

    Long story short.... GF found pics of other ladies(don't judge me please), changed password without even looking at what she was typing in order to force me to delete all my data (at least the stuff that I didn't backed up) after 10 attempts.... Now

  • User-exit for program RFPNFC00

    I need to create an ACH format file. For this i'm using program RFPNFC00 to create file. I need to modify few things in the file for which i need any user-exit available to do the required modifications. Please lemme know if anyone have used this pro