Hi,
I am looking to embed a .wav file into my solution which is stored in the database. Would like to do it in both smart, but particularly webclient.
I tried this using the blobloader, but it doesnt seem to work.
My method set a form variable that was attached to an html area with the resulting contents as:
<HTML><BODY><EMBED SRC="media:///servoy_blobloader?servername=reportwriter&tablename=cons_data&dataprovider=dictation&mimetype=audio/wav&rowid=14" WIDTH="144" HEIGHT="60" LOOP="1"></BODY></HTML>
My form just shows a box with an arrow on the right and "embed" in it?
Should this be achievable, I was hoping it would display like it does in a normal browser with the little audio player.
(This is using servoy 5.2 on OSX)
David