0
votes
0answers
4 views

How to get Safari mobile audio jPlayer seekable on subsequend page reloads?

I need to get audio to play seekable for all page loads (not just the first) on an iPad. When viewing jPlayer's jsfiddle page with an iPad (version 5.1.1): http://jsfiddle.net/jPlayer/XLNCY/ ...
0
votes
2answers
15 views

How has soundcloud hidden the URL of streaming audio

I am trying to hide the URL of my audio streams for my HTML5 player and was really struggling to think of a way to do so and then I realised, soundcloud must hide the URL's of their streams. So i went ...
0
votes
2answers
11 views

Is it possible to create javascript audio player with multiple tracks playing in same time?

I want to create custom player with 10 sounds for example. All 10 tracks are components of one music composition, created by different instruments. For each track I want to have on/off switcher. ...
0
votes
1answer
20 views

jQuery iframe load local iframe url with escaped characters

I'm loading a custom page type that is just comments for a post. This is so I can use Disqus threads for easier usability when multiple loop posts are on a single page. When loading an iFrame with ...
1
vote
1answer
15 views

Adding bitmap images in HTML5 SVG programatically

I have a web application using SVG for a drawing canvas. Drawing scribbles and writing text works. Now I want to be able to add bitmap images to the canvas. This does not work at all. I am trying to ...
1
vote
0answers
34 views

postMessage to all iframes on page

I want to send postMessage to all iframes on the page with a given class. I can make use of jQuery (need not be vanilla javascript solution). Html: when i tried something ...
1
vote
0answers
23 views

capturing and handling html5 video events

I'm trying to develop custom html5 video player. Struggling a little bit with getting my head round as to how should I handle events that I'm capturing. For example: //this will work video.oncanplay ...
0
votes
3answers
27 views

sessionStorage onclick set value

I have 4 divs, and depending on what the user clicks I want to set a variable on each of them, which I then want to save using sessionStorage. <div id="1" onClick="sessionStorage.id=1">Select ...
0
votes
1answer
19 views

How do I add a hyperlink to a shape in a KineticJS canvas?

I'm working on my homepage which consists of several shapes being drawn in the middle of the screen using an HTML5 canvas and KineticJS, but I've run into a roadblock trying to add hyperlinks to each ...
0
votes
0answers
14 views

Rotating Banner / Crousel With Other Web Parts

On my websites homepage im looking to incorporate a rotating banner. I have a selection of images (4), which currently change every 5seconds. However, what i would really like is to develop ...
-1
votes
1answer
49 views

Opening Black Circle

I have a site whose pages are loaded through AJAX. Now I want to do a page transition effect. A complete black rectangle is placed on the whole page, then a circle expands to show the content. ...
0
votes
2answers
54 views

Can user disable html5 sessionStorage?

can user disable the HTML5 sessionStorage just how he can disable cookies? Also is sessionStorage will valid till page refresh? I mean what session actually mean, is it page refresh?
1
vote
5answers
53 views

Using <pre> and <code> tags to display a javascript script

I'm experimenting with the < pre> and < code> tags in html 5 as I would like to include some code snippets on my website. I'm using the page below as a test page but it is not displaying ...
0
votes
2answers
31 views

Canvas is null error in javascript

i have this code : <!DOCTYPE html> <html> <head> <style type="text/css"> canvas{border:#666 1px solid;} </style> <script type="text/javascript"> var canvas = ...
0
votes
0answers
14 views

Three.js Implement Side-By-Side Effect Use OculusRiftEffect.js

I was studied about OculusRiftEffect.js recently then I thought maybe it can use in any Three.js example. So I try to modify this example -> ...

1 2 3 4 5 987
15 30 50 per page