PDA

View Full Version : click to activate and use control in php



chubob
February 23rd, 2007, 03:45 AM
hey guys, a simple question (I believe):
I am new in PHP
How can I remove the "Click to Activate and use this control" that appears over swf files? I had the solution when working with html... calling a .js file and inserting something like this in the htm code: <script type="text/javascript" src="iefix.js"></script>

how can insert that in a php code (or where)

thanks

evildrummer
February 23rd, 2007, 07:06 AM
well PHP is outputs HTML so it would be the same, but where you outputting <head> you could either just have it out of PHP, or just echo it. What code are you using for the site? Mainly the <head> section