I've been writing some flash components found here:
http://www.mp3car.com/vbulletin/rr-s...3-15-09-a.html
for general purpose skin building, but I am starting to encounter some performance issues.
For instance , my media control button swf files get reloaded for each skin file, which is a waste of resources, as they are identical. I've tried to use 'discardable' in the skin files but this seems to be broken.
Ideally I would like rr to have a flag like 'reuse' for any swf file so that the next skin file could check if that particular swf file is already running to reuse it, possibly just chanhing it's position and size.
e.g. in my menu.skin
for my next track button I load the swf file thus:
F,621,540,58,58,"RFB1_Next_xx_NEXT_xx_xx_xx.swf"
the flag I wish to have would be:
F,621,540,58,58,"RFB1_Next_xx_NEXT_xx_xx_xx.swf",R EUSE
That way when I load my audio_player skin with:
F,621,540,58,58,"RFB1_Next_xx_NEXT_xx_xx_xx.swf"
rr would detect it already loaded and reuse it as opposed to opening a new instance of it.
Is this possible MitchJS, Guino, Sonic?



LinkBack URL
About LinkBacks
Reply With Quote






Bookmarks