Help ( how can i embeedded flash with php )

how can i embeedded flash with php like if im making a php script and i want it to show on my flash page how would i do that?

just put the php code into the php file and then use this action to load the php file into flash:
loadVariables(“myphp.php”);
replace myphp.php with your php file!