|
From: Sketch24 on 5 May 2008 15:43 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 5 May 2008 16:49 it's ok it show the full path but it'still relative.
From: Sean Wilson on 5 May 2008 17:00 Try: -- on beginSprite me sprite(me.spriteNum).member.filename = "@/Flash/Rapports.swf" end
|
Pages: 1 Prev: Weird frame error - only in Projector Next: How to force preload on linked cast |