no idea..

On Sat, Jul 25, 2009 at 4:58 AM, priya <joshipriya...@gmail.com> wrote:

>
> If anyone used this functionality then please help me out.
>
> On Jul 25, 10:58 am, priya <joshipriya...@gmail.com> wrote:
> > Hi all,
> >
> > I am using gwt2swf jar for Flash Tag cloud widget.
> > I am passing history token in my url of each tag.
> > So, on click of each tag it goes to the onHistoryChanged() method when
> > I am working in Firefox and Chrome.
> > But in IE 7.0 and Safari when I click on any tag it first goes to
> > onModuleLoad() method of entry point class.
> > i.e. the application is loaded again.
> >
> > Following is the code for my Flash Tag Cloud widget:
> >
> > public void flashTagCloud()
> > {
> >         tagWidgetPanel = new VerticalPanel();
> >         SWFWidget swfWidget = new SWFWidget("gikitagcloud.swf",
> > "180px", "200px");
> >         swfWidget.addParam("bgcolor", "#333333");
> >         swfWidget.addParam("wmode", "transparent");
> >         swfWidget.addParam("AllowScriptAccess", "always");
> >
> >         String urlString = GWT.getModuleBaseURL()
> > +"#"+HistoryTokens.TAG_CLOUD_TOKEN;
> >
> >         strUrl += "<a href='"+urlString+"' style='font-size: 12pt;'
> > class='tagLinkDiv'>TagName</a>";
> >
> >        String tagCloudEncodedStr = URL.encode(TAGS_START + strUrl +
> > TAGS_END);
> >
> >        swfWidget.addParam("flashvars", flashParameters + "tagcloud=" +
> > tagCloudEncodedStr);
> >
> >        tagWidgetPanel.add(swfWidget);
> >
> >        initWidget(tagWidgetPanel);
> >
> > }
> >
> > I am not getting why this problem occurs?
> > Is this problem of IE7.0 and Safari?
> > Please help me for getting out of this problem.
> >
> > Thanks in advance.
> >
> > Priya.
> >
>


-- 
           VIJAYABASKAR

<==Be the Best to Beat the Best==>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to