|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
loading external variables into flash
I am trying to load external variables into flash movie so that one image is selected from the gallery shows up into a flash movie as well as the message typed by the user
I got a template.ihtml with the following variables {POST_IMAGE} {POST_MESSAAGE} the corresponding strings are in create.php 'POST_IMAGE' => $html_post_image, 'POST_MESSAGE' => $msg['your_message_here'], I need to know what actionsript to use to load the variables above into a flash movie.swf Can anyone help? I would greately appreciate it |
|
#2
|
|||
|
|||
|
flash can dynamically load jpgs. loadMovie(url)
but i would look into using the LoadVars Object. Just have your PHP format your string variables like: &variable=value&variable2=value2& and then in flash, check for variable and variable2 and use those values. -bret |
![]() |
| Viewing: Dev Shed Forums > Web Design > Flash Help > loading external variables into flash |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|