Documentation :: PHP Functions :: flvheader
|
flvheader - includes AC_RunActiveContent.js for Internet Explorer and rac.js for all other browsers. Should be placed in the head section of the webpage. If called more than once, only the first call will do anything.
Description void flvheader () |
|

November 6th, 2008 at 3:55 am
could give an example of the syntax?
regards,
May 12th, 2009 at 12:26 pm
Hi can anyone give an example of syntax to use within flvheader ?
Ive got version 3 beta working using the files from an earlier version(2.26 ?) with just
‘flvheader()’ within the code and that works fine but try to use version 3 beta with the files it comes with,its not working,I suspect its this line but I am only a PHP newbie and the info is sparse.Any tips appreciated.Also any tips on how to get the embed options working with the flvstring ? Again syntax needed Thanks.I think this is a very good player, I prefer the PHP version to having reams of javascript,much cleaner.Thanks.
May 14th, 2009 at 9:08 am
@Anthony - flvheader(); is used to echo either AC_RunActiveContent.js or rac.js. If you look in the demo file, it is used there to make the call. If you open the “flash” folder that came with the bundle, the flash.php file has the function written out.