I was asked to load a 1x1 pixel gif to one of my movies so I figured I would
receive the following:

http://www.server.com/thepixel.gif

but I received this:

http://www.server.com/page.asp?var1=a&var2=b&var3=c...

to me it looks more like I need to send some variables to the server rather
than loading a gif.


If i do the regular:

var theHolder = this.createEmptyMovieClip("holder", this.getNextHighestDepth()
);
theHolder.loadMovie("http://www.server.com/page.asp?var1=a&var2=b&var3=c...
");

Would it still be able to track the gif?

TIA
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to