link at flash end
link at flash end
- Started
- Last post
- 2 Responses
- Buckyball2
I have a flash pres and right after the viewer reads the last statement, i want it to kick to another site.
I put a get url on the timeline but it doesn't go.
how do i go about doing this?
thanks,
bB
- ozhanlion0
what is your last stement ?
how did u put getURL ?
function flyMeOff() {
getURL("myurl", "blank")
}put this underyourlaststatement:
flyMeOff();
}
- stewart0
getURL("http://www.com", "_top");