getting crazy with _IG_EmbedFlash function

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
 
D

David Mark

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...

There must be. :)
      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.

Then _IG_EmbedFlash is a piece of junk. When it comes to Flash,
virtually every script is rotten (including Adobe's take).
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 :)

You will need to understand it or contact whomever wrote the Flash
script. Unfortunately, they probably don't understand it either.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,083
Messages
2,570,591
Members
47,212
Latest member
RobynWiley

Latest Threads

Top