J
James S
Guest
Please note: Yahoo cuts off some of my code where urls are involved. To make sure that you can see the entire code hover your mouse over the link that gets cut off. The destination of the url should be the entire missing code.
----------------------------------------------------------------
Ok, So I have my flash player and everything is setup.
My player reads vars from an external file. The coding looks like this: flashvars="config=http://mysite.com/vars.php
Now, I need to make the vars.php file. I know what the output of the file looks like but im not sure how to make it in php form. Here is what the output of the file should look like:
<config>
<file>http://cache01-videos02.myspacecdn.com/samplemyspacevideo.flv</file>
<image>http://www.mysite.com/bg2.jpg</image>
<type>video</type>
<skin>http://www.mysite.com/myplayer.swf</skin>
<bufferlength>3</bufferlength>
<logo>http://www.mysite.com/mylogo.png</logo>
<volume>100</volume>
<title>mysite</title>
</config>
---------------------------------------------
Does anyone know how I can make the php file so that it outputs that info and is compatable with flash player?
Thanks alot for your help!
----------------------------------------------------------------
Ok, So I have my flash player and everything is setup.
My player reads vars from an external file. The coding looks like this: flashvars="config=http://mysite.com/vars.php
Now, I need to make the vars.php file. I know what the output of the file looks like but im not sure how to make it in php form. Here is what the output of the file should look like:
<config>
<file>http://cache01-videos02.myspacecdn.com/samplemyspacevideo.flv</file>
<image>http://www.mysite.com/bg2.jpg</image>
<type>video</type>
<skin>http://www.mysite.com/myplayer.swf</skin>
<bufferlength>3</bufferlength>
<logo>http://www.mysite.com/mylogo.png</logo>
<volume>100</volume>
<title>mysite</title>
</config>
---------------------------------------------
Does anyone know how I can make the php file so that it outputs that info and is compatable with flash player?
Thanks alot for your help!