[jQuery] Flash plugin

2007-03-23 Thread Timothy Bowler
Hi, Im having a bit of a problem on a site with the flash plugin. It works on all browsers except safari, and some IE 6 on large corporate networks. http://reborn.or-media.com. Can anyone tell me why its going wrong? Thanx -- ___ Timothy M

[jQuery] Flash plugin

2007-03-23 Thread Timothy Bowler
Hi, Im having a bit of a problem on a site with the flash plugin. It works on all browsers except safari, and some IE 6 on large corporate networks. http://reborn.or-media.com. Can anyone tell me why its going wrong? Thanx ___ jQuery mailing

Re: [jQuery] Jquery Flash Plugin the FlashBlock Extension

2006-12-15 Thread Sam Sherlock
behavior with the jQuery Flash Plugin, you can change the default replace function, like so: jQuery.fn.flash.replace = function(htmlOptions) { this.innerHTML = 'span class=alt sIFR-alternate'+this.innerHTML+'/span'; jQuery(this) .addClass('flash-replaced

Re: [jQuery] Jquery Flash Plugin the FlashBlock Extension

2006-12-15 Thread Luke Lutman
Agreed, Klaus ... but Sam's not trying to get around it ;-) He just wants alternate content to show when flash is blocked, rather than the big ugly 'click to play the flash movie' placeholder that FlashBlock stuffs in. FWIW, I think FlashBlock is pretty silly... Luke Klaus Hartl wrote: Sam

Re: [jQuery] Jquery Flash Plugin the FlashBlock Extension

2006-12-15 Thread Sam Sherlock
Exactly right, looking back at my explanation I can see how this is confusing. When I said work in the same way as the other options, I block content using flashBlock by default :) I tried to rewrite my original message but had little joy with finding better wording. I should have said how can

Re: [jQuery] Flash plugin and ExternalInterface

2006-12-14 Thread Luke Lutman
, I think). Luke Kelvin Luck wrote: Hi, I'm using the really nice jQuery Flash Plugin( http://jquery.lukelutman.com/plugins/flash/ ) to embed some Flash in a page I'm building. This Flash needs to communicate with JS through Flash's ExternalInterface. When embedded with the plugin IE

Re: [jQuery] Flash plugin and ExternalInterface

2006-12-14 Thread Kelvin Luck
(as far as Flash 6, I think). Luke Kelvin Luck wrote: Hi, I'm using the really nice jQuery Flash Plugin( http://jquery.lukelutman.com/plugins/flash/ ) to embed some Flash in a page I'm building. This Flash needs to communicate with JS through Flash's ExternalInterface. When embedded

[jQuery] Jquery Flash Plugin the FlashBlock Extension

2006-12-14 Thread Sam Sherlock
I have noticed that the flash plugin does not work with the flashBlock firefox extension whereas the both swfObject, UFO sIFR do work with the extension. In firefox with flashBlock installed and blocking flash content the flash is not displayed nor is the content that it replaces. I have

Re: [jQuery] Jquery Flash Plugin the FlashBlock Extension

2006-12-14 Thread Luke Lutman
specific to sIFR: - element class=sIFR-replaced.../element, which it hides with inline styles (can be any element). - span class=sIFR-alternate.../span, and it shows with inline styles (has to be a span). To get the same behavior with the jQuery Flash Plugin, you can change the default replace