|
Flash has an API to control the volume for a Sound object . Can volume be controlled like this currently or is there support planned for <audio> or <video> html5 elements?
Started by Andy Atkinson on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Is there a documentation specifically related to the video tag ? The w3c page.
The html 5 audio element appears to have a volume getter/setter on it, so you could do something problem with firefox.
|
|
Im wondering if anyone has any input on this subject? Im building a flash video player, and I have added a mute volume icon, but Im wondering what everyone's thoughts are on adding a volume control too?
Started by jrutter on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Your idea of "normal levels" may without sharing it with ... .
I consider a volume control to be an absolute requirement.
I Hate it personnaly when the embedded video is way to loud, and I have no direct way to control face....
|
|
I have something like this
private var video:Video; ... private function init():void { ... nc = new NetConnection(); nc.connect(null); ns = new NetStream(nc); ns.play("my flv url"); ns.client = nsClient; video = new Video(); video.attachNetStream(ns);...
Started by Omu on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You can set it like.
Http://blog.flexexamples.com/2008/08/24/setting-the-volume-on-a-videodisplay-control-in-flexYou should use the VideoDisplay object, which has a volume property.
|
Ask your Facebook Friends
|
YO!
I have created a video tutorial on how you can achieve different sounds (i.e. on an open stage where there is only a standard amp you do not own/know) by just using one default amp-setting and foremost the tone and volume controls of your Les Paul...
Started by mbafmike on
, 30 posts
by 23 people.
Answer Snippets (Read the full thread at mylespaul):
|
|
I've recently bought an HP Pavilion dv3-2150ep and I'm having a hard time getting the volume control display to work as expected. The control is a back-lit touch-sensitive bar above the keyboard. Now the buttons to turn the volume up and down actually...
Started by Farinha on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at superuser):
I had same problem with volume i got realtek driver from windows remember the exact fix, but I....
By "display" they are referring to video, but most Vista drivers should work.
Also run Windows Update.
In compatibility mode if necessary).
|
|
Does anybody know of a software or a Windows feature that can reset Windows XP's wave volume and overall volume to max?
I have tried Wizmo (grc.com) but it doesn't seem to able to reset the wave volume, only the overall volume.
The program should preferably...
Answer Snippets (Read the full thread at superuser):
You can define volume profiles and using parameters on the command line/docs/commands/SoundSetWaveVolume....
Power Mixer is a replacement for the standard volume control (there are 2 versions, 1 for Vista, 1 for Windows prior to Vista).
|
|
I tried all the Samsung codes to get tv channels to change in tv mode but the ATT button keeps lighting up and I can only control volume and video selection Thats it.I would think that universal remote like this should stay in the selection that was made...
Started by Gearfish on
, 8 posts
by 2 people.
Answer Snippets (Read the full thread at att):
Try this - because they volume control reads different - after entering 966 just....
Thats how I read the instructions.
Trying to find help Video for the remote control video and the computer hung....It want me not work.
|
|
Hi Stackers, I'm building a video player and am kinda stuck at the volume slider part. It's a YouTube style vertical slider, meaning if the slider is in the top position volume should be 100% and if the slider is dragged to the bottom position sound should...
Started by Leon on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
I take it that the 30 is the volume slider); userVolume = Math.round((1 - userVolume....
Try (or in this case a max height) to compare to current value to .
Since you are getting 0 when you want 100% volume, and 30 when you want 0 volume...
|
|
HI . any advice for me?
I feel that I'm constantly fighting my volume while playing in a group. There are times when I'm not loud enough and run out of dial on my guitar, and times when I switch channels/pedals and I'm wayyy over in the mix. I started...
Started by obsessed76 on
, 14 posts
by 8 people.
Answer Snippets (Read the full thread at guitarnoise):
The way I see or other instrumental....
But it's just another channel has a separate volume control which I balance before we begin playing .
In an effects loop to give me more control in overall volume without affecting tone.
|
|
My friend just bought a new Panasonic TV, which to my surprise does not have analog audio out, only digital out!
He's currently using Mackie HR824 MKI powered monitors for the audio of his TV.
The problem:
He needs to buy something that can act as a DAC...
Started by holysocks on
, 14 posts
by 7 people.
Answer Snippets (Read the full thread at audiokarma):
And before he got phones used to control the receiver....
There are several good DACs on the market that do have volume controls - Grant video business) so he found another pair on CL for $500 to put in his TV room.
For simplicity.
|