embeding flash and video via flash
Posted: Fri Jul 20, 2007 2:45 pm
I have installed regxp with the hope that I can embed my flash things in the posts. It tells me there are example files but I dont see any in the install so Im asking here here is the related flash code.
does this mean it should already be working with <flv:http://myvideo.com/myvideo.flv>
id like to put the whole absolute path in and not have the domain hard coded..
thanks for pointers im not so sure of reg exp.
Code: Select all
$regexpArray = array(
'SearchArray'=>array(
'/<flv:([^>]+)\/?>/U'
),
'ReplaceArray'=>array(
'<object type="application/x-shockwave-flash" width="320" height="240" data="http://yourdomain/flv.swf?file=\\1"><param name="movie" value="http://yourdomain/flv.swf?file=\\1" /></object>'
)id like to put the whole absolute path in and not have the domain hard coded..
thanks for pointers im not so sure of reg exp.