viewtopic.php?f=42&t=7153
I decided to test it. For this first i found a Silverlight sample and then i made it compatible with AbleCommerce. After 30 minutes work the sample was running successfully inside AbleCommerce

I am attaching these files with this post if some one wants to have fun with this sample. The zipped file contains two folders ConLib and Website. Place the files inside these folders into the same folder structure of your store and then modify some script let like the home.htm and put the following line of code
Code: Select all
[[ConLib:SilverLight]]
The Silverlight makes the use of *.xaml files, but you will not found any file with xaml extension in this sample. This is because i have changed the SLPage.xaml to SLPage.txt. In fact my local web server was unable to locate the files with *.xaml extension. I think there may be some configuration in which first we have to tell the web server about xaml extension files.
[SCREEN SHOT]You must have Silverlight runtime installed in order to run this sample.
