A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Calling a frame in HTML from Flash movie

  1. #1
    Junior Member
    Join Date
    Sep 2000
    Posts
    7

    Post

    I have emebedded a Flash file in a frame in an HTML file and on click of a button in the Flash file I want to display some text in another frame in the HTML file. How do I do this? Any help will be appreciated.

    A speedy response will be hugely appreciated

    Thanks
    bandip

  2. #2
    Junior Member
    Join Date
    Jan 2001
    Posts
    1

    If the text is part of another HTML file, you just have
    to adress the correct window in your GetURL-command:
    for example Get URL ("text.html", window="Right")
    (if 'Right' is the name of the frame, where the text is
    supposed to appear). Else you might want to replace a
    text or part of an existing HTML file in the frame 'Right':
    you`ll have to call a javascript in order to perform this.
    It's done by
    GetURL ("javascript:exchangeTxt()", window="Right")
    if exchangeTxt() is a Javascript-Function located in the HTML file in frame 'Right'.

    If this does not work, it's might due to a wrong target-tag
    in your HTML files.


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