i have a gallery and i want to open an html window from flash. my code in flash would be :
Code:
getURL("javascript:fixedSize('gallery/pict.html', '', 'menubar=0, tollbar=0, scrollbars=yes, resizable=0, width=800, height=600')");
my problem is that pict.html is not good enough because i need to add avariable according the picture i want to enlarge 'gallery/pict'+ex+'.html',
how can i write it correct?
|