粒子效果的疑问

    var particleSystem = new cc.ParticleSystem("res/Default/defaultParticle.plist");
    particleSystem.texture = cc.textureCache.addImage(res.PL4);
    particleSystem.x = size.width / 2;
    particleSystem.y = size.height - 50;
    this.addChild(particleSystem,99);

生成apk是可以现实的,但是浏览器打开没有显示?
bug还是本来网页就不能显示粒子效果??求教