The plugin just inserts a swf, so you can do whatever you like -- drop
shadows or other flash 8 filters -- inside the swf :-)

Luke

xmrcivicboix wrote:
> wow very cool. I just searched around to see if you can do filters (drop
> shadow). Any chance this plugin will let you do drop shadows and stuff?
> 
> 
> 
> Luke Lutman wrote:
>> Here's the link to my plugin:
>>
>> http://jquery.lukelutman.com/plugins/flash
>>
>> Luke
>>
>>
>> Sam Sherlock wrote:
>>> have you tried Luke Lutmans flash plugin?
>>>
>>> Its inspired by sIFR, swfObject & UFO.
>>>
>>> using the flash plugin in place of swfObject.
>>>
>>> On 10/01/07, * xmrcivicboix* <[EMAIL PROTECTED] 
>>> <mailto:[EMAIL PROTECTED]>> wrote:
>>>
>>>
>>>     Hi guys, I having an issue with SWFObject embed in IEs. Firefox
>>>     works like a
>>>     charm but IE does not show up any thing.  Not even when i do a dom
>>>     inspection. Here is the code.
>>>
>>>     createCDE: function() {
>>>
>>>             $("body").append('<div id="CDE" style="position:absolute;
>>>     z-index:10000; overflow:hidden; top:0px; left:0px;"></div>');
>>>
>>>             $("#CDE").after('<script type="text/javascript"> \n' +
>>>                              'var flex_tag = new
>>>     SWFObject("flash/CopyDeckEditor.swf", "editor", "100px", "100px",
>>> "9",
>>>     "#ffffff"); \n' +
>>>                              'flex_tag.addParam("menu", "false"); \n' +
>>>                              'flex_tag.addParam("quality", "high"); \n' +
>>>                              'flex_tag.addParam("wmode", "transparent");
>>>     \n' +
>>>
>>>     'flex_tag.addParam("allowScriptAccess","sameDomain"); \n' +
>>>                              'flex_tag.write("CDE"); \n' +
>>>                              '</script>');
>>>         }
>>>
>>>     When I use firebug to navigate the dom, it actually shows that the
>>>     flash is
>>>     embedded but not in IE.
>>>     --
>>>     View this message in context:
>>>     http://www.nabble.com/SWFObject-Embed-tf2955498.html#a8267524
>>>     Sent from the JQuery mailing list archive at Nabble.com
>>>     <http://Nabble.com>.
>>>
>>>
>>>     _______________________________________________
>>>     jQuery mailing list
>>>     discuss@jquery.com <mailto:discuss@jquery.com>
>>>     http://jquery.com/discuss/
>>>
>>>
>>>
>>> ------------------------------------------------------------------------
>>>
>>> _______________________________________________
>>> jQuery mailing list
>>> discuss@jquery.com
>>> http://jquery.com/discuss/
>>
>> _______________________________________________
>> jQuery mailing list
>> discuss@jquery.com
>> http://jquery.com/discuss/
>>
>>
> 


_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to