I'm just getting started with Tizen so I hope this is an easy noobie question, but it's got me stumped. I'm using the emulator T-samsung-5.5-x86. I'm trying to use Tizen's B2B API with this on my HTML page:
<script type="text/javascript" src="$B2BAPIS/b2bapis/b2bapis.js"></script>
<script src="$WEBAPIS/webapis/webapis.js"></script>
<link rel="stylesheet" type="text/css" href="css/style.css"/>
And this in my code:
var speakerType = b2bapis.b2bcontrol.getSpeakerType();
When it runs it gives me this error when hovering over b2bapis:
ReferenceError: b2bapis is not defined
Also, in my Console, it says: b2bapis.js - Failed to load resource.
webapis works fine for me.
Oh well, jeez... So the B2BAPIS apparently aren't something that are working on the emulator (at least not mine) but once I connected to a Samsung TV work just fine. Guess I just got by my first noob hurdle...