# Help ( how can i embeedded flash with php )

**URL:** https://forum.kirupa.com/t/help-how-can-i-embeedded-flash-with-php/8869
**Category:** Uncategorized
**Created:** [November 29, 2002, 11:04pm UTC](https://forum.kirupa.com/t/help-how-can-i-embeedded-flash-with-php/8869 "2002-11-29T23:04:43Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![chaldoray](https://avatars.discourse-cdn.com/v4/letter/c/d9b06d/32.png) [@chaldoray](https://forum.kirupa.com/u/chaldoray)
#### Post date: [November 29, 2002, 11:04pm UTC](https://forum.kirupa.com/t/help-how-can-i-embeedded-flash-with-php/8869/1 "2002-11-29T23:04:43Z")

</div>

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?

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [November 30, 2002, 7:51am UTC](https://forum.kirupa.com/t/help-how-can-i-embeedded-flash-with-php/8869/2 "2002-11-30T07:51:00Z")

</div>

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!
