Click here to Skip to main content
15,891,473 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I have made a simple YouTube player in C# using Shockwave Flash dll. Now, when i am inside visual studio it works (the videos can be played) but when i deploy my application the flash player turns just white(i only see the flash player control, no videos playing). It doesn't play any videos. Now, i installed the active X plugin for IE but still my simple app doesn't work. Even on my development machine the player doesn't play video when i open it directly using its executable. It only works when i am inside visual studio. So i am asking for a help.

Regards.
Posted
Updated 30-Nov-15 2:10am
v2

First, I have no idea why you're player doesn't work and I don't think anyone else is going to know either considering you haven't provided any code snippets at all.

Next, I need to point something out from YouTubes Terms of Service:
Quote:
4. General Use of the Service—Permissions and Restrictions
YouTube hereby grants you permission to access and use the Service as set forth in these Terms of Service, provided that:

You agree not to distribute in any medium any part of the Service or the Content without YouTube's prior written authorization, unless YouTube makes available the means for such distribution through functionality offered by the Service (such as the Embeddable Player).

You agree not to alter or modify any part of the Service.

You agree not to access Content through any technology or means other than the video playback pages of the Service itself, the Embeddable Player, or other explicitly authorized means YouTube may designate.
 
Share this answer
 
Comments
derstine 1-Dec-15 3:15am    
So that means i cant distribute my app? How to email youtube about this? But my app works on a windows 8 machine on its embedded flash player. Only windows 7 is my problem.
Dave Kreskowiak 1-Dec-15 7:46am    
Yes, you can NOT distribute your app. The chances of you getting this exception are extremely small, to none.

In fact, it looks like it's now none: https://support.google.com/youtube/answer/1727240?hl=en#Video

Bringing Up My Post..
Hoping someone has a solution.
 
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