Hi, seems I am getting an invalid argument when attempting to create
an embed element. Works fine for param elements but fails when
creating the embed

                var embededYahoo = new Element('embed',{
                        
src:'http://d.yimg.com/static.video.yahoo.com/yep/YV_YEP.swf?
ver=2.2.30',
                        type:'application/x-shockwave-flash',
                        width:this.width,
                        height:this.height,
                        allowFullScreen:'true',
                        allowscriptaccess:'always',
                        bgcolor:'#00000',
                        flashvars:flashVar
                });


I tried to create an vanilla Embed element as well, failed the same.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype: Core" group.
To post to this group, send email to prototype-core@googlegroups.com
To unsubscribe from this group, send email to 
prototype-core-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-core?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to