I am working on a website http://www.tagfrisk.com/ i have used basic dialog in-order to display the detail about the video. You can click on the thumbnail icon to view this dialog
The problems i am facing in this are :
1. We are not able to View the video again once we have viewed it, as the dialog do not ope for that video until we reload the page.
2. I have used animateTarget ad passing a unique id to the function for this, while expading the dialog it woks fine but while hiding it it always hide into the 1st icon only.
firstly i am not a Ext buff , in fact i have a few questions on using it myself. i tried your page and think you should look into checking if there is a dialog already created, if there is one then change its content id and then call the show method.
{my thoughts} dialogs dont get destroyed they are hidden --> dialog.hide show you simply need to reshow it......to test try and click on one of your vids then close the dialog. The one you just watched will not show , but another one will.