My flash video is playing with an 300x250 iframe within my
webpage and at the end of my flash video, I am calling getUrl to
redirect the page to another webpage but the redirect webpage is
either showing within the small iframe iteself or the whole page
goes blank if I se _top or _parent as a parameter within the getUrl
call. Any ideas?!
I thought of doing something like:
getUrl('javascript::getElementById("iframe").src = "
http://www.whatever.com"');
but my iframe is only 300x250, i really need the whole page
to be reloaded/redirected to the secondary website.
please help!!
thanks in advance!