A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Flash and PHP

  1. #1
    Junior Member
    Join Date
    Feb 2002
    Posts
    23

    Flash and PHP

    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.

  2. #2
    Senior Member
    Join Date
    Aug 2000
    Location
    Montréal
    Posts
    14,141
    loadMovie("image.jpg",container);

    where container is this instance name of the movieclip in which you load the image.

    gparis

  3. #3
    Junior Member
    Join Date
    Feb 2002
    Posts
    23
    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)????????????????????

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center