I am including a name - O'Kelly - in the html: property of the generic content plugin. If I put it in like this, the Javascript error console thinks that this is the end of the property list, which I would expect. But If I escape the apostrophe, using the backslash , it fails to load, although no error message appears in the console? How do I incorporate the apostrophe?
My code (without the backslash) is:
content:
{
url:'../flowplayer/flowplayer.content-3.2.0.swf',
bottom: 5,
height:40,
backgroundColor: '#000000',
backgroundGradient: 'none',
border: 0,
textDecoration: 'outline',
html: '<p>Mrs O'Kelly describes the range of research interests</p>',
style:
{
body:
{
fontSize: 10,
fontFamily: 'Arial',
textAlign: 'center',
color: '#ffffff'
}
}
}
Any help gratefully received.
