hey im lookin for a music box script =/ preferably a pop up
if anyone could direct me id really appreciate it !!!! Please be more specific.
If you are looking to create a window that pops up, and has an embedded (possibly streaming) music file, then that's a simple matter of using javascript to open the window.
use window.open("url_to_open","name","some_properties_of_the_window")
the rest is embedding your source.
if anyone could direct me id really appreciate it !!!! Please be more specific.
If you are looking to create a window that pops up, and has an embedded (possibly streaming) music file, then that's a simple matter of using javascript to open the window.
use window.open("url_to_open","name","some_properties_of_the_window")
the rest is embedding your source.