I have a php script (Page.php) that generates the template I use for my site's pages. I am trying to include a small flash movie as part of the template. The pages you would actually visit on the site (like index.php) call Page (include_once 'include/Page.php') I have pasted all of the code that Flash generates to imbed the movie into html into a function on Page.php. However, when I look at index.php in a browser, all that is displayed is the background of the flash movie and not the movie itself. What is the best way to get my flash movie into my template so that it will work properly? It works as a static html page.