Hi,
i’m having this problem for ages and still can’t find a solution.
I have a xml gallery controled by a AS script. when i click on the preview image i launch a flv in a blank popup html window. 'til now everything ok.
i just need this popup to be a certain size. i don’t really need a dynamic resize according to my xml list coz all vids are the same size. but if you guys have a dynamic resize its wicked.
here’s my function calling the popup
imageframe_mc.onPress = function()
{getURL(“dir-vid/”+flix[index],"_blank");}