Quote:
Originally Posted by The Geek
...
And on that page, will be an 'Embed this video' box which will contain HTML that looks like:
<embed src="video" param=" 123456">
So the replace code in AME looks like:
<embed src="video" param=" $p1">
...
In this instance, there is no correlation between the URL and the embedding code so for the embedding to work, AME must go to www.yoururl.com/video=123456 and do a search for that parameter.
|
Just a control question
Do I understand right that
Embedding Regexp searches (works with) ONLY
in page's HTML source code?