Help - Search - Members - Calendar
Full Version: Placing a flash audio player
4peeps.com Forums > General Hardware/Software > Newbies
Auron_Strife
Hi shocking.gif Am trying to figure out how to float an object in an html document,
this is the code that I'm working with:
QUOTE
<script type="text/javascript" src="swfobject.js"></script>

<div id="flashPlayer">
This text will be replaced by the flash music player.
</div>

<script type="text/javascript">
var so = new SWFObject("playerMultipleList.swf", "mymovie", "295", "200", "7", "#FF0000");
so.addVariable("autoPlay","no")
so.addVariable("playlistPath","playlist.xml")
so.write("flashPlayer");
</script>


I want it to stay in the bottom left corner of my page.

Any help is appreciated
Auron_Strife
Thanks for the help....
Auron_Strife
Any kind of response would have been nice. Even a *Cough*NOOB*Cough* would be 10x better than to just be ignored.
Snuffy
Sorry man, But if anyone here could have helped they would have posted by now.
Dragonfly
Try this site-may help .... good luck:
http://www.w3.org/TR/html4/struct/objects.html
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.