Flash Ram Player Example
Below is an example for the flash ram player, this is a more advanced version of the one i made for this previous post, Mental Ray Render Optimisation. The main difference is that it now loads in the images instead of embedding them so it is possible to use it for different situations without recompiling the swf file every time.
The flash file receives the url to the images you want displayed via flashvars, it then uses a loader to load the images and display the loading progress. The ram player as it is has some limitations, you can only use it for images 500 x 375px without having to change the action script code and at the moment it does not support the text summary's shown in the Mental Ray Render Optimisation post. I will add this functionality and post an update when i have time.
Read More »