Page 1 of 1

processing of media urls within a bean

PostPosted: Tue Aug 09, 2016 9:07 am
by siemon.geeroms
Hi,

In my current project we need to be able to render webpages within the smart client, we had a look at the svyJFXWebView solution which makes use of the javafx webengine component. Unfortunately this is not as stable as we want to, so we are trying to develop are own bean based upon webrenderer (http://www.webrenderer.com/). This is working but I would like to be able to process "media:\\\" urls as the svyFXWebView can to render webpages.

Does anybody have some tips how I can make this work so I can store the html files within the media library of the solution itself?

thanks