Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 5 of 5

Thread: YouTube Video in Product Description

  1. #1
    jazzloft99 is offline Senior Member
    Join Date
    Feb 2008
    Posts
    202

    Default YouTube Video in Product Description

    Is it possible to embed a YouTube video in the product description? If so, can someone walk me through the steps to make this happen? Thanks!

  2. #2
    ASPAlfred is offline Senior Member
    Join Date
    Nov 2007
    Posts
    2,244

    Default

    Sure. Just invoke the script below in your product description using the HTML-mode (<>).

    HTML Code:
    <object height="355" width="425">
    <param name="movie" value="http://www.youtube.com/v/CoiFGva_JoY&amp;rel=0&amp;color1=0x006699&amp;color2=0x54abd6&amp;border=0">
    <param name="wmode" value="transparent"><embed src="http://www.youtube.com/v/CoiFGva_JoY&amp;rel=0&amp;color1=0x006699&amp;color2=0x54abd6&amp;border=0" type="application/x-shockwave-flash" wmode="transparent" height="355" width="425"></object>
    You change the indicated link to your video.

  3. #3
    jazzloft99 is offline Senior Member
    Join Date
    Feb 2008
    Posts
    202

    Default

    I couldn't get it to work. It just leaves a big blank space on my page. Here's the YouTube link. What should I insert into my page?

    http://www.youtube.com/watch?v=Fx9dV_yfKXA

    Here's the code I tried:

    <object height="355" width="425">
    <param name="movie" value="http://www.youtube.com/watch?v=jy8PKzBKizA&rel=0&color1=0x006699&color2=0 x54abd6&border=0">
    <param name="wmode" value="transparent"><embed src="http://www.youtube.com/watch?v=jy8PKzBKizA&rel=0&color1=0x006699&color2=0 x54abd6&border=0" type="application/x-shockwave-flash" wmode="transparent" height="355" width="425"></object>
    Last edited by jazzloft99; 01-13-2010 at 10:15 PM.

  4. #4
    AspDotNetStorefront Staff - Scott's Avatar
    AspDotNetStorefront Staff - Scott is offline Administrator
    Join Date
    Mar 2007
    Location
    Ashland, OR
    Posts
    2,390

    Default

    Try the directions our DevNet partner Vortx wrote up here.

  5. #5
    jazzloft99 is offline Senior Member
    Join Date
    Feb 2008
    Posts
    202

    Default

    Got it working. Thanks.