![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) |
| Status: Junior Member Join Date: Jul 2009 Posts: 1
![]() | on? I am making a local page ot surprise a friend. I want to make music play in the background no matter where in that local site they navigate to. I get it on each page but it restarts. How do I avoid that restart? I do not know how to write frames or jss or css or xml, so that means that frames and popups are out of the question. Frames, cascading style sheetsm java scripting, ajax, and xml are all not possible for me! |
| | |
| | #2 (permalink) |
| Status: Junior Member Join Date: Jul 2009 Posts: 1
![]() | Just put the music on each page |
| | |
| | #3 (permalink) |
| Status: Junior Member Join Date: Jul 2009 Posts: 2
![]() | Try frames or pop up window here is sample code, if you have frontpage you might want to look for help in frames filename:musicframes.htm --------------------- <html> <head> <meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>Home Page</title> <meta name="GENERATOR" content="Microsoft FrontPage 5.0"> <meta name="ProgId" content="FrontPage.Editor.Document"> <meta name="Microsoft Theme" content="none, default"> <meta name="Microsoft Border" content="none, default"> </head> <body> <p>Main page</p> <p>*</p> </body> </html> ===================================== filename : musicpage.htm --------------------------- <html> <head> <meta name="GENERATOR" content="Microsoft FrontPage 5.0"> <meta name="ProgId" content="FrontPage.Editor.Document"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>New Page 0</title> <base target="main"> </head> <body> <p align="center"> <object classid="clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6" id="WindowsMediaPlayer1" width="252" height="48"> <param name="URL" value="mysong.midi"> <param name="rate" value="1"> <param name="balance" value="0"> <param name="currentPosition" value="0"> <param name="defaultFrame" value> <param name="playCount" value="1"> <param name="autoStart" value="-1"> <param name="currentMarker" value="0"> <param name="invokeURLs" value="-1"> <param name="baseURL" value> <param name="volume" value="50"> <param name="mute" value="0"> <param name="uiMode" value="full"> <param name="stretchToFit" value="0"> <param name="windowlessVideo" value="0"> <param name="enabled" value="-1"> <param name="enableContextMenu" value="-1"> <param name="fullScreen" value="0"> <param name="SAMIStyle" value> <param name="SAMILang" value> <param name="SAMIFilename" value> <param name="captioningID" value> <param name="enableErrorDialogs" value="0"> <param name="_cx" value="8017"> <param name="_cy" value="1455"> </object> </p> </body> </html> ----------------------------------- ms frontpage, frames is basically 2 html pages in 1 window. |
| | |
![]() |
| Thread Tools | |
| Display Modes | |
| |