Hello

I am trying to load a movie into a holding movie clip.  

When I hardcode the url thusly

chartholder_mc.loadMovie("http://blah.com/blah.swf";);

it works.

What I am trying to do, though, is use Flash remoting to supply the
correct file name.  I am able to get CF to pass the correct filename
to Flash, and I can trace() it, or use it in a getURL() command, but I
cannot do this:

chartholder_mc.loadMovie(re.result);

even though trace(re.result) outputs http://blah.com/blah.swf

I've tried using toString() to see if that helps, and it doesn't.

Any ideas?  I'm running out of hair.

Thanks

Antony

---
You are currently subscribed to fugli as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to