i would like to ask, if anyone know the action script for this
when you click on the button, it can [color=red]“direct”[/color] open the microsoft word document from pc.
if use this:
on (release) {
getURL(“test.doc”, “_self”);
}
it will pop up diolog first, i dun want this
i want it can direct open the file
tq;)