I have custom tag for FLASH object, which i want to include in cms content. now when i read the content, i would like to grab those custom tag and the value in between.
Custom TAG:
<myflash filename="test.swf" width="500" height="400">
<param name="wmode" value="somevalue"></param>
<param name="bgcolor" value="#ffffff"></param>
<var name="id" value="testid"></var>
</myflash>
now i'll require a regular expression which will read these entire block of code from the content. there will be more than one custom tag in one single content.
can anyone help please?
Kind regards,
Vipul