Question : urgent embedded video on PHP file.

hi there.

I develop a web site with PHP and the web site has videos/ movie part.

I need to embed video like attached image. the video list shoul appear, then user click the video,
it should play same appearance with image 2.
in image2, quickTime should be installed but my application should play in almost all browser like youtube or the others.

any help or link will be greatly appreciated.

warm regards.              
Attachments:
 
image1
image1
 
 
image2
image2
 

Answer : urgent embedded video on PHP file.

you can do this, if you are running the queries from a form..

using the key down event of the form

set the form's KeyPreview property to True

Private Sub Form_KeyDown(KeyCode As Integer, Shift As Integer)
    If KeyCode = vbKeyEscape Then
        KeyCode = 0
    End If
End Sub
Random Solutions  
 
programming4us programming4us