J
JM
Hello mates, in trying to make google gadget with embeded video, i got it
working in firefox but iexplore never show the clip (it shows blank window
always....)
Im using _IG_EmbedFlash function, since i never used javascript before i
dunno if there is better way...
var videoUrl = 'http://www.youtube.com/v/' + videoSources[randIndex];
_IG_EmbedFlash(videoUrl, 'videoContainer', {
width: 200,
height: 175,
wmode: 'transparent'
});
As said previously, this works so good in firefox but fails in iexplorer 6,7
& 8.
Any idea in how to fix it? I hope it´ll be not very hard to fix, im php
programmer and it takes so many effort understanding javascript
Thanks a lot!
Regards
JM
working in firefox but iexplore never show the clip (it shows blank window
always....)
Im using _IG_EmbedFlash function, since i never used javascript before i
dunno if there is better way...
var videoUrl = 'http://www.youtube.com/v/' + videoSources[randIndex];
_IG_EmbedFlash(videoUrl, 'videoContainer', {
width: 200,
height: 175,
wmode: 'transparent'
});
As said previously, this works so good in firefox but fails in iexplorer 6,7
& 8.
Any idea in how to fix it? I hope it´ll be not very hard to fix, im php
programmer and it takes so many effort understanding javascript
Thanks a lot!
Regards
JM