rapidz
07-23-2007, 04:26 AM
Ok, basically, i'm creating a CMS for a client.
At the moment they're uploading the video through dailymotion, and grabbing the embed code.
They enter the embed code into a field in the CMS, and i want my cms to be able to delete everything after a certain tag.
Here is the code that dailymotion give you:
<div><object width="425" height="335"><param name="movie" value="http://www.dailymotion.com/swf/6TMx6A6bDKSlyikB7"></param><param name="allowfullscreen" value="true"></param><embed src="http://www.dailymotion.com/swf/6TMx6A6bDKSlyikB7" type="application/x-shockwave-flash" width="425" height="335" allowfullscreen="true"></embed></object><br /><b><a href="http://www.dailymotion.com/video/x2ln7h_gagner-de-l-argent-en-restant-chez_videogames">GAGNER DE L ARGENT EN RESTANT CHEZ SOI</a></b><br /><i>Uploaded by <a href="http://www.dailymotion.com/zdax6">zdax6</a></i></div>
but all i want to be entered is:
<object width="425" height="335"><param name="movie" value="http://www.dailymotion.com/swf/6TMx6A6bDKSlyikB7"></param><param name="allowfullscreen" value="true"></param><embed src="http://www.dailymotion.com/swf/6TMx6A6bDKSlyikB7" type="application/x-shockwave-flash" width="425" height="335" allowfullscreen="true"></embed></object>
I'm wondering if this is at all possible. So that once it see's the closing <object> tag, it will cut off everything after it.
Any assistance would be much much appreciated.
Many thanks,
Rapidz.
At the moment they're uploading the video through dailymotion, and grabbing the embed code.
They enter the embed code into a field in the CMS, and i want my cms to be able to delete everything after a certain tag.
Here is the code that dailymotion give you:
<div><object width="425" height="335"><param name="movie" value="http://www.dailymotion.com/swf/6TMx6A6bDKSlyikB7"></param><param name="allowfullscreen" value="true"></param><embed src="http://www.dailymotion.com/swf/6TMx6A6bDKSlyikB7" type="application/x-shockwave-flash" width="425" height="335" allowfullscreen="true"></embed></object><br /><b><a href="http://www.dailymotion.com/video/x2ln7h_gagner-de-l-argent-en-restant-chez_videogames">GAGNER DE L ARGENT EN RESTANT CHEZ SOI</a></b><br /><i>Uploaded by <a href="http://www.dailymotion.com/zdax6">zdax6</a></i></div>
but all i want to be entered is:
<object width="425" height="335"><param name="movie" value="http://www.dailymotion.com/swf/6TMx6A6bDKSlyikB7"></param><param name="allowfullscreen" value="true"></param><embed src="http://www.dailymotion.com/swf/6TMx6A6bDKSlyikB7" type="application/x-shockwave-flash" width="425" height="335" allowfullscreen="true"></embed></object>
I'm wondering if this is at all possible. So that once it see's the closing <object> tag, it will cut off everything after it.
Any assistance would be much much appreciated.
Many thanks,
Rapidz.