GetMaxSize of a Shared Object (FlashLite 2)

By | September 1, 2006

logo Flash lite
Although it sound obvious once known it was quite a surprise for me.

An example is better than a long sentence :
[kml_flashembed movie=”http://www.metah.ch/blog/image/fp_soClass.swf” height=”250″ width=”430″/]

Here you can notice that to access the Size() of a SO you need :
the_so.getSize ();

but to get access to the MaxSize() of SO you need to do :
SharedObject.getMaxSize();

It just mean that you can access the size() of the _so object, but you get the MaxSize() from the SO Class.

Ahmet

 
0 Kudos
Don't
move!

One thought on “GetMaxSize of a Shared Object (FlashLite 2)

  1. Pingback: Metah Blog

Thoughts?