"getURL" help
"getURL" help
- Started
- Last post
- 4 Responses
- T_65
I am creating a flash page so when you click on a button it will play my quicktime sequence in a new window. I used the "getURL' action and the sequence come up when i click the button. The only problem is when I click it a blank internet site, pops up first, then the quick time. Is there any way to by pass the blank web page so ONLY the quick time come up? Thanks
- contribute0
on (release) {
getURL("your.html", "_blank");
}
- lyrek0
on (release) {
getURL("quitopeningthatdamnpage ", "_blank");
}
c
- tGP0
is your quicktime properly embedded in the html. show us the link...
- beingdevious0
link it to a javascript popup window. embedd the qt in that. or embed it with an external swf in flash itself. your choise