| Author |
Embedding encoded image in .FXML file
|
Matteo Murgida
Greenhorn
Joined: Jul 18, 2012
Posts: 1
|
|
Hi all
I would like to embed an encoded image into an FXML (i need this in that I'm coding a converter between svg and fxml).
I tried with this:
As you can see I used the standard way I would do with HTML or CSS, passing a data url with the Base64 encoding of the image.
In this case it does not return any error, but the image is not displayed (passing a url to the same image as a file works, but this is not what I want).
Can somebody help me?
Thank you very much!
|
 |
 |
|
|
subject: Embedding encoded image in .FXML file
|
|
|