Side navigation
#4697 closed bug (worksforme)
Opened May 29, 2009 12:44PM UTC
Closed November 20, 2010 04:26AM UTC
Last modified March 15, 2012 04:12PM UTC
Getting flashvars param not works in 1.3. but works in 1.2
Reported by: | magicstream | Owned by: | magicstream |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | selector | Version: | 1.3.2 |
Keywords: | flash, flashvars, internet explorer, patchwelcome | Cc: | |
Blocked by: | Blocking: |
Description
this happens on Internet Explorer only (i am using IE8, but i am sure it not works in prev versions too).
i am using code like this:
jQuery('#flash_id>param[name=flashvars]').val();
it not return result at IE
this happens in jquery version 1.3.2
Attachments (0)
Change History (3)
Changed June 13, 2010 02:54AM UTC by comment:1
component: | unfiled → selector |
---|
Changed October 31, 2010 09:53PM UTC by comment:2
owner: | → magicstream |
---|---|
status: | new → pending |
Please provide a reduced test case demonstrating this issue.
Changed November 20, 2010 04:26AM UTC by comment:3
keywords: | flash, flashvars, internet explorer → flash, flashvars, internet explorer, patchwelcome |
---|---|
resolution: | → worksforme |
status: | pending → closed |
Thanks for submitting a ticket for the jQuery Bug tracker!. I've recreated your test case here and it would appear that there are some formatting flaws in your selector. I've provided two correct approaches to obtaining the FlashVars via both the Object->Param by Name path and also the FlashVar attributes that can be found on embed. As you can see these both work fine.