Open Lightbox Flash Movie Embedded Drupal
Languages
-
English -
Español
Content
- Tips
- Books
- Software
Search
Search this site:
Open a lightbox from a Flash movie embedded in drupal
Thu, 01/28/2010 - 00:07
Open a lightbox from a flash movie (action script 3) embedded in drupal
1 Download and enable the drupal modules
**Flash node (6.x-3.1)
**
**Lightbox2 (6.x-1.9)
**
2 Download the modified files
Extract the content in the flashnode folder (Reemplace flashnode.module)
You should have this new files
sites/all/modules/flashnode/flashnode.module
sites/all/modules/flashnode/lightBoxInit.js
3 Configure lightbox
Edit the file lightBoxInit.js by default is configured to show an Iframe.
slideshow, lightframe, lightvideo, lightmodal
Lightbox.start( urlLink, false, true, false, false);
Put true the type you want to show and put false the rest.
4 Call from Flash
var url:URLRequest = new URLRequest(“javascript:lightBoxInit(‘http://www.google.com’);”);
navigateToURL(url, “_self”);
5 Other configurations you can do it from drupal
**
Requirements:
**
**
Download:
**
**
Calification:
**
Average: Select ratingPoorOkayGoodGreatAwesome
No votes yet
Español | Tags: others
Designed by INNSET SRL.