How to getURL on stop instead of looping

[COLOR=#808080]*Does Anybody know how should look my code if I want to redirect my page to different url,
when my intro stops playing? Video is located externally, not in *fla file, so I can’t use getUrl code
in the last frame of the timeline:/
I just have to modiefied the code below, I have to get rid of looping and go to url instead,
but I don’t know how :confused:
How it should look?
thanks

// listen for the ‘Stop’ status event, and restart the video to loop it*[/COLOR]
myNetStream.[COLOR=#0066cc]onStatus[/COLOR] = [COLOR=#000000]function[/COLOR]COLOR=#66cc66[/COLOR]
[COLOR=#66cc66]{[/COLOR]
[COLOR=#b1b100]if[/COLOR] [COLOR=#66cc66]([/COLOR]info.[COLOR=#006600]code[/COLOR] == [COLOR=#ff0000]“NetStream.Play.Stop”[/COLOR][COLOR=#66cc66])[/COLOR]
[COLOR=#66cc66]{[/COLOR]
[COLOR=#0066cc]this[/COLOR].[COLOR=#0066cc]seek[/COLOR]COLOR=#66cc66[/COLOR];
[COLOR=#66cc66]}[/COLOR]
[COLOR=#66cc66]}[/COLOR];