Home
TeamSite
Unable to drag drop video component on page
bhamathi
i have a video component created. When i add this component on a page, i am unable to position it using drag/drop. i have to go to 'layout' and edit the properties
the locked checkbox is in unchecked state.
Find more posts tagged with
Comments
vpatel
Which version of TS? Are you on a supported browser? Is there any "out of norm" CSS / JS that may be causing the issue?
bhamathi
We are using SitePublisher in Teamsite 6.7.2. Browser is IE.
The problem is there is vidoe embedding in the component
object width="425" height="344"
param name="movie"
xsl:attribute name="value"
xsl:value-of select="Properties/Datum[
@Name=
'YouTube Link']"/
/xsl:attribute
/param
param name="allowFullScreen" value="true" /param
param name="allowScriptAccess" value="always" /param
embed type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always"
xsl:attribute name="width"
xsl:value-of select="Properties/Datum[
@Name=
'YouTube Width']"/
/xsl:attribute
xsl:attribute name="height"
xsl:value-of select="Properties/Datum[
@Name=
'YouTube Height']"/
/xsl:attribute
xsl:attribute name="src"
xsl:value-of select="Properties/Datum[
@Name=
'YouTube Link']"/
/xsl:attribute
/embed
/object
If I remove this piece of code, then i am able to drag and drop the component. But with video link embedding, it is not allowing for drag-drop.