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?

Using JFancyBox for Video
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Using JFancyBox for Video
#1618
Using JFancyBox for Video 15 Years ago Karma: 0
I am trying to use the fancybox popup to show a video. Is this possible? Becasue when i use the following code, the popup appears, but not the video. Everything else works, I just get a "?" instead of the video.

{arijfancybox width="522" height="308" title="Dentist"} {arijfbicontent} <img src="images/stories/videos/Dentist01_thm.jpg" />{/arijfbicontent} {arijfbocontent} <img src="images/stories/videos/Dentist01.flv" /> {/arijfbocontent}{/arijfancybox}
The administrator has disabled public write access.
 
#1619
Re:Using JFancyBox for Video 15 Years ago Karma: 747
Hello,

It's incorrect place video in IMG tag. Use the following code, please:

{arijfancybox width="522" height="308" title="Dentist"}
{arijfbicontent}
<img src="images/stories/videos/Dentist01_thm.jpg" />
{/arijfbicontent}
{arijfbocontent}
<object height="355" width="425">
<param value="images/stories/videos/Dentist01.flv" name="movie"/>
<param value="transparent" name="wmode"/>
<embed height="522" width="308" wmode="transparent" type="application/x-shockwave-flash" src="images/stories/videos/Dentist01.flv"/>
</object>
{/arijfbocontent}
{/arijfancybox}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#1620
Re:Using JFancyBox for Video 15 Years ago Karma: 0
Sorry, that still doesn't work!
There is now no "?", but the movie still does not appear. Contextual menu says 'movie not loaded'
The administrator has disabled public write access.
 
#1621
Re:Using JFancyBox for Video 15 Years ago Karma: 747
Can you provide access to your Joomla backend by email (info@ari-soft.com) that we can help you? It seems that you specify incorrect url for flash file.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#1622
Re:Using JFancyBox for Video 15 Years ago Karma: 0
Not a problem with the url. I can embed the same movie using the JoomlaWorks AllVideo plugin without any problems using the same path to the video as above. However I would prefer to use the ARI JFancyBox.
I can't give access to the site as it is on my computer only (localhost).
The administrator has disabled public write access.
 
#1623
Re:Using JFancyBox for Video 15 Years ago Karma: 747
You can use ARI JFancyBox with AllVideo plugin. Use the following code:

{arijfancybox width="522" height="308" title="Dentist"}
{arijfbicontent}
<img src="images/stories/videos/Dentist01_thm.jpg" />
{/arijfbicontent}
{arijfbocontent}
{flv}Dentist01{/flv}
{/arijfbocontent}
{/arijfancybox}

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