[jQuery] Re: Read PARAM from Object

There is an <object> tag embedded on this page.

You can run the following code to see the value ot its fileName parameter.

        alert($("#mediaPlayer param[@name=fileName]")[0].value);