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 4 of 4

Thread: Embedding videos

  1. #1
    jamotion is offline Senior Member
    Join Date
    Jul 2007
    Posts
    215

    Default Embedding videos

    1) not sure if embedding videos is the best option to show a video on the site, but how do I display a video on my product page? The link of the video provided is "http://69.25.139.97/marketing/videoNK.jsp?v=DT_PerfectWeightTee_II.flv&m=6005390 ", but I cant simply paste it to the description page and have it work, it only shows the link.

    2) what are the alternatives for showing a video on the site?

  2. #2
    Jao is offline Senior Member
    Join Date
    Oct 2008
    Posts
    1,132

    Default

    Well, the topic could handle that for you easily, simply use the embed object tag, but for the product page, you could use a product specification sheet, that simply call the html file associated to the product ID and add the embed object tag to that associated HTML file. Also set the Spec Inline to Yes to show the video from the product page itself without the need to click a link and that's it...

  3. #3
    jamotion is offline Senior Member
    Join Date
    Jul 2007
    Posts
    215

    Default

    For the product spec, instead of .htm files, can we use .doc or .pdf files? If so, how?

  4. #4
    Jao is offline Senior Member
    Join Date
    Oct 2008
    Posts
    1,132

    Default

    All it takes is a slight tweaking on the AspDotNetStorefrontCore.ProductSpecFile.FindIDFile method. See this link.