Forum: Graphics and Multimedia Aug 21st, 2006 |
| Replies: 0 Views: 13,687 Just sharing some code and source files. You will need the Flash Player 9 to view the example and a decent broadband connection will help as the music file is streaming.
The following demo shows... |
Forum: IT Professionals' Lounge Aug 28th, 2005 |
| Replies: 2 Views: 12,792 thanks for the safari info! my guess is that it may be the importing of js that may be crashing it. I will see if i can find someone to test some stuff on that browser.
The image gallery itself... |
Forum: IT Professionals' Lounge Aug 25th, 2005 |
| Replies: 2 Views: 12,792 Wasnt sure if this is the right place to post, but here goes anyway.
You will need either IE5+, Opera 8, Firefox or a recent version of Mozilla to view this tutorial. Safari should work too, but... |
Forum: JavaScript / DHTML / AJAX Jul 21st, 2005 |
| Replies: 5 Views: 2,440 Post a page somewhere so I can see the whole code.
I can see one problem in the script
if(id=="submenu5"){
It doesnt look like your defining the id attribute so try something like this..... |
Forum: JavaScript / DHTML / AJAX Jul 21st, 2005 |
| Replies: 5 Views: 2,440 You could also use offsetHeight instead of parseInt like so;
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html... |
Forum: JavaScript / DHTML / AJAX Jul 21st, 2005 |
| Replies: 5 Views: 2,440 This works for me in IE and Moz...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Grow Layer Animation</title>
<script type="text/javascript">
function... |
Forum: JavaScript / DHTML / AJAX Jul 21st, 2005 |
| Replies: 13 Views: 61,754 that works in IE as well
Eddie Traversa
DHTML Nirvana
http://dhtmlnirvana.com/
Spiritual Blog |
Forum: JavaScript / DHTML / AJAX Jul 19th, 2005 |
| Replies: 13 Views: 61,754 Yeah setting it via js dynamically seems to let moz read the value. Im going to file this as a regression bug though as that shouldnt be needed for offsetHeight etc...
Eddie Traversa
DHTML... |
Forum: eCommerce Jul 19th, 2005 |
| Replies: 6 Views: 2,765 My understanding of these programs is that they are for voice audio, which is different to playing music audio as music requires a higher bitrate, otherwise the quality quickly dissipates.
Most... |
Forum: eCommerce Jul 19th, 2005 |
| Replies: 6 Views: 2,765 Michelle are you looking for something like this to display on your site? It is a custom DHTML / Flash Widget i made...
http://www.truthrealization.com/
Eddie |
Forum: HTML and CSS Jul 19th, 2005 |
| Replies: 3 Views: 1,748 You could use something like Homesite and run a global search and replace on the site.
Eddie
DHTML Nirvana
http://dhtmlnirvana.com/
Spiritual Blog... |
Forum: JavaScript / DHTML / AJAX Jul 19th, 2005 |
| Replies: 13 Views: 61,754 There seems to be a bug with offset properties in moz at the moment as its returning the style value and not the offset value. However I came up with a workaround so that it displays the... |
Forum: Viruses, Spyware and other Nasties Jul 13th, 2005 |
| Replies: 1 Views: 1,274 This worked for me, but just be careful and dont go anywhere else on that site as its run by the same people that make aurora. In other words use at own risk, but like i said it worked for me.
... |
Forum: C# Jul 13th, 2005 |
| Replies: 3 Views: 3,190 Try naming your frames and then use the following syntax
parent[frame1Name].location.href
Eddie Traversa
DHTML
http://dhtmlnirvana.com/ |
Forum: JavaScript / DHTML / AJAX Jul 12th, 2005 |
| Replies: 3 Views: 3,250 No your going to have problems becuase you cannot script across domains, i should have read your post more clearly as i missed that you wanted to do it across domains. Sorry about that, the solution... |
Forum: HTML and CSS Jul 11th, 2005 |
| Replies: 2 Views: 38,258 You can use this code to embed the windows media player in html pages. Just set the controls to suit and change file names etc.. |
Forum: HTML and CSS Jul 11th, 2005 |
| Replies: 2 Views: 2,089 you need to use the object tag and then use the embed tag with its application type like so: this will play mp3 files, just change the extensions and it should play avis too
<object... |
Forum: JavaScript / DHTML / AJAX Jul 11th, 2005 |
| Replies: 1 Views: 3,251 Yeah you would need to create an innerHTML script like so (not sure if the code is going to be scrambled here....
function loadFlash(theurl,width,height) {... |
Forum: JavaScript / DHTML / AJAX Jul 11th, 2005 |
| Replies: 3 Views: 3,250 Follow this tutorial;
http://dhtmlnirvana.com/content/dhtml/externalload/externalload.html
My DHTML page below also uses this technique in a slightly modified way, though you have to be pretty... |
Forum: JavaScript / DHTML / AJAX Jul 11th, 2005 |
| Replies: 12 Views: 19,713 You can do this by using the following method;
http://dhtmlnirvana.com/content/dhtml/autofit/autofitiframe.html
Eddie Traversa
DHTML
http://dhtmlnirvana.com/
Spiritual Blog |