This is a discussion on "NEED HELP SOOOO BAD....if you can help you are the greatest ever" within the Flash & Multimedia Forum section. This forum, and the thread "NEED HELP SOOOO BAD....if you can help you are the greatest ever are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
NEED HELP SOOOO BAD....if you can help you are the greatest ever
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Does anyone have some tips of any kind on how to target an iframe from a button in an swf. I have one html page. It contains a flash navigation...and an
iframe with a html page inside of it. The iframe is olso inside a table in the page I want to change the html pages inside the iframe ONLY...I have been killing mysself trying to get this to work and I only get the link from the flash to open a new window with the html that is SUPPOSE to open in the iframe. http://www.bravocorp.com/hyper06/ the link above is the page I am working on. I want to be able to click on each of the racers names in flash and then have the new html page show up in the main iframe |
|
|
|
|||
|
Re: NEED HELP SOOOO BAD....if you can help you are the greatest ever
you should be able to pass a variable via flash script and the html page will use that to choose the correct source for the iframe. u are using a page refresh anyway. might as well.
|
|
|||
|
Re: NEED HELP SOOOO BAD....if you can help you are the greatest ever
use getURL("http://your address","window type","method");
refer to help in flash |
|
||||
|
Re: NEED HELP SOOOO BAD....if you can help you are the greatest ever
Did you fix the problem?
|
|
|||
|
Re: NEED HELP SOOOO BAD....if you can help you are the greatest ever
Tellllllllllllll us!!!
|
|
|||
|
Re: NEED HELP SOOOO BAD....if you can help you are the greatest ever
getURL("http://your address", "iframe"); just as if you were going to add _blank or _self btw iframe would have to be the name of the iframe, if your iframe's name is say, "photos" then yor code would look like this getURL("http://your address", "photos"); hope this helps -HogDog
|
![]() |
| Tags |
| help, soooo, badif, greatest |
| Thread Tools | |
|
|