via PayPal / credit card
Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
I did not find a way to customize the error messages that might appear for the users if there's a problem in loading the pictures etc. I tried customizing captions but that does not seem affect the look of error messages. So, is there any way I can customize the appearance of the errors?
If there is a way, it is not documented.
Christoph
on page 12 of the 2.10 manual.
You can handle errors by listening (in javascript or actionscript) for the error event.
You can so something like replace the flash object with an appropriate error message in your js code.
See the example on page 15
function onItemLoaderError(event) {
// inset custom handler here...
}
Sorry, I was wrong and Spasmoid has the correct answer.
Christoph
1 to 4 of 4