Jukebox Pop Up Question

liunx

Guest
Hey i know this is flash code but i need html to help me out so heres what i wanna do, I need this flash jukebox to pop up once my home page has loaded preferably in the right corner, but i would like it to be in its own window withour a nav bar kinda like those annoying pop ups and i would like the window to fit just around the jukebox. <br />
<br />
Heres the code for the jukebox <br />
<br />
<tr><br />
<td width="100%"><font size=2><br />
<br />
<br />
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"<br />
codebase="http://Download <!--more-->.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"<br />
WIDTH=105 HEIGHT=110><br />
<PARAM NAME=movie VALUE="http://www.smosh.com/~fri/jukebox/jukebox_v2.1.swf"> <br />
<PARAM NAME=quality VALUE=High> <PARAM NAME=bgcolor VALUE=CCCCCC><br />
<param name="Src" value="http://www.smosh.com/~fri/jukebox/jukebox_v2.1.swf"><br />
<EMBED src=http://www.htmlforums.com/archive/index.php/"http://www.smosh.com/~fri/jukebox/jukebox_v2.1.swf" quality=high bgcolor=#CCCCCC WIDTH=105 HEIGHT=90 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/Download <!--more-->/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED></OBJECT><br />
<br />
<br><br />
<br />
But this is only for posting it on a page i really only want this to loadin the window. <!-- m --><a class="postlink" href="http://www.smosh.com/~fri/jukebox/jukebox_v2.1.swf">http://www.smosh.com/~fri/jukebox/jukebox_v2.1.swf</a><!-- m --><br />
And preferably without the counter and the sidescroller for the song info thats outside the box. If anyone knows how to do this plz tell me! <br />
<br />
Thanks- Adie :D<!--content-->FYI<br />
<br />
I just came accross this nifty wizard for creating the window.open code... it's pretty spiffy, goto "newwindow" (<!-- m --><a class="postlink" href="http://www.wizardscc.com/wizards/newwindow.asp">http://www.wizardscc.com/wizards/newwindow.asp</a><!-- m -->)<!--content-->Thanks man now i got the code and the page but now i need the code for it to automatically pop up once the page loads. Does anyone know the code? Thanks<!--content-->in the body tag add this<br />
<br />
onload="function_name()"<!--content-->Could some give me an example of this code cause im kinda lost.. ty<!--content-->Originally posted by scoutt <br />
in the body tag add this<br />
<br />
onload="function_name()" <br />
you can't get easier than that.<br />
<br />
<br />
<br />
<body onload="function_name()"><!--content-->
 
Back
Top