In this tutorial i will show you how to change the color of the custom FLV player in Kroax 5.1 - 5.2.
-First open embed.php in "dreamwever, or anyother text editor" its found in infusion/the_kroax
- then find this <script type="text/javascript">
var s1 = new SWFObject("flash_flv_player/flvplayer.swf","single","$width","$height","7");
s1.useExpressInstall("expressinstall.swf");
s1.addParam("allowfullscreen","true");
s1.addVariable("autostart","true");
s1.addVariable("file","$file_url");
s1.addVariable("logo","$videoimg");
s1.addVariable("image","$thumb");
$flashvar1
$flashvar2
$flashvar3
s1.write("videobox2");
</script>
this is were your editing will take place.
Now go to http://www.jeroen...age=wizard
and click the color link and choose your colors you want
http://img2.freei...83ddc7.png
once you select your colors scroll down til you see this
http://img2.freei...db3bb1.pngthen click the link and the text box above it should change.
when it changes it should look something like this http://img2.freei...ba51cc.png
copy this lines
http://img2.freei...922ab0.png
then go back to the embed.php and paste the code u copied, right below this line s1.addVariable("image","$thumb");
now change the so.addVariable for each of them to
s1.addVariable
now just save it and uplaod it :D
i would love to hear ur feed back or any issue u have! :D :smiley065
Edited by Domi on 02/03/08 21:29
|