A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: Book Marks?

  1. #1
    Member
    Join Date
    Feb 2001
    Posts
    63
    I have a site that loads the content from seperate HTML text files. Some of the pages are quite long, which means a lot of scrolling. Is it possible to add bookmarks to these text files so that the user can click a subheading then jump down the text to a specific place? I know this is easy using plain HTML, but is it possible within Flash?

  2. #2
    Moonlight shadow asheep_uk's Avatar
    Join Date
    Dec 2001
    Location
    London
    Posts
    2,010
    These book marks are called Anchors in HTML.

    It is possible in Flash, but only in HTML enabled dynamic text boxes.

  3. #3
    Moonlight shadow asheep_uk's Avatar
    Join Date
    Dec 2001
    Location
    London
    Posts
    2,010
    Add to that. You do it like this:
    Code:
    <A HREF="#mycheese">My Cheese</A>
    
    <A NAME="mycheese">My chese smells like bla bla bla</A>
    Click on "My Cheese" and it will take you to the text. Oh and the # is very important.

  4. #4
    Member
    Join Date
    Feb 2001
    Posts
    63
    For some reason that doesn't work. I know about that in HTML and have never had any problems. Flash just won't respond to those tags when the text file is imported into the movie.

    See the files I'm working on here...

    http://www.chester.ac.uk/prospectus/ug2003/

    Does anyone have any other suggestions?

  5. #5
    Moonlight shadow asheep_uk's Avatar
    Join Date
    Dec 2001
    Location
    London
    Posts
    2,010
    If the text was written in Flash, then you could probably set a goto frame, but seeing as it isn't, your a bit stuck really.

    Sorry


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