Sound from https

  • Hi I am using version 1.19_5 and I am trying to figure out how to access sound files from another website.

    With the following code I get no sound. Can someone tell me what I might be doing wrong?
    I can access the sound files directly and play them from the browser so I don't think it is a permissions issue.

    Thanks.


    <!-- load the soundinterface plugin -->
    <plugin name="soundinterface"
    url="%SWFPATH%/plugins/soundinterface.swf"
    alturl="%SWFPATH%/plugins/soundinterface.js"
    rootpath="http://www.360vrvenue.com/music/"
    preload="true"
    keep="true"
    />


    <action name="hidesplashimage">
    set(plugin[splashimage].visible,false);
    playsound(bgsnd, 'Transcend.mp3|Transcend.ogg', 0);
    </action>

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!