Hello,
I created a simple website in Word 2010.
On the page called DEMO I created links to couple of my music files (MP3) also I inserted image to the page.
So when click on a link "The Autumn Leaves" a page with a picture appears and the music starts to play after download. It takes up to 30 sec.
I have a message on page: "The download may take a while..."
Ideally, I would like to show some kind of progress bar (circle) during download.
Please see the end of my edited html page and give me a simple advice. If it is really simple
. For me it is just one time operation so please don't blame me for laziness for studying web design.
Hope it will be just some code copy-paste operation for me.
A while ago I found the lines on web how to embed a music to html page.
It worked like a charm...
*********************************
<v
ath o:extrusionok="f" gradientshapeok="t" o:connecttype="rect"/>
<o:lock v:ext="edit" aspectratio="t"/>
</v:shapetype><v:shape id="Picture_x0020_1" o:spid="_x0000_i1026" type="#_x0000_t75"
style='width:675pt;height:540pt;visibility:visible;mso-wrap-style:square'>
<v:imagedata src="Listening%20Autumn%20Leaves_files/image002.jpg" o:title=""/>
</v:shape><![endif]--><![if !vml]><img border=0 width=900 height=720
src="Listening%20Autumn%20Leaves_files/image003.jpg" v:shapes="Picture_x0020_1"><![endif]><script language="JavaScript">
<!-- Hide script from browsers that don't support Javascript
// Find out the name and version of the browser
bName = navigator.appName; bVer = parseInt(navigator.appVersion);
if (bName == "Netscape") brwsr = "nn";
else if (bName.indexOf('Microsoft') >= 0) brwsr = "ie";
else brwsr = "xx"; // handle other browsers by not doing anything
// If browser is Netscape Navigator, use EMBED tag, if Internet Explorer use BGSOUND tag
if (brwsr == "nn") document.write('<EMBED SRC="Demo files_files/mp3/web AUTUMN LEAVES.mp3" AUTOSTART="true" ALIGN="baseline" Units="pixels" Border="0" height="0" width="0" hidden></EMBED>');
else if (brwsr == "ie") document.write('<bgsound src="Demo files_files/mp3/web AUTUMN LEAVES.mp3" loop="1">');
//-->
I created a simple website in Word 2010.
On the page called DEMO I created links to couple of my music files (MP3) also I inserted image to the page.
So when click on a link "The Autumn Leaves" a page with a picture appears and the music starts to play after download. It takes up to 30 sec.
I have a message on page: "The download may take a while..."
Ideally, I would like to show some kind of progress bar (circle) during download.
Please see the end of my edited html page and give me a simple advice. If it is really simple
Hope it will be just some code copy-paste operation for me.
A while ago I found the lines on web how to embed a music to html page.
It worked like a charm...
*********************************
<v
<o:lock v:ext="edit" aspectratio="t"/>
</v:shapetype><v:shape id="Picture_x0020_1" o:spid="_x0000_i1026" type="#_x0000_t75"
style='width:675pt;height:540pt;visibility:visible;mso-wrap-style:square'>
<v:imagedata src="Listening%20Autumn%20Leaves_files/image002.jpg" o:title=""/>
</v:shape><![endif]--><![if !vml]><img border=0 width=900 height=720
src="Listening%20Autumn%20Leaves_files/image003.jpg" v:shapes="Picture_x0020_1"><![endif]><script language="JavaScript">
<!-- Hide script from browsers that don't support Javascript
// Find out the name and version of the browser
bName = navigator.appName; bVer = parseInt(navigator.appVersion);
if (bName == "Netscape") brwsr = "nn";
else if (bName.indexOf('Microsoft') >= 0) brwsr = "ie";
else brwsr = "xx"; // handle other browsers by not doing anything
// If browser is Netscape Navigator, use EMBED tag, if Internet Explorer use BGSOUND tag
if (brwsr == "nn") document.write('<EMBED SRC="Demo files_files/mp3/web AUTUMN LEAVES.mp3" AUTOSTART="true" ALIGN="baseline" Units="pixels" Border="0" height="0" width="0" hidden></EMBED>');
else if (brwsr == "ie") document.write('<bgsound src="Demo files_files/mp3/web AUTUMN LEAVES.mp3" loop="1">');
//-->