Open pop up + exchange vars between swf & html

Hi, I found more links and tutorials than I needed… but none of them helped me. So please don’t just give me a link that I won’t understand. I need explanations…

I’ve succeded to open a pop up with that code:

on (release) {
getURL(“javascript:window.open(‘04_images/pop_mov/pop_mov.htm’,’’,‘width=415,height=445,toolbar=no,scrollbars=no’);”);
}

But then my main page load the javascript in the adress bar and load a white page with this written inside:
[object]

What is missing in my code to make it stay still?


I don’t wanna make 120 html pages everytime I open of of the link to present the video… So I wanna send a variable to my html page to tell it the name of the video… I can’t use any php or asp… I wanna use javascript only… is this possible… how do I send the var with flash and and how do I use it with html… I don’t want it to appear in the adress bar…

can you writte me an example… I really need help, and I,M trying desesperately, but the tutorials that I find doesn’t help at all.

Thanks.

edited: I don’t wanna use any external code either. thanks.