Re: [Flashcoders] Load file from local path to swf which is on web

2005-11-04 Thread franto
in Flash 7 it was MY local drive, not SERVER local drive... We had working example, which works in Flash7, but doesnt work in Flash8 On 11/4/05, PR Durand <[EMAIL PROTECTED]> wrote: > Hi; > Are your sure wether the > > mc.loadMovie("file://c:\test.swf") > > targets YOUR local drive or the SERVER

Re: [Flashcoders] Load file from local path to swf which is on web

2005-11-04 Thread PR Durand
Hi; Are your sure wether the mc.loadMovie("file://c:\test.swf") targets YOUR local drive or the SERVER local drive? PR franto a écrit : Hi, I've problem with loading swf from local path to swf on net. Example: you can swf on net somewhere and code inside is: mc = this.createEmptyMovieCli

[Flashcoders] Load file from local path to swf which is on web

2005-11-04 Thread franto
Hi, I've problem with loading swf from local path to swf on net. Example: you can swf on net somewhere and code inside is: mc = this.createEmptyMovieClip("content",100) mc.loadMovie("file://c:\test.swf") on local there si test.swf with code: System.security.allowDomain("*") This wirks in Flas