A Flash Developer Resource Site

+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Junior Member
    Join Date
    Mar 2002
    Posts
    4
    Does anyone know how to do the above??

    We know that the standard way of linking to an anchor from another html page doesnt work with flash.

    Any ideas

    tia

  2. #2
    FK's Super Loquacious Randomite ad_mtk2's Avatar
    Join Date
    Jun 2001
    Location
    ‡‡ Calgary, AB ‡‡ Born of bread in Bristol, UK
    Posts
    1,273
    Yes it does work the normal way:
    Code:
    on (release) {
        getURL ("http://www.url.html#anchorname");
    }
    just make sure that you link it to an actual page (.html) not http://www.url.com, for example.


  3. #3
    Junior Member
    Join Date
    Mar 2002
    Posts
    4
    Thanks

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