Forum Moderators: coopster

Message Too Old, No Replies

Flash .swf doesn't show in PHP page

         

davebach

7:30 pm on Feb 1, 2004 (gmt 0)

10+ Year Member



I've recently put together a flash navigation for a 4 page site... three pages are HTML, the index page is PHP with a weblog.

In all current Mac browsers, all four pages load fine. In Win IE 6 only the .shtml pages will load the flash--the .php page shows a big white box instead.

If I include the index.php in the index.shtml file, the flash loads fine, but I'd like to know if there is some issue with PHP & flash that I should look out for... or is the issue with IE 6.

Thanks,
Dave

carneddau

11:19 pm on Feb 1, 2004 (gmt 0)

10+ Year Member



Sounds like the Flash params and tags are maybe being chewed up by your PHP script? Does the source of all of the flash code look correct when it's been output by the PHP script?

davebach

4:39 am on Feb 2, 2004 (gmt 0)

10+ Year Member



Yes, the code is the same when I view the source. In fact if I paste the php source into an html file, the flash loads.

Dave

WhosAWhata

1:13 am on Feb 3, 2004 (gmt 0)

10+ Year Member



hey,
i do a lot of work with simple flash things,
whenever i have a similar problem,
it is usually when i put echo "*"*" instead of "*\"*" or something as simple as that, maybe if you posted the area of importance in you php code, we could give more insight