Click to See Complete Forum and Search --> : Load Flv File based on which link is clicked


tsidell
04-13-2009, 02:49 PM
I've been stuggling with this for a while. I'm looking to have a default embedded flv file on my website. There will be links under the flv file that when clicked on loads that flv file where the default lives. is there any code that could swap the two videos when a user clicks on that link.

tsidell
04-14-2009, 10:21 AM
I dont think thatreally helps. I know how to embed flash files. I just need help so that a user can click on a link and load that file into the div

larsman
04-15-2009, 12:22 AM
You can frame the video section and load the appropriate frame based on the click or you can have the click reload the page with the right video embedded. Two quick ideas that I have used when faced with similar problem and not found a solution.

tsidell
04-15-2009, 11:01 AM
I found my solution. I thought I would pass this along. http://pipwerks.com/lab/swfobject/load-onclick/2.0/onclick2.html

larsman
04-15-2009, 02:05 PM
Excellent Solution Will use it myself