tag.setFlashvars('lcId='+uid+'&clickTAG=http://www.google.com/');
looks like you forgot the '=' in your first atttempt, and you had some extra quotation marks in there.
On 11/10/06, !!blue <[EMAIL PROTECTED]> wrote:
Rich, thanks for the reply. I just tried that line of code and it didn't work, Mozilla gives me _javascript_ errors saying:
"tag.addFlashVar is not a function"
The swf won't load at all in IE. I can't seem to be able to use "addFlashVar", "addFlashVars" nor another line of " setFlashvars." Do I need to somehow edit the _javascript_FlashGateway.js file?
http://test.slackbarshinger.com/ulab602/test/J avaScriptFlashGateway.js
thanks all!On 11/10/06, Rich Rodecker < [EMAIL PROTECTED]> wrote:try this:
tag.addFlashVar('lcId', uid);
tag.addFlashVar ('clickTAG', 'www.gogle.com');_______________________________________________On 11/10/06, !!blue <[EMAIL PROTECTED]> wrote:Hi all, just wonderin' if anyone is able to shed some light on my
question below...
enjoy the weekend!
On 11/6/06, !!blue <[EMAIL PROTECTED]> wrote:
> Hi all, first time on this list and I've tried using Google to search
> through the archives for "addFlashVar" with no luck. Hopefully someone
> can help :)
>
> I'm using the Flash _javascript_ Integration Kit to create a flash
> banner much like the example page here:
> http://www.roguish.com/experiments/_javascript_toflash/_javascript__to_flash_mouse_coords.html
>
> The mouse tracks successfully on the banner itself as you can see from
> my rough test page:
> http://test.slackbarshinger.com/ulab602/test/horizontal.html
>
> I'm running into a bump in the road where I'm trying to send a button
> in the SWF a clickTAG variable and I'm not sure where to add it (see:
> "Building Macromedia Flash Banners with Tracking Capabilities"
> http://www.adobe.com/resources/richmedia/tracking/designers_guide/ ).
>
> I've tried each of the following in the html js code and none of them works:
> ----------------------------------------
> tag.setFlashvars('lcId='+uid+'&'+'clickTAG'+'http://www.google.com/');
> OR
> tag.addFlashVar ('clickTAG','http://www.google.com/' );
> OR
> tag.addVariable('clickTAG','http://www.google.com/');
> ----------------------------------------
>
> The second two give me _javascript_ errors that say they are not
> "functions." Does anyone know how I can accomplish adding a clickTAG
> variable to the code so the tracking works on the banner? Hope I'm
> making sense!
>
> thanks!
> Zulema
>
> --
> !!blue
> website: http://blog.zoblue.com/
> browser: http://getfirefox.com/
>
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org
_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org
_______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
