Click here to Skip to main content
15,880,651 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi! i have stored video url in db. but wen i bind to label it displaying the link only.I want to display the video with play/pause format?please help me out with dis problem.Thanks in advance..

Regards
ChandanNorway
Posted
Comments
ZurdoDev 18-Feb-13 7:53am    
Then you'll need to bind it to a media player control that is embedded in your page.

1 solution

Add the following code in your aspx code. Add proper URL db field in place of youtubeURL

<embed type="application/x-shockwave-flash" wmode="transparent" width="319" height="263"src="<%# Eval ("YouTubeURL" ) %>" />
 
Share this answer
 
Comments
chandan norway 18-Feb-13 9:37am    
its not working.......
Sandesh M Patil 18-Feb-13 9:40am    
have you installed flash player?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900