Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 11 of 11
  1. #1
    Join Date
    Feb 2007
    Posts
    7

    create menu in STM and import to ASM. is it possible ?

    Hello,



    i want to create menu using Sothink Tree Menu or Sothink DHTML Menu then import it to AutoPlay Media Studio and add action to specific button to go for a specific page . is it possible or not ?


    thanks in advance

  2. #2
    Join Date
    Feb 2007
    Location
    Missouri
    Posts
    178
    AMS has a tree menu object.

  3. #3
    Join Date
    Feb 2007
    Posts
    7
    Quote Originally Posted by Haydeng View Post
    AMS has a tree menu object.
    thanks Haydeng for reply

    i know that but the design in Sothink Tree Menu or Sothink DHTML Menu is very good to me

  4. #4
    Join Date
    Feb 2007
    Location
    Missouri
    Posts
    178
    Since the menus are javascript, they would have to be put in a web object.

  5. #5
    Join Date
    May 2006
    Posts
    5,380
    yes but you can catch the url of the webobject and respond to it, if the user clicks a link in your menu it will load "page.html", use web.geturl to test the current page and jump to the right page in your application

    EG:

    Code:
    cWeb = Web.GetURL("Web1");
    if cWeb == "homepage.html" then
    	Page.Jump("Page1");
    end
    Open your eyes to Narcissism, Don't let her destroy your life!!

  6. #6
    Join Date
    Feb 2007
    Posts
    7
    thanks Haydeng & RizlaUK

    Ok, i publish HTML file and JavaScript file :
    http://www.zshare.net/download/24558643a0fe27/

    how add menu to my project in AMS ?

  7. #7
    Join Date
    Feb 2007
    Location
    Missouri
    Posts
    178
    You have to open the html file in a web object and use the code Rizla gave you as an example.

  8. #8
    Join Date
    Feb 2007
    Posts
    7
    i try but don't work
    Attached Files

  9. #9
    Join Date
    Feb 2007
    Location
    Missouri
    Posts
    178
    On the STM website it says that the menu is db driven so it must be put on a server with server side technology.

  10. #10
    Join Date
    Feb 2007
    Posts
    7
    the problem is when click on Overview Button for example the action don't work and open the url " Overview.html " . i need just open other page in cProject not a web page or url . look to this project in Attach Files " ThE BeSt foR mE By Crimson " u see there is menu bar on the top create by AMS i want to use menu create by STM and import it to AMS to do the same work . is it possible ?

  11. #11
    Join Date
    Feb 2007
    Posts
    7
    ...... project
    Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts