Missing content when importing
-
hi , i need to import this script but when i finished typing in post , a lot of content is missing . this is what i need to import :
<script type=”application/javascript”>
var testVideo = fluidPlayer(
“my-video”,
{
layoutControls: {
posterImage: ‘{image[1]}’
}
vastOptions: {
“adList”: [
{
“roll”: “preRoll”,
“vastTag”: “ads”
},
{
“roll”: “midRoll”,
“vastTag”: “ads”,
“timer”: 8
},
{
“roll”: “midRoll”,
“vastTag”: “ads”,
“timer”: 10
},
{
“roll”: “postRoll”,
“vastTag”: “ads”
}
]
}
}
);
</script>
here is the content after import :
<script type=”application/javascript”>
var testVideo = fluidPlayer(
“my-video”,
‘
}
vastOptions: ,
,
,]
}
}
);
</script>please help me .
The topic ‘Missing content when importing’ is closed to new replies.