views:

9

answers:

1

hi,

I'm using jQuery-media module to embed my flash player. How can I pass the current id using the FlashVars ?

I can only write static string in jquery Media advanced settings, but I would like to pass the object id, maybe some token ?

thanks

A: 

I've solved adding this to the jquery media code

opts.flashvars = [el.id];

Patrick

related questions