Log in

View Full Version : how to insert Embed code


jet rex
10-29-2011, 12:11 PM
got embed code
put on topic
nothing
player not play
try to use jwplayer /KS player - nothing
players need onу link to /*.flv

embed code like
<object id="kt_player" name="kt_player" classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="720" height="505"><param name="allowscriptaccess" value="always"/><param name="allowFullScreen" value="true"/><param name="wmode" value="opaque"/
***********************

not work
help please :(

kh99
10-29-2011, 02:48 PM
It looks like what you posted above is incomplete, so you should check again that you have it all. You said you "put on topic" - I don't know what that means - did you include it in a post? That won't work unless you're allowing html in that forum, which isn't recommended. You could create a bbcode for it, or maybe find an existing mod that lets you embed that player.

jet rex
10-29-2011, 04:47 PM
<object id="kt_player" name="kt_player" classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="720" height="505"><param name="allowscriptaccess" value="always"/><param name="allowFullScreen" value="true"/><param name="wmode" value="opaque"/

this is start part of comlete embed code
I post it for sample
When I allowed html in forum - it not work too

prandah
10-29-2011, 05:57 PM
where is video link ?

jet rex
10-30-2011, 07:20 AM
video link how I think is not static
may be video link generate in php
in *.html embed code work fine
but in VB blocked
for example
full another code

<object width="560" height="315"><param name="movie" value="http://www.youtube.com/v/L-rOS5p1ZRg?version=3&amp;hl=ru_RU"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/L-rOS5p1ZRg?version=3&amp;hl=ru_RU" type="application/x-shockwave-flash" width="560" height="315" allowscriptaccess="always" allowfullscreen="true"></embed></object>