Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
50% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
2 Commented Posts

13 Posted Topics

Member Avatar for Eddie Traversa

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..

Member Avatar for almostbob
-1
689
Member Avatar for alpha_foobar

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 offsetHeight in moz. Code is as follows [COLOR=DarkOrange][CODE] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML …

Member Avatar for lasi7
0
1K
Member Avatar for JaxsWastedLife

You can do this by using the following method; [url]http://dhtmlnirvana.com/content/dhtml/autofit/autofitiframe.html[/url] Eddie Traversa DHTML [url]http://dhtmlnirvana.com/[/url] Spiritual Blog [url]http://www.truthrealization.com/[/url]

Member Avatar for naksindia
0
509
Member Avatar for Eddie Traversa

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 of the new audio capabilities of Flash 9 in particular the computeSpectrum() feature which allows …

0
127
Member Avatar for Eddie Traversa

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 I am guessing on that, so it would be good if someone can …

Member Avatar for Eddie Traversa
0
199
Member Avatar for DivX

This works for me in IE and Moz... [COLOR=Sienna][CODE]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Grow Layer Animation</title> <script type="text/javascript"> function animateLayers(id,size) { el = document.getElementById(id).style; var h_size1 = parseInt(el.height); if(h_size1 < size) { el.height = h_size1+2+"px"; setTimeout("animateLayers('" + id + "','" + size + "')", 1); } …

Member Avatar for DivX
0
411
Member Avatar for ep2002

Michelle are you looking for something like this to display on your site? It is a custom DHTML / Flash Widget i made... [url="http://www.truthrealization.com/"]http://www.truthrealization.com/[/url] Eddie

Member Avatar for demonline
0
270
Member Avatar for bobby9101

You could use something like Homesite and run a global search and replace on the site. Eddie DHTML Nirvana [url]http://dhtmlnirvana.com/[/url] Spiritual Blog [url]http://www.truthrealization.com/index.php[/url]

Member Avatar for bobby9101
0
212
Member Avatar for RobRet

Try naming your frames and then use the following syntax parent[frame1Name].location.href Eddie Traversa DHTML [url]http://dhtmlnirvana.com/[/url] Spiritual Blog [url]http://www.truthrealization.com/[/url]

Member Avatar for RobRet
0
135
Member Avatar for shellbert

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. [url]http://www.mypctuneup.com/evaluate.php?b=aurora[/url] Eddie Traversa DHTML [url]http://dhtmlnirvana.com/[/url] Spiritual Blog [url]http://www.truthrealization.com/[/url]

Member Avatar for Eddie Traversa
0
197
Member Avatar for JaxsWastedLife

Follow this tutorial; [url]http://dhtmlnirvana.com/content/dhtml/externalload/externalload.html[/url] My DHTML page below also uses this technique in a slightly modified way, though you have to be pretty advanced to understand how my code works from the DHTML Nirvana site. Eddie DHTML Nirvana [url]http://dhtmlnirvana.com/[/url] Spiritual Blog [url]http://www.truthrealization.com/[/url]

Member Avatar for Eddie Traversa
0
180
Member Avatar for pajac

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 [COLOR=DarkOrange][CODE]<object id="MediaPlayer1" CLASSID="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" standby="Loading Microsoft Windows® Media Player components..." type="application/x-oleobject" width="280" height="256"> <param name="fileName" value="one..mpg"> …

Member Avatar for pajac
0
129
Member Avatar for mcricks

[QUOTE=mcricks]Does anyone know if it is possible to place a .swf within a dhtml dropdown. For instance, On click drop down and externally load an swf within the dropdown. Any feedback would be great. Thanks[/QUOTE] Yeah you would need to create an innerHTML script like so (not sure if the …

Member Avatar for Eddie Traversa
0
202

The End.