PDA

View Full Version : launching html from a projector all on cdr


lepetitemonkey
09-25-2001, 05:06 PM
hi

i need to use a flash projector on a cdr to launch my html pages (from the cdr not the web). can someone tell me how to do this?

thanks
jessica:o

xxlm
09-26-2001, 12:19 AM
Simply use GetURL action!
See flash help for more detail!

Bye!

cinciem
09-26-2001, 07:44 PM
You can put the web page in the same folder as the projector and then use geturl to call it by name

you just save your html to the folder

example: http://www.mypage.com/home.html
saved as: home.html


onClipEvent (load) {
getURL ("home.html");
}

make sense?
:)