Questions tagged as 'html5'

1
answer

Video auto adjustable

I'm using HTML5 which in turn has a tag called <video> but I'm having a hard time using my video in the header of my site because I can not manipulate my video correctly I would like my video to stay like the site  I even h...
asked by 22.07.2015 / 16:57
1
answer

div does not accompany header redimensioning

I have the following problem, I have a video that is in my tag <header> in it there is a div presentation that there are written texts I wanted when resizing the browser this div follow the same video for example the...
asked by 23.07.2015 / 16:23
0
answers

Is there any method or way to do this?

I'm new to programming, I have a little experience with HTML (hence JavaScript), and I need something like this: Something that "reads" an html file and takes some information straight from the source. For example: <div class=exemplo&...
asked by 17.05.2015 / 23:02
1
answer

Data received from audio

How do I know how much data (KBs or MBs) of the audio tag was received? For example, the user enters the site, and clicks play, the audio begins to play. Let's assume that his internet is very bad and the music stops all the time. How to know no...
asked by 08.06.2015 / 00:16
0
answers

HTML5: Download content (script) when clicking on a page and running it.

How do I download a script that is online automatically each time I click to open a certain page? and add it to the page I'm trying to make an app and on some pages have read feed, but at the time I compile with Visual Studio, the app does no...
asked by 27.05.2015 / 20:50
1
answer

Capture input data Iframe

Well, in a page I have an iframe, it is displayed part of the other site of mine, they are in different servers, what I need is to access the input of the iframe and send to a javascript variable of my page, like sending by Post or GET. I've rea...
asked by 08.09.2015 / 20:56
0
answers

Video Cross-browser

I need to use a video and it has to be cross-browser . It works on Google Chrome, Opera and Mozilla, but it fails to appear in Safari. Here is my code: follow the html code: <div id="video"> <video id="Video1"...
asked by 20.05.2015 / 20:28
1
answer

Jquery select all elements that contain the data-id attribute [duplicate]

Hello, I would like to know if there is any way to find all elements on a page that contain the data-id attribute, just like I can when I want to get a native HTML tag. for example, if I run in the DOM of Google Chrome the code $('div...
asked by 24.03.2015 / 18:17
0
answers

Android games created in cocoon js do not run on bluestacks

I'm doing some testing with Construct 2 and Cocoon Js. The .apk generated by Cocoon Js usually runs on some phones I tested, but none of them work on Bluestacks. He starts loading the game, splash appears, but then closes alone. Anyone have any...
asked by 22.03.2015 / 12:14
0
answers

How to show callback?

I have this Javascript and would like to get this callback from another page with JavaScript how can I do this? This callbck is on a server named "callb" and I have an HTML page that is on the server and I want to get this calback from the "call...
asked by 18.03.2015 / 13:59