|
pbp replace
|
|
02-27-2007, 02:35 PM
Post: #1
|
|||
|
|||
|
pbp replace
Hi
I am making a script and i got stuck i have something like this: HTML Code: <div><object width="400" height="240"><param name="movie" value="http://www.dailymotion.com/swf/2RzUuxVDPylcK4iPV"></param><param name="allowfullscreen" value="true"></param><embed src="http://www.dailymotion.com/swf/2RzUuxVDPylcK4iPV" type="application/x-shockwave-flash" width="400" height="240" allowfullscreen="true"></embed></object> <a href="http://www.dailymotion.com/video/xlzgb_horn-ok-please">"HORN OK PLEASE"</a> Uploaded by <a href="http://www.dailymotion.com/flickerpix">flickerpix</a></div> Now i want to use php to repace the width & height to 200 each but on every video i will have it will have a diffrent width and height so i need something in php that will work with repace width="any number" anyone help me with this one. |
|||
|
03-01-2007, 05:44 PM
Post: #2
|
|||
|
|||
|
You mean you dont want a set width? try taking out
width="400" and if that doesnt work, change it to width="100%" |
|||
|
« Next Oldest | Next Newest »
|





