Why is Script not listed in the flex documentation

hello;
when I go to: http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/all-index-S.html ,'Script' is not listed.
ideally I would like to see both the mx and the s versions so that I can compare them.
when I search it does show the mxml-only fx version, but that is not consistent with the rest of the documentation ( or as much as I have seen so far ) where seemingly all classes are indexed.
any thoughts,
thanks,
dsdsdsdsd

The special MXML tags that don't simply 'new' up an instance of a class are:
Binding
Component
Declarations
Definition
DesignLayer
Library
Metadata
Model
Private
Reparent
Script
Style
I found the following doc page:
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/mxml-tag-detail.html
It also includes XML and XMLList, but I don't thing those are actually special.
Gordon Smith
Adobe Flex SDK Team

Similar Messages

  • Why is Bridge not listed in the CS6 Extension Manager?

    Title says it all realy. Is this a bug, or a feature regression? How should extensions for Bridge be installed? Back to the manual and error prone way?

    You can find the answer in FAQ( http://forums.adobe.com/community/creativesuites/extensionmanager/faq ). There is a FAQ link in the Extension Manager user forum page( frame on the right ).
    Q: Bridge CS6 was NOT listed in Extension Manager CS6
    Mar 18, 2012 10:50 PM
    Starting from CS6, Bridge is not supported by Extension Manager anymore. That is why you cannot see it in Extension Manager.
    Q: How can I install extensions for Bridge CS6?
    Mar 18, 2012 10:43 PM
    Because Bridge CS6 is not supported by Extension Manager anymore, you have to install them manually.
    For MXP extension, you can convert it to ZXP extensions with Extension Manager CS6. Then try steps below.
    For ZXP extension, use utility software such as 7-zip, WinZip or WinRAR to extract it to a folder.If there is no mxi file after extraction, then it is a CSXS extension.
    For CSXS ZXP extension,  move the folder to following folder.
        Windows: "C:\Program Files (x86)\Common Files\Adobe\CS6ServiceManager\extensions\"
        Mac: "/Library/Application Support/Adobe/CS6ServiceManager/extensions/"
    For non-CSXS ZXP extension, check the content of the MXI file. Copy all source files defined in "..." to the corresponding destination folders manually. If you are not sure where these files should be copied, please paste the mxi file here.

  • Why is Encore not listed at the creative cloud website?

    I launched Encore and discovered that the Libray templates and styles were missing.

    http://helpx.adobe.com/x-productkb/multi/library-functional-content-missing.html

  • Why is my university not listed on the "Universities and Colleges" landing page within iTunes U when they have a page on iTunes U?

    I was looking for the iTunes U page of Southwestern Baptist Theological Seminary, but the institution was not listed on the "Universities and Colleges" landing page on iTunes U.  However, I was able to search for the page and found it.  Why is Southwestern not listed on the main landing page?  Is there someone I need to contact about this?

    Me too. Anyone else got this problem?
    I have 3 panels and no matter how i order the layers it always loads the right-most one first

  • The InitCVIRTE function is not listed in the NIDAQ function reference online help? Why? and where can I find a description of this function?

    the InitCVIRTE function is not listed in the NIDAQ function reference online help? Why? and what does she do?and where can I find a description of this function? Can i use this function with visualc++ 6.0?

    The InitCVIRTE function is in the CVI run time engine (cvirte.dll)..not part of NI-DAQ.
    Applications written or using CVI may call this function..
    How are you running into this ?
    From the CVI help...
    This function performs initialization of the CVI Run-Time Engine. It is needed only in executables or DLLs that are linked using an external compiler. Otherwise, it is harmless.
    It should be called in your main, WinMain, or DllMain, function. The parameter values you should pass depend on which of these three functions you are calling InitCVIRTE from. The following examples show how to use InitCVIRTE in each case.
    If you are using main, your code should be as follows.
    int main (int argc, char *argv[])
    if (InitCVIRTE (0, argv, 0) == 0)
    return -1; /* out of memory */
    /* your other code */
    return 0;
    If you are using WinMain, your code should be as follows.
    int __stdcall WinMain (HINSTANCE hInstance,
    HINSTANCE hPrevInstance,
    LPSTR lpszCmdLine,
    int nCmdShow)
    if (InitCVIRTE (hInstance, 0, 0) == 0)
    return -1; /* out of memory */
    /* your other code */
    return 0;
    If you are creating a DLL, you must call InitCVIRTE and CloseCVIRTE in your DllMain function, as in the following.
    int __stdcall DllMain (void *hinstDLL, int fdwReason,
    void *lpvReserved)
    if (fdwReason == DLL_PROCESS_ATTACH)
    if (InitCVIRTE (hinstDLL, 0, 0) == 0)
    return 0; /* out of memory */
    /* your other ATTACH code */
    else if (fdwReason == DLL_PROCESS_DETACH)
    /* your other DETACH code */
    CloseCVIRTE ();
    return 1;
    NOTE: The prototype for InitCVIRTE is in cvirte.h, not
    utility.h.
    NOTE: In CVI 4.0.1, this function was expanded from one to
    three parameters. Executables and DLLs that were
    created using the one-parameter version of the function
    will continue to work properly.
    /*-------------------- Prototype ---------------------*/
    int InitCVIRTE (void *HInstance, char *Argv[], void *Reserved);
    Nandan Dharwadker
    Staff Software Engineer
    Measurement Studio Hardware Team

  • Why are the iPhotos not listed in the finder?

    why are the iPhotos not listed in the finder?

    There are many, many ways to access your files in iPhoto:   You can use any Open / Attach / Browse dialogue. On the left there's a Media heading, your pics can be accessed there. Command-Click for selecting multiple pics.
    (Note the above illustration is not a Finder Window. It's the dialogue you get when you go File -> Open)
    You can access the Library from the New Message Window in Mail:
    There's a similar option in Outlook and many, many other apps.  If you use Apple's Mail, Entourage, AOL or Eudora you can email from within iPhoto.
    If you use a Cocoa-based Browser such as Safari, you can drag the pics from the iPhoto Window to the Attach window in the browser.
    If you want to access the files with iPhoto not running:
    For users of 10.6 and later:  You can download a free Services component from MacOSXAutomation  which will give you access to the iPhoto Library from your Services Menu.
    Using the Services Preference Pane you can even create a keyboard shortcut for it.
    For Users of 10.4 and 10.5 Create a Media Browser using Automator (takes about 10 seconds) or use this free utility Karelia iMedia Browser
    Other options include:
    Drag and Drop: Drag a photo from the iPhoto Window to the desktop, there iPhoto will make a full-sized copy of the pic.
    File -> Export: Select the files in the iPhoto Window and go File -> Export. The dialogue will give you various options, including altering the format, naming the files and changing the size. Again, producing a copy.
    Show File:  a. On iPhoto 09 and earlier:  Right- (or Control-) Click on a pic and in the resulting dialogue choose 'Show File'. A Finder window will pop open with the file already selected.    3.b.
    b: On iPhoto 11 and later: Select one of the affected photos in the iPhoto Window and go File -> Reveal in Finder -> Original. A Finder window will pop open with the file already selected.

  • Why i cannot create the sql azure database from my own country 'Nepal' ?. why it is not include in the list of country when we sign up for azure database. :( !!!

    why i cannot create the sql azure database from my own country 'Nepal' ?. why it is not include in the list of country when we sign up for azure database. :(  !!!
    canot we try this new feature ,dosnot we need to try this too..why such discermination for our country nepal. :(

    Hi Anil,
    I am Mahesh from Microsoft Innovation Center. From August 2014 we have made Azure Available to Nepal. You can now directly sign in to azure with your Nepal Based Mobile Number as Verification.
    Thanks for showing your Interest in our Product.
    Mahesh Dahal

  • HT2376 Why is my key not listed in the order history for QuickTime Pro?

    Why is my key not listed in the order history for QuickTime Pro?

    Why is my key not listed in the order history for QuickTime Pro?
    You would have to ask Apple to get a "real" answer. This is a peer-to-peer user foum and anything we say would be pure speculation.

  • Why is Media Encoder app not listed in the apps for download in CC?

    Media Encoder application does not appear in the list of apps I can download from Creative Cloud.
    It appears as separate application in the Adobe products, so NOT part of Premiere Pro or similar.
    How can I get to download the Media Encoder app?

    Hi Chris,
    Please refer the thread: Re: Media Encoder CC not listed in the list of app in CC.
    Regards,
    Romit Sinha

  • HT5772 How do you delete a movie from a local computer without deleting it from the library?  This should be such a simple procedure, but it's not. And while we're at it, why is iTunes NOT one of the dropdown product choices?

    All Apple support says about deleting movies from a computer is that you "should" be able to re-download it if you live in the right area.  Well, I'm in the U.S.A. and just deleted one of the movie extra features exactly as described in the support directions.  According to Apple I should be able to re-download this from the cloud at any time, but now I no longer even see the title listed.  That's why I wanted to test their support statements with a Movie Extra instedad of a real movie.  This should be the simplest of tasks to manage, yet they make it extremely difficult.  Why?  I own the movies and I want them to stay in my iTunes library basically forever.  Makes sense, right?  But, I only have so much room on my laptop to store movies that I want to have with me on long trips, etc.  So if I only have the space to store 3 or 4 movies on the disk, shouldn't I have the ability to every once in a while delete one of those movies from my local computer ONLY, NOT my library, so that I can download a different movie?  Yet the first thing iTunes does when you hit the delete key is tell you that it will remove the movie forever from all devices and the library.  So why does support say you can download again any time from the cloud then?  The worse part is, the calamity doesnt stop there.  Wait until you see the message you actually get once you say that yes, you do want to delete the movie (but only because you assume that you really can download it again sometime).  Here is the exact 2 messages you get from Apple, in the same popup box.
    Do you want to move the selected movie to the Recycle Bin, or keep it in the iTunes Media Folder?
    Only files in the iTunes Media Folder will be moved to the Recycle Bin.
    [Cancel]  [Move to the Recycle Bin]  [Keep File]
    Is that the most confusing popup or what?  Who develops this kind of software?!?!?! 
    I have tried it both ways and the only difference is that the file shows up in the Recycle Bin or doesn't.  But in both cases the file name no longer shows in the movie list, so I don't know how to re-download it from the Cloud.  Better hey, if I clicked "Keep File", where is it?  I can't see it anywhere, so where is it kept and what can I actually do with it?
    I have to be honest, I love my iPhone and some of the neat features, but when it comes to iTunes, I have never seen a more difficult piece of software to use in my life... and I'm a software developer.  Your Support documentation is actually more confusing than the softwae itself, it's almost as if you don't want people to use the software, just simply buy stuff and listen/watch it, but nothing else.  Seriously, this is the most cumbersome, unfriendly piece of software I've ever seen.  What does it say about Apple iTunes when everyone has to google solutions for how to do something rather than using Apple support documentation.
    Seriously disappointed in Apple iTunes and it's never really gotten any better over time.  This is one of the primary reasons I have never moved all of my recording studios and office operations over to an Apple platform.  Hardware and phones are awesome, but your software is either grossly incompetent or intentionally designed to make it all but impossible to use.  Either way, it's worthless to me. We're talking about software that does nothing else but manage media that I already own on multiple devices.  That should be one of the simplest things in the world to do.  Sad... very sad.
    While we're at it.... why isn't iTunes listed on the product dropdown below?  Maybe it's not even considered a product, which would explain it's goofiness I guess.

    I own the movies and I want them to stay in my iTunes library basically forever.
    But in both cases the file name no longer shows in the movie list, so I don't know how to re-download it from the Cloud.
    iTunes prefs > Store > Show iTunes in the Cloud purchases.
    This will show all your iTunes purchases in your library with a cloud icon down arrow. Click the icon to redownload or click on Play to stream without downloading.
    Also see this , -> Download past purchases
    and techncially, you don't "own" the movie, You simply have a license to use it.
    Yet the first thing iTunes does when you hit the delete key is tell you that it will remove the movie forever from all devices and the library.
    Actually, no it does not tell you that.
    FYI: You should keep copies of all yoru iTnue spurahses as the labels/movie studios/copyright owners can pull their product at anytime and it won't be available to redownload.
    Suggestions here -> http://www.apple.com/feedback/

  • Lightroom 5 will not work with Windows Vista? What do I do now? Why was this not listed?

    I just purchased Lightroom 5 and in my efforts to download I received a message indicating I need Windows 7 or newer. I have Vista. What do I have to do now and why is this requirement listed in the material requirements?

    bradtrick wrote:
    why is this requirement listed in the material requirements?
    It is listed in the Tech Specs
    http://www.adobe.com/au/products/photoshop-lightroom/tech-specs.html
    Windows
    Microsoft® Windows® 7 with Service Pack 1 or Windows 8
    No Vista mentioned. Not supported.

  • Lenses not listed in the Lens Optimizer in Digital Photo Professional

    As the topic title states my lenses are not listed in the Digital Lens Optimizer. I've placed the CD in the tray, and yet the program says it's connecting to the server, and when done, they are not found in the list. The lenses are:
    EF-S 18-55mm f/3.5-5.6 IS II
    EF-S 55-250mm f/4-5.6 IS II
    Why are they not listed? How do I get them?
     DPP version 3.13.0.1
    EOS 70D / EOS Rebel t4i / EF-S 18-55mm f3.5-5.6 IS II / EF-S 55-250mm f4-5.6 IS II / Sigma 17-50 f2.8/ Canon EF-S 60mm f2.8 macro/ Canon EF 100mm f2.8 macro/ Tamron 70-300mm / 430EX II Speedlite / Canon FS 300
    Canon Pixma MG 3100 / Canon LiDE 2100
    Adobe Lightroom 4, Canon DPP, Corel Paintshop Pro X4

    Of the lenses I have, the following are not supported by DPP 4 (However, they are supported "in camera" with EOS Utility 3)
    Canon EF 50mm f/1.8 II USM 
    Canon EF 20-35mm f/3.5-4.5 USM
    Canon EF 24-85mm f/3.5-4.5 USM
    Canon EF 28-90mm f/4-5.6 USM
    Canon EF 28-105mm f/3.5-4.5 II USM
    Canon EF 28-135mm f/3.5-5.6 IS USM
    Canon EF 75-300mm f4.5-5.6 USM
    I don't care if they are "old" lenses or not. Why have the correction profiles for "in camera" correction (when saving/converting to JPG) and not in DPP 4? They have the data, they could just port it over from the database used in EOS Utility 3.
    These lens correction profiles bring new life to some of the old "film" lenses like the Canon EF 20-35mm f/3.5-4.5 USM lens. That lens has lots of distortion. However with in camera correction, it now produces good pictures.
    I am not a professional photographer. I am a photography enthuisasts. I'll NEVER spend $1,000.00 or more for an "L" series lens (in fact I sold the Canon 24-105 f/4 L "kit lens that came with my EOS 5D. It was way too heavy, and the zoom on the low end was cramped (only 4mm movement between 24mm and 28mm). I like/use my Canon EF 28-105mm f/3.5-4.5 II USM and Canon EF 28-135mm f/3.5-5.6 IS USM better.
    Maybe my mistake is that I am using a program call Digital Photo Professional and I am not a professional. I noticed that that software leans heavily and supports the "L" series lenses.

  • Illustrator CS6 is not listed in the Programs panel.

    Hi, my Illustrator CS6 is not listed in the Programs panel in the Extensions Manager. How do I restore it?
    A bit of history:
    I had been using ScriptBay with Illustrator CS6 before, without problems. After my someone came and resolve some of my computer's network permissions issues, I discovered that ScriptBay panel has stopped working normally.
    However, the script still works fine in Indesign CS6
    I tried deleting some preferences, but scriptBay refused to work in Illustrator. Then, I copied a colleague's Illustrator CS6 to test on my machine (without deleting my copy). And now, my extension manager does not list Illustrator ib the panels.
    Can anyone help with these 2 issues? I wanted the ScriptBay to work so badly!!
    Thanks!
    Elle

    Thanks for your sugegstion. Gonna repost this in another forum. I have found the solution to the "missing program": https://forums.adobe.com/message/4622944
    I can't do a clean install; it's not my personal computer. Hopefully I'll get a solution in the AI community!
    Thanks!

  • Nikon P7700 not listed in the camera profile directory

    Why is the Nikon P7700 not listed in the camera profile dirctory of Lightroom 4.2, and not selectable in calibration  menu?

    Just to clarify again, what has already been stated.  There IS a calibration profile for your camera.  The name of that profile is Adobe Standard.  The only profiles that display are profiles for the specific model that took the picture.  Every camera that Adobe supports, even the digital SLR cameras, has an Adobe Standard profile.  That is the "standard" profile that Adobe created for the camera.  A camera will either be supported and have at least a profile with that name, or it will not be supported at all.
    Asking when the other profiles will be provided is futile.  I can only guess, but the answer will probably be, never.  If you want to create additional profiles you can download the DNG Profile Creator and create your own.  But I suspect you are getting all that you're going to get from Adobe.  I have a Fuji camera, an older one, and I have three Adobe Standard profiles for it.  Two of them are designated with numbers corresponding to older versions of ACR/Lightroom.

  • Why can I not connect to the itunes store on my iPhone?

    Why can I not connect to the itunes store on my iPhone? Heard that other people are having the same problem and that Apple needs to fix it.

    Hello sakif16,
    Thank you for using Apple Support Communities.
    For more information, take a look at:
    Can't connect to the iTunes Store
    http://support.apple.com/kb/ts1368
    Troubleshoot issues on an iPhone, iPad, or iPod touch
    If you haven't been able to connect to the iTunes Store:
    Make sure your date, time, and time zone are correct in Settings > General > Date & Time.
    Note: Time Zone may list another city in your time zone.
    Make sure that your iOS software is up to date by tapping Settings > General > Software Update (iOS 5 or later) or connecting your iOS device to iTunes and clicking Check for Update on your device's Summary page.
    Check and verify that you're in range of a Wi-Fi router or base station. If you're on a device with cellular service, make sure that cellular data is turned on from Settings > General > Cellular.
    Note: If connected to cellular data, larger items may not download. You may need to connect to Wi-Fi to download apps, videos, and podcasts.
    Make sure that you have an active Internet connection. You can check the user guide for your device for help with connecting to the Internet.
    Make sure that other devices (portable computers, for example) are able to connect to the Wi-Fi network and access the Internet.
    Try resetting (turning off and then on again) your Wi-Fi router.
    If the issue persists, try troubleshooting your Wi-Fi networks and connections.
    Have a nice day,
    Mario

Maybe you are looking for

  • Syncing apps from one itouch to another

    hello i am new to the ipod touch. i was wondering if i can synch apps from a friends ipod touch to mine and play them or do you need to buy the apps from itunes. If you can synch how do i do that.

  • Best resources for a new Flash/Flex game developer?

    I'm currently a VB.NET/C# software developer and I'm looking to try my hand at making some games using Flash or Flex. It seems like Flex is the better option for programmers so I'll most likely go down that road... (using FlashDevelop?) What are some

  • JNDI Lookup for EJB3 (Bean to Bean)

    Hi Forum, i've search the whole internet and two books but I could not find an answer that pleased me. I want to get a reference to an EJB3 by JNDI Lookup. With container managed dependency injection everything works fine but I have to do a little mo

  • Application - NACE

    Hi all, I understand that idoc generation is automated thru NACE. In this transaction, the procedure, condition records , output type are being specified after selecting the application. The specific application that i need to automate is not listed

  • Can we unlink the relationship between Customer and Opportunity?

    Hi Experts, I have an opportunity type field in Opportunity to differentiate customer and non-customer. There is a situation when I create an opportunity from customer, the opportunity is tie with customer even the opportunity type is non-customer. H