Online ActionScript API docs broken

The online ActionScript API docs have stopped working for me. I've tried accessing them from both Chrome and Safari and get the same behavior in both browsers. The filter options never load and the "Classes" section only shows two classes. The browser console shows a number of errors including some 404 asset loading errors and an uncaught exception.
Adobe ActionScript® 3 (AS3) API Reference

Possibly a really silly suggestion but have you tried clearing your cache? They seem to be working fine for me.

Similar Messages

  • Online Javascript API Documentation??

    Where is the online Javascript API Documentation? This link has been broken for over two weeks:
    http://livedocs.adobe.com/acrobat_sdk/11/Acrobat11_HTMLHelp/wwhelp/wwhimpl/js/html/wwhelp. htm?href=JS_Dev_Overview.71.1.html&accessible=true
    If this information has moved can someone point me in the right direction?
    thx
    PP

    Thanks Gilad--
    I didn't think to check the downloads--thanks for that tip.
    Do you know if the online documentation will return?
    thx
    PP

  • Downloadable API Docs?

    Hey. Is there a downloadable version of the J2SE 1.4.2 API docs? Instead of viewing them online? Im preferably looking for .chm format, but HTML will do if CHM is not applicable. Thanks.

    If you go here you can download the J2SE v 1.4.2 Documentation, which I think includes the API.

  • Downloadable API Docs for OS X

    Hi,
    Are the API docs for JavaFX available for download somewhere? I downloaded the usual JDK 7 update 4 doc bundle, but it doesn't seem to include anything for JavaFX (I expected that it would, since the JDK 7 update 5 installer includes support for JavaFX development). I realize that http://docs.oracle.com/javafx/2/api/index.html has the docs online, but I would like to have them for offline usage as well.
    Thanks,
    Gary Schiltz
    Mindo, Ecuador

    The osx zip in the dev preview has docs: http://www.oracle.com/technetwork/java/javafx/downloads/devpreview-1429449.html
    I think when 2.2 is released the doc will also be posted to the main jdk download page.
    See http://javafx-jira.kenai.com/browse/RT-23532 "JavaFX doc bundle needs to be hosted / staged on OTN"

  • Where can i download the api doc ?

    I'm writting Extension tool for jdeveloper
    In the development, i need to use many class from oracle.ide.* packages.
    But i cant find the api doc in oracle.com
    Dose anyone know where i can see them ?

    The extension API javadoc is included in the Online help in JDeveloper, or you can extract it from ${jdev.home}/jdev/doc/ohj/jdev-doc.jar.
    Thanks,
    Brian ([email protected])
    JDev Team

  • Need ADF BC API doc link

    I found the java API link for ADF BC in the following link.
    http://www.oracle.com/webapps/online-help/jdeveloper/10.1.2/topics/bc4jjavadoc/rt/index.html
    But it is for 10.1.2 version. Where can I find the 10.1.3 docs?
    Thanks

    Hi,
    the JDeveloper online help contains the BC API DOC
    Frank

  • Java API docs as XML?

    Hello:
    I'm posting here because I don't really know where to post this question.
    Are the Java API docs available as XML?
    Thanks!
    Greg

    I don't think so. I believe they come in the "javadoc" format only,
    besides the HTML ones that are hosed online on java.sun.com.

  • Downloadable Hero API Docs?

    Hi All,
    I expect to be doing a fair amount of work over the next month in places without internet access.
    Is a downloadable zip available containing the Flex 4.5 API docs?
    If not, can someone direct me to some documentation that will tell me how to generate such docs using ASDOC and the Flex source code? Of course, this is a fairly time-consuming process - just downloading the source code itself is non-trivial - so a zip file would probably be a lot easier and help a lot more people...
    Also, it would be nice if the zip file included the "Using Flex 4" PDF(s).
    Thanks,
    Douglas

    Hmm...  What I should have said is "... the "Using Flex 4.5" PDF(s)...".
    But now I've done some searching online and - not having found them - I'm guessing that these aren't completely written yet, and thus aren't being release yet.
    So, probably, please ignore that line in my original post...

  • Return data is null while calling Exchange Online rest api using jquery on Chrome and Mozilla

    Hi,
         I am developing a SharePoint hosted app in which I am calling Exchange online rest api using basic authentication to get mail for the user. This works fine in IE but returns null data when opening in Chrome or Mozilla.
    Is there something I am missing while making rest call to api?
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. Thanks, Ajeet

    Hi,
    This forum is to discuss problems of Office development such as VBA, VSTO, Apps for Office .etc. But I think your question is related to app for SharePoint. I suggest you posting it in
    App for SharePoint forum for more efficient responses.
    Thanks.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Facebook actionscript API not working with Flex 4.5 Mobile Project

    Will the following API work in a Flex 4.5 mobile project?
    http://code.google.com/p/facebook-actionscript-api/
    I tried a simple Facebook.int() and I keep getting the following error...
    Error: Error #2067: The ExternalInterface is not available in this container. ExternalInterface requires Internet Explorer ActiveX, Firefox, Mozilla 1.7.5 and greater, or other browsers that support NPRuntime.
    at Error$/throwError()
    at flash.external::ExternalInterface$/addCallback()
    at com.facebook.graph::Facebook/init()[C:\Users\MikeHunt\Work\facebookGraphApi\api\com\faceb ook\graph\Facebook.as:599]
    at com.facebook.graph::Facebook$/init()[C:\Users\MikeHunt\Work\facebookGraphApi\api\com\face book\graph\Facebook.as:165]
    at views::LoginView/init()[/Users/edgar/Documents/Adobe Flash Builder 4.5/socialMessenger/src/views/LoginView.mxml:15]
    at views::LoginView/___LoginView_View1_initialize()[/Users/edgar/Documents/Adobe Flash Builder 4.5/socialMessenger/src/views/LoginView.mxml:3]
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at mx.core::UIComponent/dispatchEvent()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\co re\UIComponent.as:13128]
    at mx.core::UIComponent/set processedDescriptors()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\core\UIComponent .as:1871]
    at mx.core::UIComponent/initializationComplete()[E:\dev\4.5.1\frameworks\projects\framework\ src\mx\core\UIComponent.as:7660]
    at mx.core::UIComponent/initialize()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\core\ UIComponent.as:7639]
    at spark.components::View/initialize()[E:\dev\4.5.1\frameworks\projects\mobilecomponents\src \spark\components\View.as:990]
    at views::LoginView/initialize()
    at mx.core::UIComponent/http://www.adobe.com/2006/flex/mx/internal::childAdded()[E:\dev\4.5.1\frameworks\projects\ framework\src\mx\core\UIComponent.as:7485]
    at mx.core::UIComponent/addChildAt()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\core\ UIComponent.as:7189]
    at spark.components::Group/addDisplayObjectToDisplayList()[E:\dev\4.5.1\frameworks\projects\ spark\src\spark\components\Group.as:2037]
    at spark.components::Group/http://www.adobe.com/2006/flex/mx/internal::elementAdded()[E:\dev\4.5.1\frameworks\project s\spark\src\spark\components\Group.as:1628]
    at spark.components::Group/addElementAt()[E:\dev\4.5.1\frameworks\projects\spark\src\spark\c omponents\Group.as:1387]
    at spark.components::Group/addElement()[E:\dev\4.5.1\frameworks\projects\spark\src\spark\com ponents\Group.as:1345]
    at spark.components::SkinnableContainer/addElement()[E:\dev\4.5.1\frameworks\projects\spark\ src\spark\components\SkinnableContainer.as:761]
    at spark.components::ViewNavigator/createViewInstance()[E:\dev\4.5.1\frameworks\projects\mob ilecomponents\src\spark\components\ViewNavigator.as:1954]
    at spark.components::ViewNavigator/commitNavigatorAction()[E:\dev\4.5.1\frameworks\projects\ mobilecomponents\src\spark\components\ViewNavigator.as:1867]
    at spark.components::ViewNavigator/commitProperties()[E:\dev\4.5.1\frameworks\projects\mobil ecomponents\src\spark\components\ViewNavigator.as:1236]
    at mx.core::UIComponent/validateProperties()[E:\dev\4.5.1\frameworks\projects\framework\src\ mx\core\UIComponent.as:8209]
    at mx.managers::LayoutManager/validateProperties()[E:\dev\4.5.1\frameworks\projects\framewor k\src\mx\managers\LayoutManager.as:597]
    at mx.managers::LayoutManager/doPhasedInstantiation()[E:\dev\4.5.1\frameworks\projects\frame work\src\mx\managers\LayoutManager.as:783]
    at mx.managers::LayoutManager/doPhasedInstantiationCallback()[E:\dev\4.5.1\frameworks\projec ts\framework\src\mx\managers\LayoutManager.as:1180]

    This is the error because the runtime does not find any way to call Java script that usally is called through External interface. So my guess is you are using a AIR project. U just need to download the latest swc http://code.google.com/p/facebook-actionscript-api/downloads/list for destop in your case and don't forget to but FBJSBridge.js to put in your source that will b used to help AS call Facebook API from AIR runtime
    Hope it make some sense
    Piyush Negi

  • Need Java API doc for the preference Manager class

    Where can I get Java Doc for the following classes
    import oracle.webcenter.peopleconnections.preference.Preference;
    import oracle.webcenter.peopleconnections.preference.PreferenceException;
    import oracle.webcenter.peopleconnections.preference.PreferencesManager;
    import oracle.webcenter.peopleconnections.preference.PreferencesManagerFactory;
    Thanks,
    Bala

    The API is the same (that's the whole point with Java), and last time I checked there were programs on Linux that can handle zipfiles and html files. :)
    So yes, use the same.
    (That is, unless you have downloaded the windows help format api docs. Then you need to download the regular html ones.)

  • Classes are missing in the api doc's

    Some of the class that my java book says are available aren't documented on th web. Am I missing something, or is the api doc behind the times?

    Here is the result of pervel's manual API search service: http://java.sun.com/j2se/1.4.1/docs/api/java/awt/Graphics.html
    Do you need any other searches done?

  • Downloading SE 6 API Doc

    Is it possible to download the entire Java™ Platform, Standard Edition 6 API Specification documentation?
    I once downloaded the SE 5 API doc and it is a big help to be able to use it when on-line access is not possible (i.e. - on an airplane).
    Thanx,
    Ron

    r035198x wrote:
    You probably could also generate from the src.zip that came with the JDK.Only as a last resort. It's much more complicated than you might expect, and it takes quite a while--much longer than a broadband download. Besides, there's a lot more in the download than just the API docs.

  • Can I use api which API docs doesn't describe

    I have a simple question.
    WebLogic 7.0 has many classes which aren't explained in API Docs.
    Can I use them?
    For example "weblogic.servlet.internal.*" and so on.
    Regards,

    Technically speaking, I don't think anything could stop from using
    public methods of this package as long as the classes are in classpath
    and so you can.
    Vimala
    Yuji Sakata wrote:
    I have a simple question.
    WebLogic 7.0 has many classes which aren't explained in API Docs.
    Can I use them?
    For example "weblogic.servlet.internal.*" and so on.
    Regards,

  • Create symbol and animate (example from API doc working?)

    Might be missing something simple, but this doesn't seem to work and it is right out of the API doc
    brand new edge animate file.
    make a rectangle - convert to symbol with name "kitten_paw"
    delete from stage
    paste this code in time line (say at 1000)
    sym.createChildSymbol("kitten_paw", "Stage");
    var kitten_sym = kitten_paw.getSymbolElement();
    kitten_sym.animate({opacity: 0}, 500);
    it creates the object but doesn't animate it - and console returns an error - edge.2.0.1.min.js:162Javascript error in event handler! Event Type = timeline
    Am I missing something?
    thanks!

    Try this:
    var kitten_paw = sym.createChildSymbol("kitten_paw", "Stage");
    var kitten_sym = kitten_paw.getSymbolElement();
    kitten_sym.animate({opacity: 0}, 500);

Maybe you are looking for

  • How to customize email notifications in COREid

    Hi Customer trying to customize email notifications in workflow COREid. Documentation is not very clear on how to do this. Any help is appreciated Toly

  • How to configure the date format in toolbar of ADF Calendar

    Hi, In the weekly view of the ADF Calendar, the date on the toolbar of the calendar component is something like this "May 1,2011 - May 7,2011". Is there a way to configure this. What changes need to be done to show this as "1 May 2011 - 7 May 2011".

  • Error in BP Group Hierarchy

    Hi , When I'm clicking on "Assigned Condition Records" tab for any hierarchy node in BP group hierrarchy, system is giving error "Usage PR and maintenance HIER_NODE cannot both be supplied".I've maintained maintenance group HIER_NODE properly in SPRO

  • Can I add forms I've created to the Templates tab?

    I currently have 44 'base forms' that I then duplicate to create the forms for each event, however because there is no filing structure in My Forms, I now have well over 100 forms in there! We'll soon be using FormsCentral Team and those forms will m

  • Preventing drill down after query runs

    I have an Order query with a hierarchy attached to the infoObject. I created select-option on the Hierarchy node with a node variable. When the query runs if we tell it to display 1 level it works as desired by showing the node name and total. The pr