-1
votes
0answers
19 views

Why doesn't Chrome requires Flash updates anymore? [closed]

It appears like Chrome now comes with built-in flash functionality (which has not required an update from me)...so here goes my question: Is chrome automatically updating the built in flash support? ...
1
vote
1answer
90 views

JW Player : video play in mobile browser and web browser

I am using JW Player to play videos in mobile and web browser; I have many 100 videos with dimension 1280*700 px. This video fit for web browser and loading time according to web browser and net ...
0
votes
0answers
79 views

support for H263 and Mpeg4 codecs in browser Flash plugin/HTML5

I want to play/stream .mp4/.3gp videos on desktop browser with any of the below codecs, H263 Video codec Mpeg-4 Video codec AMR speech codec I could not open these files on flash player ...
1
vote
0answers
167 views

Flash - how to turn off the “Enable hardware acceleration” window?

We have a piece of swf embedded for recording (the wami-recorder). The issue is that some clients experience that the window for enabling hardware acceleration always pops up. Instead of this, ...
4
votes
2answers
123 views

Is OGG really necessary for HTML5 video full compatibility?

I'm preparing a webpage with a video. I'd like to make it compatible with a wide range of devices, so I inserted a HTML5 <video> tag with a Flash Player fall-back (FLV video file) for ...
4
votes
1answer
156 views

How to move a DIV in the DOM w a flash player, while not causing the flash player to refresh

I have something like this: <div id="doc"> <div id="main"> </div> <div id="rail"> <div id="video"> <object>....</object> </div> ...
0
votes
4answers
407 views

TYPO3: how to cache just some parts in an extension plugin

I have this extension showing some customer data plus an embedded video (MP4). It consists of a cached Plugin, because the data isn't changed, unless someone in the TYPO3-Backend makes changes to it ...
2
votes
1answer
283 views

Displaying Flash on HTML5

We have an ASP.NET 4 website that displays flash files. It has come to our attention that these are not fully supported on HTML5, and that they will not play on HTML5 platforms such as the iPad. So, ...
1
vote
3answers
170 views

flashplayer vs html5

Is there anyway to detect if the browser has a flash player installed or supported by the html5 ? Any javascript trick ? Like below code. <!--<noscript> <object ...
2
votes
1answer
302 views

Is the Flash video fallback for HTML5 video built into the Flash plugin?

I understand how to use the HTML5 video tag except for one part: the flash fallback. In order to use a flash fallback do I just simply include the .flv file last in the list of source tags or is there ...
0
votes
1answer
71 views

Detection of Media Playing support in Browser

Is there any jquery plugin on net which can detect user have installed flash player or html5 or silverlight so that I can display my video player accordingly? Thanks in Advance.
0
votes
1answer
1k views

How do you change the allowscriptaccess in a browser programmatically?

Specify your operating system: Windows 7 (64 bit) Video Capable Audio Capable and Local File I/O Enabled. Specify your web browser and version: (Firefox 6.0.2 32bit) Specify your Flash Player version ...
0
votes
1answer
562 views

Audio player inside InfoWindow (Google Maps)

I need to show audioplayer(and play audio of course) inside marker's InfoWindow 1)I tried to use audio.js http://kolber.github.com/audiojs/ It works if I put 'audio' tag on the page code, but if I ...
1
vote
1answer
224 views

HTML5 video: How many video formats should I support?

I'm developing a site where users can upload their videos. I'm trying to go the "best practices" route and support playing back these videos using the <video> element, however it seems that ...
4
votes
9answers
9k views

HTML 5 Video not working on IE9

Why video on this page and this page working in all browser but not in Microsoft Internet explorer 9? Any fix for it? This video is not playing on My IE 9.0.8112.16421 My OS is Windows 7 64 bit
0
votes
1answer
132 views

Is it possible to gain access to an embedded Flash video's parameters that is embedded on a site you don't own via a browser extension with JS/HTML5?

I'd like to gain read only access to the following parameters of embedded Flash videos located on sites that I do not own through my own custom browser extension/add-on: Time location of playback ...
1
vote
3answers
2k views

Code to have browser choose Flash player first, then fall back to HTML5 video

I'm just making video on my site HTML5 compliant for portable iOS devices and one thing I'm running into is that I would like to have the client browser try the Flash player first because it's more ...