From: dustyh on
I am trying to publish a CDROM which includes several .wmv's in it.
They all work fine locally, but they look for the path to my C:
"media" folder instead of a "media" folder on the CD drive or the
moviePath.

Is there a place to define where the movie is using the moviePath &
media. Not every computer it runs on will use D: as the CDROM

I currently have my movies in the internal cast and I am currently
using the following script to activate my PLAY button:

property Sprite_Name


on getPropertyDescriptionList()
pList = [:]
addProp pList, #Sprite_Name, [#comment:"Name of Video Sprite to
play:", #format:#sprite, #default:0]

return pList
end

on mouseUp me
sprite(Sprite_Name).play()
end

I am very new to this and trying to learn the correct way to do
these. I am trying to avoid using Xtras because my employer does not
want to pay for them