Topic: Flash embedded options
I have a SV flash embedded gallery. It works fine.
I just want to know if it is possible to change the thumbnailRows and thumbnailColumns options in the Action script code.
It doesn't seem to be possible with the API.
With 1.9 version, it was possible by setting the value.
I tried
var options:Object = Object(svLoader.content).embedOptions;
//set gallery.xml url based on current galleryId
options.galleryURL = galleryURL;
options.baseURL = "fashion";
options.thumbnailRows = "10";
but it didn't work.
Thanks for your answer,
Regards