- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
13 Posted Topics
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..
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 …
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]
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 …
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 …
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); } …
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
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]
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]
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]
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]
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"> …
[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 …
The End.
Eddie Traversa