as3 xml lightwindow!
as3 xml lightwindow!
Out of context: Reply #1
- Started
- Last post
- 10 Responses
- Fariska0
so.... you want to display a video in lightwindow, right?
Fact is that the link to that video (on the HTML) is caught dynamically by javascript, which creates the overlay and stuff. So, your navigateToURL call should call the javascript function that do all this stuff.
As i see from the lightwindow demo page it uses:
prototype.js, effects.js, lightwindow.js, and other javascript.I'd start checking out those pieces of code (starting from lightwindow.js) to see where is the function that fires all the process and which paramenters require. Once you spot that, just do a javascript:function (params) from the navigateToURL