Structure, hierarchy of flash classes

HI,
is there some overview about this classes? I mean all classes
that can
be imported. It appears that there is a hierarchical
structure, but I
was unable to find some diagram or index of these classes.
please help.
( import flash.filters.BlurFilter; )
THANKS

To achieve your goal, the feature of SharePoint Server Publishing Infrastructure needs to be enabled first. The following steps are for your reference:
1. Open the site collection, click the gear icon in the upper right corner, then click
Site settings.
2. On the Site Settings page, click Site collection features
under Site Collection Administration, locate SharePoint Server Publishing Infrastructure, and click
Activate.
3. Go back to the Site Settings page, click Navigation under
Look and Feel, select Show subsites in the Global Navigation section, and click
OK.
4. Go to the sub sites, click the gear icon in the upper right corner->Site settings->Naviagtion-> select
Show subsites in the Global Navigation section-> click
OK.
Or
1. Click Site Settings.
2. Click Tree view under Look and Feel.
3. Select Enable Tree View.
4. Click OK.
If this helped you resolve your issue, please mark it Answered

Similar Messages

  • Help needed on designing the structure of a flash game

    Hi,
    I am studying the codes from http://www.emanueleferonato.com/2009/01/16/designing-the-structure-of-a-flash-game-as3-ver sion-part-3/. What I don't get is at level_selection.as. Where does main_menu_button come from? I can't find where it has been created. I only see main_menu, not main_menu_button.
    Please help.

    The codes in level_selection.as looks like this, but the problem is I cannot find main_menu_button anywhere, except for main_menu.
    package {
        import flash.display.Sprite;
        import flash.events.MouseEvent;
        import flash.display.SimpleButton;
        public class level_selection extends Sprite {
            public var main_class:the_game;
            private var level_thumb:level_thumbnail;
            public function level_selection(passed_class:the_game) {
                main_class = passed_class;
                for (var i:int = 1; i<=5; i++) {
                    level_thumb = new level_thumbnail(i,main_class);
                    addChild(level_thumb);
                main_menu_button.addEventListener(MouseEvent.CLICK, on_main_menu_button_clicked);
            public function on_main_menu_button_clicked(event:MouseEvent) {
                main_class.show_splash();

  • Display key and text by WAD command in custom structure hierarchy

    Hi everybody,
    I have a query using a custom structure with hierarchy layout. As usual the structure does only display its text as descriptions but I can enable the display the key in BEx Web by right-click on the analysis item --> Properties --> Characteristic --> Display. Unfortunately these setting can not be defined directly in the structure within the Query Designer.
    For a workaround I put the query into a web template, in which I used the Set Presentation (SET_PRESENTATION) command to enable key and text display from the start. Hence I put that command in the wem template parameters Action Before First Rendering (ACTION_BEFORE_FIRST_RENDERING). Everything is working properly and makes me very happy.
    But... there is one thing missing, I would like to implement... I want a toggle button, which allows the user to switch between key and text display and text display. Unfortunately setting the same command from Action Before First Rendering (ACTION_BEFORE_FIRST_RENDERING on a various button does not working. The button command only affects data rows of the leaves of the structure hierarchy. All parent nodes do not change their appearance.
    Any ideas how to solve this?
    Thank you for any helps and comments!
    Sebastian

    Hi Sebastian,
    I have a similar problem. Can you help me? How did you set the entry in Member Presentation of Command SET_PRESENTATION to display key and text? I just found the values to set the only text or only key.
    best regards,
    Barbara

  • Can I use Flash classes in Flex?

    Hello,
    I need to know if all the flash classes can work in Flex,
    since some Actionscript which use flash classes works as expected
    in flash but NOT in Flex, so I need to understand or know which do
    works and which does not?
    ..and thanks for any response :)
    Regards,
    Jamal

    it is possible to import any UIComponent made in FLASH CS3 or
    even previous versions into Actionscript and use them. The process
    is more complex though.
    I'll try to explain:
    First make sure that when you created the UIComponent it
    actually exists as a class with in the flash movie, this is give it
    a LINKAGE NAME.
    Second compile this SWF or SWC and put it in the path of your
    flex Proyect.
    Third use de [EMBED] compiler command to include this class
    into your AS class, the way to do it is this:
    [Embed (source="/assets/UICOMPONENT.swf")]
    [Binddable]
    private var UI:Class;
    Once you do that you can use the class each time you want:
    var tmp:MopvieClip= new UI();
    if You don't want to load the hole movie, you can add
    elements of it, just read the documentation on the EMBED Command.
    One thing I've used though is to clone child element's of the movie
    and use them in my class later.
    Some tips I've found out:
    1.- The object created is a MovieClip whith one Child Element
    that's a Loader class.
    2.- You have to implement a Listener to make sure the Embed
    element is loaded before use it or you'll get an error.
    3.- You'll then be able to access all the elements in the
    movieclip created with Flash CS 3 or 2.
    4.- I've noticed that there are some compiling isues when
    using filters in button frames, I've only used the CS2 Actionscript
    preview and not CS3 so I don't know if this was solved.

  • Assigning company code to new cc and pc standard structure hierarchy

    I've uploaded some profit center and cost center to sandbox, and now the structure hierarchy has changed a lot and makes me totally confused, since all cost center and profit center already have data on it.
    I need to assign all company code (at one Controlling Area) to new stucture hierarchy, can I do that?
    Thanks.
    -=Meila.S=-

    Hi ,
    At a given key date, you can generate the following hierarchies for a cost center from the enterprise organization:
    Standard hierarchy
    Alternative hierarchy
    Replace standard hierarchy with alternative hierarchy.
    If the hierarchies are large, generate them in the background.If you try to generate large hierarchies online, processing can be stopped due to timeout.
    If you want to generate an alternative hierarchy, enter a suffix for this hierarchy.
    You can assign a name without a suffix for the standard hierarchy only
    If you want to replace the standard hierarchy with an alternative hierarchy,Enter the name of the alternative hierarchy that is to be the standard hierarchy.
    When it generates this new standard hierarchy, the system automatically shortens the previous name by this suffix.
    Enter a suffix for the old hierarchy.This becomes an alternative hierarchy.
    Specify whether the hierarchy should be generated for cost center or profit center.
    Specify whether groups that exist in the existing standard or alternative hierarchy should be overwritten when the new hiearchy is generated.
    Specify whether the hierarchy is to be generated for controlling areas or for profit centers.
    Choose Execute
    To generate the hierarchies in the background, choose Execute program in background.
    Thx
    Rahul

  • How to show the structure/hierarchy of every Sharepoint Online site as a side bar? (Office365)

    Hi,
    I need to show the structure/hierarchy of every site in my site collection on masterpage (ie. side bar).
    My purpose:
    1. Help user can visualize which sites are they 
    2. User can know what's the parent site & subsite
    3. User can easily navigate from sites to sites.
    Apart from using third party tools( like MySharepoint Sites by QuePort), is there any way to achieve this? Or do you have any other third party tools to recommend?
    Thanks,
    Elliot

    To achieve your goal, the feature of SharePoint Server Publishing Infrastructure needs to be enabled first. The following steps are for your reference:
    1. Open the site collection, click the gear icon in the upper right corner, then click
    Site settings.
    2. On the Site Settings page, click Site collection features
    under Site Collection Administration, locate SharePoint Server Publishing Infrastructure, and click
    Activate.
    3. Go back to the Site Settings page, click Navigation under
    Look and Feel, select Show subsites in the Global Navigation section, and click
    OK.
    4. Go to the sub sites, click the gear icon in the upper right corner->Site settings->Naviagtion-> select
    Show subsites in the Global Navigation section-> click
    OK.
    Or
    1. Click Site Settings.
    2. Click Tree view under Look and Feel.
    3. Select Enable Tree View.
    4. Click OK.
    If this helped you resolve your issue, please mark it Answered

  • How do you structure a full flash website without the timeline?

    Hello there. I was wondering how to build and structure a full flash website using the OOP approach. I have an idea of how to structure an application using the MVC design pattern, but I cannot put things together in order to structure a whole website.

    I'm nowhere near an expert on this topic, and I suspect that the overall purpose of your site would help guide the best approach to designing and developing it without the timeline.  I've done a lot of this with Flash for a limited purpose - creating a client clip that has only one frame, but responds to user events with dynamic behavior.  My suggestion would be to take a look at some of the books that cover this topic to get a better idea of exactly how you'd like to deal with this project.
    Two books are in my library that cover this topic - ActionScript 3.0 Design Patterns by Sanders & Cumaranatunge, published by O'Reilly & Associates, check it out at http://www.amazon.com/ActionScript-3-0-Design-Patterns-Programming/dp/0596528469/ref=sr_1_ 1?ie=UTF8&s=books&qid=1254149170&sr=8-1   as well as Advanced ActionScript 3 with Design Patterns by Lott and Patterson which can be found at http://www.amazon.com/Advanced-ActionScript-3-Design-Patterns/dp/0321426568/ref=sr_1_3?ie= UTF8&s=books&qid=1254149170&sr=8-3
    Both books have a chapter on implementing an MVC design pattern with ActionScript and provide some basic examples you can build on.  Sorry to be so meager in responding, I hope this might help a bit.  Good luck!

  • Read structure from main program class??

    Hi all,
    I know that i can read the structures from the main program with (program)structure
    But now the structure is in a class or form... How can i do this?
    regards

    Hi,
    I want to use BADI WORKORDER_CONFIRM_CUST_SUBSCR and I have created my own subscreen.
    The fields are displayed in the transaction CO11N but the fields are not transfered to the table AFRU where i have created the fields...
    And the BADI is already implemented by SAP.. No multiple use possible...
    I don't know how the data from the screen can be inserted in the table AFRU without modification.
    regards

  • How to structure an OOP flash website?

    Hi all, just getting my feet wet with OOP and actionscript
    and wanted to find out it there is any tutorials on how to
    correctly stucture an object oriented website without using any
    timeline code (all based on class files)?
    Thanks in advance,
    Jake

    Hi Kglad,
    Of course i tried a few google searches before typing out
    this post! Maybe you could be more specific on the exact keywords
    used as it have tried the following searches "structure flash
    object oriented website", "flash object oriented website", "oop
    flash site" but unfortunately they didn't bring up anything of use.
    Hence the reason why i posted this question (isn't this what the
    forum for? i'm sure you could answer every post on this forum with
    that response).

  • Is there a way to create a structure or a local class inside of another?

    In VB you can create a private type I believe in C++ it's called a struct I was wondering is there a way with Java to create a local class or structure to store variables in a group inside of another class. I'd rather have them in an structure for readability.

    you can do something like this.
    public class MyStruct {
    public String name;
    public int number;
    public double value;
    public class Test {
    private MyStruct struct = new MyStruct();
    private void setValue() {
    struct.name = "my name";
    struct.number = 1;
    struct.value = 20.0;
    public void setStruct(MyStruct newStruct)
    struct = newStruct;
    };

  • Org.units structure/hierarchy

    Hi all,
    I need org.units hierarchy/structure. I think of a table with fields like org.unit id, parent org.unit id. The data should be suitable for building a tree later which will display the org.units hierarchy.
    I read much in the forum, but I didn't find smth helpful.
    Is there a function module which exports such a data?
    Thanks,
    Ogniana

    Hi!
    Well I don't know any function modules about it. I'm reading them directly from the table HRP1000, HRP1001. It is a bit complicated and requires a few hours till figures out the keys and the hierarchy (OBJID is the upper and SOBID is the lower level) in this table.
    If no one will post a useful function module, you might try these tables.
    I'll check back later maybe I can use a function module, if someone posts one...
    Best regards
    Tamá

  • Best practices in structuring a large Flash project?

    I'm building an educational site in Flash. A student works through a series of activities, either watching an animated video or answering a question. You can get a good idea of the basic functionality with this mockup: http://imgur.com/Mi4JyHN.
    After a student logs in, the server responds with their current activity and progress. The activity displays, and all student interaction is sent to the server to record (time spent on questions, buttons clicked, correct and incorrect answers, etc). When the student is done with an activity, the server is notified and responds with the next activity to present.
    I'm fairly new to flash and would love to hear how people with experience would structure this project. I can think of the following possibilities.
    One enormous SWF. All audio files and movie clips are embedded in the SWF and swapped out as necessary. This is not a reasonable option because the size of the resulting SWF would be huge.
    Exactly one SWF for each activity. The control buttons and progress bars are obviously shared between each activity, and it seems like a lot of duplication to have them in each compiled SWF. Also, if a button is changed, this requires re-compiling everything, right?
    One main SWF that loads others. The main SWF contains the buttons and progress bars and fetches external SWFs from the server to replace the stage area. I don’t know enough Flash to predict how this will go.
    Part JavaScript, part Flash. The buttons and progress bars are done in HTML + JavaScript. The page fetches external SWFs from the server to replace the stage area. This is the current system, and the problem is the ugliness/difficulty of managing the communication between JS and AS3.
    HTML5. While I would love for this to be a possibility, I don’t feel like it is. Animation is still way easier in Flash and we are still targeting some fairly old browsers. The best part about Flash is the consistency in experience.
    Extra questions:
    Which options leave us open to publishing to mobile using Adobe AIR?
    Which options are best for automated testing / accessibility / version control / general code layout?
    Thanks so much for any advice!

    For a Flash-based design I would go with option 3.  The general controls and objects common for use with each activity would be in the main file.  Whether or not the main file would be responsible for sending activity data to the server could depend on there being determinable similarities between data collections...  otherwise it might fall on individual activity swfs to interact with the database.  There are too many unknowns in this regard for me to offer much.
    If this was going to be a loaded application, such as an AIR app, then option 1 might be more reasonable since you only have to install once for everything to be available.
    When it comes to mobile you are likely to hit a snag if you rely on using AIR/Flash to try to deal with a main and activity swfs approach... mainly in the Apple realm...  unless I forgot a lot of what I was involved with some time ago, a loaded swf cannot contain any code when it comes to iStuff.  So you end up having to make the main file contain all of the coding to deal with each activity's processing.  Every interface/interactive element can only exist by name and the main file has to target them and assign listeners and processing and etc....a mess in my view.  That's why having the one huge AIR file is possibly a tad more reasonable.
    I have nothing to offer in the HTML5 end of things.  I have not yet journeyed down that path.  Since HTML5 is basically wingless without javascript and CSS, it might come to pass that the current system (option 4) is the way to go.

  • Tree structure xtras and flash buttons

    im doing a prototype of small project in Director for an
    e-learning application. i need to build a tree like structure based
    menu with graphical icons as the main navigation method of the
    movie. there is a TreeView Xtra by broadband but it is too
    expensive for my client's budget. this is the first job of this
    type im getting. so i need to know is there any other way to get
    this done??? i thought of doing the menu in flash but how to give
    navigation commands to director timeline from several symbol
    components inside a flash asset component i dont know. your
    experience on this will be much appreciate if shared with me.
    regards
    Bhanuka

    > i thought of doing the menu in flash but how to give
    navigation
    > commands to director timeline from several symbol
    components inside a flash
    > asset component i dont know.
    There are various ways of having Flash inform Director of
    items that are
    interacted with. Search the docs for getURL(), or search the
    newsgroup
    for previous suggestions

  • Load different xml structure in single flash file

    Hi to all,
    How can i call different xml structures in single file..
    actually i am looking for 2 different menu galleries in single
    file.. first menu contains.. some 4 to 5 buttons.. done with this..
    in other flash file..having some of 4-5 buttons.. and these
    buttons.. to show in main flash file.. can i load 2 different swf
    files in single main file and with different xml structure please
    help me on this.. thanks in advance.
    Best Regards
    Satish Kumar Rajula

    yes, you can use one xml instance with an if-statement, but
    it's easier and cleaner to use different xml instances and
    different parsing code for each xml file loaded that has different
    structure.

  • Creating Tree-Like Hierarchy in Flash CS5 using layers

    Hey folks.
    I'll try to be concise.
    I'm building a mp3 player which initially has 3 layers. In each ofthese 3 layers, there is a lot of visual content. I currently desire the following:
    I click on a particular icon and a completely new page pops up (I know how to do the animation & removing assets off the stage and what not), but what I am trying to achieve is that in Flash, where all of my art resides, I was wondering if I can create a tree-like hierarchy whereas if I clicked my icon symbol, I would see all the symbols inside the icon symbol, and when I click back I'm not able to see these new symbols anymore. For ex. I click on an icon with a music symbol, I click it and a bunch of tracks show up in row format. When I click back, I don't see all the tracks anymore, I only see the music icon.
    I tried creating a mask inside the music icon containing the several tracks (its one symbol). When I click back I'm able to only view the music icon, which is what I desire, and I'm only able to view the tracks when I go inside (double click) the music icon but the issue is that for some reason I canot access the bunch of tracks symbol via actionscript, my code resides in Flex 4 or otherwise known as Flash Builder 4. Any help would be appreciated.Thank you.
    - Sakib I.

    I suggest you read some XML tutorials. Functionality you desire is one of the easiest to implement once you get a light grasp on XML.
    Here is one of the possible approaches:
    var xml:XML;
    init();
    search("Dog");
    function init():void
         xml =   <data>
                   <Items>
                        <Query>Rip</Query>
                        <answer>to copy files from a disc onto a computer</answer>
                   </Items>
                   <Items>
                        <Query>Dog</Query>
                        <answer>Animal that barks</answer>
                   </Items>
                   <Items>
                        <Query>Watermelon</Query>
                        <answer>Diuretic</answer>
                   </Items>
              </data>;
    function search(searchString:String):void
         for each (var node:XML in xml.Items)
              if (node.Query.toString() == searchString)
                   trace(node.Query.toString(), "is", node.answer);
                   break;

Maybe you are looking for

  • Report script - including info which is not in Essbase

    <p>Hi all of you experts.</p><p> </p><p>Here is a challenge for me. Is it also a challenge for you...oris this just piece of cake??</p><p> </p><p>I need to produce a report script against Essbase, where some ofthe data does not exist in Essbase. I am

  • Why is type matter not showing as black?

    Just loaded Pages 08 but when Typing all wording appears white out of purple - Why?

  • CCMS Alert Monitor

    Hi guys, is the alert monitor (RZ20) used to configure email so as to alert if a PC error occurs, does it work as a central hub of monitoring? Thanks, Due points will be assigned

  • Release date for ECC 6.0.

    Hi, Can anybody please tell me the release date for ECC 6.0. Full points will be assigned. Thanks, JB

  • What i can do

    Please help me, my iphone in the problem, and go to the nearest service center for Apple, and I am in saudi arabia "Riyadh, there is no branch of apple never, I hope the solution, there is a problem in your iphone , if the solution is to put my iphon