hi.
i'm making a updatable flash site, adn here is the problem:
i'm uploading an image to server, remembering it's name.
how can i make flash load it to a movie?
have no idea.
please.
Printable View
hi.
i'm making a updatable flash site, adn here is the problem:
i'm uploading an image to server, remembering it's name.
how can i make flash load it to a movie?
have no idea.
please.
loadMovie("image.jpg",container);
where container is this instance name of the movieclip in which you load the image.
gparis
hi.
it't not what i need.
i'm uloading the file to server with php script. in other file i'm putting the name of the uploaded file.
then i'm reading it from that file and putting that name to php - $variable.
if i'm making with html then i can make like this:
<img src= <? echo $variable ?> >
but how can i make i it in flash?
with container.loadMovie ($variable)????????????????????