How to add video upload in product

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 лет назад
Hello All

How to add video upload in product using silverlight or flash player,
13 лет назад
enkhtsogt wrote:
Hello All

How to add video upload in product using silverlight or flash player,


Great idea!! It would be great to insert videos, flash and other kind of media in product/variant/topics descriptions in a similar way as now images are inserted.
13 лет назад
eadameg wrote:
Hello All

How to add video upload in product using silverlight or flash player,

Great idea!! It would be great to insert videos, flash and other kind of media in product/variant/topics descriptions in a similar way as now images are inserted.


Another asp.net cart that i use on another site recently added this feature...

http://demo.kartris.com/Computers/Business/Desktops/Spagbol-5500-DS__p-1-2-3-2.aspx

this shows a youtube vid but apparently it lets you upload videos and other media too (I've not tried it as the version I use it older and doesn't have it)

In my opinion silverlight is a poor choice for video - flash video is much more widely supported, and soon with HTML5 video support will be native.
13 лет назад
Its prety simple to put a YouTube video on as a product just get the code from the YouTube site and paste in as html in the editor (switch to source more)

I just did it on http://www.selectsystems.com.au/products/100-video-test.aspx

With this code code from that demo.kartris.com site

<object width="640" height="385">
<param value="http://www.youtube.com/v/wzfHmFYYHvU?fs=1&amp;hl=en_US&amp;rel=0" name="movie" />
<param value="true" name="allowFullScreen" />
<param value="always" name="allowscriptaccess" /><embed width="640" type="application/x-shockwave-flash" height="385" allowfullscreen="true" allowscriptaccess="always" src="http://www.youtube.com/v/wzfHmFYYHvU?fs=1&amp;hl=en_US&amp;rel=0"></embed></object>

Just need to change the templae to set it up correctly.

Re uploading video to your site you will want to have pretty high bandwidth and plenty of storage. Because dem videos are big if you want any quality. Suppose that's the benefit of the tube as it takes care of all that in return for a little advertising.
A
13 лет назад
Yidna wrote:
Its prety simple to put a YouTube video on as a product just get the code from the YouTube site and paste in as html in the editor (switch to source more)

I just did it on http://www.selectsystems.com.au/products/100-video-test.aspx

With this code code from that demo.kartris.com site

<object width="640" height="385">
<param value="http://www.youtube.com/v/wzfHmFYYHvU?fs=1&amp;hl=en_US&amp;rel=0" name="movie" />
<param value="true" name="allowFullScreen" />
<param value="always" name="allowscriptaccess" /><embed width="640" type="application/x-shockwave-flash" height="385" allowfullscreen="true" allowscriptaccess="always" src="http://www.youtube.com/v/wzfHmFYYHvU?fs=1&amp;hl=en_US&amp;rel=0"></embed></object>

Just need to change the templae to set it up correctly.

Re uploading video to your site you will want to have pretty high bandwidth and plenty of storage. Because dem videos are big if you want any quality. Suppose that's the benefit of the tube as it takes care of all that in return for a little advertising.
A


the kartris software supports other video types like flash as well as audio files - it also lets you add your own file types (eg java applets) for custom applications - i think it would be good if nop added this.
13 лет назад
HI,

Please see this link http://sadeqbillah.wordpress.com/2011/02/06/product-audiovideo-preview-in-nopcommerce/.  Maybe it will be helpful for you. Done in 1.30 but you can have the idea.

Thanks
13 лет назад
Hello sadeqbillah.

Using your instructions, and making some changes, I embed Audio / Video Preview in nopCommerce 1.9.

Thanks, this article helped me a lot.


But on the product page, for viewing images using slimbox2.js and I think that it conflicts with flowplayer. Auido and video work fine, but after clicking on the photo, they stop working.
Can you advise what I can do. Possible to use something else, to see photos?
13 лет назад
neTp9c,

Would you be willing to provide instructions on how you integrated this into 1.9?

Thanks!
13 лет назад
cw27spy,

I will write instructions for this week.

And to avoid conflicts with slimbo2.js. need to download the latest version slimbox2.js
12 лет назад
neTp9c,

Any news about the instructions for version 1.9?
I would like to implement that as well.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.