Posts: 730
Name: John
Location: United States of America, California
|
I want to do something similar to youtube.com's embed
http://www.youtube.com/watch?v=Izr-PBNjXUQ
This is the embed for the link above
HTML Code:
<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/Izr-PBNjXUQ&rel=1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/Izr-PBNjXUQ&rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object>
when this is typed into the browser
Code:
http://www.youtube.com/v/Izr-PBNjXUQ
becomes
Code:
http://www.youtube.com/swf/l.swf?video_id=Izr-PBNjXUQ&eurl=&iurl=http%3A//img.youtube.com/vi/Izr-PBNjXUQ/default.jpg&t=OEgsToPDskKrduf-TcsxEHmOSYQ6KIAA&rel=1&border=0
How do I do something similar to that with my site?
Somebody please help me with this.
|