Archive

Posts Tagged ‘hide embed code’

Hide Embed Code On Website

July 1st, 2009 Comments off

I have seen some sites that hide the embed url code with php for example they would have something like this…

<embed style=”width:730px;height:450px;” type=”application/x-shockwave-flash” src=”http://player.youku.com/player.php/sid/cd00XMTU5NjcyMDQ=/v.swf”AllowScriptAccess=”never” quality=”high” wmode=”transparent” /><noembed>

but then they would have it like this so it would be impossible to find the source….

<embed style=”width:730px;height:450px;” type=”application/x-shockwave-flash” src=”http://videojuice.tv/videohide.php?id=1″AllowScriptAccess=”never” quality=”high” wmode=”transparent” /><noembed>

I am doing this so people cannot find the source of my video.
If you have any other ways of hiding the embed code please share with me on the pmb.

thanks

Bear