Tagged Questions
1
vote
0answers
32 views
Running Youtube embedded player inside (cocoa) screensaver - how to block/trap fake user events?
The Youtube player seems to send fake user input events in order to prevent the screensaver from starting (I'm on osx/safari but the same thing happens in windows). This happens both with the ...
0
votes
0answers
21 views
android : issue in playing youtube videos in webview
My code to play vide is below. In onlt HTC phone, i am getting the error
"webpage not available
web page at ...
0
votes
0answers
21 views
Deal with embedded youtube videos in a webview
I'm writing an app that gets the feeds from a given wordpress blog and displays the post contents in a webview. This works great for posts with only text and pictures, but when the post has embedded ...
0
votes
1answer
65 views
Youtube inside webview in android application
after reading diffrent examples i allmost rech to the wanted result
the code :
WebView myWebView = (WebView)findViewById(R.id.webview);
String strHTMLTags = "<iframe width=\"100%\" ...
0
votes
1answer
220 views
android application : playing youtube video embed on webview
I read several task on my problem but I don't know how to go.
I have webview with youtube video embed.
When I click, I have the sound but not the video.
I add this :
content.setWebChromeClient(new ...
0
votes
0answers
110 views
Render video inline in iOS webview using YouTube's iFrame player?
I'm trying to use the YouTube iFrame player within a webview in an iOS app, but the player insists on using the iOS player to render the video fullscreen. I want to play the video within the webview. ...
1
vote
0answers
334 views
Custom Android WebView to open all links internally except YouTube links
I have a WebView app that I want to behave like this:
The user can follow any link and the new page is opened inside the same WebView, except if the target is YouTube in which case I want two ...
0
votes
0answers
73 views
Android webview issue with SINGLE_COLUMN mode
I'm currently having a issue with the Android WebView.
This webview is currently initialized like this:
_post_WebView = (WebView) view.findViewById(R.id.post_webview);
...
1
vote
1answer
253 views
Android: Webview embeded YouTube Video Works on Nexus 7 (4.2.2), not Samsung Intercept (2.2)
OK so I've been working at this a bit and got a YouTube video to work while embedded in an iframe with my Nexus 7, but then I tested it with an old Samsung Intercept running 2.2 and I'm getting the ...
0
votes
1answer
299 views
Android - Launch Youtube app from a embedded youtube video in a Webview when clicked
I have been looking everywhere and I cannot manage to find the solution. I am currently developing an app that handles some rss content. In the content the writer can add youtube links inside a tag.
...
4
votes
3answers
1k views
Android WebView with an embedded youtube video, full screen button freezes video
I have an android webview that loads a wordpress blog. Some blog posts contain youtube videos which I would like the user to be able to make full screen if they wish. The problem is the HTML5 full ...
0
votes
0answers
53 views
Can not get youtube video title in android
I am trying to get youtube video title which is currently loaded in webview for that I am using webview.getTitle() method in onPageFinished method of webview client but every time title is showing ...
1
vote
0answers
354 views
WebView embedded youtube video does not accept full screen button?
I have a WebView that is loading a WordPress website that has HTML5 youtube embedded videos within some articles. The videos will play fine but the full screen button does nothing but crash the ...
0
votes
0answers
57 views
Android YouTube-Sign-In alternatives to WebView
I created an android application which allows the user to sign in to YouTube in a WebView. After that, the user get an access token (OAuth 2.0) and can access his favorite videos. This works fine, but ...
0
votes
0answers
28 views
How to set a notification for subscriber when I publish a new youtube video? Android
So I just want to set notifications for subscribers in the app when I decide to publish new youtube videos. I don't know what code I would use or if there is an example somewhere for that. It does not ...
0
votes
0answers
346 views
Open youtube video embedded in webview in youtube player
I have webview and some html + youtube video loaded. Is it possible to open youtube videos in youtube app instead of webview?
0
votes
1answer
138 views
Embedded Youtube player getting cut off
I am trying to embed youtube video in my android app using WebView. Here is the code:
{
WebView mView = new WebView(getContext());
String embeded = loadPlayer(); // this is javascript string ...
1
vote
3answers
3k views
Android webView to play YouTube videos
can anyone help using this code to get youtube videos to play that are embedded in website?
have tried all sorts of things including hardwareAccelerated=true in manifest.
The webview shows the ...
3
votes
0answers
748 views
android webview show youtube.com/tv video in fullscreen
I am making an app for displaying youtube.com/tv on tv sets.
It has a simple and nice layout, and it also has some nice features like pairing and controlling it via a smartphone.
So..
I use webview to ...
0
votes
0answers
55 views
How to play a youtube live stream video in a windows 8 metro app? [duplicate]
Possible Duplicate:
How to play youtube video in its embeded player in metro app
I am trying to play a live stream video from youtube in a windows 8 app
I am using the following code
Xaml ...
1
vote
1answer
571 views
Black screen in Youtube Iframe (Android Application)
I'm creating a Phonegap Android application, I've placed a Youtube Iframe inside a webview. But when playing a video only the sound works and the screen stays black.
I've found a solution, but I ...
0
votes
0answers
135 views
Android - Sizing Iframe inside Webview
My application currently uses a WebView to display an Iframe containing an embedded YouTube video.
It works perfectly, except that I cannot size the Iframe to take up the dimensions of the WebView.
...
4
votes
1answer
477 views
Embedded IFRAME video keeps playing in background after exiting fullscreen in Android
I've searched a lot for a fix on this problem but apparently i couldn't find one.
Well, as the name suggests I have a simple Android app which has a Webview.
public class MainActivity extends ...
0
votes
1answer
891 views
Android activity with WebView crashes when starting new activity
Question updated: the problem with return button solved mysteriously.
now the it crashes when starting new activity (full screen player)
I tested my app under four conditions:
1. press the button ...
2
votes
0answers
613 views
Android - full screen button makes youtube video (youtube embed) in webView crash
this is my xml structure (dynamically changes. code generated)
<LinearLayout>
<WebView></WebView>
</LinearLayout>
on that webView, i set this html code
...
2
votes
3answers
1k views
How to play youtube video (youtube embed url) on webView
i can't get youtube videos to play. when i click the play button, the video shows only black screen. does anyone know what's wrong with my code?
I've tried this
WebView content = new ...
0
votes
0answers
177 views
How to replace red play button of youtube with custom button in android
In my app youtube video play perfectly without any problem.
My question in 3 parts.
Part 1:
Check following screen shot of my app. In that image shown in WebView with YouTube red play button.
...
1
vote
1answer
367 views
Youtube play only once in WebView
I have the following code. It successfully stream the video from YouTube. But when the video ended. It cannot be played again, not even if I quit and re-enter the app. It always shows the loading page ...
0
votes
1answer
194 views
When my embed youtube video finished I can't play it again?
I have a working webview in Titanium with an embeded youtube video. The video plays nice, I can stop it, resume it and so on. But when the video plays to the end and I press "done". The webview goes ...
2
votes
2answers
546 views
Youtube in iOS5 - done button Tapped
In iOS5 i want to load Youtube movies, and i done it with:
- (void)embedYouTube:(NSString *)urlString frame:(CGRect)frame {
NSString *embedHTML = @"\
<html><head>\
<style ...
0
votes
0answers
42 views
youtube invocation using webview
I'm using webview to invoke a youtube video programmatically. Apple docs offer two URL strings to use for invoking a youtube video
http://www.youtube.com/v/
and
http://www.youtube.com/watch?v=
The ...
4
votes
2answers
493 views
YouTube video is not opening in webView
The problem is that I can load YouTube site, and navigate trough videos,
but when I click to play a video nothing happens.
Video just get orange flash like it is selected,
but doesn't start ...
2
votes
1answer
724 views
How do i play Youtube videos in webview?
I am a noob to android and despite the numerous tutorials I have read i still can't figure out how to play youtube videos in my webview. I can navigate the site without any problem, but when i click ...
1
vote
1answer
218 views
How Do I Display Youtube site/video within Webview?
I am noob to android and i want to navigate youtube.com and show video from the site inside of a webview. Currenty, when i try to do this, the device's browser appears and makes me navigate the site ...
5
votes
4answers
332 views
play youtube video in iphone app in ios version below 5.1.1?
I want to play a youTube video using youtube video url.
I succeed in playing a video in iOS version 5.1.1 but the video does not played in iOS version 5.0.1 and 4.0 or below. I am using webview to ...
0
votes
0answers
72 views
Youtube video on UIWebView, sometimes it works, sometimes it doesnt. Why?
#define YOUTUBE_URL @"\
<html><head>\
<style type=\"text/css\">\
body {\
background-color: transparent;\
color: white;\
}\
</style>\
</head><body ...
3
votes
1answer
372 views
How to play a youtube video on iphone, not in fullscreen
I'd like to play a YouTube video in my iPhone app inside a view or a webview.
I know it's possible to play inline videos on the iPad, but I haven't been able to do that on the iPhone. As soon as the ...
2
votes
3answers
2k views
Embed Youtube videos in Metro style application
I am writing application to show youtube videos.
In WPF on windows 7 I use WebBrowser control and it works fine. But when I use WinRT WebView control to show swf file from youtube - it doesn't work. ...
2
votes
1answer
2k views
Youtube live streams in Android Webview are jittery
I am having a lot of trouble trying to play some youtube videos inside an Android Webview. I search everywhere but cannot find a solution that works.
I am using the following code:
WebView mWebView ...
0
votes
1answer
52 views
Remove youtube vide title on android webview
I'm writing an application that plays video from youtube using WebView. There is no problem with playing but video has it's own header, that is not so useful for me. How can remove it?
10
votes
2answers
628 views
Why Android WebView is not loading youtube HTML5 iframe video?
I tried the following:
WebView wv = (WebView) findViewById(R.id.webView1);
String playVideo= "<html><body><iframe width='200' height='143' ...
-1
votes
1answer
280 views
How do I display a YouTube playlist webview?
I want display a YouTube video playlist in a webview in my application. When it loads, it displays on the entire screen of my phone instead of within the layout of my application, which includes a ...
0
votes
0answers
575 views
cant load a youtube embedded movies on a webview android sdk
I cant load youtube movies on a webview .
I need to load a movie in my app from youtube . but i cant see any movies at all on a webview .
it dosent have to be this code . any working code will be ...
0
votes
0answers
198 views
Disable WebView VideoPlayer in ICS
In ICS, webview loads youtube videos using a built-in html5 videoplayer.
is there a way to disable that and instead have the embeded youtube player.
Thanks,
2
votes
0answers
480 views
Playing youtube video using a webview in android ICS Error: “OnBufferingUpdateListener is null”
I am using a webview and google API for youtube (iframe) to play youtube videos.
Everything is fine as long as I use honeycomb but as soon as I switch to ICS I receive the error below:
Error: ...
0
votes
0answers
126 views
WebView is partially showing in ICS
In my app I have a list of YouTube videos on the left-hand side and a WebView on the right-hand side.
Once user touches any of the links on the list the WebView loads that video (using Google API for ...
2
votes
1answer
2k views
Embedded YouTube video in WebView does not respect full screen settings
I am using the the guide displayed over here to embed a video in a WebView controller.
The WebView is inside an Activity which has the the theme Theme.Dialog
The embedded video is shown with the ...
0
votes
1answer
898 views
embedding a webview with youtube videos
I am trying to build an app with a webview on it that allows youtube playback .
Right now the site of youtube is loading and i can click on the video but all I can hear is the sound of it and can't ...
0
votes
2answers
694 views
Playing YouTube video in an Android application
I have been trying to get a link to the video of YouTube accessed with YouTube data API.
I want to play the video in my own application but but haven't found a way yet. So far I have tried using ...
1
vote
1answer
3k views
Play youtube video in android app on Tablet [closed]
I am using a WebView to play youtube video in my android app.
I use the sysntax below to load the youtube video:
webview.loadUrl("YoutubeVideoURL");
I can see the first screen of the youtube video ...
