i want ask how i can display a youtube video like the way i do in ios 5 in a embed uiwebview, in ios 5 i do this:
[self.myWebView loadHTMLString:[NSString stringWithFormat:@"<embed id=\"yt\" src=\"%@\" type=\"application/x-shockwave-flash\" width=\"260\" height=\"136\"></embed>", newUrlFormat] baseURL:nil];
and the video start direct in landscape mode, but now in ios 6 this don't work, so how i can do to display a video direct in landscape?
i want also ask if this project is legal under youtube API and if i can use in a ios app: