same flash file (.swf) downloaded multiple times on a page
Posted
by Gunjan
on Stack Overflow
See other posts from Stack Overflow
or by Gunjan
Published on 2010-06-17T07:04:27Z
Indexed on
2010/06/17
7:13 UTC
Read the original article
Hit count: 262
I have a page that has a table with each row corresponding to an audio file. The last cell in each row embeds a simple flash audio player. The problem is that the flash file for the player is being downloaded for each row separately and as soon as rows go beyond 40-50 it crashes the browser.
I tried using different players (1pixelout, flash-mp3-player) and the problem is still there, so its not a player specific issue.
Is there any way to cache the player so that it is only downloaded once?
© Stack Overflow or respective owner