Click here to Skip to main content
15,897,371 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have this youtube player embedded code in a aspx page,

ASP.NET
<object type="application/x-shockwave-flash"  runat="server" id="vidbox"style="width:629px; height:353px;" data="URL">
<param name="movie" value="URL" />
<param value="application/x-shockwave-flash" name="type" /> 
<param value="true" name="allowfullscreen" /> 
<param value="always" name="allowscriptaccess" /> 
<param value="opaque" name="wmode" />
</object>

what i wanna do is, i wanna pass a youtube url to the places where i named URL(the same url goes to those two places). how can i do that?? i'm glad if you could provide me a simple answer right here 'cause the tutorials are much complex to me since i'm a total newbie to this.
Posted
Updated 22-Aug-11 3:26am
v5

1 solution

Take a look here

http://embedyoutube.codeplex.com/[^]

and again, don't be afraid to google something like "C# ASP.NET YouTube"...

Cheers
 
Share this answer
 

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