PDA

View Full Version : A variable can load a movie-clip?


Invernomuto
01-21-2002, 04:25 AM
Hi everyone...

i need to load a movie-clip into a target clip...
but i don't want to specify an URL...
the path to the .SWF movie is stored in a DB!

So i set a variable (imgurl) and then load the variable
from my DB (by an ASP page that give me an URL encoding).

So, now i've got (imgurl = http...)!
Since here all work fine, and if i try to print the variable it return me the correct url Http://localhost...

But!!! :(
I've tryed many times to load a movie with that variable set instead of the URL path (set as expression, method POST) but my movie won't load!!! Why?

Please anyone can help me?
Where i'm wrong?

Thanx :)

Billy T
01-21-2002, 04:30 AM
are the 2 swfs stored in the same folder?

Invernomuto
01-21-2002, 04:49 AM
No... they must be?

why?

N.B. I've write on my database a complete URL path
(http://localhost/folder1/folder2/img.swf)

Invernomuto
01-21-2002, 04:52 AM
Ok!

Now is all in the same folder...
but don't work anyway!
Arghhh!

Hemm... Mr. but you know (for sure) that i can do it?
Because i don't find any case to study!!!
Baybe it's impossible?!?!?

Thanx

Billy T
01-21-2002, 04:59 AM
sorry I dont know anything about asp

I just know that your main swf and all external swfs have to be in the same folder

cheers

red penguin
01-22-2002, 08:30 AM
I'm pretty sure there is a solution to your problem...I did a quick search on keywords"URL", "load", and "external"...Do the same and see whatyou get....