why cant we add our own code for different sites?
Is it necessary to touch the code verytime?
Can there be a way to store all such things in database.
For eg. i know that for
dailymotion
URL =
Code:
http://www.dailymotion.com/video/x3p6tf_vaada_music
and all we need to know is "
x3p6tf"
We Just need to know these 6 words.
We can then embed the video by simply replacing the code bellow
<div><object width="420" height="365"><param name="movie" value="http://www.dailymotion.com/swf/
x3p6tf"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.dailymotion.com/swf/
x3p6tf" type="application/x-shockwave-flash" width="420" height="365" allowFullScreen="true" allowScriptAccess="always"></embed></object>