Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

(SOLVED) Open video when clicking on image
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: (SOLVED) Open video when clicking on image
#9503
(SOLVED) Open video when clicking on image 13 Years, 4 Months ago Karma: 1
Hi,

I have been battling with this issue for 5 hours and still can find out how I can do this.

The problem is that linking text to open sexylightbox is easy but I want an image to be the main link source. What code can I use guys?

I have my image in a custom html module. The video is on my server.

Any help will be highly appreciated.


This is as far as I got:

<p class="dropshadow"><img src="images/stories/video_ad.jpg" alt="" />{arisexylightbox activeType="icontent" width="440" height="266" link="bla bla bla" title=""}
<object classid="clsid:02bf25d5-8c17-4b23-bc80-d3488abddc6b" width="432" height="256" codebase="www.apple.com/qtactivex/qtplugin.cab#version=6,0,2,0" type="video/quicktime">
<param name="src" value="images/stories/media/video.mp4" /><embed type="video/quicktime" width="432" height="256" src="images/stories/media/video.mp4"></embed>
</object>
&nbsp; {/arisexylightbox}</p>
Last Edit: 2010/12/17 09:20 By rexous.Reason: solved
The administrator has disabled public write access.
 
#9514
Re:Open video when clicking on image 13 Years, 4 Months ago Karma: 748
Hello,

Download and upgrade the module and the plugins to the latest version and use the following code:

Code:


{arisexylightbox activeType="rcontent" width="432" height="256" url="images/stories/media/video.mp4" title="Video"}<img src="images/stories/video_ad.jpg" />{/arisexylightbox}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#9515
Re:Open video when clicking on image 13 Years, 4 Months ago Karma: 1
Thank you ! Works like a charm

I was in the dark abyss with the code I was working on hehe. This makes a lot more sense.
The administrator has disabled public write access.
 
#9983
Re:(SOLVED) Open video when clicking on image 13 Years, 3 Months ago Karma: 0
Please, I need some assistance.
I tried this method as described but my image does not show up.

I'm using the article code as follows:

{arisexylightbox activeType="article" width="850" height="600" id="24" link="Medical Notes" title="Article"}<img src="images/stories/somepic.jpg" />{/arisexylightbox}

I'm trying to use an image to be clicked for the lightbox in my article and not text.
The images does not show up for me in the front end at all, only text.
I know I have my image name and path correct...

Help would be greatly appreciated!!

Thanks!!
The administrator has disabled public write access.
 
#9985
Re:(SOLVED) Open video when clicking on image 13 Years, 3 Months ago Karma: 748
Hello,

If you copy-paste code into a WYSIWYG editor, switch editor to plain text mode and enter code again. WYSIWYG editors can add extra HTML code or transform original code when copy-paste method is used in design mode. If it doesn't help, provide link to page where we can see this issue please. If it is private, it can be provided by email.

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 1