TalkPHP
 
 
Account Login
Latest Articles
» The basic usage of PHPTAL, a XML/XHTML template library for PHP
» Vulnerable methods and the areas they are commonly trusted in.
» Simple way to protect a form from bot
» The Basics On: How Session Stealing Works
» How to keep your forms from double posting data
IRC Channel
IRC Speech Bubble Join the friendly bunch on IRC...
(#TalkPHP on Freenode)

...Also available via a web interface.

See this thread for information on the TalkPHP Free Hugs Initiative™. Subject to availability.
Associates
Associates
CSS Tutorials
Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old 06-02-2009, 02:30 PM   #1 (permalink)
The Wanderer
 
ebuoe's Avatar
 
Join Date: May 2009
Location: lagos, nigeria
Posts: 13
Thanks: 9
ebuoe is on a distinguished road
Default Sound only works in Internet Explorer

html4strict Code:
<html>
<head>
<title>Sound Test</title>
<script language="JavaScript" type="text/javascript">


function PlaySound() {
  var sound = document.getElementById("track");
  sound.Play();
}

</script>
</head>
<body>
<h1>Sound Test</h1>
<embed id="track" src="song.mp3" width="0" height="0"
  autostart="false" enablejavascript="true"/>

 
<input type="button" value="Play the Sound"
  onClick="PlaySound()">

 
</body>
</html>

The problem with this code is that it works with IE but it doesn't work with Firefox and opera,even when I used the DoPlay() function it only works
once it does not replay

Last edited by Wildhoney : 06-02-2009 at 03:37 PM.
ebuoe is offline  
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
internet explorer dev tools like bugzilla sarmenhb General 1 10-30-2008 08:14 PM
Internet Explorer 8 Aaron The Lounge 23 07-31-2008 12:55 PM
Internet Explorer 8 in Action Alan @ CIT The Lounge 7 03-08-2008 12:16 AM
Internet Explorer 6 ReSpawN The Lounge 13 02-26-2008 09:58 PM
Form Enctype in Internet Explorer Wildhoney Javascript, AJAX, E4X 1 09-19-2007 08:14 PM


All times are GMT. The time now is 11:32 PM.

 
     

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Inactive Reminders By Icora Web Design