Hi We are having some issues loading assets in schools with poor internet, or with the firewalls killing connections, anyway we believe our only solution is to subclass “something” not sure what we need tio subclass, has any one tried this or can give us any hints so we can add business logic that will retry to load the asset or replace the asset with an embedded file
This is the issue we have -------------- When the url fails to load the custom effect replaces its own source property with white space (embedded files) successfully. However the "sound effect instance" has already been created and has not got a valid sound so errors when attempting to play. At what time during the event/eventinstance life-cycle is it good to fall back and replace with white space? Is there a way to modify the effect instance after the init instance has been called? i.e. when the sound actually loads.
