Hi, I'm looking to make a gadget that is a mixture of flash and
html.

In the flash, I would like for there to be certain conditions under
which we redirect to our gadget to other content within our gadget -
the javascript code would look something like the following:

var params = {};
params['a'] = 'some value';
params['b'] = 'some other value';

gadgets.views.requestNavigateTo(new gadgets.views.View('canvas'),
params);

I looked into using gadgets.views.View.bind to produce the url string
to pass into the flash file, but it seems to give the error message
"Invalid urlTemplate".

Is there any way to do this?  In other open social networks there is
some absolute url I can send users to that will do this, but I can't
seem to figure it out for igoogle.

Thanks!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"iGoogle Developer Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Gadgets-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to