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


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

  • 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.


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?

Calling sexylightbox from a flash actionscript
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Calling sexylightbox from a flash actionscript
#20339
Calling sexylightbox from a flash actionscript 13 Years, 5 Months ago Karma: 0
Hi,

Trying to have a button in a flash file open external content or an article within the rel of sexylightbox on my joomla site

actionscript for flash button:
navigateToURL(new URLRequest("www.server.com/images/locations/operations.html?TB_iframe=true&height=500&width=525 rel=sexylightbox"));

in firefox it opens the html file to a new tab
in IE it does nothing but mock me....

help,

thank you
The administrator has disabled public write access.
 
#20356
Re:Calling sexylightbox from a flash actionscript 13 Years, 5 Months ago Karma: 762
Hello,

"ARI Sexy Lightbox" uses javascript and the lightbox can be open if call appropriate javascript code. Your code do the same if a user enters a link into a browser address bar.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#20384
Re:Calling sexylightbox from a flash actionscript 13 Years, 5 Months ago Karma: 0
Something along these lines?

function openNewWindow() {
popupWin = window.open('www.server.com/images/locations/operatio...ht=500&width=525 rel=sexylightbox',
'open_window',
'menubar, toolbar, location, directories, status, scrollbars, resizable, dependent, width=500, height=525, left=0, top=0')

or do you have a better solution in mind?

thank you
The administrator has disabled public write access.
 
#20386
Re:Calling sexylightbox from a flash actionscript 13 Years, 5 Months ago Karma: 762
Do you use "ARI Sexy Lightbox" or "ARI Sexy Lightbox Lite"?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#20391
Re:Calling sexylightbox from a flash actionscript 13 Years, 5 Months ago Karma: 0
currently lite - was about to purchase..
The administrator has disabled public write access.
 
#20392
Re:Calling sexylightbox from a flash actionscript 13 Years, 5 Months ago Karma: 762
Javscript code looks like:

Code:


SexyLightbox.show("Caption", "http://www.google.com?TB_iframe=true&width=500&height=500", "");



PS: Check that plugin javascript files are loaded on necessary page.

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