same flash file (.swf) downloaded multiple times on a page
- by Gunjan
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?