Developing a Course tracker in flash

Hi All,
       I am looking out for an swf output for my course.
1) Screen 1:
A user login Screen - Once i enter my user name and password i will enter into the Screen 2
2) Screen 2:
Screen 2 Displays with my User name on Top and Frame out looks like
  Course
      Lessons under the course
      1)
      2)
      3)....
      Towards the right side i want to view whether the lesson is Completed/Not Started/In Progress (which has to call from the database)
             followed with Date and Duration.
Please let me know the steps to be followed to make this output.  (To make this output format what do we need to use like.. flash, xml,sql database...)
Thanks and Regards
Ranjith Kumar.

Thanks Ned.
       I tried looking for the tutorials on course tracker but now able to find.
Intial guidence can you please help me like
I have created the User Login Screen once i enter my Username and Password i will come into another SWF where i have to show the lesson list.
Like a tree structure which is calling from XML file or Database.
Thanks and Regards
Ranjith Kumar. Bandi

Similar Messages

  • Course Tracker in Flash

    Hi All,
           I am looking out for an swf output for my course.
    1) Screen 1:
    A user login Screen - Once i enter my user name and password i will enter into the Screen 2
    2) Screen 2:
    Screen 2 Displays with my User name on Top and Frame out looks like
      Course
          Lessons under the course
          1)
          2)
          3)....
          Towards the right side i want to view whether the lesson is Completed/Not Started/In Progress (which has to call from the database)
                 followed with Date and Duration.
    Please let me know the steps to be followed to make this output.  (To make this output format what do we need to use like.. flash, xml,sql database...)
    Thanks and Regards
    Ranjith Kumar.

    Hi
    What you are hoping to do is relatively easy to achieve in Flash.
    All visual elements can be created and displayed in Flash, however due to your requirement for each tutorial's status (Completed/Not Started/In Progress)
    this logic state would have to be stored within a database.
    Also, if this is a multi-user environment you would have to provide user-account access to differentiate user progress at every stage.
    Hope it helps.

  • Course Tracker in Flash using Database

    Hi All,
           I am looking out for an swf output for my course.
    1) Screen 1:
    A user login Screen - Once i enter my user name and password i will enter into the Screen 2
    2) Screen 2:
    Screen 2 Displays with my User name on Top and Frame out looks like
      Course
          Lessons under the course
          1)
          2)
          3)....
          Towards the right side i want to view whether the lesson is Completed/Not Started/In Progress (which has to call from the database)
                 followed with Date and Duration.
    Please let me know the steps to be followed to make this output.  (To make this output format what do we need to use like.. flash, xml,sql database...)
    Thanks and Regards
    Ranjith Kumar.

    Do you want to save the data between sessions? If you wan to save between sessions, do you want the user to be able to log in from anywhere or always from the same computer?
    If you want to save the user data from session to session, then you'll need to save out the data to an external file. You can save this data to the user's computer or to an external data base. In either case you will use the ExternalInterface class. Look here for more information on this: http://www.adobe.com/livedocs/flash/9.0/ActionScriptLangRefV3/flash/external/ExternalInter face.html

  • We have developed a desktop application using Flash software and published the same for MAC environment. When we double click on the index.app file, the application is working perfectly in Mac 10.6.7 at our office. But if the same index.app file is double

    We have developed a desktop application using Flash software and published the same for MAC environment. When we double click on the index.app file, the application is working perfectly in Mac 10.6.7 at our office. But if the same index.app file is double clicked in Mac 10.6.7 at out clients location, its not opening. For your information the client is able to open this same application by double clicking on index.swf file. The main problem is that client is not able to open the application using index.app file at their office whereas we are able to do so at our office. Can anyone give some suggestions to sort this problem?

    The most common reason is different versions of Flash, or different versions of web browsers used.  Some users may elect to not have Flash installed at all because of the processor overhead of Flash.  If you are going to make an application for a client, check what operating system and browser versions they are using first.  Then determine if a stand alone application is required, or if they have the necessary plugins to run specific browser enhanced code.
    P.S. MAC is an acronym for Media Access Control.  Mac is the shorthand for Macintosh, the operating system and computers made by Apple Inc.

  • How to develop a search engine in flash cs3

    Hello Friends,
    I need a small help in developing Search Engine in flash cs3.
    I am going to develop a search engine in flash. But i dont have any idea on how to do this... so can anyone pls help me out. Any links/steps/code
    would be really appreciated.
    My goal is to develop a search engine in flash which should work more or less like google.
    Regards,
    Rajesh

    What is your definition of search engine? What exetend of similarity to Google you are planning?

  • Tracking in flash/Swf :: Help me please :)

    This is my first time working with Ad Tracking in Flash and I
    want to make sure I'm going about it correctly.. I can't test it on
    my side, so I want to know it's right when I pass it on to the
    client.
    I've gone through the tutorials on Adobe and here's what I'm
    working with:
    Rather than attaching the clickTAG function to a specific
    object, I've added it to the code (on click function) in the 1st
    frame of the document as such:
    function doClick():Void {
    getURL("clientsurlishere", "_blank");
    if (clickTAG.substr(0,5) == "http:") {
    getURL(clickTAG);
    ..since I don't have a way to test it (or do I?), is this
    going to work? Or does it actually have to be attached to the
    object? It's set up so that a few movies and images within the
    document are clickable (which is why it was better, and easier to
    update in the future, to set up the code in the 1st frame rather
    than on each object).
    Also, would I add it to an ad/page that is using XML to add
    all links to the site? And do I add it to each URL instance or is
    there a way to "blanket" any and all clicks from that are included
    in the XML? .. Here's an example of the line of code in the XML:
    <plan logoImg="images/plan/logo.png" learnLink="Learn
    more" learnLinkURL="
    http://www.clientURL.com/"
    planBuy="images/buy_btn.png" planBuyURL="
    http://www.clientURL.com/buy/">

    Judge wrote:
    sir i will not understand wat u want to say???
    whetehr i have to remove semicolon from the end of path in advance or i have to remove the full path of c:/program files/......OP, from the command prompt, try to run and compile as per the following:
    C:\>"C:\Program Files\Java\jdk1.6.0_07\bin\javac" YourJavaApp.java
    C:\>"C:\Program Files\Java\jdk1.6.0_07\bin\java" YourJavaAppIf this works, then just take the "C:\Program Files\Java\jdk1.6.0_07\bin" part - w/o the quotes - and place it at the beginning of your PATH. Oh, and if you have both a USER and SYSTEM PATH set, do it to both.
    ~Bill

  • Video Tracking in Flash

    Does anyone know how to do video tracking in flash? I want a
    camera to record movements and transfer them in real time as
    commands to an object in Flash. Is this even possible?

    Doable. Yes.
    Easy. No.
    http://incomplet.gskinner.com/index2.html#camwriter2
    http://nuigroup.com/forums/viewforum/33/
    http://www.adobe.com/devnet/flash/articles/webcam_motion.html
    http://www.nastypixel.com/prototype/project/flash-motion-tracking

  • Looking for FLASH developer/guru to create a Flash Intro for a Clan Site.

    I am looking for a FLASH developer to create a custom FLASH
    Intro for my gaming clan forums.
    A bit about us:
    Clan Name: =bURnT=
    Site:
    http://burnt.swisshut.com
    Games Played: Battlefield 2 & Battlefield 2142
    What we would like in the Intro:
    - That it somehow complements our forums
    - Includes the clan name
    - Looks professional and loads within reasonable time
    - Some sort of music / background soundtrack
    We are a small clan and don't have the biggest budget but
    please consider us and give us a estimate of price if you are able
    to do this for us.
    Regards,
    Dieter Balmer (OzButcher)
    [email protected]

    ..please visit my personal site
    http://bizgraphix.com
    ...thanks

  • Visually add tracking to Flash content

    Visually add tracking to Flash content, directly from the creative workflow, without manually tagging each piece of content. This will dramatically shorten analytics implementation times, allowing you to focus on the impact of your creative work.

    Good. So?

  • What app will send pics for developing at stores? Adobe flash 10 is required does apple have anything ? I can't use reg computer cause of arm problems love my ipad

    Need app to send photos on iPad to stores for development, memory books. Adobe flash 10 required , what can I do my arms can not use reg computer how to get pictures sent anyone know? I love my IPad arms are down , this has been a problem I haven't been able to solve yet, help? Have transferred photos to laptop but can't stay on it 3 min, need to work and send from IPad?

    The iPhoto for iOS forum is here
    https://discussions.apple.com/community/app_store/iphoto_for_ios
    Regards
    TD

  • Developing for both AIR and Flash Player

    I'm developing an application that will be deployed on the desktop as well as the net, so I've got a number of interfaces at points of differentiation (such as file access) where I can swap between the different implementations using the following technique:
    switch(Capabilities.playerType) {
         case "Desktop":
              fileAccessInterface = new AIRFileAccess();
              break;
         default:
              fileAccessInterface = new NetFileAccess();
              break;
    This works fine, especially when compiling for AIR, however, when publishing for the Flash Player, I'm still importing the AIR implementations of every interface even though they'll be unused. And of course, when I try to import an AIR-specific class (such as File, FileStream, etc.) when compiling for the Flash Player, Flash will give me an error:
    "1046: Type was not found or was not a compile-time constant: FileStream."
    This is obviously what you would expect to happen because it's an AIR-specific class. My question is, is there a way I can define a conditional import (such as pragma comments in other languages) depending on compile conditions? Or will I be forced to comment out all my import code for AIR-specific classes when compiling for Flash Player, and then uncomment again for AIR, etc.?
    Any help would be appreciated, thanks.

    Problem solved.
    I found the config constants section of the ActionScript settings to allow for conditional compiling. Exactly what I needed.

  • Developing ios/android game using flash and action script

    I'm completely new to this, I have done a bit of research about using flash to create ios/android apps, but one thing really confuses me is,
    should I create my game in flash lite or in air? I know swf format will not be supported, so i will leave that one out...
    If using air format you need to install the air application in your iphone or andriod devices before the game can be played?
    Is it possible not to use air for apps development using flash?
    Since it is somehow non-user friendly as users were prompt to download and extra application before any game can be played...
    thanks for the help in advance...

    You want to use AIR not FlashLite - for iOS the end user doesn't need to install the AIR runtime, on Android they will however. But it's painless...
    You don't need AIR for apps in Flash, but you do need to publish using AIR if going to iOS or Android.
    Be sure to get AIR 2.7 and copy it over 2.6 - CS 5.5 installs with 2.6 which runs much slower on iOS, than does 2.7

  • Developing iOS application using Adobe Flash Pro CS5

    Hi,
    I have Adobe Flash Pro CS5.
    Is it possible to develop iPhone (iOS) application using this product (I have an iPhone iOS option in the New Document dialog)?
    If it is possible, how do I start a new iPhone project? How do I continue from there?
    Thanks,
    Janiv.

    This question needs to be posted in the Flash forum. This forum is only for the player.

  • Max audio tracks in flash

    Hello there,
    Is the absolute maximum amount of tracks allowed in flash
    definitely eight? I need to use twelve.
    Any takers?
    Marty

    thanks for the update - good to know :)
    Marty Party wrote:
    > Yes! Last night I managed to have 12 seperate sounds
    playing at the same time
    > on my website. They work fine and each one is a loop of
    17 seconds long. The
    > swf file is 3.1 Mb and it takes about 15 seconds to load
    but its there.
    > Thanks for your support,
    > Marty
    >

  • Schema for Oracle Report Developer 10G Course

    Hi All:
    I took the course for "Oracle Reports Developer 10g" but I didn't copy the schema when I took the course.
    Now,I have the book "Oracle Reports Developer 10g: Build Reports Student Guide" but I look over the internet and I can't find the schema for this course.
    I needed the schemas for the following tables:
    CUSTOMERS
    ORDERS
    ORDER_ITEMS
    WAREHOUSES
    INVENTORIES
    PRODUCT_INFORMATION
    PRODUCT_DESCRIPTIONS
    ONLINE_MEDIA
    PRINT_MEDIA
    Any help or hint where I can find the sql scripts for this schema is greatly appreciated it.
    Yours,
    Frustrated.

    duplicate post. Also, check your post in the Reports-forum, there is already an answer.

Maybe you are looking for

  • Error reading .apj file?

    I've had RoboHelp 9crash during generating files in TCS 3, and now I'm getting a message about how an error has occurred while trying to read the My RoboHelp Projects/RHFrameDocs.apj file. It appears on re-opening the project. Is this a conversion se

  • How to include Barcharts/graphs in alv report

    Hi, I need to create a graph with the help of ALV Grid control. I could able to activate the graphical option through clicking the 'GRAPH' icon in the ALV display. But i am in need of changing the properties of graph(chart type / gridlines / chart op

  • How do i print selected cells in numbers?

    how do i print selected cells in numbers?

  • Did you know Yahoo and Babylon are business partners?

    The financial press in Israel, the UK and the United States outlined the business relationship between Yahoo and Babylon. Can anyone tell me more?

  • Bpartner value to be added in data source

    Dear SDN Experts,                                  am facing 1 issue for CRM data source. There is activity generation module used in CRM where bpartner value has been configured under PARTNERS tab. I am able to extract this transaction data using 0C