Ask questions and get good answers on mb.jQuery.components

Hi

first off, mb.mediaEmbedder, as it stands, is without a doubt in my mind, the greatest creation in the history of mankind. Ive seen the html5 version that's coming, but the old version is simplicity and speed in itself and I love it!

BUT... I can't get the Audio embedder to display in IE 8 (haven't tried other versions yet). This happens on my (password protected) site, on my local machine and even in the pupunzi.com demo.

IE is kicking out this error:

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; Alexa Toolbar) Timestamp: Fri, 8 Apr 2011 15:15:50 UTC

Message: Syntax error Line: 1 Char: 25 Code: 0 URI: http://pupunzi.com/mb.components/mb.mediaEmbedder/demo/demo.html>

Any clues?

Thank You Andy

edit

Shouldve mentioned before that the "shortcode" does disappear and accessing the player's url directly in IE displays it fine.

asked Apr 08 '11 at 11:24

myshadowself's gravatar image

myshadowself
11

edited Apr 08 '11 at 12:05


In true form, after asking the question, I figure out the answer.

I've edited the plugin file slightly after reading this article on A List Apart

Basically, I changed the output variable (var embedstring) from...

 var embedstring= '<object width="'+width+'" height="24" type="application/x-shockwave-flash"' +
                     'style="outline: medium none; visibility: visible;" ' +
                     'data="'+$.mb_audioEmbedder.playerPath+'" >' +
                     '<param name="menu" value="false">'+
                     '<param name="flashvars" value="soundFile='+params+'">'+
                     '<param name="wmode" value="transparent">' +
                     '<param name="allowscriptaccess" value="always">' +
                     '<embed src="'+$.mb_audioEmbedder.playerPath+'" type="application/x-shockwave-flash" ' +
                     'wmode="transparent" allowscriptaccess="always" ' +
                     'width="'+width+'" height="24"' +
                     'flashvars="soundFile='+params+'">' +
                     '</embed>' +
                     '</object>';

To...

 var embedstring= '<object type="application/x-shockwave-flash"' +
                        'data="'+$.mb_audioEmbedder.playerPath+'"' +
                        'width="'+width+'" height="24">' +
                        '<param name="movie" value="'+$.mb_audioEmbedder.playerPath+'" />' +
                        '<param name="flashvars" value="soundFile='+params+'">'+
                        '<param name="wmode" value="transparent">' +
                        '</object>';

And it now works fine in IE, as well as Firefox, Chrome, Safari and Opera.

Buzzin...

answered Apr 08 '11 at 12:19

myshadowself's gravatar image

myshadowself
11

杏花楼 出国留学 水分测定仪 电流表 喷嘴 月饼 大功率开关电源 杭州礼品公司 隆鼻 深圳旅游公司 气体检测仪 通风柜 纯净水设备 OCR SDK 面部除皱 真空包装机 中成药 电动游览车 折纸机 美国双录取大学 整形医院北京 做人流要多少钱 油漆 不锈钢阀门 封口机 附睾炎 气动隔膜泵 微阻缓闭止回阀 房产证抵押贷款 元祖月饼 カード お金 无纺布袋 工业加湿器 クレジットカード 現金化 口コミ 环境应力筛选试验箱 扬州漆器 换热器 上海南汇保洁公司 深圳装修 楼宇自控 二氧化碳检测仪 治疗不孕不育医院 治疗女性不孕 現金化 血尿 悉尼大学 クレジットカード 現金化 多囊卵巢综合征 CE认证 膜结构 空调 磁力泵 小额贷款 新奇特礼品 T恤订做 水泵厂 化工泵 自动搅匀排污泵 塑料自吸泵 搅拌机 闸阀 保暖内衣 EJA110A 摆锤冲击试验机 グーグル seo 恶性黑素瘤的治疗方法 肺癌中药 胃癌化疗 癌症的治疗 直肠癌医院 治疗直肠癌新药 玉米加工设备 电力仪表 洗涤设备 废铁回收 慢性前列腺炎能治好吗 慢性前列腺阳痿早泄 前列腺增生怎么治疗 解脲支原体阳性 非淋如何治疗 清水模板 镀锌钢格栅板 TESA杠杆表 北京治疗前列腺炎 尿道炎 包皮危害 生殖器疱疹的治疗 梅毒怎么治 尿路感染 大闸蟹 宜兴紫砂壶 品牌策划 联创 泡沫塑料 NSK轴承 小额贷款公司 无抵押个人借款 上海小额无抵押贷款 借款公司 圆刀片

answered Jul 30 '11 at 04:29

wowgold's gravatar image

wowgold
(suspended)

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Tags:

×4
×1

Asked: Apr 08 '11 at 11:24

Seen: 788 times

Last updated: Jul 30 '11 at 04:29

jQuery main site - Matteo Bicocchi