-
questions b4 purchase
Hi,
I'd few questions
1) I noticed that the flash player will not automatically play when i click a video, can it be set to auto player?
2) I sitll confuse about the encoded PHP script...i'd browse thru all vshare enabled showcase site, and all the outlook and color and layout are almost identical! Can i actually change the website outlook, color, layout i.e. place certain options to other location within the page, etc? what exactly is Encoded? I can't even addin any custom php script in there?
Pls help.
Tx
CK
-
BTW, the reason why i ask this bcos i wish to integrate the youtube clone script into my existing portal...and i only wish to have a single user/member profile database.....so if i can't modify/customize in such a way that my member can upload video as long as there're my portal member which had already register earlier... Pls advise. :idea:
-
1) dont know...cant see an option for that.
2) yes you can change all the look using the template files, add links to things etc. you can not edit the php files though.
-
To auto start video, in include/player.inc
Find
Code:
so.addVariable("link","{$config["watermark_url"]}");
Add Below
Code:
so.addVariable("autostart", "true");
To change look and feel, just edit template files in templates folder.