PDA

View Full Version : getUrl without navigation click, help please



kmcgowan
03-28-2004, 11:36 PM
Greetings Flashbies

Ive been working on developing a method for registering what flash movies have been watched on my clients websites.

Within the first few frames of the .fla movie I call the method in the action script
getUrl("javascript:getStats:'http', '/flash/movie_start.flash");

In my .js file I have
var n = new Date();
var qs = n.getTime();
document.images['myimage'].src = mysite.com + qs;

This works great for sending a trace to my server but there is a navigation click as my image is loaded in IE. Ive tried using fsCommand but this is not supported by Netscape. I really need to find a way to load the image without the click.

Any advice would be great here.
Argiato

Kieran in Tokyo