[Laszlo-dev] doc roundup: LzAudioKernel. LzCSSStyle, LzUtilsClass
André Bargull
andre.bargull at udo.edu
Tue Aug 5 09:42:58 PDT 2008
[only sending a copy to laszlo-dev]
> 1) LzAudioKernel is marked public in the swf9 kernels, in other kernels,
> it is a public variable (a hand crafted class). It does not appear
> in the docs
> (not sure why it isn't picked up as 'swf9 only').
>
> Should it be public? This somewhat implies it should be
> - documented
> - published as lz.AudioKernel
> - non swf versions rewritten as 'class LzAudioKernel'
>
> Partial solutions are possible (if justified)!
The "public" marker seems to be a result of copy&paste. Only
LzAudioService should be public and documented, not the kernel files.
LzAudio.lzs:
> * *@shortdesc This service manages audio resource playback.* Check
> canvas.capabilities.audio to ensure your runtime supports audio.
> * *@access public*
LzAudioKernel.lzs (swf8&9):
> * *@shortdesc This service manages audio resource playback.*
> * *@access public*
More information about the Laszlo-dev
mailing list