I'm still trying to solve the problem of displaying an image on a website without an external image. Since the data scheme does not work on older browsers or large images, I am currently experimenting with Silverlight.
I managed to solve the embedding using Base64 Encoding the Image and transfer it using InitParams, but in fact I just put off my problem: instead of an external image, I now have an external XAP file ...
Is there a way to take the XAP file and somehow embed it in HTML? Or, alternatively, can I use JavaScript-based Silverlight 1.1 in this situation? It is literally just displaying an image that has been transmitted as a string.
source
share