[thelist] Inserting javascript in XML?

Volkan Özçelik volkan.ozcelik at gmail.com
Thu Jun 12 01:22:39 CDT 2008


Hi ,

I have a client with a Flash file that reads an XML file that includes
> text/links, and my client wants to have one of those links to open a popup
> window of a certain size.
>


If flash is reading the XML file, it can do quite a lot of things with the
raw data.
It depends on how you parse and display the XML file inside the flash
instance.

For instance, you can bind onclick handler to the flash view,
which will trigger some pop-up opener JavaScript in the containing browser.

But since you are inside flash why don't you just display an overlay layer
instead of a pop up?

Btw, it has been such such a long time I haven't heard the word "pop up",
nobody likes popups nowadays ;)

Cheers,
-- 
Volkan Ozcelik
+> Senior Web Application Developer, VeriPark
+> linkibol.com - in seek for quality links : http://www.linkibol.com/
+> my blog (in Turkish): http://www.fikribol.com/donkisot/
+> Sardalya JavaScript Library: http://www.sarmal.com/sardalya/



More information about the thelist mailing list