Welcome to TalkGraphics.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2005
    Posts
    2

    Default

    I creat a frame page with Microsorf Frontpage with 2 frame : content frame and main frame. usually, select a link in content frame, the page which is selected is displayed in main frame. Now, I want to use flash in content frame to make links and the page which is selected is displayed in main frame, too. Can I do that? please help me ! i'm in hurry.
    IP

  2. #2
    Join Date
    Mar 2005
    Posts
    2

    Default

    I creat a frame page with Microsorf Frontpage with 2 frame : content frame and main frame. usually, select a link in content frame, the page which is selected is displayed in main frame. Now, I want to use flash in content frame to make links and the page which is selected is displayed in main frame, too. Can I do that? please help me ! i'm in hurry.
    IP

  3. #3
    Join Date
    Aug 2000
    Location
    Toronto, Ontario, Canada
    Posts
    432

    Default

    Hi there,

    Yes, you can certainly do this. All you need to do is add a getURL to your button. Something like this:

    <pre class="ip-ubbcode-code-pre">
    on (release) {
    getURL("[URL]", "[frame]");
    }
    </pre>

    where [URL] is the address of the page you want to load, and [frame] is the name of the target frame into which you wish to load the page.

    That's it!
    hth,
    Deep (just a guy)
    --
    Pradeep Kumar Nair, B.Math
    CTO
    9 Story Entertainment
    http://www.9story.com
    IP

 

 

Bookmarks

Posting Permissions

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