
Search In
In android playing videos from web-view is such a mess but now just using a small trick you can play all web videos of the YouTube, Daily-motions, etc.
You just have to add this method in your web-view Activity.
Here is the trick-:
mWebVi
In this tutorial we will learn to create a custom Video Player that plays youtube videos in background also. To do that we will be using youtube-ios-player-helper.
Let's first know what youtube-ios-player-h
If we need to add a video on our page in magento store lets see how we can do it
Follow these steps :
1. Login to the admin panel of your setup.
2. In admin panel menu go to CMS menu and click on option page.
3.
I want to import blogs and articles from other sites into my drupal website.
I also want to import youtube videos in different content type.
if you are using the UIWebview and want to autoplay the video from url then just add the "autoplay=1" at the end of the url.
Here is the code:
NSString *url=@"https://www.youtube.com/watch?v=vs3sVrm_W4o&autoplay=1";
[self.webview l
(Image Link: https://unsplash.com/photos/l5if0iQfV4c)
Search engine optimization or SEO is an efficient way to attract more visitors to your online platform. If you use it properly, that is. Nevertheless, we are at a point where ignoring i
Hello Readers
The below post show the customization of youtube embed player by using some youtube defined parameters.
Now a days most of the developer use the embed iframe tag for displaying the videos because this improves the projects playback ex
Hi,
The tutorial will help you to set an image on collectionView Cell and when you click on any image play the video.
//
// ViewController.m
// YouTubeVideo
//
// Created by lalit on 4/7/15.
// Copyright (c) 2015 lalit. All rights reserved.
//
Hello Readers!
We can use YouTube Data API to retrieve video thumbnails, caption, description, rating, statistics and more. API version 3 requires a key*. Obtain the key and create a videos: list request.
Example PHP Code
$data = file_get_contents
This tutorial explain how we can Play YouTube video within Fragment.
1. Create simple Fragment class extending Fragment.
2. Implement YouTubePlayer.OnInitializedListener to Fragment and override its methods.
3. Create FrameLayout in Layout
