Skip to main content

Bug Tracker

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 dmethvin comment:1

component: unfiledselector

Changed October 31, 2010 09:53PM UTC by snover comment:2

owner: → magicstream
status: newpending

Please provide a reduced test case demonstrating this issue.

Changed November 20, 2010 04:26AM UTC by addyosmani comment:3

keywords: flash, flashvars, internet explorerflash, flashvars, internet explorer, patchwelcome
resolution: → worksforme
status: pendingclosed

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.