
/* XXX ERROR -- could not find '++resource++jwplayerdemo.kss'*/

/* - ++resource++qi.jwMedia.resources/flashvideo.kss - */
/* http://www.egoban.org/portal_kss/++resource++qi.jwMedia.resources/flashvideo.kss?original=1 */
#jwFlash-video:load {
action-client: JWPlayer-enable;
JWPlayer-enable-file: nodeAttr("file");
JWPlayer-enable-type: nodeAttr("type");
JWPlayer-enable-width: nodeAttr("vWidth");
JWPlayer-enable-height: nodeAttr("vHeight");
JWPlayer-enable-image: nodeAttr("image");
JWPlayer-enable-logo: nodeAttr("logo");
JWPlayer-enable-allowfullscreen: nodeAttr("allowfullscreen");
JWPlayer-enable-stretching: nodeAttr("stretching");
JWPlayer-enable-captions: nodeAttr("captions");
}

/* - ++resource++qi.jwMedia.resources/mp3audio.kss - */
/* http://www.egoban.org/portal_kss/++resource++qi.jwMedia.resources/mp3audio.kss?original=1 */
#jwFlash-audio:load {
action-client: JWPlayer-enable;
JWPlayer-enable-file: nodeAttr("file");
JWPlayer-enable-type: 'sound';
JWPlayer-enable-image: nodeAttr("image");
JWPlayer-enable-logo: nodeAttr("logo");
JWPlayer-enable-height:nodeAttr("height");
}
