0
votes
2answers
25 views

load a video into a div when clicking a image link

hope someone can help. I am trying to create a page where you have 3 thumbnail images of stills form a video. When you click on the image link, a video should load into a large div above the ...
0
votes
1answer
45 views

Embedding a youtube video on a website

I want a way of embedding a YouTube video on my website. I would like for it to be a small thumbnail and when clicked upon, it will pop-out a video and play the video. I have checked several threads ...
-1
votes
0answers
20 views

How play video on data DVD/CD website (offline)

Hi i found this here : [Playing videos using flash 'offline' Playing videos using flash 'offline' But this solution is not free and i search for something free and more simple with ...
0
votes
0answers
15 views

Check if uploaded video file is valid and if Flash player can play the file

I am building a website where users are allowed to upload their own videos. Before uploading the video I check to see if the file's extension is appropriate (e.g. .mp4, .flv etc.). However, in this ...
-1
votes
1answer
23 views

Retrieve corresponding file after form field entry [closed]

In short: I have a concept site where users can enter a personal "code." (read number) Once the code is entered it should load a page with a corresponding video. However, I have no idea where to ...
0
votes
1answer
45 views

HTML5 Video not working in Safari

I'm creating a website for a client that is very media heavy, so has a lot of video/audio files to load. The videos load perfectly in Chrome, Firefox, IE etc, but not Safari (on Windows)! See code ...
0
votes
0answers
23 views

Play video in the background of a website

I'm using an FLV player (http://flv-player.net/players/js/ to be exact) to play video on my website. The player is content in a specific menu tab. When I play the video like normal it works great. ...
0
votes
0answers
23 views

Using SWF Object to Display 5 Seperate Videos on Website Page

I have a simple html page on my site that had one video. I am now trying to build a page from this with 5 separate videos and unsure if what I am doing is right. I have this code for one video: <p ...
0
votes
0answers
27 views

can't get the skin to display on my .swf video using javascript and html

I have created a video in flash, and used the ClearOverPlaySeekMute.swf skin. I used xhtml and javascript to display the .swf file but the skin does not display which means I can't pause or control ...
0
votes
0answers
37 views

Video too small on iPad (height)

Want to show a video in a bootstrap responsive site. In my CSS file I defined the video tag width to be 100 % of the .span7 box and set the height to auto. Works very well on desktop when I change ...
0
votes
1answer
50 views

Embedding a video into HTML5 (audio plays but screen shows black)

I'm trying to embed a video into my webpage. I've used the two example code: E.g 1 <video id="example_video_1" class="video-js vjs-default-skin" controls width="250" ...
1
vote
2answers
37 views

How to play a youtube video without iframes?

Looking for a way to display a youtube video in a video player powered by HTML, Javascript, PHP, or CSS. Probably CSS. I'm not against downloading the video and hosting it myself it need be but I ...
0
votes
1answer
70 views

Videos not playing in certain browsers (I.E.10)

i am trying to get a video to play in all browsers, however while it works perfectly fine in chrome, in firefox it comes up with an error, and in I.E. 10 the video box loads up but does not run here ...
0
votes
2answers
77 views

How to apply onEnded event for HTML video tag

I have tried the video tag with flowplayer. The code is given below: <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js"> </script> <!-- 2. flowplayer --> ...
0
votes
1answer
99 views

Embed Html Code that contains video streaming in Android

I'm trying to develop an Android application which only shows a video streaming embedded as follows: <html> <embed width="650" height="377 ...
0
votes
0answers
100 views

Get multiple embedded youtube videos playing in sequence with PRE-UPLOAD

Here is the great answer on question how to get multiple embedded youtube videos to play in sequence Get Multiple Embedded Youtube Videos to Play Automatically in Sequence However it is not enough ...
0
votes
1answer
33 views

Web video player

Well I'm looking for a video player that I can embed in my web (sorry if I'm not using the appropriate terms, I didn't know what words to look up). I've tried many JS and CSS based like MediaElement ...
0
votes
1answer
22 views

Is there a way to make a player for iOS which plays IN an html document, and NOT fullscreen?

I want to make a player in a website for iOS devices, but I don't want that it plays the video in fullscreen. I want the player that plays it inside the website, making it able to view both the ...
0
votes
1answer
22 views

HTML5 Video option

Now it may seem like a dumb question but for in regard to html5 video, is it possible to show the video poster once you navigate away from the page? Example, I have a JQM page that has a html video ...
0
votes
1answer
195 views

.mp4 and .wmv files not working in chrome

I am using the following to display one .mp4 file in the browser:- <![if !IE]> <video width="480" height="360" controls="controls"> <source src="<?php echo $video; ...
-3
votes
2answers
89 views

How to embed video in HTML page and play them on site? [closed]

Please tell me an easy way to embed video in HTML page and then play it on site
0
votes
1answer
40 views

Stretching a video?

I am trying to stretch the video that I have. It has to be 400 X 400 stretched. I tried using the "stretchtofit" value="true" but that doesn't work and I need the video centered under the heading. I'm ...
-1
votes
1answer
174 views

open video from android browser in vlc player [closed]

I tried to search this question everywhere, seems strange couldn't find anything about it. Any I want to open a video in android browser, it should open this video strictly in vlc player, not in any ...
0
votes
1answer
36 views

What code can I use to make a video/animation/soundclip to play after a certain time on my website? Can Javascript do this in particular?

I am doing a college project whereby I have to create a website in Dreamweaver and I have to include timeline-based events on the different pages. For this I want it so when the page loads a video, ...
0
votes
1answer
93 views

Getting null pointer Exception when playing videos in webview from SD card

In Html file, always showing error in this below line, <video src="file:///sdcard/kummar.m4v" width="300" onclick="playvideo('file:///sdcard/ku<p>testing of video element.</p> This ...
0
votes
0answers
33 views

Play only a certain part of a video when a button is clicked

I am setting up a video player on my page, I have made it so that when you click a button it skips to a certain part. This works fine however when it gets to a certain part i would like the video to ...
0
votes
2answers
47 views

how to add a video into html

I want to add a video into my html code and it should be accessible at least from IE ,firfox and chrome browsers. The extension of the video is .vob I have used this code <object ...
1
vote
1answer
243 views

Cordova iPad app - video stalling

I'm building content for an iPad app using Cordova. Since the app has already been built and is populated by a CMS, I can't add any extensions or plugins or modules or anything to it (that seems ...
0
votes
2answers
95 views

Security Popup IE8 wistia video

I had the following iframe which renders the Video.In IE8, I am getting the security popup error. <iframe ...
1
vote
0answers
87 views

Videostream download via http get request

I´m trying to download a stream from streamcloud.eu The page sends from the site Streamcloud.eu a GET request which looks like this GET ...
0
votes
2answers
126 views

display videos of different formats in html page

I have different formats of videos on my hard disk, i want to display then in a html page, for example as of now i had .mp4 and .flv video formats = and trying to display with the below html code ...
0
votes
1answer
174 views

convert the videos of any format(flv,3gp,MXF etc.,) to MP4 in django using python

I am using django and very newbie in using it.Presently building a basic uploads page, that uploads the videos to hard disk(basically in to media folder inside the django project) So my code is ...
3
votes
4answers
317 views

Get Multiple Embedded Youtube Videos to Play Automatically in Sequence

Is there any simple way to have multiple embedded YouTube videos on a page and have them start playing as soon as the page is opened and when the first one finished have the second one start? I was ...
1
vote
2answers
193 views

Video in background div not working on IE

So I'm trying to implement this really cool effect on my portfolio site, it's a looped video playing in a background div(no audio). I got the idea from this site: http://www.eclarify.com I was able ...
0
votes
2answers
63 views

Get a users latest YouTube video with Ruby?

I'm very much a novice when it comes to web coding, I know enough HTML to create a site (I practice by setting myself little projects, in this case a site for my YouTube channel). I'm also learning ...
0
votes
1answer
52 views

IE wanting to download contents in IFrame

I have a problem with getting this to work and I am hoping someone can give me the solution. The below code is supposed to show a live video in the IFrame as you can see its pulling the video from an ...
0
votes
3answers
188 views

Floating div over vimeo video

I'm trying to float a div over a vimeo video, something I thought would be quite simple, but it seems not. Here's the html: <div id="wrap"> <iframe id="video" ...
0
votes
1answer
141 views

Embedding video using embed tag not working in modern browsers

I have a very simple html page with following content: <embed width="260" height="282" src="rtuner.wmv" showstatusbar="true" showgotobar="true" showdisplay="true" ...
0
votes
0answers
61 views

embed mp4 video NOT using HTML5

How do you embedd an mp4 not using html5? I see this question but there are no valid answers: How to embed a MP4 video in ASP MVC cshtml?
0
votes
3answers
56 views

Is it possible to replace a part of an <a> href values depending on the that href value?

I'm trying to integrate Video JS and Colorbox. The goal is to use jQuery to simply change the value of all href that have ".mp4" in them and then change the ".mp4" to ".html". This will allow the ...
0
votes
1answer
46 views

Video from a different source than youtube into an fancybox

could anybody tell me how could I embed this video to a fancybox popup? Video: http://www.tm-tube.com/video/28199/XTA+-+WAR+4+-+THC+VS+3DMAX+-+R3 Website: http://thc-racing.ucoz.com/index/gallery/0-9 ...
0
votes
1answer
127 views

HTML5 video background and transition

I am making a website for a friend of mine and he wants a really complicated one. Between the menupoints there are videos and the content is displayed on the last frame. So I thought I could use the ...
0
votes
0answers
38 views

HTML5 Video Can't get out of full screen

I can enter fullscreen fine but when I try to toggle out, nothing happens function toggleFullScreen() { var elem = document.getElementById("video_container"); document.cancelFullScreen = ...
0
votes
0answers
174 views

HTML5 Video and Fullscreen issues

When in full screen, if I click on anything in my controls I end up exiting fullscreen. <div id="video_container"> <video id="trailers" src="vLast.mp4"></video> ...
0
votes
1answer
43 views

Getting video to show up in IE and FF

I'm setting up oneweekfatloss.com but having trouble getting video to show up. It works in Chrome and Safari, but not in IE and FF. I've created an mp4 and .ogv file. Am I doing something wrong ...
0
votes
1answer
55 views

Adding time-stamp to image of youtube video

What I'm trying to do is get the exact look of the videos on the youtube homepage (image: click here) including the time-stamp. If you look in the source code, you'll find a link to the image of the ...
3
votes
2answers
121 views

Video .mp4 won't show in any browser

Im trying to get videos stored on my local drive to play on a webpage im making. I've tried opening the page in in three browsers but it never shows (prefer chrome). I've run the videos (mp4) directly ...
1
vote
2answers
49 views

Video Format which play in most of the browsers [closed]

Does anyone know, which Video(with audio) file can be played in most of the browsers: My priorities are in following order: IE 8 Safari Chrome IE other versions Firefox I am tired of trying code in ...
1
vote
1answer
171 views

Fire event when vimeo video stops playing?

I was just wondering if it was possible to fire an event once a vimeo video has finished playing? Currently I have a Vimeo embed in an overlay, that I want to remove once the video has stopped. Hope ...
17
votes
4answers
43k views

video as site background? HTML 5

I want to use a video as a background instead of an image that automatically stretches to the whole screen (background). I would also like to rotate videos and images.. so that there is a random ...

1 2 3 4 5 7