-
as seen on How to geek
- Search for 'How to geek'
It’s always a good idea to scan someone’s flash drive for viruses when you use it on your PC. Today we look at how to use Microsoft Security Essentials to scan thumb drives via the AutoPlay dialog.
Editor Note: This technique was created by our friend Ramesh Srinivasan from the winhelponline tech…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm embedding a Flash video into an HTML and would like the user to have to click it to begin playing. According to the Adobe <object> / <embed> element documentation, there are variety of methods to do this:
1) Add a Flash parameter inside the <object> tag:
<param name="play"…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm developing a blog in Tumblr and can't figure out how to make a native Tumblr video (not a 3rd party embed like YouTube or Vimeo) automatically play when the page is loaded. If you have experience with the Tumblr video player, please let me know.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hey guys,
I've got a little system dashboard web app that I've written, replete with alarm notifications. I've had it working for quite some time on mobile safari, but recently wanted to add audio to the alarm notifications to allow me to easily know when there are alarms and I'm not looking directly…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
when i initialize the player like this:
$("#jquery_jplayer").jPlayer({
ready: function () {
this.element.jPlayer("setFile", "/previews/cancion.mp3", "/previews/horse.ogg").jPlayer("play");
},
volume: 50,
oggSupport: true
})
is there any way to…
>>> More