A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: frames in html

  1. #1
    Hi Guys,

    Can i use a flash movie to load a new flash movie or scene in the same frame and to gerURL in a diff frame simultaneously ?


    Thanks in advance guys

  2. #2
    Senior Member
    Join Date
    Jun 2000
    Posts
    705
    Load Movie ("movie.swf", 1)
    Get URL ("newurl.html", window="win_name")
    in a frame or
    on release{
    Load Movie ("movie.swf", 1)
    Get URL ("newurl.html", window="win_name")
    }
    in a button.

  3. #3
    thanks Frank


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