[Flashcoders] A Tool to Inject AS to First Frame of SWF

2006-02-16 Thread John Giotta
Hello all, I'm looking for a tool that can inject a line code to the first frame of a SWF. Basically, our advertising department gets SWF ads from a 3rd party designer and a specific _level0 variable needs to be set in order for the clickthrough to work. If anyone has a method or tool to do this

Re: [Flashcoders] A Tool to Inject AS to First Frame of SWF

2006-02-16 Thread erixtekila
I'm looking for a tool that can inject a line code to the first frame of a SWF. Any reason not using FlashVars and push this variable inside the swf container ? BTW, you'd able to inject code in swf file with mtasc -keep HTH --- erixtekila http://blog.v-i-a.net/

Re: [Flashcoders] A Tool to Inject AS to First Frame of SWF

2006-02-16 Thread John Giotta
FlashVars is what we're using to set the clickthrough URL, however, the ads system is predefined to set the variable to clickTAG and some designers have been referring to the variable as clickTag. clickTag doesn't equal clickTAG... so I thought I could run an injection script to just insert a

RE: [Flashcoders] A Tool to Inject AS to First Frame of SWF

2006-02-16 Thread Adrian Lynch
You could pass it in twice, clickTag=somethingclickTAG=something Not pretty though. Adrian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of John Giotta Sent: 16 February 2006 15:28 To: Flashcoders mailing list Subject: Re: [Flashcoders] A Tool to Inject AS

Re: [Flashcoders] A Tool to Inject AS to First Frame of SWF

2006-02-16 Thread erixtekila
I'm looking for a tool that can inject a line code to the first frame of a SWF. Moreover, you get : KineticFusion Flasm swfcombine and from swftools --- erixtekila http://blog.v-i-a.net/ ___ Flashcoders@chattyfig.figleaf.com To change your

Re: [Flashcoders] A Tool to Inject AS to First Frame of SWF

2006-02-16 Thread John Giotta
I could, but the way the Ads System delivers the SWF we don't actually control the output. The SWF is registered to the system and is delivered with a predefined HTML template. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or

RE: [Flashcoders] A Tool to Inject AS to First Frame of SWF

2006-02-16 Thread Shaw, Matt (MTVN)
I think in this case you need to teach a man to fish. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Giotta Sent: Thursday, February 16, 2006 10:28 AM To: Flashcoders mailing list Subject: Re: [Flashcoders] A Tool to Inject AS to First Frame of SWF

Re: [Flashcoders] A Tool to Inject AS to First Frame of SWF

2006-02-16 Thread John Giotta
Moreover, you get : KineticFusion Flasm swfcombine and from swftools Thanks erixtekila, I'll check those out. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

Re: [Flashcoders] A Tool to Inject AS to First Frame of SWF

2006-02-16 Thread John Giotta
I think in this case you need to teach a man to fish. LOL I'm not in the business of ultimately educating them all. I'm a 1st party developer and I simply get bugged way too much to diagnose the SWFs. ___ Flashcoders@chattyfig.figleaf.com To change

RE: [Flashcoders] A Tool to Inject AS to First Frame of SWF

2006-02-16 Thread Merrill, Jason
A simple method would just be to load it into host .swf, and then put the code in the host clip and target the loaded instance. Jason Merrill | E-Learning Solutions | icfconsulting.com -Original Message- From: [EMAIL PROTECTED] [mailto:flashcoders- [EMAIL PROTECTED] On

Re: [Flashcoders] A Tool to Inject AS to First Frame of SWF

2006-02-16 Thread John Giotta
A simple method would just be to load it into host .swf, and then put the code in the host clip and target the loaded instance. I'm considering that as an alternative. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or

Re: [Flashcoders] A Tool to Inject AS to First Frame of SWF

2006-02-16 Thread John Giotta
A simple method would just be to load it into host .swf, and then put the code in the host clip and target the loaded instance. I'm considering that as an alternative. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or