after moving the folder inside the javascript folder, it seems to be loading javascript now, however now I cannot load the other related files.
For reference, here is the mapobject I'm trying to create
<!--Security Camera: Front Lobby-->
<div class="map_object map_icon mapicon_status_white" id="<@itemid>" objectid="<@objectid>" subid="<@subid>" style="<#mapobject type="topleftcoordinates" subid="<@subid>" mode="<@editmode>">">
<#mapobject type="objectgrip" mode="<@editmode>">
<#mapobject type="htmlbefore" subid="<@subid>">
<span>
<script type="text/javascript" src="/javascript/vxgplayer/vxgplayer-1.8.40.min.js"></script>
<div class="vxgplayer" id="vxg_media_player1" url="rtsp://<link>/videoMain" nmf-src="/javascript/vxgplayer/pnacl/Release/media_player.nmf" nmf-path="/javascript/vxgplayer/pnacl/Release/media_player.nmf" width="300" height="200" mute="" controls="" avsync="" style="width: 320px; height: 240px;"></div>
</span>
<#mapobject type="htmlafter" subid="<@subid>">
</div>
there are two .nmf files that need to be loaded in conjunction with the javascript file, however my console shows they're getting a 404 error from the server when trying to load them.
Add comment