> That's the possibility I was thinking about.
> I would create on the fly a new cast member and use its 'linked' property
> to point to the url of the file I need.
> All of the members linked this way are going to be flash files so I think I
> could use something like "member(new(#flash)).pathName =
> "http://www.myURL.com/flashFile.swf"
> 
> Do you know if shockwave works allright with this method? For what I can
> see it would be the only way of achieving what I pretend.

I just tested the theory with bitmaps on my site. Changing the fileName on
the fly works fine:

member("someMem").filename = the moviePath & "importFile"

Because it's not accessing the hard drive (only the server it resides on),
security is not an issue. I assume you can use the same approach with Flash
files.

-Kurt


[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to