A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Feeling stupid...getURL w/ iframe target

  1. #1
    Senior Member wallacedvd's Avatar
    Join Date
    Sep 2000
    Location
    Atlanta
    Posts
    178

    Feeling stupid...getURL w/ iframe target

    Okay, I feel like an idiot here. I have a link in my movie that is supposed to target an iframe on the page that the Flash is embedded in. Here is the link code:

    Code:
    button.onRelease = function(){
    	getURL("http://www.google.com","testFrame");
    }
    The problem is it keeps opening in a new window. I have verified that there is a target iframe with the name "testFrame" on the page. Thanks!
    David Wallace,
    Multimedia Developer

  2. #2
    Senior Member
    Join Date
    Aug 2000
    Location
    Montréal
    Posts
    14,141
    try it online.

    gparis

Tags for this Thread

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