Narfix_65825
Jul 07, 2011Nimbostratus
Playing a flv video through Firepass
Hello !
In our company, our internal website often shows videos, interviews.
I can't make it work when I access the website through Firepass.
Here's the code I'm using :
<script type="text/javascript">
script><br><br><div id="myplayer">div>
It gets translated by Firepass to :
<script type="text/javascript">
script><script>try{F5_flush(document);}catch(e){}script><br><br><div id="myplayer">div>
The flvplayer is loaded but the video won't show.
I don't know why the addVariable remains and is not translated to a F5_Invoke_addVariable ( I don't know if that exists)
Any help ?
TIA !