I need help. Unfortunately I am not good with "regular expressions". We have our own video player and it has embed capability. The videos can reside on any number of URL's so basically I want to be able to search for anything that contains "ri=XXX" where XXX is a numeric number to:
<center><iframe src="http://www.veepvideo.com/default/embed.e2s?ri=XXX&autoplay=0" width="324" height="364" frameborder="no" marginheight="0" marginwidth="0" scrolling="no"></iframe></center>
If anyone could help me with this it would be greatly appreciated.
|