Sam,

Thanks a lot! I added the "par" variable as you suggested and that did
get the player to work properly. However, the whole reason I was going
the SWFObject route was to get rid of the "Press OK to continue
loading the contents of this page." message in IE6. And unfortunately
that message still shows up.

This may be out of the scope of this discussion group, but could you
(or anyone) suggest how to get rid of that message. I've literally
been searching for days for a solution to getting rid of that message
in IE6. I thought getting the SWFObject thing working was supposed to
be the answer...

Thanks for anyone's help

On Jun 17, 1:08 pm, Sam Sherlock <[email protected]> wrote:
> createswf takes 3 args - I have amended your code inline
>
> - S
>
> On 17 June 2010 18:50, Mark <[email protected]> wrote:
>
> > I tried working with the createSWF method. The new error went away,
> > but I'm still getting a blank dialog box. Here's my new js code:
>
> > var fn = function() {
> >        var att = { data:"http://www.youtube-nocookie.com/v/
> > cKqTadKzdwQ&hl=en_US&fs=1&color1=0xe1600f&color2=0xfebd01&border=1",
> > width:"500", height:"405"};
>
> var par = {play:"false"};
>
> >        var id = "flashHGTVvid";
> >        var myObject = swfobject.createSWF(att, par, id);
> > };
> > swfobject.addDomLoadEvent(fn);
>
> > On Jun 17, 12:24 pm, Sam Sherlock <[email protected]> wrote:
> > > I think  this is because you're using swfobject 1.x and firing it with
> > > jQuery
>
> > > I have done much the same as you without issue but using 2.2 and
> > createSWF
>
> > >http://code.google.com/p/swfobject/wiki/api#swfobject.createSWF(attOb..
> > .)
>
> > > <
> >http://code.google.com/p/swfobject/wiki/api#swfobject.createSWF(attOb...)
> > >-
> > > S
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "SWFObject" group.
> > To post to this group, send email to [email protected].
> > To unsubscribe from this group, send email to
> > [email protected]<swfobject%[email protected]>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/swfobject?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"SWFObject" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/swfobject?hl=en.

Reply via email to