HTML into a movie? HEEELP

Hi everybody. I need help in this matter:

I created an empty movieclip on my page. So now I want that my Guestbook (this file is not in my hands it’s just an URL to it) has to load into this empty movieclip.

I tried it with this action but it don’t work:

on (press) {
loadMovie(“http://www.gastbuch24.de/gastbuch.php3?user=milkmug”, “movie”);
movie._x = 0;
movie._y = 0;
}

Does anybody know what I do wrong? Thank you 4 ur help.

MiLkmug:cowboy:

maybe the targetting is wrong

try:

on (press) {
	loadMovie ("http://www.gastbuch24.de/gastbuch.php3?user=milkmug", _root.movie)
	_root.movie._x = 0
	_root.movie._y = 0
}

Thank you. I hope it will work.:hair:

oh !! wait a moment …

i didn’t see that you’re not loading a flash movie !!
so you can’t … :-\

Hi. So I tried it with your script. sorry you said that before: it isn’t working.

But on example Website U can C that they are using a script 2 load that stuff (html) in2 a movie on their flash-site.

I think I have to publish my site and will edit my html-page with a script or something. I bet it’s soooooo easy but I don’t know it.

What does Kurt Cobain said: I hate myself and I want to die…

Ok it’s litte kind of excessive