A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: flash navbar in Dreamweaver

  1. #1
    Junior Member
    Join Date
    Mar 2001
    Posts
    9
    I've created a navbar in flash and inserted it into a Dreamweaver frame..but how do I configure the Get URL action in flash to load the target in to a
    specific frame
    Any help would be appreciated

  2. #2
    Senior Member nepdude's Avatar
    Join Date
    Feb 2001
    Location
    Canada
    Posts
    960
    This is the action you use for your button

    on(release) {
    geturl("filename.html","target");
    }

    You have to do another thing, that is name your frames, especially the target frame, the one that the pages are going to be loaded in. For this example your frame name should be "target"

  3. #3
    Junior Member
    Join Date
    Mar 2001
    Posts
    9
    Thanks nepdude!
    I nearly had it right but the frame names are case sensitive...now i know

    Cheers!

    Chris

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