Click to See Complete Forum and Search --> : How to put choose option for video
yunakokimama
12-06-2008, 07:08 PM
Here is sample
http://tigerkimstkd.com/
Click on video DEMO, then there will be clickable buttom on above. How can I make this click buttom to choose video for customer??
infinityspiral
12-11-2008, 10:19 AM
Since their page is php, they could be loading in the flv file dynamically based on the GET variable. The URL variable changes as you use the dropdown menu so they might have something as simple as an if/then statement in the php that injects the video name into the flash object
yunakokimama
12-11-2008, 12:56 PM
Can you send the link that explains tutorial how to make php for flash video?
infinityspiral
12-11-2008, 05:20 PM
Sure here's a tutorial to the php if/then logic (http://www.tizag.com/phpT/if.php) try just getting something simple to appear like text. Once you've got that down try inserting the flash, for flash I use swfObject (http://code.google.com/p/swfobject/) which is a javascript library for putting flash in pages.