My favorites | Sign in
Project Logo
             
Details: Show all Hide all

Today

  • 14 hours ago
    issue 5 (Always getting the same message "Here should be a swf moviec...) commented on by hugo.trucker   -   Mac OS X 10.5.8, Flash Player 10, same error
    Mac OS X 10.5.8, Flash Player 10, same error

Earlier this year

  • Oct 08, 2009
    Usage Wiki page commented on by ernani.azevedo   -   I am trying to embed a SWFCallableWidget, but get the error message for flash player not found. Though, using fabridge library (which works upon gwt2swf), the flash component appears. any tip? I would rather use callablewidget instead of fabridge.
    I am trying to embed a SWFCallableWidget, but get the error message for flash player not found. Though, using fabridge library (which works upon gwt2swf), the flash component appears. any tip? I would rather use callablewidget instead of fabridge.
  • Oct 08, 2009
    Usage Wiki page commented on by nrkkalyan   -   You Can read like this Application.application.parameters.filename Application.application.parameters.fileId You have to set the parameters in your java program swfWidget.addFlashVar("filename", "URL"); swfWidget.addFlashVar("fileId", "23233"); It worked for me
    You Can read like this Application.application.parameters.filename Application.application.parameters.fileId You have to set the parameters in your java program swfWidget.addFlashVar("filename", "URL"); swfWidget.addFlashVar("fileId", "23233"); It worked for me
  • Jul 23, 2009
    issue 5 (Always getting the same message "Here should be a swf moviec...) reported by secsek...@yahoo.fr   -   What steps will reproduce the problem? 1. using gwf2swf 2. Flash player problem 3. What is the expected output? What do you see instead? Expected output is a Flex chart, instead the message "Here should be a swf movieclip. You probably don't have FlashPlayer installed ..." but I've Flash player 10 and try with 9 installed on both IE and Mozilla. the problem appear also with the GWT hosted browser. When I check my Flashplayer version with WFObjectUtil.getPlayerVersion(); It show me the good version of Flash Player (9 or 10). What version of the product are you using? On what operating system? version = last downloadable. Windows XP. Internet Explorer 8. Mozilla 3.0.12 and previous. Please provide any additional information below.
    What steps will reproduce the problem? 1. using gwf2swf 2. Flash player problem 3. What is the expected output? What do you see instead? Expected output is a Flex chart, instead the message "Here should be a swf movieclip. You probably don't have FlashPlayer installed ..." but I've Flash player 10 and try with 9 installed on both IE and Mozilla. the problem appear also with the GWT hosted browser. When I check my Flashplayer version with WFObjectUtil.getPlayerVersion(); It show me the good version of Flash Player (9 or 10). What version of the product are you using? On what operating system? version = last downloadable. Windows XP. Internet Explorer 8. Mozilla 3.0.12 and previous. Please provide any additional information below.
  • Jul 22, 2009
    Usage Wiki page commented on by pablo.m.gore   -   How can I read a parameter in my Flex application ???
    How can I read a parameter in my Flex application ???
  • May 04, 2009
    issue 1 (menu hide behind the swf files) commented on by reentry.espresso   -   To clarify, you need to set that param like this: swfwidget.addParam("wmode", "opaque"); A good explanation is here: http://www.communitymx.com/content/article.cfm?cid=e5141
    To clarify, you need to set that param like this: swfwidget.addParam("wmode", "opaque"); A good explanation is here: http://www.communitymx.com/content/article.cfm?cid=e5141
  • Apr 30, 2009
    issue 4 (There is no visibility of .swf contents in MozillaFirefox b...) commented on by ch.srihari   -   Note: Here, Java means gwt.
    Note: Here, Java means gwt.
  • Apr 30, 2009
    issue 4 (There is no visibility of .swf contents in MozillaFirefox b...) reported by ch.srihari   -   What steps will reproduce the problem? 1. I have created a flash file and a .swf file is also generated. 2. I had embedded it into my Java code in such a way that whenever a Button is clicked, the .swf file must be visible. 3. But, our project is executed in localhost in browser window. But, when java is executed and Button is clicked, then the .swf file contents are getting invisible and an empty browser window without .swf file is obtained(This is the case with MozillaFirefox) What is the expected output? What do you see instead? When I open my project in localhost in a MozillaFirefox browser window, then the contents of .swf file must be visible upon clicking on Button. What version of the product are you using? On what operating system? I had developed Flash application using ActionScript 3.0 in Flash CS3. Please provide any additional information below. So, I require solution for the above problem. It's very urgent. I think if you won't feel hard to reply me a solution, then reply me as soon as you see this message/post. Thanks in advance. I am new to flash and AS3.0. Actually, my platform is Java.But, also developed Flash applications on my own. Waiting for ur reply.... Srihari.Ch
    What steps will reproduce the problem? 1. I have created a flash file and a .swf file is also generated. 2. I had embedded it into my Java code in such a way that whenever a Button is clicked, the .swf file must be visible. 3. But, our project is executed in localhost in browser window. But, when java is executed and Button is clicked, then the .swf file contents are getting invisible and an empty browser window without .swf file is obtained(This is the case with MozillaFirefox) What is the expected output? What do you see instead? When I open my project in localhost in a MozillaFirefox browser window, then the contents of .swf file must be visible upon clicking on Button. What version of the product are you using? On what operating system? I had developed Flash application using ActionScript 3.0 in Flash CS3. Please provide any additional information below. So, I require solution for the above problem. It's very urgent. I think if you won't feel hard to reply me a solution, then reply me as soon as you see this message/post. Thanks in advance. I am new to flash and AS3.0. Actually, my platform is Java.But, also developed Flash applications on my own. Waiting for ur reply.... Srihari.Ch
  • Apr 12, 2009
    issue 2 (Using version 0.4.0-b12 the flash movie is displyed, but wit...) commented on by jos...@feth.com   -   Actually I think the problem is with the Width/Height - you need to specify both with version 0.6.0 then it seems to work...
    Actually I think the problem is with the Width/Height - you need to specify both with version 0.6.0 then it seems to work...
  • Apr 12, 2009
    issue 2 (Using version 0.4.0-b12 the flash movie is displyed, but wit...) commented on by jos...@feth.com   -   I am getting the same error (no flash player or wrong version) here with 0.6
    I am getting the same error (no flash player or wrong version) here with 0.6

Older

  • Oct 30, 2008
    issue 3 (Page title changing on widget load) reported by iagotomas   -   What steps will reproduce the problem? 1. Attach a new SWFWidget to a panel 2. create and destroy several times the panel What is the expected output? What do you see instead? The class is working fine, it works as expected the sole thing is that it changes the window title each time the panel is reloaded, I destroy/reload the panel by catching an onclick event. The page's title is changed and the history token is appended to it. What version of the product are you using? On what operating system? Last released version (not sure which one just now, i've downloaded it a couple of weeks ago). It only happens in IE not in other browsers. Please provide any additional information below. Could this be a swfobject issue rather?
    What steps will reproduce the problem? 1. Attach a new SWFWidget to a panel 2. create and destroy several times the panel What is the expected output? What do you see instead? The class is working fine, it works as expected the sole thing is that it changes the window title each time the panel is reloaded, I destroy/reload the panel by catching an onclick event. The page's title is changed and the history token is appended to it. What version of the product are you using? On what operating system? Last released version (not sure which one just now, i've downloaded it a couple of weeks ago). It only happens in IE not in other browsers. Please provide any additional information below. Could this be a swfobject issue rather?
  • Aug 20, 2008
    issue 2 (Using version 0.4.0-b12 the flash movie is displyed, but wit...) reported by mrszobi   -   Hi! In the same project using 0.4.0-b12 the flash movie is displayed, but when changing the reference to 0.6.0 i only get the default "noflashplayer or bad version..." error message in both explorer and firefox. The only change I made switching to 0.6.0 is not specifying the widht and height, and changing swfWidget.Show() to swfWidget.setVisible(true). here is my code: public class DateSelectorFlash extends Composite{ private SWFWidget swfWidget; public DateSelectorFlash() { FlowPanel fp = new FlowPanel(); initFlashComm(this); // set bridge name for FABridge swfWidget = new SWFWidget("datePicker.swf",962,141); fp.add(swfWidget); //show swf movie swfWidget.show(); fp.add(label_status); initWidget(fp); } } It is not a very important issue, as the older version works fine for me, Just a notice. Best - István
    Hi! In the same project using 0.4.0-b12 the flash movie is displayed, but when changing the reference to 0.6.0 i only get the default "noflashplayer or bad version..." error message in both explorer and firefox. The only change I made switching to 0.6.0 is not specifying the widht and height, and changing swfWidget.Show() to swfWidget.setVisible(true). here is my code: public class DateSelectorFlash extends Composite{ private SWFWidget swfWidget; public DateSelectorFlash() { FlowPanel fp = new FlowPanel(); initFlashComm(this); // set bridge name for FABridge swfWidget = new SWFWidget("datePicker.swf",962,141); fp.add(swfWidget); //show swf movie swfWidget.show(); fp.add(label_status); initWidget(fp); } } It is not a very important issue, as the older version works fine for me, Just a notice. Best - István
  • Aug 11, 2008
    issue 1 (menu hide behind the swf files) commented on by radhey0123   -   ya rafal it was issue with the flash object not gwt2swf issue i has solved this by setting the wmmode = transparent (ie fix) in the flash variable working thanks
    ya rafal it was issue with the flash object not gwt2swf issue i has solved this by setting the wmmode = transparent (ie fix) in the flash variable working thanks
  • Aug 10, 2008
    issue 1 (menu hide behind the swf files) commented on by iagotomas   -   This could be a typical issue with flash and layers, have you setted z-index in css styles? is the flash object in a layer or embedded in the document root or any other element? Anyway i can nearly assure that this isn't a gwt2swf issue
    This could be a typical issue with flash and layers, have you setted z-index in css styles? is the flash object in a layer or embedded in the document root or any other element? Anyway i can nearly assure that this isn't a gwt2swf issue
 
Hosted by Google Code