Hi there, Under mootools 1.1
Currently trying to change the url of an embedded element in a page... My problem is that many other parameters are passed along the url of the object, in the src property: src="../pluginsv/mediaplayer.swf?file=http://www.somesite.com/video/ somevideo.flv&autostart=true&displayheight=202&allowfullscreen=over&controlbar=over&usefullscreen=true&backcolor=0x121212&frontcolor=0xffffff&lightcolor=0x000000&bufferlength=10" II'd like to only rewrite this part: file=http://www.somesite.com/ video/somevideo.flv Rest of the parameters should remain untouched... I am standing to the point where I get the src with: var prop = $('flvvideo').getProperty('src'); Is there a way under mootools 1.1 to only change the value of file=... ? Thank you. Best regards, Guillaume Stricher
