Thanks,

My other idea is to send the variables necessary with a regular sendandload
method. my only concern is that the server might not recognize the variables
since I'm not sending the headers along with it and I'm not sure if they are
necessary. I have been reading in different places trying to determine
exactly what variables are neccesary and it looks to me like just sending
the variables through an object would suffice.

Anyone has experience with this kind of tracking? I'm surprissed no none yet
has blogged about this specific item. at least not that I have found between
flash and asp/.net/php and such.


On 5/14/07, dr.ache <[EMAIL PROTECTED]> wrote:

hi.

depends on what that server returns on that request. the asp file must
return a gif
in the response, otherwise the loadClip method fails.

greets,
dr.ache


Helmut Granda schrieb:
> 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
>

_______________________________________________
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

_______________________________________________
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