Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

prob witn animated gif

Status
Not open for further replies.

Benluke

Technical User
Apr 2, 2004
112
GB
Have a page with a animated gif on.

Also on the page i have a link to a .wav file

When i click on the .wav link the animated gif stops and doesn't start again.

Can you help Thanks Ben

This is the code:
<a class="more" href="sounds/paso1.wav">LISTEN TO THE GAIT</a>


<table width="136" height="200" border="1" cellpadding="0" cellspacing="0" bordercolor="#999999" bgcolor="#FFFFFF">
<tr>
<td width="132" height="183" align="center"><img src="newimages/gait_anim.gif" width="132" height="200"></td>
</tr>
</table>
 
It could be that the animation pauses whilst the .wav file is downloading, although if you can give us the link to your site, we can check for similar behaviour.

Regards, Andy.
**************************************
My pathetic attempts at learning HTML can be laughed at here:
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top