<object id="aa" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="650" height="400">
<param name="quality" value="high" />
<param name="bgcolor" value="#000000" />
<param name="movie" value="test.swf">
<embed src="test.swf" type="application/x-shockwave-flash" width="650" height="400" bgcolor="#000000">
</object>
i want to change the value of src inside embed tag
src="test.swf" to src="newlink.swf"
tried something like this but not work.
$("#aa").attr('src' 'new link');
$("#aa")not$("aa")$("aa")is TAG NAME selector.object, and build a new one and append the new node to the document.