# Loading Guestbook inside Main Swf file problem

**URL:** https://forum.kirupa.com/t/loading-guestbook-inside-main-swf-file-problem/209397
**Category:** Uncategorized
**Created:** [December 8, 2006, 12:27pm UTC](https://forum.kirupa.com/t/loading-guestbook-inside-main-swf-file-problem/209397 "2006-12-08T12:27:13Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![santhoshdotcom](https://avatars.discourse-cdn.com/v4/letter/s/4bbf92/32.png) [@santhoshdotcom](https://forum.kirupa.com/u/santhoshdotcom)
#### Post date: [December 8, 2006, 12:27pm UTC](https://forum.kirupa.com/t/loading-guestbook-inside-main-swf-file-problem/209397/1 "2006-12-08T12:27:13Z")

</div>

I have created a guestbook that is not working on my website. Here’s the scoop. When you go to the site, it loads the index.swf movie. Inside that index.swf I load all my other .swf files to a movie clip as a places holder. So, when you click on my Guest Book link (which is located on my index.swf) I tell flash to loadMovie(“dguestbook.swf”, PlaceHolder); Inside that guest\_book.swf I have a frame action calling my GuestBook.php, which takes all the information inputed into my input fields, sends them to an external .txt file and then displays the information in a dynamic text field on my guest\_book.swf. When you view the guest\_book.swf by itself, everything works great. When you view it inside the index.swf, its not working. Does flash have trouble working with php files if the swf is being loaded into another swf? If you go to [http://www.santhosh.com/site/index.html](http://www.santhosh.com/site/index.html) you can see what I am trying to get at. You will see that guestbook does nothing. However, if you go to [http://www.santhosh.com/site/dguestbook.swf](http://www.santhosh.com/site/dguestbook.swf) you will see what I was going for. Any help would be great.
