Video plugin
-
Hi, im making website for movies, i bought a premade theme and when im making a new post i can select from where to take the movie and then just put in the url, now when i found another website that provide some nice series and movies i have no idea how i can add that to my list :/ The code for a few sites looks like this
define(“YOUTUBE_TARGET”, “<object type=\”application/x-shockwave-flash\” data=\”http://www.youtube.com/v/###VID###\” width=\””.GENERAL_WIDTH.”\” height=\””.YOUTUBE_HEIGHT.”\”><param name=\”movie\” value=\”http://www.youtube.com/v/###VID###\” /><param name=\”autostart\” value=\”true\” /><param name=\”wmode\” value=\”transparent\” /></object>
“);define(“YOUTUBE_LINK”, “YouTube ###TXT######THING###“);
define(“GOOGLE_TARGET”, “<object type=\”application/x-shockwave-flash\” data=\”http://video.google.com/googleplayer.swf?docId=###VID###\” width=\””.GENERAL_WIDTH.”\” height=\””.GOOGLE_HEIGHT.”\”><param name=\”movie\” value=\”http://video.google.com/googleplayer.swf?docId=###VID###\” /><param name=\”wmode\” value=\”transparent\” /></object>
“);define(“GOOGLE_LINK”, “Google ###TXT######THING###“);
define(“MYVIDEO_TARGET”, “<object type=\”application/x-shockwave-flash\” data=\”http://www.myvideo.de/movie/###VID###\” width=\””.GENERAL_WIDTH.”\” height=\””.MYVIDEO_HEIGHT.”\”><param name=\”movie\” value=\”http://www.myvideo.de/movie/###VID###\” /><param name=\”wmode\” value=\”transparent\” /></object>
“);define(“MYVIDEO_LINK”, “MyVideo ###TXT######THING###“);
And the website i would like to add is http://megavideo.com/ so i can add movies from there aswell,Would really appriciate some help since im totally lost here
The topic ‘Video plugin’ is closed to new replies.