Quote:
Originally Posted by nacaruncr
Is this in the video??
|
Nope.. I need to work on the code for that to work like your asking..
He uploaded the files not to the public directory but to the fourm directory.
--------------------------------------------------------------------------------------------------------------
Okay I think I know why it's not working for FReeSTER
He uploaded the files not to the public directory but to the fourm directory.
In that case the code line below in the .peel.js might need to be changed for example:
<script src="peel/peel.js" type="text/javascript"></script>
<script src="fourm/peel/peel.js" type="text/javascript"></script>
and the peel.js for example"
jaaspeel.small_path = 'fourm/peel/small.swf';
jaaspeel.small_image = escape('fourm/peel/small.jpg');
jaaspeel.big_path = 'fourm/peel/large.swf';
jaaspeel.big_image = escape('fourm/peel/large.jpg');
Anyways you should get the point now.
I will keep you guys updated on the outcome of this. I will change the directions above if this fixes the issue for him.