Hi
I'm just starting to get to know Lingo a bit.
I'm making a director presentation.
I need to launch to a html file and movie file (through buttons)
html:
on mouseDown
gotoNetpage "@/mapname/index.html"
end
(the projector is in the same map as 'mapname')
(but when I click it he goes to this site:
and not to the right folder)
now to my second problem
I'm also trying to open the windows mediaplayer and play a WMV-file.
with thise code:
on mouseDown
open the moviePath & "@movie.wmv"
end
(again movie.wmv is in same map as projector, this one doesnt work at all)
do I forget to add an Xtra or is my code incorrect?
I hope someone can help me
I'm just starting to get to know Lingo a bit.
I'm making a director presentation.
I need to launch to a html file and movie file (through buttons)
html:
on mouseDown
gotoNetpage "@/mapname/index.html"
end
(the projector is in the same map as 'mapname')
(but when I click it he goes to this site:
and not to the right folder)
now to my second problem
I'm also trying to open the windows mediaplayer and play a WMV-file.
with thise code:
on mouseDown
open the moviePath & "@movie.wmv"
end
(again movie.wmv is in same map as projector, this one doesnt work at all)
do I forget to add an Xtra or is my code incorrect?
I hope someone can help me