I realised that you can't actually get the content or the createObject() when in a 3rd party website, so even having scriptable members didn't help me (either property or method). So I had to rely on serializing the results I wanted into a string and send
them back to Silverlight.
If you guys know a better way please let me know. :)
tanlinth
Member
32 Points
40 Posts
Re: Re: Re: Accessing Script Objects from a third party website
Aug 30, 2008 10:19 AM | LINK
I realised that you can't actually get the content or the createObject() when in a 3rd party website, so even having scriptable members didn't help me (either property or method). So I had to rely on serializing the results I wanted into a string and send them back to Silverlight.
If you guys know a better way please let me know. :)