0
votes
1answer
18 views

Using javascript media query to change the class of 2 divs

<script> $(window).resize(function(){ console.log('resize called'); var width = $(window).width(); if(width >= 900){ $('#lefty').removeClass('alpha'); ...
0
votes
0answers
66 views

css @media print not working entirely

I have a scrollable div in my page and I want to print the whole content of it, without printing the rest of the website. I have a file called print.css with the code: /* print style for quiz */ ...
0
votes
1answer
76 views

Conditionally load JS script for Desktop PC (NOT touch device) with certain width only

On my website I use a JS for parallax scrolling. I want to conditionally load that JS only on Desktop PCs with >= 1025 px width. And I desperately need help with optimizing and putting it together. ...
0
votes
1answer
39 views

Confluence - Play a SWF on top of the page

I am not sure how to do this if I was working in a normal web coding environment, much less that I am working in Confluence. My manager requests that our multimedia content on Confluence be able to ...
0
votes
1answer
98 views

CSS not changing when changing class name

I am working with the HTML5 media API and stuck at it's mute property. I have this mute button that i want to use to mute and unmute the audio for the particular video whenever i click it. The problem ...
0
votes
1answer
74 views

PhoneGap - Max Number of Active Media Objects Allowed?

I am using PhoneGap (Cordova) on Android and am playing multiple media objects at the same time. I am aware that there is a max number of concurrent media objects permitted due to resource ...
0
votes
1answer
92 views

change media refresh image size with jquery

function getItemWidth(){ var slide_wi = 976; var window_width = $(window).width(); if(window_width < 350){ slide_wi = 300; }else if(window_width <= 568){ ...
0
votes
2answers
164 views

Showing Album Art in Windows 8 Media Control

I am trying to add the Album art for Windows 8 Media Controls in JS I have the following code that is not working: Windows.Media.MediaControl.albumArt = "http://www.someimagesite.com/image1.jpg"; ...
1
vote
1answer
106 views

Changing Javascript attribute (inline in HTML) based on screensize - like CSS Media Queries

I'm utilizing Flexislider2 for a responsive site, and unsure how to write the code for a challenge I have. I am well versed in HTML and CSS, however not very good at javascript (yet, still learning ...
0
votes
0answers
84 views

Converting a Blob object in MediaStream [closed]

I would like to send a video (blob object) through Peerconnection without using DataChannel. Is it possible to "convert" a Blob object in a (local)MediaStream ?
0
votes
0answers
35 views

Stop jamming sounds while playing sounds via a button is pressed (called)

I am making an app to play sound clips, however the script jams while I was trying to play them (two clips are duplicated!) Here's my script: <script type="text/javascript"> var playerObj = ...
1
vote
0answers
132 views

Play multiple sounds in uiwebview

After searching this database for the last few hours I found that safari (and uiwebview) treat the audio tag as a singleton and will therefor only create one audio player each time. My Question: Is ...
0
votes
0answers
151 views

PhoneGap on iOS6 freezes sometimes after playing sound

I am developing a small game in HTML5, using PhoneGap to play sounds on the device. After upgrading to iOS6 a weird -and from my point of view completely random- bug have come along. The game in ...
0
votes
2answers
195 views

implementing mediaElement.js results in error

I'm trying to implement the mediaElement.js solution in a Joomla website I'm working on but i'm running into some problems. The following error is haunting me in my dreams :P: Uncaught TypeError: ...
0
votes
1answer
101 views

html5 audio loading bar [closed]

I'm trying to make a loading bar for my html5 audio player. I found the currentTime attribute to be very useful for the progress bar. Is there anything out there similar to this for the loading ...
1
vote
0answers
138 views

Is not the width for javascript 'screen.availWidth' the same as CSS3 media query max-width?

I have been experimenting with a simple web page in my mobile phone (see specification about browser etc at the bottom) with these two media queries: @media all and (max-width: 979px) { ... css ...
0
votes
0answers
163 views

Enquire.js not working

I am attempting to utilize enquire.js for one of my sites but I cannot seem to get it to work. $.getScript("enquire.js", function() { enquire.register("screen and (min-width:470px) and ...
3
votes
1answer
372 views

Fetching DeviantArt Media RSS with Google Feeds API (JavaScript)

I'm trying to use Google's Feed API to fetch the media from an RSS feed provided by DeviantArt, returned in JSON format. The feed is the following: ...
2
votes
4answers
139 views

fix div width @media fix for IE

I have a div set to 100% width, and when the page is being looked at 1024 resolution the width should change from 100% to 1000px, I got it working properly with @media queries and works fine on FF, ...
0
votes
0answers
117 views

Recording video in a web page

We're working on an app and need the ability for the user to record a brief video message. We have a back end service that's handling storage of the videos themselves and can pretty much deal with any ...
1
vote
2answers
265 views

How can I hide my inputs when printing my webpage?

I am using the script below: <script> function printpage() { window.print() } </script To call it after with this: <input type="button" value="Print this page" onclick="printpage()" ...
7
votes
5answers
1k views

How can I print an image in a web page, fitting the paper size (A3, A4, A5, etc)?

I am currently using IE9 and media queries and I have no need to have this working from other browsers. I tried using a set of rules like: @page { size: auto; margin: 10mm 10mm 10mm 10mm; } ...
0
votes
0answers
287 views

Primefaces, conditionally play sound

When the column 'timer' of a datatable that is polled every second has the value "00:00:01" I want an audio file to be played in the browser of the client. What I have tried is: In the backing bean ...
0
votes
2answers
219 views

Using CSS media queries to select a JavaScript element

I'm working on a website which will feature, one one page, a slideshow made in Adobe Edge (exported as a .js JavaScript file). I'm also using CSS media queries to resize various elements on the site, ...
0
votes
0answers
41 views

How can I stop jScroll Pane for @media print, to print all content, like standard scrollbars work)

jScrollPane.js link rel="stylesheet" type="text/css" media="all" href="styles/jScrollPane.css" link rel="stylesheet" type="text/css" media="print, embossed" href="styles/print.css" The ...
1
vote
1answer
68 views

Is there any plugin for JavaScript/jQuery that allows me to trigger an action when a playing song reaches a certain play time?

I need a plugin for JavaScript/jQuery that handles playing audio, but I also need to be able to make my code trigger when it gets to a certain duration (eg. when the song hits 1:06, it displays an ...
-1
votes
1answer
260 views

jQuery CSS Switching with Media Query Defaults

I have a website I'm trying to build with a mobile version, using CSS media queries in order to establish the two in the HTML: <link id="fullcss" title="desktop version" rel='stylesheet' ...
0
votes
1answer
210 views

get mouse position on jquery.media object

I am trying to get the current mouse position in javascript with this simple sample code: $(document).mousemove(function(e){ console.log(e.pageX +', '+ e.pageY); }); This works fine but I want ...
2
votes
1answer
269 views

CSS mobile media styles with manual toggling

So I'm trying to build a mobile and desktop version of a website simultaneously (using a MediaWiki engine, if anybody is interested). Since I don't have much experience with mobile device building, I ...
1
vote
1answer
1k views

how to embed .wmv in html page and play / stop / change file using javascript?

I tried to find a good sample to teach me how to embed .wmv files to play in windows media player in the IE without the controls bar, and to be able to change the played files using js plus to be able ...
4
votes
1answer
510 views

Phonegap Android Webview Video plays only audio

I've started to play around with phonegab today. When I was trying to capture video its working fine. Now I wanna show the captured video in the webview. so I was trying as below. var captureSuccess ...
0
votes
4answers
2k views

How can i apply CSS to print?

I am trying to print a div in one of my pages but i can't apply css when printing. Writing media="print" inside of the style tags doesn't work. What should i do? <style type="text/css" ...
0
votes
2answers
285 views

Looking for a good javascript player that can do playlists and has advertising support

I am looking for a javascript player that is opensource and has support for video and audio playlists and has support for advertising (or at least a way to disable the controls while the ad is ...
3
votes
2answers
684 views

Simple print example

I need to provide a print link on my simple html page. When the user clicks on that, I want a pop-up which displays a print preview and the system printer should come up. I guess something with ...
0
votes
1answer
496 views

javascript variable and media screen

I've just realized my plan won't work with an earlier question. So I need some advice. I'm using javascript variable to get the width and height of all browsers. var viewportwidth; var ...
0
votes
2answers
323 views

How I can integrate my media queries with java script for supporting @media Queries in IE?

I wrote these media queries for re-size my browser window @media screen and (min-width:768px) and (max-width:1023px) { #wrapper { width:621px; padding-left: 50px; margin:0 auto; background:red; } ...
0
votes
2answers
848 views

javascript/jquery plugin to add support to media queries

found out about this jquery plugin that adds support to media queries So you can use: <link rel="stylesheet" type="text/css" href="wider.css" media="only screen and (min-width: 1200px)" /> ...
0
votes
1answer
54 views

recognize a media url and include it in your html with javascript

I know that some sites like youtube or grooveshark allow to include an iFrame or an swf to reproduce a media link playing it from the same page where code were injected (something like facebook). Is ...
0
votes
1answer
853 views

Detect browser current “media” mode

I have a page with some javascript and I don't want this script to run on print preview page / print. I can disable CSSes with media="screen". How can I detect "print" mode in javascript? I need at ...
0
votes
1answer
308 views

communicate to flash media server from browser not with swf

Cen i communicate to FMS from browser not with swf. For example - by javascript from user side or by C# from IIS server side. I need to built a live chat application where the swf only get the live ...
0
votes
3answers
5k views

How do I insert an m3u playlist on a html page?

I want to play a m3u file songs in a player I am using the following player, but it's not playing: <OBJECT ID="MediaPlayer1" CLASSID="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" ...
2
votes
2answers
304 views

How can I integrate CSS/JS/Image preprocessors with django.contrib.staticfiles?

In Django 1.3, django.contrib.staticfiles provides a nice "blessed" solution to managing static files, like a site's CSS, Javascript, and images. However, I don't see an obvious way to integrate ...
0
votes
2answers
389 views

HTML5/JS Media Player

I was experimenting with the new video html tags and I've tried to make a web-based media player. I tried using a file upload box to enter the object that should be played and that didn't work, which ...
1
vote
1answer
2k views

iFrame option in media plugin for TinyMCE

When you look at the demo of tinyMCE, and click on the media button, you can find the options HTML5 Video and iFrame. Now, when I download the newest version of TinyMCE I see that these options are ...
0
votes
1answer
2k views

Is there a way to change/customize images on AddThis script/widget?

So we're using the script from this site to share stuff on our site: http://www.addthis.com/web-button?where=website&type=bm&clickbacks=1&frm=home&bm=tb11&analytics=0 However, we ...
1
vote
2answers
1k views

MediaElement.js stop all players

I've been playing around with MediaElement.js for a while now and have a new application that uses 20 players on a single page. I'd like to be able to have the songs stop when another one is played - ...
0
votes
1answer
173 views

Are there equivalents of Webkit's `window.styleMedia.type` in other browsers?

I would like a way to detect the stylesheet media (print, screen, ...) in Javascript. What are the equivalents of Webkit's window.styleMedia.type in other browsers? I have a page, which is being ...
1
vote
0answers
305 views

Silverlight media player stutters when using Javascript heavily

In one of my projects we have a streaming web site that needs to synchronize HTML content with a video stream down to a ~100 ms level. Currently we are using WMV and Microsoft's Mediaplayer ActiveX ...
2
votes
2answers
2k views

Upload photos with php without reload

What I want I want to upload a file without without reloading the page, also I want to add the source link for the image to the textarea. So when I push the upload_photo, the image uploads and a ...
1
vote
1answer
2k views

Dynamic window size in ExtJs

I am using ExtJS for my project. I need to create a window in ExtJS of variable size to display an image my user has uploaded. But, if a smaller image say 150x150 is uploaded, I want the window to ...

1 2