ragtech5
New Member
- Messages
- 3
- Reaction score
- 0
- Points
- 0
First Question is can I use Silverlight Code?
If yes then I would require these MIME types:
---------- Post added at 03:36 AM ---------- Previous post was at 03:28 AM ----------
This is why I'm asking about the MIME Types:
If yes then I would require these MIME types:
Extension MIME Type
.xaml application/xaml+xml
.xap application/x-silverlight-app
.xaml application/xaml+xml
.xap application/x-silverlight-app
I tried adding the following to .htaccess
AddType application/xaml+xml .xaml
AddType application/x-silverlight-app .xap
AddType application/x-silverlight-app .xap
but I don't think it worked
I'm trying to accomplish the same on my page as this site: http://www.textglow.com/
But all I get is a white page when clicking on a .docx file here:
Can you help please?
---------- Post added at 03:36 AM ---------- Previous post was at 03:28 AM ----------
This is why I'm asking about the MIME Types:
Initial thoughts were that Silverlight was a client thing, so anyone wanting to host / deliver sites using this content type would not need anything on their servers and would just be able to FTP the Silverlight code up for things to work.
That is essentially correct, but you could also get a blank page or server error if some specific MIME types do not exist on the server.
Extension MIME Type
.xaml application/xaml+xml
.xap application/x-silverlight-app
That is essentially correct, but you could also get a blank page or server error if some specific MIME types do not exist on the server.
Extension MIME Type
.xaml application/xaml+xml
.xap application/x-silverlight-app