Hi,
I have a problem in how can I subsitute the html tag:
<img alt="" border="0" src="/banner_goodlife2.swf">
with
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase=" width="140" height="140">
<param name=movie value="/banner_goodlife2.swf">
<param name=quality value=high>
<embed src="/banner_goodlife2.swf" quality=high pluginspage=" type="application/x-shockwave-flash" width="140" height="140"> </embed> </object>
whereby the file name is dynamic?In this case the file name "/banner_goodlife2.swf".
this is my regular expression:
$detail =~ s/<img(.*).swf">//g
I have a problem in how can I subsitute the html tag:
<img alt="" border="0" src="/banner_goodlife2.swf">
with
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase=" width="140" height="140">
<param name=movie value="/banner_goodlife2.swf">
<param name=quality value=high>
<embed src="/banner_goodlife2.swf" quality=high pluginspage=" type="application/x-shockwave-flash" width="140" height="140"> </embed> </object>
whereby the file name is dynamic?In this case the file name "/banner_goodlife2.swf".
this is my regular expression:
$detail =~ s/<img(.*).swf">//g