| |
| | Post 11 | |
| Tribuni Angusticlavii | Quote:
That site is def powered by a server side script though....Which if you are new to things isnt exactly easy....I mean one could always go the easy route of a pre-made CMS and skin it to their liking...There is a plethora of modules for those things... Or You could just strategically embed media player or quick time with controls...
__________________ Last edited by Donkey; September 19th, 2006 at 15:37. | |
| |
| | Post 12 | |
| Forum Barbecuer | Quote:
![]() | |
| |
| | Post 13 |
| I am Honor | Oh man, I want the most simples way of making a background sound in my simple web page. What way would that be? And I am new to this, so concider me as a young child hehe
__________________ ~when a man does his best, what else is there? Gen.George S.Patton |
| |
| | Post 14 |
| Forum Barbecuer | Something like this... Code: <EMBED ALIGN="CENTER" SRC="yourfile" HEIGHT="60" WIDTH="145" AUTOSTART="FALSE" VOLUME="60%" MASTERSOUND ></EMBED> Edit: Came across this one http://musicplayer.sourceforge.net/, looks nice and should be of no hazzle to integrate. Last edited by sunb!; September 20th, 2006 at 06:59. |
| |
| | Post 15 | |
| I am Honor | Quote:
| |
| |
| | Post 16 | |
| Forum Barbecuer | Quote:
| |
| |
| | Post 17 | |
| I am Honor | Quote:
sorry I sound noobish | |
| |
| | Post 18 |
| Tribuni Angusticlavii | This is great Snub gave you the code to use in your html to embed a player, albeit not HTML 4.0 compliant (attributes cant be caps) HTML Code: <embed src="YOURFILE.mp3" width="50%" height="50%" autostart="false" console="smallconsole"> </embed> http://www.w3schools.com/media/media_browsersounds.asp Last edited by Donkey; September 20th, 2006 at 22:28. |
| |
| | Post 19 |
| I am Honor | ahh yes but where do I put this code? heh.. In the Microsoft word? |
| |
| | Post 20 | ||
| Forum Barbecuer | Quote:
Quote:
| ||
| |