AS3 IDE Debugger has a limit?

I've run into an issue with the AS3 debugger and I am
wondering if there is some maximum I have exceeded that the
debugger doesn't like. Here's the scenario... I have a fairly large
project that consists of about 80 classes defined in external .as
files as well as my main Document Class (with 1284 lines of code,
43.1 KB on disk) that starts it all off.
The swf runs fine but I can no longer get it to run in
debugger mode. It appears that I have exceeded the maximum number
of lines, or statements in the document class (or entire project?).
Here's why I've come to this conclusion...
In the main document class I added a test function that looks
like this:
function anyName(x:int):int {
x = x + 1; x = x + 2; x = x + 3; x = x + 4;
x = x + 5; x = x + 6;
x = x + 7; x = x + 8;
x = x + 9;
x = x + 10;
x = x + 11;
x = x + 12;
x = x + 13;
x = x + 14;
return x;
It doesn't matter where I add it, near to top, or at the end.
As it sits now, I can run it in the Flash IDE debugger
(ctl+shift+enter) and it stops at the first breakpoint.
But, if I add just one more statement, say "x = x + 9;" to
the end of that same line, or as another line in that function,
then the debugger fails to start and the output window shows:
"Attemping to launch and connect to Player using URL
C:\Documents and Settings\Dan\My Documents\Sites\MyApp.swf"
(Adobe, did you realize "Attempting" is misspelled in your
output?)
I can also add one more line "anywhere" in the program, it
does not matter where, and the debugger fails to start. If I remove
the line, the debugger works again.
So, anyone know if there are in fact limits to the IDE or the
debugger?
Anyone run across this before?
I am using Flash CS3 Professional version 9.0 on XP Pro SP2.
Thank you so much,
Dan

Not sure about the debugger crashing, but try rewriting your
function:
function anyName(x:int):int{
for(var i=1;i<=14;i++){
x+=i;
return x;
Cheers,
FlashTastic

Similar Messages

  • MATRIXx IDE Framework has stopped working

    I am trying to install an evaluation license on MATRIXx 8.1.1, and when I install the license in it's appropriate folder and try to run the program it gives me an error that the MATRIXx IDE Framework has stopped working. I also tried to intall the license file by openning the NI License Manager, but it gives me an error that the license file is invalid or corrupt. Any suggestions?

    Hello Angela, 
    This is the
    instructions I received as to how I could install the license file I received as an attachment in an email: 
                 I have enclosed
    an evaluation license
    file. Just place this file in the folder:
    C:\Program Files\National
    Instruments\MATRIXx\MATRIXxLicenseManager\Licenses
    I tried to do this, but when I started the
    program I would receive the following message: 
               MATRIXx IDE Framework has
    stopped working.
    Then I tried installing the file with the NI License Manager
    program, but it gave me the following message:
               Error installing the license file:
    MATRIXx_PKG_080100.lic
               Reason: The license file
    is invalid or corrupt. 
    I received the file from MATRIXx sales rep. My OS is Windows 7. Just one computer. Any help is greatly appreciated. 
    Thank you, 
    Amparo 

  • My friend is trying to send me a video but the video won't send because it's to big and my phone has a limit is there any way to remove or manage that please

    My friend is trying to send me a video but it won't let her because it's to big and my phone has a limit is there any way I can either manage it or take it off to where I can receive the video please help thank you

    Is she emailing this video? If that is the case you will need to contact the email provider you use and ask them to raise their limit. If she is trying to text it there is a 300k limit for MMS.

  • The debugger has finished stepping, but it cannot find the source file

    Hi guys, has anyone seen this message while debugging? I've just installed 1.5 and I'm getting it all the time. SQLDeveloper doesn't show on the screen the anonymous block that handles the debugging, even though it seems to be working with it. Tks in advance for your kind advice.

    Hi, I get it during the debugging. In the former version, debugging starts by calling the original function or procedure, and then it goes to an anonymous block, the test block that calls the function/procedure being debugged (usually two anonymous functions.) And the debugger goes step-by-step in the anonymous block.
    But in the new version the debugger works only for the original function and then there is the error of the title, and when you tell the debugger to go ahead anyway (ignore the file,) it goes step-by-step through the anonymous blocks, but nothing is shown on the screen... I am puzzled... I am trying to test it in another PC to see what happens (it seems to be an installation problem)

  • AS3.0 -  Button has a problem ?

    I found a weird problem with the button component. You may
    see the problem on the website right bellow, where you´ll find
    2 programs; (Actually it´s really one program, there´s no
    code at all, I´ve just compiled the same .fla both to ACS 2.0
    and ACS 3.0).
    http://rrgames.sites.uol.com.br/
    The first one, activated by the button labeled "Button AS
    2.0", and compiled with the AS 2.0 publish option set, works
    nicely.
    Now, the second one, activated by the button labeled "Button
    AS 3.0", and compiled with the AS 3.0 publish option enabled, has
    some serious flaws in it:
    Try left-clicking several times inside the main black
    rectangle. You´ll notice that it really doesn´t matter
    where you´re clicking, the red image which denotes the UP
    state keeps partially popping up !
    As for the sound, it gets even messier. On AS 2.0, there are
    2 distinct sounds: One for the OVER state and one for the DOWN
    STATE, and that´s the correct behavior.
    In the AS 3.0 compiled version, when you click the button,
    you´ll get BOTH sounds at the same time.
    Any help would be appreciated,
    Regards,
    RogerUP

    I am quite aware that WHAT I AM DESCRIBING doesn´t make
    a lot of sense. And you´re quite right when you state: "your
    buttons would do nothing except display rollover, rollout press and
    release behaviors. ". And that´s what they should do in a
    coherent fashion, both in AS2.0 and 3.0. And what I´m saying
    is that EVEN those basic 3 states do not behave as expected under
    AS3.0 publishing option. At least the very basic ROLLOVER and PRESS
    don´t.
    (I´no newby to programming environments, I´ve got
    some 12 years daily working experience with assembly, c and c++
    languages, and flash actionscript)
    and by the way, did you notice the sound behavior differences
    between the AS 2.0 and 3.0 versions ??
    and it should be noted that these examples have just an
    illustrative goal. My actual code has several actions inside the
    buttons, but the same problem remains under AS3.0 (Obviously, under
    the coded version, my program abides by the AS 2.0 and AS 3.0
    methods and coding conventions, respectively).

  • Email Stating Email has exeded Limit

    Hi
    Would someone clear up this email I got this morning ===
    Dear BT Users,
    Your E-mail account has exceeded its limit
    and needs to be verified, if not verified
    within
    24 hours, we shall suspend your account.
    Clickhereto verify your email account now
    I suspect Physing could someone confim
    Please
    TIA Clive
    From BT Yahoo! Help Mon Feb 25 08:33:43 2013
    X-Apparently-To: **************** via 46.228.38.47; Mon, 25 Feb 2013 08:33:45 +0000
    Return-Path: <**************>
    Received-SPF: none (domain of ******.com does not designate permitted sender hosts)
     ZXhjZWVkZWQgaXRzIGxpbWl0IGFuZCBuZWVkcyB0byBiZSB2ZXJpZmllZCwg
     aWYgbm90IHZlcmlmaWVkIHdpdGhpbiAyNCBob3Vycywgd2Ugc2hhbGwgc3Vz
     cGVuZCB5b3VyIGFjY291bnQuIENsaWNrIGhlcmUgdG8gdmVyaWZ5IHlvdXIg
     ZW1haWwgYWNjb3VudCBub3cgVGhhbmsgWW91IAEwAQEBAQN0ZXh0L3BsYWlu
     AwMwAgN0ZXh0L2h0bWwDAzM-
    X-YMailISG: vzw.akYWLDscydv0GP2KKbOAbwLYn44ogBUguz3aC4dmA9.B
     IYdbbzC.Mg04Vk6h707IZQQH_cX3WTFEfOf_8axsJJsgmYzVgO1jvTuV2YfA
     ni5q4dqF0itqjGbJ8paX5y6eGp5rNxsqoYPbKzulHBRicIcCu4VaqAB_K4Ly
     w1jIydvbIx.tr2olm69K4g5aYk7RzplCoqCbnZIetyj.zTkpiIUyaaev9WLY
     qaF_.Q9Wyu0j6n7dLyDKK0N_wPxuoSXO4c0J0NPrOvFiEuLITWM7880CCSFh
     N94OpfRCOm6Q8gNeZj.1B83ND_2Jg0Jl4RLmkej3RPBHsPT8I.Q7q1z2MCjs
     NZic8apqRRYF5SytaPNp2LiAz7vPJ1jRTnQ9
    X-Originating-IP: [98.138.91.186]
    Authentication-Results: mta1024.bt.mail.ird.yahoo.com  from=unknown; domainkeys=neutral (unknown);  from=unknown; dkim=neutral (unknown)
    Received: from 127.0.0.1  (EHLO nm26-vm4.bullet.mail.ne1.yahoo.com) (98.138.91.186)
      by mta1024.bt.mail.ird.yahoo.com with SMTP; Mon, 25 Feb 2013 08:33:45 +0000
    Received: from [98.138.90.51] by nm26.bullet.mail.ne1.yahoo.com with NNFMP; 25 Feb 2013 08:33:44 -0000
    Received: from [98.138.226.59] by tm4.bullet.mail.ne1.yahoo.com with NNFMP; 25 Feb 2013 08:33:44 -0000
    Received: from [127.0.0.1] by smtp210.mail.ne1.yahoo.com with NNFMP; 25 Feb 2013 08:33:44 -0000
    DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rogers.com; s=s1024; t=1361781224; bh=cz+RdARDdZWPMXA58B7XM1kcJ99vzkGStBH3E/N2J/g=; h=X-Yahoo-Newman-Id:Message-ID:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Fromubject:To:Content-Type:MIME-Versionate:X-Antivirus:X-Antivirus-Status; b=G/nl6UtzFJ+qgcw/2ewRC9pC2nafSeeUacRfrQRK1SPH/y2FFC0pAmsqsYiueMU9vodyycivDv1DNTf09bvSUvp2wAf0Llbiy7fgg1cCbUBJVuUqzZlYt2RH7P6xY6WxVFcW3F8aXXmHP0bb/81kvdNZPgEPR62UzQ3IjDCIvxI=
    X-Yahoo-Newman-Id: [email protected]
    Message-ID: <[email protected]>
    X-Yahoo-Newman-Property: ymail-3
    X-YMail-OSG: egUJ9BkVM1kZaLWDw8W9iUFDG44BncM6ahSwCPXezGYChuR
     qWJafJTc9Koj1q.8qda5A25ZoL1jekrY24hEEMtEUkR7vqY0SWIC__rS3gyg
     cE8VUz1aiYcF1IlWiupyC.k.dUH7VP_jugmUIfdG8WAxuGD64tZ3b9WVDU5y
     4FQFjHsnpaj_tKIEzHRt9iRhFPKr9AOWYYCZRwIdFYvn2ggxeDesb7FeT4CP
     TwuSBW2k8CAI27GOgcJ5EMPTMADVHJWspgKYvbNkakT_.7dF0R.wLiXiVGGQ
     73Tv80Q2Lh8tZqHBVz7NQnthBmWjDZ7CsFDPAwPN2ZxPe8w7FZ6zGpBxvc1U
     TG7TB_XHBjWqI5sZmLuNk2UWCtHdTW7iBM7zmesqdFwLOZWpwmib0PNddrbc
     4WTVJPOMh9Bu7DhMxprePOGLwcVeTFjGSVWk_wqa1jK_dzZ0cwYFtIktRUWK
     9zI_.cec2DzIWkrtTDQKnaI0yrT283i7mzg8d8oCA4d1EPu9Sey6RFsN3tjr
     ZnN2jmKXcQEQPRvYrjHJWDitJKzuuCkGkXYFmm3FI0UEc1HWkONOdTyswbIp
     EjexAb22FZ2ScrapxDcMVU5Q-
    X-Yahoo-SMTP: Non2WJuswBB3yuvWHn4.Ro7WjlZF8ekYcmhYjK0QXEc-
    Received: from ILECHIE-HP ([email protected] with login)
            by smtp210.mail.ne1.yahoo.com with SMTP; 25 Feb 2013 00:33:44 -0800 PST
    From: "BT Yahoo! Help" <**********>
    Subject: Email! Has Exceeded its limit
    To: ***************
    Content-Type: multipart/alternative; boundary="3LiiYtDz73DaRxqBl=_bVP6nEq6tmryqbA0"
    MIME-Version: 1.0
    Date: Mon, 25 Feb 2013 09:33:43 +0100
    X-Antivirus: avast! (VPS 130224-1, 02/24/2013), Outbound message
    X-Antivirus-Status: Clean
    Content-Length: 2817
    Solved!
    Go to Solution.

    CBundy wrote:
    Hi
    Would someone clear up this email I got this morning ===
    Dear BT Users,
    Your E-mail account has exceeded its limit
    and needs to be verified, if not verified
    within
    24 hours, we shall suspend your account.
    [..] to verify your email account now
    I suspect Physing could someone confim
    Please
    TIA Clive
    Hi Clive.
    As others have said, it's a phishing email. The from/reply-to address isn't BT (a spoofed Rogers internet address), the IP address of the sending machine is a Nigerian mobile (pretty much typical).
    The click link is already reported as a forgery as shown by Firefox (and is not a BT site of course).
    Again, as others have said - can you edit your post to remove your email address, and the Rogers one.
    http://www.andyweb.co.uk/shortcuts
    http://www.andyweb.co.uk/pictures

  • A debugger has been detected Unload the debugger and try again

    Just purchased a new iMac.
    Have set up Windows to run a few games.
    All fail to start & the message above comes on screen.
    Any ideas anyone?

    Hi, I'm not a tekky, but if you Google debugger & variations there is lots of info..L

  • SunMC agent core dump but has a limit of zero and wont actually core dump

    Greetings,
    Before I put a call in with Sun, I thought I would find if anyone else has a similiar problem. I have SunMC 3.5.1 running on a number of platforms and generally it is quite stable. I do have a number of SunFire 1280's (Netra T-12 to SunMC) each with 3 system boards with 96 GB of RAM. These systems are worked pretty hard and about every day or so, each agent on each system crashes. The problem is that there is a limit of zero for the agent core dump and it wont produce a core dump. Other processes dump with no problems. I gather they may be some limit in one of the SunMC config files but I don't know where to look. Without a core dump, it makes life hard to work out what causes it. I am only running the basic module monitoring so nothing else is loaded. If the basic module wont stay up, then why spend money to but in advanced monitoring????
    Any info would be appreciated. I have worked with the fabulous Sun team regarding SunMC and I find months waiting for an answer somewhat frustrating.
    Regards
    Stephen

    Hi Ian,
    Thanks for the info. I will have a look at the patches. I noticed 3.5.1b has been released but as per usual, Sun does not really put much effort into saying what is good about it and why we should make the effort for upgrading. I could not wait to move from version 3 to 3.5 as it was so hard to manage patchwise.
    One other thing that annoys me no end is the SunRay integration (/opt/SUNWut/sbin/utsunmc) alarms that appear. Once or twice, when I try to acknowledge the alarm, it just hangs. The event log says that I am trying to acknowledge an event that does not exist.
    But then again, it has to be good because it does not cost anything other than time and the millions of dollars we spend on Sun equipment so we can use SunMC. That much money is better spend on hardware then on Tivoli right?? I think I can get a base model 25k for less than implementing Tivoli.
    Regards
    Stephen

  • I just purchased a few songs from Itunes and could not edit the information in the Get Info section of the file.  It's greyed out.  Any ideas?  Has ITunes changed and no longer allows editing.

    Has ITunes changed its editing feature for songs, etc.?  I just purchased a few songs and found that I could not edit them using the "Get Info" feature.  The information is greyed out and does not allow editing.  Among other things, I usually like to eliminate the word "THE" from group names for easier alphabetizing in my library.  Thanks for any help. 

    Check permissions and ownership of the files. Maybe this helps....
    How to Take Ownership and Grant Permissions in Windows Vista

  • Create an Unknown Computers Collection that has a limit

    What I want to do is to create a smaller collection of Unknown machines that is limited to a site(or IP Range) so that it can limit the list of visible task sequences to the OSD groups at each site.  Is this even possible?

    I don't think you can do this using the Unknown Computers object.
    Off the top of my head, the best solution I can think of is to use a pre-start script that lists Hidden task sequence deployments based off of IP Range.  Niall blogged about the general process a few weeks ago, you'd just need to add logic for the sites/ip
    ranges:
    http://www.niallbrady.com/2014/04/15/how-can-i-make-multiple-hidden-task-sequences-available-on-demand-in-configuration-manager-2012-r2/
    I hope that helps,
    Nash
    Nash Pherson, Senior Systems Consultant
    Now Micro -
    My Blog Posts
    If you've found a bug or want the product worked differently,
    share your feedback.
    <-- If this post was helpful, please click "Vote as Helpful".

  • Was using prior to dinner and noticed 60% battery life.  do you have any idea what has happened or what needs to be done on my part?

    My ipad will not turn on, or rechage.  Was using prior to dinner and noticed a 60% battery use.  When plugged to charger it will not turn on.  Any ideas?  Was purchased in April 2013 as a new IPad.

    Frozen or unresponsive iPad
    Resolve these most common issues:
        •    Display remains black or blank
        •    Touch screen not responding
        •    Application unexpectedly closes or freezes
    http://www.apple.com/support/ipad/assistant/ipad/
    iPad Frozen, not responding, how to fix
    http://appletoolbox.com/2012/07/ipad-frozen-not-responding-how-to-fix/
    iPad Frozen? How to Force Quit an App, Reset or Restart Your iPad
    http://ipadacademy.com/2010/11/ipad-frozen-how-to-force-quit-an-app-reset-or-res tart-your-ipad
    Black or Blank Screen on iPad or iPhone
    http://appletoolbox.com/2012/10/black-or-blank-screen-on-ipad-or-iphone/
    What to Do When Your iPad Won't Turn On
    http://ipad.about.com/od/iPad_Troubleshooting/ss/What-To-Do-When-Your-Ipad-Wo-No t-Turn-On.htm
    iOS: Not responding or does not turn on
    http://support.apple.com/kb/TS3281
    iPad: Basic troubleshooting
    http://support.apple.com/kb/TS3274
    Not normal. Take it to an Apple Store for evaluation. You are still covered by Apple's 1-year warranty.
    Make a Genius Bar Reservation
    http://www.apple.com/retail/geniusbar/
     Cheers, Tom

  • Most all my applications are crashing. The Exception Type on all that crash: EXC_BAD_ACCESS (SIGBUS) and Exception Codes: KERN_PROTECTION_FAILURE at ... I am a newbie, does anyone have an idea what has happened?

    Most all my applications are crashing.
    The Exception Type on all that crash: EXC_BAD_ACCESS (SIGBUS) and Exception Codes: KERN_PROTECTION_FAILURE at ...
    All browsers but Safari crash
    I can't view any video media but quicktime works.
    Example: iPhoto
    Process:         iPhoto [2167]
    Path:            /Applications/iPhoto.app/Contents/MacOS/iPhoto
    Identifier:      com.apple.iPhoto
    Version:         9.1.5 (9.1.5)
    Build Info:      iPhotoProject-6150000~1
    Code Type:       X86 (Native)
    Parent Process:  launchd [254]
    Date/Time:       2011-09-05 16:25:22.327 -0500
    OS Version:      Mac OS X 10.7.1 (11B26)
    Report Version:  9
    Interval Since Last Report:          734286 sec
    Crashes Since Last Report:           427
    Per-App Interval Since Last Report:  154207 sec
    Per-App Crashes Since Last Report:   2
    Anonymous UUID:                      9AD5F8B1-380F-4563-A57D-A589708BA3D2
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x000000009802d0cb
    Just about everything crashes.
    Help...please?

    How old is this machine? If it's less than 90 days old you have 90 days of Free AppleCare coverage, call them! You will find the phone number in your manual. If it's out of AppleCare or you bought it used take it your local Apple Store or AASP to have it looked at. We don't have enough information to know what the problem might be. You can run some tests such as Apple Hardware Test in Extended Mode 2-3x to see if it has any hardware errors. Beyond that it's really tough to say.

  • Removing the Save As option in all 3 apps in iWork has to be one of the worst ideas Apple has ever had! I'm NOT happy!

    I've read some comments from many of you but still don't understand the best way to save a document with a new name?

    I think that I perfectly understood what you wrote.
    One important thing is that it isn't Pages that has "lost" Save as but it is the MacOs system that has changed and it also affects Pages. So it is upgrading to Lion that makes this happen.
    The menu item Save As… was not removed from Pages (as well as Keynote, Numbers, textEdit, Preview) by Lion. It was removed by a designer's choice.
    Designers decided that iWork 9.1 running under 10.6 would continue to offer
    Save and Save As…
    but that under 10.7 it would offer :
    Save…, Save a Version and Duplicate
    I just checked the Xcode File menu under 10.6.8.
    It offer Save and Save As…
    Under Lion, it offer :
    Save , Save As… and Duplicate
    Isn't it a perfect proof that
    it's not the operating system which requires the removal of Save As…
    in  Preview, TextEdit and iWork components ?
    Some applications like Script Editor, TextWrangler, iText Pro (all of them were revised for Lion) continue to offer a Save As… menu item : design choice.
    For Xcode, the designers decided to keep Save As… and to add Duplicate : design choice.
    For Preview, TextEdit and iWork components, the designers decided to replace Save and Save As… by :
    Save…, Save a Version and Duplicate. They were perfectly free to make other choices like, for instance :
    (1) Save , Save As… and Duplicate as it was done for Xcode
    (2) Save a Version, Save As… and Duplicate.
    There is not a single way to accomodate an application to the new set of features offered by Lion.
    What we get is the result of design choices and the result of the lack of coordination between the different developer teams in Apple.
    From my point of view the different choices are valid ones. It's just annoying that Apple engineers didn't made a consistent choice as we were accustomed to see.
    Of course we may assume that they decided to build the different offerings which I described to test which one will prove to be the best.
    I'm really skeptical about this hypothesis because
    the users of the apps getting : Save , Save As… and Duplicate
    aren't the same than the app getting : Save , Save As… and Duplicate.
    Yvan KOENIG (VALLAURIS, France) mercredi 24 août 2011 19:44:35
    iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.0
    My iDisk is : <http://public.me.com/koenigyvan>
    Please : Search for questions similar to your own before submitting them to the community
    To be the AW6 successor, iWork MUST integrate a TRUE DB, not a list organizer !

  • Can an AS1/2 swf loaded via Loader class tell the main movie (AS3) that it has run to the end of its timeline?

    If I load an external swf:
    my_loader.load(new URLRequest("abc.swf"));
    addChild(my_loader);
    abc.swf starts playing - how do I get it to tell the main movie that it reached the end of its timeline and finished playing?  Added bonus: the loaded swf is AS1 and the main movie is AS3.  I'm not sure if I could convert the loaded swf to AS3.
    Thanks,
    Sean

    I have not used this component but it may work for you:
    http://www.jumpeyecomponents.com/Flash-Components/Various/ActionScript-Bridge-91/

  • Coverflow stopped working correctly in finder. Any idea what has gone wrong

    Hi,
    I have 10.5.7 installed and I notice just a few days ago that the coverflow is not working properly; it just duplicate the file list on the top portion of finder window.
    Any ideas as how to fix it.
    I already deleted the com.apple.finder.plist from my user/Library/preferences but that didn't help at all.
    Thanks.

    So all I did was restart and it all came back, my bad habit of using the machine in the evening and recharging overnight, means it goes a long time without resetting. So my problem was solved (or so it seems).

Maybe you are looking for

  • (Restoring) backup taking forever

    Hi, I've a big problem with my iPhone 4 and iTunes. I've read discussion on a similar problem, without finding an answer that could work with me. Today I tried to sync my iPhone 4 (iOS 5) via iTunes/cable. The backup phase was lasting forever. I trie

  • Adding a ValueField to an existing Operating Concern?

    Gurus, I'm new to CO-PA. I need to add a new Value Field to an operating concern which is already live in CO-PA. Please let me know the impact of it on an operating concern and the existing reports if any. Create the new Value Field in KEA6 Add the n

  • How to invoke a non-static member from a static reference?

    Hello JDC My program consist of several classes. I find it more readable,logic and useful to declare all the methods in all the classes �static� and get access by Class.member(). The problem showed up when I must use a java biuld-in method( as Compon

  • Redirect to custom url after successful authentication by OAM

    Hello, I need to redirect the user to some custom url instead of original requested url after successful authentication in OAM 11.1.2 (11g release2). The requirement in my case is depending upon the user type and the region(one of the user's ldap att

  • Adobe Captivate 8 failed to open in User level PC's

    Hii, I installed Adobe Captivate 8 in my PC (Windows 7,32 Bit). when I tried to Login as administrator Captivate is working fine. When I tried to login with user level captivate failed to open, Only administrator profile it is working fine. I add the