How to have button in down state as page opens

On opening a new "blank" subsidiary page using "getURL",
there are 2 buttons on the new page. Each button plays a moveclip.
(The first movieclip is already playing as the new page opens). I'd
like to have the corresponding button already in the down state as
the page opens. Is there a conditional statement I could use for
this? I'm using AS 2.
The code on each button is as follows:
on (release){
_root.resetButtons();
this.gotoAndStop("down");
on (rollOver){
if (this._currentframe <> 3)
this.gotoAndStop("over");
on (rollOut, releaseOutside){
if (this._currentframe <> 3)
this.gotoAndStop("up");
Many thanks for any advice.

Yes, but you'll have to make a bunch of changes. If you
convert your buttons to movieClips and insert frame labels and
actions, you can get the resulting movieClip to act as a button.
Then you can tell one of the button/movieClips to
gotoAndStop("_over"). It will then start that way and then work
normally after it is used. Look at
http://help.adobe.com/en_US/AS2LCR/Flash_10.0/help.html?content=00000230.html,
for more information using a movieClip as a button.
Alternately, you could just put in a static graphic of the
button's over state in place of the button until it should show
normally, then swap out the graphic for an actual button.

Similar Messages

  • How to have a line down middle of page betw 2 columns but...

    for some graphics, the graphics flow over the two columns. In setting up a template, how to make that line be flexible so that when there is a graphic that takes up more space, the graphic has an amount of white space around it..(would that be an object style). Ok, would you put the line on the master page?

    If you are referring to text wrap when you say outset, then it will push the text in the main frame out of the way, but it won't push the rule or leave a gap next to it. The only way to do that is to adjust the rule or hide it with something (like the [Paper] stroke).
    If the caption frame is going to be below the image, this gets more complicated, especially if the image isn't always at the top of the page. About the best you can do for that is to apply the same stroke to both the image and caption frame, and have them overlap or touch, which means you can have spacing between the two from the width of the stroke to twice the width, but not more. You'll also need to fill the caption frame with paper to knock out the rule.
    If the image group will always completely cover one end or the other of the rule you can pay with different width strokes for the two frames.
    It might be best to put a grouped image/caption frame in a library, already styled, or leave one on the pasteboard somewhere.

  • How do I keep more than one safari page open at the same time?

    New to Mac.  I'm used to being able to have several applications open at the same time, and able to check emails, eBay, camera for downloading photos, etc., but when trying this on Mac, I can't seem to figure out how to swing from email to something else....oh, it opens up eBay and other pages, but not where I left it...I have to keep starting from the beginning...name, password, etc.   I can't have 3, 4 or 5 safari pages open at the same time??  This is making my life cumbersome, and running back to the basement office and using my dying Dell desktop where life was a bit simpler.  Sometimes I need to copy a few paragraphs on one website into another....and its taking me way too long to get this done.  I know there's a way of doing this on Mac....

    Hi Suzkas,
    I was new to mac a short time ago and I had frustrations in the learning curve especially as I was so used to working with PC.
    If you look at the top left of the screen you will see the words SAFARI next to the apple logo. if not then either open safari or click on the window and the mac will then show safari at the top. If you now click on FILE you can select NEW WINDOW or NEW TAB as you wish. I often use new tab and switch between them. If you go to VIEW and select CUSTOMISE TOOLBAR you can drag an icon to the top of the safari window and you won't have to keep going to the menu to add a new tab. I will sometimes select new window to keep something separate from my other work.
    If you close down a window you will often lose your place, but using the tab system you will leave the window active unless you select the cross to terminate. If you have a separate window open you can select the orange blob (between the red and green at the top) and the window will slide down to the dock and stay there, active, for you to return and continue.
    Hope this help, stay with it, go see the instore staff and pretty soon you wont look back
    PS I have PARALLELLS6 running with a copy of windows 7 on my mac. This means that I can switch to microsoft if I want to. However, with office for mac installed I rarely need to now, the only time I ever open windows is for an application that has no mac version.

  • Everytime I open a new tab it comes up with Yahoo, how do I make it so a blank page opens when I open a new tab?

    How do I make it so a blank page opens when I open a new tab?

    I had the same problem, in fact, I'm one of the people who clicked, "I have this problem, too!"
    I used to have blank tabs when I would open them, but I downloaded some shady software that I didn't know had add-ons! I tried the "about:config" method and messed around with some of those things but nothing happened. After deleting and reinstalling firefox it still happened, and after doing a computer wide search of 'Ya' or 'yahoo' it came up empty. That told me it's combined with some other program or it's under a different name completely. When I would open a new tab, the url would come up something like:
    www.click.1.3.yahoo.com/tab_search_000,00.03 blah blah blah. toward the end of the string though, the word "Freeze" appeared. So I went back to my control panel and looked for the word freeze in anything, even as the host site. I FOUND IT! It was some net assistant bug that downloaded off of some other software I had running. Hope this helps some of you!
    -Kayl
    PS. even if your word isnt freeze, it may be something else worth searching in your control panel :)

  • How do I make a button have a permanent down state?

    How do i make it so when you when you click on the button it
    changes the button..
    for example
    normal > red
    rollover > green
    when clicked > stays blue

    I solved that problem by making the down state an actual
    frame in the timeline.
    ie. I want something to happen when you press the button.
    That something is going to happen on frame 10 and the button is on
    frame 1-9. Make a Layer called ACTIONS. Then while on that button
    frame range (1-9) and after selecting that button, in the Actions
    panel I put
    on (release) {
    gotoAndPlay(10);
    Then I select the ACTIONS layer I created and put a
    stop();
    at frame 9... so it waits for the button. you could just send
    it back to frame 1 if you want an anim to loop.
    Anyway, on Frame 10 (when that button is pressed) I replace
    it with what it stays with... the down or SELECTED STATE button.
    This was how fixed my buttons to stay down.
    there is probably a better solution somewhere.

  • How do you make the down state last a few seconds?

    I have an assignment due next week where you click something and a little text box pops up telling you what that item is. I also made it so the item changes colour.
    However, right now I've just got it so that you hover your cursor over it, it fades a bit, then you click it and it changes colour and the textbox shows up. The textbox and colour doesn't stay for a few seconds; you need to hold your mouse over it to make it stay.
    So, in short, I want it so the down state stays for a few seconds and then goes back to normal.
    I downloaded and installed the Flash CS6 trial to complete this, and I'm not sure if it's limited.
    At College they only have CS5.5, so I can't use any tools that go beyond CS5.5.
    I 'have' Flash CS5.5 but that was on my old computer (Which broke) and I'm waiting for my new one to come.

    How I would do it...
    1) make 2 seperate MC, one is the buttonMC (convert it to button symbol and just leave the hit spot)  and another is the buttongraphic (a movieclip) itself
    2) animate the buttongraphic (the MC), lets say frame one is its original state, frame two is how the hit/click would look like and frame ten is how it would look like when hover. that give you 10 frames for animation for each action
    3) name the button instance "button" and the graphic "gaphic"
    4) on the button, give it this code:
    on(press) {tellTarget("graphic") {gotoAndPlay(2);}}
    on(rollOver) {tellTarget("graphic") {gotoAndPlay(10);}}
    Hopefully this will help you out.

  • Freeze button in down state?

    I want to have several graphic elements that change with a
    mouse click, then stay there. I imagine this as buttons that get to
    the down state and freeze, but I can't imagine how to make it work.
    Thank you
    --Neal

    instead of a button, you could use a MovieClip instance which
    contains two keyframes. One keyframe holds the up graphic and the
    second keyframe contains the down graphic. Using the
    instancename.onRelease and instancename.RollOut methods you could
    have the graphic toggle between frame 1 and 2 with
    instancename.gotoAndStop(2) and .gotoAndStop(1) respectively. Be
    sure to place a stop(); action in the action layer over each of the
    keyframes.

  • Holding button in "down" state

    I'm using this code from a previous thread on this site, it was extremely helpful (thanks Ned). I was able to get it to work when the buttons were placed on the timeline, but now I have a the movieclip embedded into two movieclips and can't get it to work.The buttons are holding in the down state but not resetting. I'm sure it's a path issue, but can't seem to get it to work. Any pointers? Here's the script I have on the timeline:
    function resetBtns(btnNum){
        for(i=1; i<4; i++){
            if(i != btnNum){
                this["btn"+i+"Selected"] = false;
                this["btn"+i].gotoAndStop("up");
    var btn1Selected = false;
    var btn2Selected = false;
    var btn3Selected = false;
    my_acc.Customer1_select.btn1.onRollOver = function(){
        if(!my_acc.Customer1_select.btn1Selected) my_acc.Customer1_select.btn1.gotoAndStop("over");
    my_acc.Customer1_select.btn1.onRollOut = my_acc.Customer1_select.btn1.onReleaseOutside = function(){
        if(!my_acc.Customer1_select.btn1Selected) my_acc.Customer1_select.btn1.gotoAndStop("up");
    my_acc.Customer1_select.btn1.onPress = function(){
        my_acc.Customer1_select.btn1.gotoAndStop("down");
    my_acc.Customer1_select.btn1.onRelease = function(){
        resetBtns(1);
        my_acc.Customer1_select.btn1Selected = true;
    my_acc.Customer1_select.btn2.onRollOver = function(){
        if(!my_acc.Customer1_select.btn2Selected) my_acc.Customer1_select.btn2.gotoAndStop("over");
    my_acc.Customer1_select.btn2.onRollOut = my_acc.Customer1_select.btn2.onReleaseOutside = function(){
        if(!my_acc.Customer1_select.btn2Selected) my_acc.Customer1_select.btn2.gotoAndStop("up");
    my_acc.Customer1_select.btn2.onPress = function(){
        my_acc.Customer1_select.btn2.gotoAndStop("down");
    my_acc.Customer1_select.btn2.onRelease = function(){
        resetBtns(2);
        my_acc.Customer1_select.btn2Selected = true;
    my_acc.Customer1_select.btn3.onRollOver = function(){
        if(!my_acc.Customer1_select.btn3Selected) my_acc.Customer1_select.btn3.gotoAndStop("over");
    my_acc.Customer1_select.btn3.onRollOut = my_acc.Customer1_select.btn3.onReleaseOutside = function(){
        if(!my_acc.Customer1_select.btn3Selected) my_acc.Customer1_select.btn3.gotoAndStop("up");
    my_acc.Customer1_select.btn3.onPress = function(){
        my_acc.Customer1_select.btn3.gotoAndStop("down");
    my_acc.Customer1_select.btn3.onRelease = function(){
        resetBtns(3);
        my_acc.Customer1_select.btn3Selected = true;

    try:
    function resetBtns(btnNum){
        for(i=1; i<4; i++){
            if(i != btnNum){
              my_acc.Customer1_select["btn"+i]= false;
               my_acc.Customer1_select["btn"+i].gotoAndStop("up");
    var btn1Selected = false;
    var btn2Selected = false;
    var btn3Selected = false;
    my_acc.Customer1_select.btn1.onRollOver = function(){
        if(!my_acc.Customer1_select.btn1Selected) my_acc.Customer1_select.btn1.gotoAndStop("over");
    my_acc.Customer1_select.btn1.onRollOut = my_acc.Customer1_select.btn1.onReleaseOutside = function(){
        if(!my_acc.Customer1_select.btn1Selected) my_acc.Customer1_select.btn1.gotoAndStop("up");
    my_acc.Customer1_select.btn1.onPress = function(){
        my_acc.Customer1_select.btn1.gotoAndStop("down");
    my_acc.Customer1_select.btn1.onRelease = function(){
        resetBtns(1);
        my_acc.Customer1_select.btn1Selected = true;
    my_acc.Customer1_select.btn2.onRollOver = function(){
        if(!my_acc.Customer1_select.btn2Selected) my_acc.Customer1_select.btn2.gotoAndStop("over");
    my_acc.Customer1_select.btn2.onRollOut = my_acc.Customer1_select.btn2.onReleaseOutside = function(){
        if(!my_acc.Customer1_select.btn2Selected) my_acc.Customer1_select.btn2.gotoAndStop("up");
    my_acc.Customer1_select.btn2.onPress = function(){
        my_acc.Customer1_select.btn2.gotoAndStop("down");
    my_acc.Customer1_select.btn2.onRelease = function(){
        resetBtns(2);
        my_acc.Customer1_select.btn2Selected = true;
    my_acc.Customer1_select.btn3.onRollOver = function(){
        if(!my_acc.Customer1_select.btn3Selected) my_acc.Customer1_select.btn3.gotoAndStop("over");
    my_acc.Customer1_select.btn3.onRollOut = my_acc.Customer1_select.btn3.onReleaseOutside = function(){
        if(!my_acc.Customer1_select.btn3Selected) my_acc.Customer1_select.btn3.gotoAndStop("up");
    my_acc.Customer1_select.btn3.onPress = function(){
        my_acc.Customer1_select.btn3.gotoAndStop("down");
    my_acc.Customer1_select.btn3.onRelease = function(){
        resetBtns(3);
        my_acc.Customer1_select.btn3Selected = true;

  • How to have a unique requestId for a Page for multiple users

    Hi,
    Can someone please tell me how to get a unique RequestId whenever a page is visited. I need to have a unique RequestId generated for each user if they are on some specific
    page. Whenever a users refreshes a page or come to the page by clicking back button want to have a unique requestId always.
    Can I use sessionRequestId or something for HttpServletRequestObject that always gives me a unique Id.
    Thanks

    Unique for how long?
    Eternally unique ?
    unique until the server restarts?
    Most simplistic approach would be to have a static/singleton counter. It wouldn't work perfectly in high volume sites, but should work well enough for smaller ones. Including a timestamp in the key makes it fairly unique.
    This would handle both initial requests and refreshes of the page.
    There is nothing you can do about users hitting the back button. If the page gets served from the client cache, the server knows nothing about it, and can not issue a unique id.
    Why the requirement? What are you trying to accomplish by doing this?

  • How to remove buttons from standard check in page

    Hi,
    Can any one tell me how to hide buttons from the standard check in page and re-arrange field in UCM. I want to just display Check In, Reset and Quick Help.
    Thanks,
    Abhijit
    Edited by: AbhijijitPr on Sep 6, 2010 2:28 PM

    Hey Tim,
    Even i am facing a similar situation but i have to hide the field on the selection of an option list
    How can i do it through profile and rules?
    Can it be done by using custom includes in the fields?
    if yes how?
    Thanks,

  • How to add buttons with links to different pages in my flash document?

    Hi I created a template for my flash animation which is a simple content box and a scroll bar beside it.. Anyway at the top I also have 3 pages (they are currently just part of the png background image so they are not buttons of any sort).. My question is how can I make links to these different pages so when clicked in the flash animation they will just open normally like they would in like a website..
    I am a flash beginner so I'm not too technical with it... I don't know if I would have to create 3 seperate documents for my 3 pages or something else?
    Thanks!

    Do you expect the loaded SWF to load "into" the SWF that contains the buttons or are you expecting it to overwrite the existing SWF you're already in (similar to a web page)?
    Loading a SWF inside is pretty straight forward, as long as the SWF is on the same domain or the domain you're loading from has a crossdomain.xml policy allowing it and the SWF is set to publish with the networking sandbox:
    import flash.display.Loader;
    import flash.net.URLRequest; 
    import flash.events.Event;
    var myLoader:Loader = new Loader();
    // listen for completion
    myLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, handleCompleteF);
    // usually add some IOErrorEvent or SecurityErrorEvent handlers here
    // button hook here
    myButtonInstanceName.addEventListener(MouseEvent.CLICK, loadPageF);
    function loadPageF(e:MouseEvent):void
         // try to load
         try
              myLoader.load(new URLRequest('another.swf'));
         catch (e:*)
              // catch any error, trace it to flash IDE for debugging
              trace("Error loading SWF: " + e);
    function handleCompleteF(e:Event):void
         // success, add to display list
         addChild(myLoader);
    Season to taste, like moving the position of the Loader object. The Loader will contain the SWF in the .content property (e.g. myLoader.content) and is a display object so you can just add it directly to the display list.
    If you add a second button you can re-use the myLoader to .load() a different SWF, just point it to a new function. You could re-use the same function but you'd need to detect the different buttons (possibly via the .name property). I presume you might want to do "different things" when different pages are loaded so I'm assuming you'd probably use a different function rather than make a huge reused branching function.
    More info on Loader with sample code here:
    http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/display/Loader.ht ml#includeExamplesSummary

  • How to link button to this kind of page? Help!

    I need to link flash button to subpage tag: Czesci i
    akcesoria/TRP of this page
    http://www.daftrucks.pl/ but
    there is no URL. How to get it? Is it possible to link it?
    They have also english version of this page made same way if
    it helps
    http://www.daf.com/
    please help

    Try using getURL() and the Flash manual for detailed
    information about
    the needed parameters.
    Christian Scholz-Flöter

  • How to have metadata show same settings every time opened

    So I create new settings and save them and they show up fine in the project panel.  But every subsequent time I open the project panel it has reverted to default settings and I have to click on my settings again.  How to have "my settings" become the default?  Any help appreciated. Thanks for reading.  Bo

    No, you are referring to a different issue than the original poster. This is best suited for an entirely new thread, but to offer a bit of insight quickly:
    You are confusing clip metadata and file metadata. Clip metadata is metadata that is assigned to clip references within a single Premiere Pro project. That metadata does not travel with the media files that the clips represent. File metadata is, on the other hand, metadata that is embedded into or otherwise externally associated with those media files, and as such will travel into a new/different Premiere Pro project when imported. Check this help file entry for a summary of the differences between the metadata types.
    Note that there is a preference in the "Media" settings that allow you to link clip and file metadata, so that as you enter metadata into one field, the field in the other metadata is populated. However, this only works for some fields, and only with some file types, like AVI and MOV. For example, P2 MXF metadata is NOT editable within Premiere Pro. This type of metadata has to be edited in an external application (ie. Panasonic P2 Viewer) and then will make the trip into Premiere Pro successfully.
    As a quick solution for you, if you've only logged the clip metadata, and not linked it to the files, or you're using file types that don't allow for editable metadata within Premiere, you can just import your original project into your new one, and the clip metadata will make the transfer.

  • How to have buttons come in 2 seconds after menu??

    I have a sound effect and animation for the first 2 seconds of the DVD menu. I'd like the buttons to appear after that's done. Is that possible? How?

    Do you mean the buttons itself (the graphic element) or just the overlay image?
    You can delay the appearance of the overlay graphic setting the menu *Loop Point* to 2 secs.
    About the button itselfs, the image that represents the button, you must manage it in your animation.
    Hope that helps !
      Alberto

  • How to Have buttons have multitouch

    In IOS flash cs5 how do get it to do multitouch
    if adobe say that the mouse is like a finger how can you do two fingers when there are only one cursor?
    Reply ASAP

    Yes i have the checked the helped files and this is my code
    Multitouch.inputMode = MultitouchInputMode.TOUCH_POINT;
    // Pause Menu Start Up
    PauseMenu.unpause_btn.addEventListener(TouchEvent.TOUCH_TAP, Unpause);
    Buttons.Pause_Btn.addEventListener(TouchEvent.TOUCH_TAP, PauseBtn);
    PauseMenu.visible = false;
    function PauseBtn(event:TouchEvent):void
    PauseMenu.visible = true;
    function Unpause(event:TouchEvent):void
    PauseMenu.visible = false;
    /*Imports*/
    import flash.ui.Multitouch;
    import flash.ui.MultitouchInputMode;
    import flash.net.SharedObject;
    import flash.display.SimpleButton;
    import flash.display.MovieClip;
    import flash.events.*;
    /*Stop*/
    stop();
    /*Varibles*/
    var Curr_weapon:String = "pistol";
    /*Start Code*/
    function Left(e:MouseEvent):void
    char.x -=  10;
    char.scaleX = -1;
    char.gotoAndStop(2);
    function Right(e:MouseEvent):void
    char.x +=  10;
    char.scaleX = 1;
    char.gotoAndStop(2);
    function OutsideStopU(e:Event):void
    char.gotoAndStop(1);
    function OutsideStopD(e:Event):void
    char.gotoAndStop(1);
    function CharacterAttack(evtA:Event):void
    if (Curr_weapon == "pistol")
    char.Char_weapons.Handgun.gotoAndStop(2);
    if (Curr_weapon == "ak")
    char.Char_weapons.AK.gotoAndStop(2);
    function WeaponDecision(event:Event):void
    if (Curr_weapon == "pistol")
    char.Char_weapons.gotoAndStop(1);
    if (Curr_weapon == "ak")
    char.Char_weapons.gotoAndStop(2);
    function DoubleFunctionATTACK(event:Event):void
    if (Curr_weapon == "pistol")
    char.Char_weapons.Handgun.gotoAndStop(1);
    if (Curr_weapon == "ak")
    char.Char_weapons.AK.gotoAndStop(1);
    // Event Listeners;
    addEventListener(Event.ENTER_FRAME, EnterFrame);
    addEventListener(Event.ENTER_FRAME, WeaponDecision);
    stage.addEventListener(MouseEvent.MOUSE_UP, OutsideStopU);
    stage.addEventListener(MouseEvent.MOUSE_DOWN, OutsideStopD);
    PauseMenu.Weps.slot1.addEventListener(TouchEvent.TOUCH_TAP, Slot1Handgun);
    PauseMenu.Weps.slot2.addEventListener(TouchEvent.TOUCH_TAP, Slot2AK);
    Buttons.left_btn.addEventListener(MouseEvent.MOUSE_DOWN, Lfunc);
    Buttons.left_btn.addEventListener(MouseEvent.MOUSE_UP, Leftoff);
    Buttons.right_btn.addEventListener(MouseEvent.MOUSE_DOWN, Rfunc);
    Buttons.right_btn.addEventListener(MouseEvent.MOUSE_UP, Rightoff);
    Buttons.Attack_Btn.addEventListener(MouseEvent.MOUSE_DOWN, AttackingFunction);
    Buttons.Attack_Btn.addEventListener(TouchEvent.TOUCH_TAP, DoubleFunctionATTACK);
    Buttons.Attack_Btn.addEventListener(MouseEvent.MOUSE_OUT, DoubleFunctionATTACK);
    Buttons.Attack_Btn.addEventListener(MouseEvent.MOUSE_UP, AttackingOff);
    Buttons.addEventListener(MouseEvent.MOUSE_OUT, onOut);
    // Functions;
    function EnterFrame(e:Event):void
    scrollStage();
    function stopchar(e:Event):void
    char.gotoAndStop(1);
    function Slot1Handgun(e:TouchEvent):void
    Curr_weapon = "pistol";
    function Slot2AK(e:TouchEvent):void
    Curr_weapon = "ak";
    function onOut(evt:MouseEvent):void
    char.gotoAndStop(1);
    removeEventListener(Event.ENTER_FRAME, Right);
    removeEventListener(Event.ENTER_FRAME, Left);
    removeEventListener(Event.ENTER_FRAME, CharacterAttack);
    function Lfunc(el:MouseEvent):void
    addEventListener(Event.ENTER_FRAME, Left);
    function Rfunc(er:MouseEvent):void
    addEventListener(Event.ENTER_FRAME, Right);
    function AttackingFunction(er:MouseEvent):void
    addEventListener(Event.ENTER_FRAME, CharacterAttack);
    function Leftoff(e:MouseEvent):void
    removeEventListener(Event.ENTER_FRAME, Left);
    function Rightoff(e:MouseEvent):void
    removeEventListener(Event.ENTER_FRAME, Right);
    function AttackingOff(e:MouseEvent):void
    removeEventListener(Event.ENTER_FRAME, CharacterAttack);
    if (Curr_weapon == "pistol")
    char.Char_weapons.Handgun.gotoAndStop(1);
    if (Curr_weapon == "ak")
    char.Char_weapons.AK.gotoAndStop(1);
    function scrollStage():void
    world.x += (stage.stageWidth * 0.5) - char.x;
    char.x = stage.stageWidth * 0.5;
    And ive tried putting multitouch on the attack_btn and left and right btns but it doesnt work on testing on ipod

Maybe you are looking for

  • Photoshop CC 2014 Crashes Randomly when using the Text Tool...

    Since the most recent Photoshop update, CC 2014 has been extremely buggy and completely unstable on my Mac Pro, which is inexcusable from a paid service .  The most common crash for me occurs when I try to use the "text tool" or attempt to edit text

  • Xsl variable error not explained in earlier thread

    Steve, Thank you so much for your response to my earlier thread, it is difficult to focus on what I am supposed to be doing today, with all the sad news from the east coast. Re-visiting this variable issue one more time to try understand what is goin

  • Leopard in the very latest 21 inch iMac

    Hi all, can I use Snow Leopard in the very latest 21 inch iMac - I have some old imaging apps that I cannot replce Message was edited by: gete

  • OSB Proxy service is not reachable

    Hi OSB experts, The proxy service which is configured in weblogic OSB environment for the application running in Jboss is not reachble with the below stack trace.... Can anyone help me to infer it exactly....or let me know what the below stack trace

  • Regd:- Execute Immediate

    HI, WHEN I EXECUTE THE BELOW QUERY I get PLSQL /Numeric or value error. Suggestions are welcome. DECLARE CURSOR c1 IS SELECT object_name, object_type, owner FROM all_objects WHERE object_type IN ('PACKAGE') AND object_name = 'PKG_UPLOAD' AND owner =