A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Help with 'get url'

  1. #1
    Junior Member
    Join Date
    Jul 2006
    Posts
    2

    Help with 'get url'

    I'm using Koolmoves. I am trying to link to a bookmark on a page that contains a lot of information. I don't want our users to get lost. I have converted text to a button and I'm using the 'get url' action like so...

    news.htm#KCBizJournalSchlup

    however, it goes to the right page, but not to the bookmark.

    Is there any solution?

  2. #2
    Steve R swrzzzz's Avatar
    Join Date
    Jan 2005
    Location
    Leicestershire,UK
    Posts
    195
    I am surprised this doesnt work, but I am using getURL from actionscript to do the same thing.

    You would have to add something like this to the frame actionscript
    myButton.onPress = function () {
    getUrl("url#id");
    };

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center