The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
255 views

Video sharing site with embeddable upload control

I'm in the process of building a site with embedded videos. I'd prefer not dealing with the videos myself and instead use something like Vimeo Plus. I also would like the future administrators of the ...
2
votes
5answers
409 views

Video encoding for websites

I am a little new to embedding videos on a website. What is the best way to go about it? I just started reading up on it. I read that I should use HTML5 and the browser's native player. -- Does ...
2
votes
3answers
274 views

How do I allow video embed html safely on a site?

I have a php application in which we allow every user to have a "public page" which shows their linked video. We are having an input textbox where they can specify the embed video's html code. The ...
2
votes
2answers
199 views

Which Is More Efficient, Embeddeing an FLV or Compiling an FLV to a SWF and Loading it Dynamically?

Recently I took on a rather daunting task of creating an interactive music video for the popular show Ghost Whisperer. I was brought in late in the project and was confronted with a giant authoring ...
1
vote
3answers
85 views
+50

disabling play/pause in embedded video using JW player

I am using JW (v 5.8) player to embed a video. And I want to do it so that autostart is enabled, allowing the video to start playing as soon as the page loads, the controlbar is disabled so that a ...
1
vote
1answer
56 views

What is current best-practice for using MP4s/video on the web?

I am making a site that has videos as a fairly large component. I've got the word that we want to focus on mp4 format/files. I just want to know what the best standards-based way of including mp4 ...
1
vote
1answer
384 views

Youtube videos in jQuery dialogs always on top of other content

I am having some troubles embedding videos in a jQuery dialog. It displays and plays all well but it is always in front of other dialogs. When I pass another dialog over the one with the video the ...
1
vote
1answer
952 views

How to embed videos in an iPhone app?

In my iphone app, I have a requirement for videos. I want to embed the videos into the application. I dont want that the video plays in youtube player and my application looses the control. How to ...
0
votes
0answers
31 views

Implementing own oembed provider - how to test?

I have created a video streaming site, so thought I'd try to implement my own oembed provider for this site. After reading the oembed specs and testing you tube and vimeo's own oembed endpoints I ...
0
votes
1answer
43 views

Best solution for embedding videos in webpages

I am looking at ways to embed videos in webpages. My website is coded in HTML4 and currently the videos are displayed by embedding Flash (SWF) files. The SWF itself can be a single movie or a player ...
0
votes
0answers
73 views

Remove replay screen in YouTube

How do I remove the playscreen after a YouTube video ends? The last image of the video should be displayed.
0
votes
1answer
56 views

flash video streaming and embedding

Users upload different types of files (images, videos, audio, docs etc) on our DAM server and perform different operations on those. We have public links for all these assets to enable an access ...
0
votes
0answers
37 views

Need Help getting embedded videos to work in E-mail

My HTML code with an embedded video link works fine in a browser, but when I send it out to our email list the video does not appear. There is simply a blank white space where the video should be. ...
0
votes
0answers
18 views

Automated creation of videos

I am looking for a way create simple videos (zooming and panning and scrolling and basic effects like fade in/out, like flash) automatically. I don't really care what tools or players or languages I ...
0
votes
0answers
179 views

Text editor, Image uploader, video embedding

Currently i use TinyMCE editor for everything on my website, you can answer questions with it, upload images and embed youtube videos. I was wondering if anyone knows of something that works a ...
0
votes
1answer
287 views

Is a video 720p just because of dimensions? [closed]

Looking at having some videos on a site. We got a video from video editor which has the dimensions 1280 × 720 so does that just make it 720? That takes up basically my whole laptop screen, yet on ...
0
votes
1answer
444 views

javascript video loader with preview based on url-input (facebook-style?)

I'm lookin' for a plugin (i'd prefere for jquery) that makes it possible to input a url to video (for example: youtube, or even a .swf-video) and load it into a div or something else. Like in ...
0
votes
0answers
13 views

Video Conversions and Embedding

What is the best format for a video to be in, in order to embed it on my site, while having it be cross browser compatible? Also I would like to know a simple embedding code. Thanks!
0
votes
1answer
549 views

Shadowbox.js and dailymotion videos

I have a site set up with some thumbs and links to videos hosted on vimeo. I show them in a overlay using shadowbox.js. This works perfect. Now I want to add a video hosted on dailymotion, but it ...
0
votes
0answers
51 views

Updating Embedded Video in Firefox

I am working on a Videos page where my intention is to load a video with the page but by clicking a link, the original video will be updated and replaced with the corresponding video. For instance, ...
0
votes
1answer
599 views

embedded .wmv video object not working in firefox, works in IE

This is my code <table style="width:100%;height:100%;vertical-align:middle;text-align:center;"> <tr> <td><object ...
0
votes
2answers
2k views

replace image with a video embeded

Hi I'm trying to modify a web page so that it loads faster. Since I have some videos embeded (blip.tv but can change it to youtube if it helps) I was wondering if you could load an image where the ...