A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: PHP val to flash

  1. #1
    Member
    Join Date
    Mar 2001
    Posts
    41

    PHP val to flash

    Is it possible to send a php variable to a flash mc, without it being directly called from flash? For example, without the

    "loadVariables("find_img.php", _root.details.change.fi, "POST");"

    therefore the php file sending the val to any particular flash file....

    can it be done?

    Cheers
    "Hats are wasted on a man with no head"

  2. #2
    Junior Member
    Join Date
    Aug 2002
    Posts
    14
    you can define variables when the page is loaded by putting them in a query string after the swf file like

    <PARAM NAME=movie VALUE="angelnine.swf?variable1=varvalue&variable2= varvalue">

    Does that help?

  3. #3
    Member
    Join Date
    Mar 2001
    Posts
    41

    Cheers

    Nah its gotta go straight to a mc inside flash

    Thanx for the reply tho
    "Hats are wasted on a man with no head"

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