Pongoloid!
07-03-2005, 12:14 AM
I have a flash movie in a floater that loads fine if I use an absolute reference to the swf like this:
on rFlash open do
(
axFlash.movie = "c:\\3dsmax7\scripts\flash\Movie1.swf"
)
I want to use a relative reference, something like:
on rFlash open do
(
swfpath = "$scripts/flash/Movie1.swf"
axFlash.movie = swfpath
)
But that doesn't work. Does anyone know how to do this?
on rFlash open do
(
axFlash.movie = "c:\\3dsmax7\scripts\flash\Movie1.swf"
)
I want to use a relative reference, something like:
on rFlash open do
(
swfpath = "$scripts/flash/Movie1.swf"
axFlash.movie = swfpath
)
But that doesn't work. Does anyone know how to do this?
