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?

add a video
(1 viewing) (1) Guest
Go to bottomPage: 12345678...11
TOPIC: add a video
#49191
add a video 9 Years, 12 Months ago Karma: 0
Hi
I just install the arisexylightbox and i'd like to show a video .flv in a popup box by clicking on an image
Let me explain you
I have an eshop and in the product detail page (look image) i have an icon Now when a visitor clicking on this icon to shows a video in a popup box
I programming whole thing from product detail php file Can you tell how to write the php code ?
Thank you for your time
Last Edit: 2014/05/02 08:33 By ksilenio.
The administrator has disabled public write access.
 
#49195
Re:add a video 9 Years, 12 Months ago Karma: 747
Hello,

If you want to use a plugin code in PHP file then install "ARI Sexy Lightbox" module and install, configure and enable "System - ARI Sexy Lightbox Anywhere" plugin. Set "Mode" parameter in plugin settings to "Anywhere". After this you can use the following plugin code:

Code:


{arisexylightbox activeType="rcontent" width="792" height="294" url="http://www.domain.com/video/my_video.flv" title="Video"}<img src="LINK_TO_IMAGE" />{/arisexylightbox}



Where LINK_TO_IMAGE is a link to an image. The video will be shown into the lightbox when a user clicks on the image.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#49198
Re:add a video 9 Years, 12 Months ago Karma: 0
Hi
thank you for your reply
i put the code into php file but i have some bugs
First i can't see the link image and
Second ican't see the video Its open only a white box
Please tell me what can i do?
regards ksilenio
The administrator has disabled public write access.
 
#49199
Re:add a video 9 Years, 12 Months ago Karma: 747
Could you specify what plugin code do you use (with link to the image) and provide a link to a page where we can see the problems?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#49200
Re:add a video 9 Years, 12 Months ago Karma: 0
i send you the php file image with the plugin code
regards

i found it the first for image
can you solve me the second issue ?
I can't see the video
Last Edit: 2014/05/02 11:40 By ksilenio.
The administrator has disabled public write access.
 
#49202
Re:add a video 9 Years, 12 Months ago Karma: 747
1. We suppose you use an incorrect link to the image. Where it is located relative to Joomla! root directory?

2. Add bgColor="#000" parameter to {arisexylightbox} tag. The code will look like:

Code:


{arisexylightbox activeType="rcontent" width="792" height="294" url="http://www.domain.com/video/my_video.flv" title="Video" bgColor="#000"}<img src="LINK_TO_IMAGE" />{/arisexylightbox}



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