How would i create dynamic categories.

http://www.quietlyscheming.com/blog/components/flexbook/
http://www.rubenswieringa.com/blog/flex-book-component-beta
I am trying to create a dynamic flipbook, the first one i
ever made in flex is here.
http://proof7.com/holiday2008/
Now I am trying to create a book with a few different
categories. 8 to be specific.
How would I go about creating a book with sub categories that
will allow me to click a menu or button, to flip to the next
category, but the actual page contents be dynamic?
The other members of my team say that it can be achieved
through XML, but I havent seen any examples showing how to
dynamically generate pages from the DB. Some say use the URLloader.
The code is from the QS version. I like this one because it
has the zoom but I have to figure out how to get it to talk with
the backend first.
Any help would be greatly appreciated.
Court

http://www.rubenswieringa.com/blog/flex-book-component-beta
Nobody ever created a project that had more than 1 category
with this component?

Similar Messages

  • How would I create buttons states for MCs I am creating abstract MCs

    I am creating a generic website that would have abstract MCs that would load jpg or TXT fields for the user interface to allow for fast updates to the site. The MCs that would make up the user interface would be empty and load things into it using XML or PHP later on. How would I create button states for the user interface MCs.  I started creating a function for every MC button state but I thought there might be a more efficient way.
    would creating a array help in this case?
    and is using URLRequest the way to link to pages with in a movie well the flash movie that is the site it's self?
    /*---------------------------- THE START OF MY ACTION SCRIPT ------------------------------*/
    var waywardLogo_mc:MovieClip = new MovieClip;
    var theCollection_mc:MovieClip = new MovieClip;
    var newsPage_mc:MovieClip = new MovieClip;
    var whatthe#$@!doyouwant!?_mc:MovieClip = new MovieClip;
    /*---------------------------- onOver ------------------------------*/
    waywardLogo_mc.addEventListener(MouseEvent.ROLL_OVER,onOver);
    theCollection_mc.addEventListener(MouseEvent.ROLL_OVER,onOver);
    newspage_mc.addEventListener(MouseEvent.ROLL_OVER,onOver);
    whatthe#$@!doyouwant!?_mc.addEventListener(MouseEvent.ROLL_OVER,onOver);
    /*---------------------------- onOut ------------------------------*/
    waywardLogo_mc.addEventListener(MouseEvent.ROLL_OUT,onOut);
    theCollection_mc.addEventListener(MouseEvent.ROLL_OUT,onOut);
    newspage_mc.addEventListener(MouseEvent.ROLL_OUT,onOut);
    whatthe#$@!doyouwant!?_mc.addEventListener(MouseEvent.ROLL_OUT,onOut);
    /*---------------------------- onClick ------------------------------*/
    waywardLogo_mc.addEventListener(MouseEvent.CLICK,onClick);
    theCollection_mc.addEventListener(MouseEvent.CLICK,onClick);
    newspage_mc.addEventListener(MouseEvent.CLICK,onClick);
    whatthe#$@!doyouwant!?_mc.addEventListener(MouseEvent.CLICK,onClick);
    function onOver(event:MouseEvent):void
    event.target.alpha = .5;
    function onOut(event:MouseEvent):void
    event.target.alpha = 1;
    function onClick(event:MouseEvent):void
    event.target.URLRequest("");
    /*---------------------------- onover, onOut, onClick buttonModes ------------------------------*/
    waywardLogo_mc.buttonMode = true;
    theCollection_mc.buttonMode = true;
    newspage_mc.buttonMode = true;
    whatthe#$@!doyouwant!?_mc.buttonMode = true;

    click insert/new symbol, tick movieclip, assign a name, tick export for actionscript and in the class textfield enter a name (say ButtonClass) and click ok.
    attached to the first frame of your new movieclip, type stop() in the actions panel.  put whatever graphic you want on-stage for your button's up stage.  create another keyframe, label it "over" and put whatever graphic you want for button's over state on-stage.
    in a layer above those graphics, you'll probably want to add a dynamic textfield so each of your buttons can have different text.  assign the textfield and instance name (say tf) and extend its timeline to the last frame of your movieclip button.
    then when you want to create a button, on your timeline you can use:
    var b:ButtonClass=new ButtonClass();  // these two lines need to be entered for each button
    buttonhandlerF(b,someX,someY);
    //-------code between dotted lines only needs to be entered once no matter how many buttons you add --------------------
    function buttonhandlerF(b:ButtonClass,x:Number,y:Number){
    b.addEventListener(MouseEvent.MOUSE_OVER,overF);
    b.addEventListener(MouseEVent.MOUSE_OUT,outF);
    b.x=x
    b.y=y
    addChild(b);
    function overF(e:MouseEvent){
    e.currentTarget.gotoAndStop("over");
    function outF(e:MouseEvent){
    e.currentTarget.gotoAndStop(1);
    //-------code between dotted lines only needs to be entered once --------------------
    // you'll also want to create a click listener and listener function
    the code between the dotted lines is amenable to being added to a ButtonClass.as class file if want to expand your capabilities.

  • How can we create dynamic pie chart in jsp

    hi im a new jsp programmer and i just want to know how can i create dynamic pie chart in jsp

    http://sourceforge.net/projects/jfreechart
    - Saish

  • How would you create a read/display only applicaiton montior role for SRM

    Hello,
    I was hoping to get some insight on how to create a display/read only SRM Application monitor role.  This role would be used by our Service Desk to perform basic trouble shooting before escalating.  Currently in our system it is tied into a tab named SAP Administration and has the capability of doing more than read.  How do you create a read version of this to only display the application monitoring in read mode? We currently have an SRP role that has the followiing auths below.  Would a EPP portal role need to be created and if so how>  Thank you for any assistance.
       Manually   BBP Component                                                BBP
              Manually   SRM: General Access Authorizations in EBP                    BBP_FUNCT
               Manually   SRM: General Access Authorizations in EBP                    T-SD59003000
                 Function in SRM (for Authoriza MON_ALERTS                                                                  BBP_FUNCT
    - Todd

    Hello,
    I was hoping to get some insight on how to create a display/read only SRM Application monitor role.  This role would be used by our Service Desk to perform basic trouble shooting before escalating.  Currently in our system it is tied into a tab named SAP Administration and has the capability of doing more than read.  How do you create a read version of this to only display the application monitoring in read mode? We currently have an SRP role that has the followiing auths below.  Would a EPP portal role need to be created and if so how>  Thank you for any assistance.
       Manually   BBP Component                                                BBP
              Manually   SRM: General Access Authorizations in EBP                    BBP_FUNCT
               Manually   SRM: General Access Authorizations in EBP                    T-SD59003000
                 Function in SRM (for Authoriza MON_ALERTS                                                                  BBP_FUNCT
    - Todd

  • How would I create an USB Barcode Scanner Listener using Adobe AIR?

    I want to create a USB barcode scanner listener that would read in the scanned barcode, and place the barcode in a field in my AIR App even if the program wasn't focused on that particular field in the App.  If the client was using the application at the time for something else the scan would be buffered in AIR till requested or the AIR App has been idle for x period of time where upon the field would be brought into focus.
    How would I go about this (I'm developing on windows)  Was hoping for a USB solution within AIR but not fussy at all if I have to go outside AIR to solve this problem.  Java, Flex, ActionScript, Flash, C, C++, C#, VB (currently I've developed the rest of the App using Adobe AIR and JavaScript)
    I thought after some research that I could make a Java App (if all else fails) that listens and buffers the input and passes it along using a socket but JUSB doesn't work on Windows properly.
    I'm not stuck on any one particular implementation or idea just want to get development underway so...  Any ideas? or suggestions would be awesome.  I've googled a lot but haven't found any examples or solid suggestions, so any URL pointing to that information would be great too, if you know of a good one, then I'd be able to read up on any suggestion.
    Thanks,
    Marty

    Thanks Joe,
    Just for anyone else.  I bought a Metologic Scanner - VoyagerCG.  I was trying to get it to work using Java USB for a bit with no luck.  But if you get this scanner or one like it, it can be configured as a Virtual COM Port.  Which is very very easy in Java to set up as a listener and use sockets to transfer the data and listen within AIR.
    This PDF has links to drivers and instructions if this is useful to anyone.
    http://taltechnologies.com/products/Eclipse-Voyager%20Interface%20Options.pdf
    All the best,
    Marty

  • How can i Create Dynamic mailing lists with Iplanet Delegated Administrator

    Hello people,
    Could anyone help me in this matter please?
    I am running IMS5.2 with Netscape Directory4.16. I need help about how to create a Dynamic Mailing list using de Iplanet Delegated Administrator, not using the traditional Netscape Console.
    If someone can help me, i will apreciate.
    bye.
    Azim Lakha

    In 24.4.0 there is no File|New|Address Book. There is File|New|Address Book Contact. How do I create a new address book ?

  • How do we create Dynamic Breadcrumbs

    Hi All,
    I have 10 tabs, a->b->d....->j. which is having two master pages like 1->2->a->b->........->j
    I have to go to 5th tab from two different pages, How can I create breadcrumbs dynamically?
    it should show like this 1->2->abc(new page)->5th tab
    Please give me some suggestions.
    Thanks in advance.

    I do not have an online example. In my case, I had one page I had to display different breadcrumbs on and navigate to another page from there, e.g.
    Main page -> Page with dynamic breadcrumb -> Another page
    You populate a breadcrumb item with a breadcrumb value on a page with a dynamic breadcrumb depending on your scenario or conditions, e.g.
    Main page -> This is my first option -> Another page
    or
    Main page -> This is my second option -> Another page
    ====
    ON LOAD
    if some condition then
    :breadcrumb := 'This is my first option';
    else
    :breadcrumb := 'This is my second option';
    end if;

  • How do I create dynamic HREF anchors??

    Is there any way where I can get a value rendered from a Bean into JavaScript??
    how do I write a javaScript function that can read in the commandLink
    Can I do like this??? Let me know; this is kind a vague :-(
    Eg:
    <h:dataTable var="test" value="#{TestBean.list}">
    <t:column>
    <t:commandLink value="#{test.name}" id="pathway"  onClick="dosomething(#{test.name})" />
    <t:column>
    </h:dataTable>
    <script>
    doSomething(test)
    document.location.href="#test";
    </script>
    //Essentialy the goal is to create dynamic Hrefs

    use h:outputLink

  • How would I create an assembly of forms using only form names?

    I want to create an assembly of forms by passing only the names of the forms stored in the LC repository to the Assembly service. How would I do that? Is the assembly service the correct service to use in this case? Thank you.

    String classname = "Abc.class";
    Class class = Class.forName(classname); // catch ClassNotFoundException
    Object object = class.newInstance(); // catch InstantiationExceptiion
    MyIntrface myInterface = (MyInterface)object; // catch ClassCastException

  • How would I create a PDF with dynamic spelling notations intact?

    Hi Everyone,
    Is there a way to print a PDF version of everything I see on the screen when I run the Dynamic Spellcheck in InDesign?  I'd like to send everyone on my staff a PDF proof that includes all of the spelling suggestions. 
    I would be extremely grateful for your help.  Nothing I've tried seems to work, and this forum is my last hope.  Thank you!
    Brian

    Check this site: http://www.kerntiff.co.uk/products-4-indesign/spellproof-id
    Using it, and it works great. There is an option for highlighting words which can be turned off, if you just want the dynamic "squiggles".
    It works with printing, but if you want a PDF you have to create the PDF as a postscript and then distill it.

  • Within the budget template; how would one create an entire year worth of a budget; with out having to create a separate page for each month?

    Help!
    Loving the budget template, but I would like to be able to create an entire years worth of a buget with out creating a whole new transaction/budget page for each month. How do I get the new transaction to identify a new budget chart?
    Thanks, Emily

    Emily,
    No need to think the budget template is only for one month.  Just keep typing the date in the date column of the "Transactions" sheet and the details will update.  You should adjust the budget categories to match the duration of time you want to use.
    If you do want month-by-month, then you can switch to the "Transactions" sheet, select the table, cut
    then switch back to the "Budget" sheet, paste.
    Now rename the "Budget" sheet something like "Budget Jan 2014", and delete the "Transactions" sheet. Set the budget for Jan in the column I highlighted above.  The subsequent months, duplicate the monthly budget:
    Then adjust the the entries in the transactions table inside this sheet.

  • How can I create dynamic file references in Power Query?

    Hi all,
    I'm new at using PowerQuery, and so far I like it. There's one thing I am struggling with though... Once I have set up my PoweQuery connections, I don't find an easy way to change the file to which the query is connecting. I'm using it for a monthyl recurring
    process, and every month the source data to query on woudl be different. The same in format/structure, but just a different dataset.
    Is there a way to make the source setup more dynamic? Can I for example in a parameters sheet enter the name and path of the new source file and update the queries?
    Currently the Advanced editor shows me following file reference:
    let
        Source = Excel.Workbook(File.Contents("Z:\Templates\EMEA\Source Data Tables\EMEA_EW_Source_Data_for_Power_Queries v1.xlsm")),
    Thanks in advance for suggestions

    Yes, this is something that you can do with Power Query. Here's how you can do it:
    Create a table in Excel containing your parameter value. Let's say that it has one column, called ParameterValue, and one row.
    Create a new Power Query query that gets the data from this table. Call the query something like ParameterQuery.
    In your original query you will now be able to reference values from your parameter query by saying something like this:
    Source = Excel.Workbook(File.Contents(ParameterQuery[ParameterValue]{0})),
    HTH,
    Chris
    Check out my MS BI blog I also do
    SSAS, PowerPivot, MDX and DAX consultancy
    and run public SQL Server and BI training courses in the UK

  • How would I create old, glitchy like effects like these ones?

    Recently, there have been some teasers coming out on Snap-chat for an upcoming video game that feature some creepy, hypnotic, and cool effects. They can be found here:
    Black Ops 2 has been updated with viral marketing for Call of Duty: Black Ops 3 - UPDATE 12 | Charlie INTEL
    And I was wondering if there were any experts on here who would know how to recreate these things in premiere. For instance that overlay over the video, those lines over the video, that make it look almost like its a CRT TV screen being externally filmed. Or the static etc.
    If anyone could link me to other assets that I can use to just mess up video and make it look, I don't know, any type of visual artifacting or 80s/90s video tropes/effects, or even earlier. I'm open to anything. I'm attempting to make this film into a very similar style as those quick teasers.
    Also I do understand that I am limiting things here by making this a premiere thing. But I am a completely lost child trying to land on the moon when it comes to After Effects, so keep this premiere please. I do understand this kind of limits this stuff to mostly overlays or presets or other things that are for the most part already created. But im open to anything.
    Thanks and I hope you guys have some good ideas.
    TJ

    to further encourage your creativity:
    you can also export screenshots of your video and manipulate them, then reimport them and play with blending modes and/or mattes...
    Did you know that you can manipulate and distort image files by opening them in a text or audio editor?
    (for the latter you may have to change the file extension to .txt or another text format... then back to .tiff or jpg)
    Here's some ideas:
    Tutorial on Databending and Glitch Art | Critique Collective
    or for a cheap quick and easy way, throw your jpg screenshots through here:
    image glitch experiment
    And hey, go crazy, be creative, have fun!
    the most versatile and controlled way i know of is still RG Universe...

  • How would I create a desktop shortcut for one of my bookmarks?

    What I would like to do is access one of my bookmarks straight from my desktop. I think I need to create a shortcut in order to do this. Does anyone have any ideas?

    Sorry misunderstood
    Here's solution
    You can use Firefox to create a shortcut on your computer's desktop to a page you've visited:Resize the Firefox window so you can see both your computer's desktop and the Firefox window on the same screen.Click the icon on the left of the Location bar, i.e. where the web address (URL) is shown.While still holding the mouse button down, move the pointer to the desktop, then release the mouse button. The shortcut will be created.You can also drag and drop items to the desktop from the Bookmarks menu and the Library window to create shortcuts.If you open the shortcut you made, your default browser will open, and display the page for which you made the shortcut. If you want to make Firefox your default browser, see How to make web links open in Firefox by default.In addition, there may be third-party Firefox extensions that can help you. For more information on searching for and installing extensions, see Find and install add-ons to add features to Firefox.Share this article: http://mzl.la/O8wQKO

  • How would I create a wheel shape

    Hi, I am new to Illustrator
    I was wondering how I would create this shape in Illustrator CS3
    I have scanned this in in Photoshop but it ain't pretty. I need a clean full version with no gaps and slightly rounded corners. I would be grateful if someone could take the time to explain step by step. Thanks in anticipation

    Pie Chart Method this will give you a general idea it requires expanding and use of the another ellipse and deleting path segments.
    It is a long story but takes only about ten minutes because you will make some mistakes. And in the end I outlined the strokes
    Here is the transform way using two strokes acting as radii and overlapping two concentric circles using the path finder or Live Paint features.
    Coloring some stroke with a color of none. You can then expand that. I don't have a screen shot of this method.
    Here is with the Polar grid it would really be good that made geometry like this that could easily be updated I think they are called primitives.
    A feature long need by Illustrator.

Maybe you are looking for

  • Using Apple TV without iTunes/MacBookPro off

    See various posts along these lines, but nothing that seems to answer my question. I want to use my ATV without the need for having my notebook open. I see posts regarding hard sync but search for that topic and see nothing. All I want to do is to ha

  • Why did my ipod do not turn on??

    I have an ipod, i was playing when my ipod turns off and then appear the image with the battery, next i connect my ipod to my computer 30 minutes later i try to turn on my ipod but it was so hot and didn't react.. Help me Please ¡¡¡

  • Layer 3 config design on Nexus 5500 with Fabric Path

    I trying to Network deisgn for new data Center ,  i am new to DataCenter desgin, i attached the network diagram i would like to know if can configure my layer3 on 5500 and configure Fabric path to uplink switch please help give your suggestions on th

  • How do I upgrade my master collection cs5.5 to cs6?

    I have the Master Collection cs5.5 but I haven't found any help or anything on upgrading it. Help?

  • Adobe Flash Media Live Encoder 3.2 Crashes when running basic stream

    Newly installed FMLE 3.2 for Mac crashes every time I try to stream. I'm running OS X 10.6.7 on a Mac Book Pro, 2.3 GHz Intel Core i7, 4GB 1333 MHz DDR3 RAM. I'm trying the basic live stream test outlined here : http://www.adobe.com/devnet/flashmedia