From: Sketch24 on
Hi guys is it possible to have a relative path for a linked cast. (swf movie
for exemple.)
When I link the file it use the full path like d:\Work\CD-ROM\Flash etc.
is it possible to make it relative like ..\Flash instead of full path. My
project is for a cd-rom and the path won't be the same so it won't work. Any
Idea. I've try ..\Flash\Rapports.swf @:\Flash\Rapports.swf
\Rapports.swf
nothing work :( thanx

From: Sketch24 on
it's ok it show the full path but it'still relative.
From: Sean Wilson on
Try:
--
on beginSprite me
sprite(me.spriteNum).member.filename = "@/Flash/Rapports.swf"
end