Video Code does not work when inserted into my myspace profi
	
	
		When i try to copy a code from a video on my site to my myspace profile,  upon save, it cuts off some of the code and the video will not work.  I guess its part of myspaces security updates.  Does anyone have a code i can use that will work?  it works when posted on a bulletin just not on a profile.
URL: Lottavids.com
	 
	
	
	
		Re: Video Code does not work when inserted into my myspace profi
	
	
		use 
Find this code templates/view_video.tpl
    
	Code:
	
<TEXTAREA  name=video_play ROWS="3" COLS="45"                         
    onclick=javascript:document.linkForm.video_play.focus();document.linkForm.video_play.select();
    readOnly><IFRAME vspace="0" hspace="0" allowtransparency="true" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" style="border:0px;" width="435" height="470" SRC="{$baseurl}/show.php?id={$vinfo[0].VID}"></IFRAME></TEXTAREA>
 
Replace
    
	Code:
	
<INPUT NAME="video_play" value='<object width="425" height="350" type="application/x-shockwave-flash" data="{$baseurl}/player/player.swf"><param name="movie" value="{$baseurl}/player/player.swf" /><param name="flashvars" value="&file={$baseurl}/flvideo/{$vinfo[0].flvdoname}&height=350&image={$baseurl}/thumb/{$vinfo[0].VID}.jpg&width=425&location={$baseurl}/player/player.swf&logo={$baseurl}/templates/images/watermark.gif&link={$baseurl}&linktarget=_blank"/></object>' size="51" onclick=javascript:document.linkForm.video_play.focus();document.linkForm.video_play.select(); readOnly>
 thanks
	 
	
	
	
		Re: Video Code does not work when inserted into my myspace profi