- Known Issues 6
- Bugs 1947
- Feature Requests 1230
- Projects 442
- General Discussion 1474
- Technical Help 1232
- Cameras 255
- API 126
Please check the Help page for general FAQ, video tutorials, and other helpful information.
This conversation is missing your voice. Take five seconds to join Vimeo or log in.
- Vimeo: About / Blog / Roadmap / Developers / Community Guidelines / Forums / Toys / Help! / Site Map
- Legal: ©2008 Vimeo, LLC / Terms & Conditions / Privacy Statement




.
This isn't really api related, but I wonder if anyone knows the best way to do this.
I have 1 embedded vimeo player on the page. I have a list of text links for different videos. Id like to be able to click a text link to change the video in the player without reloading the page.
Do you know if this is possible?
If not, maybe I will do it all within Flash, or just reload the page.
Thanks
Basically I just made an ajax call to a php page with the embed code. I get the video id from the id attribute of the link and pass that to the page. So if the video id was ek2j3, it would be embed.php?vid=ek2j3. That's the ajax call which updates the div.
That's just me, though.