Hey Alain: First of all I'm extremely sorry about the false call. Yes you are right it was my FireFox browser issue. Everything is running as you said. Thanks again for a great library. I've put up your video display module with video source pointing to one of my Amazon Cloudfront RTMP video. It works.
http://java.oviplus.com/dipu/ On Mon, Jun 20, 2011 at 5:59 PM, Alain Ekambi <[email protected]>wrote: > > I ve run the example in different browsers and different machines and still > cant reproduce the error. It looks like there s problem with your local > settings. But i cant figure out what. > Do you have access to another machine to test ? In the mean time i ll > still investigate > > > 2011/6/21 Iqbal Yusuf <[email protected]> > >> Yes I can run the explorer from here >> http://www.gwt4air.appspot.com/ >> >> >> >> On Mon, Jun 20, 2011 at 5:36 PM, Alain Ekambi < >> [email protected]> wrote: >> >>> Can you also please tell if you are able to run the explorer on your >>> machine ? >>> Best, >>> >>> >>> Alain >>> >>> >>> 2011/6/21 Alain Ekambi <[email protected]> >>> >>>> This is really wired. >>>> I ve never seen this error before >>>> Will have a look at it and get back to to you >>>> >>>> >>>> 2011/6/20 Iqbal Yusuf <[email protected]> >>>> >>>>> Here is in detail what I've done so far. >>>>> >>>>> Step 0: >>>>> Created a GWT application using Eclipse IDE with default settings. >>>>> >>>>> Step 1: >>>>> Followed your instruction as stated here ==> >>>>> http://code.google.com/p/gwt4air/wiki/FlexStart >>>>> >>>>> Step 2: >>>>> Here is my entry point class; >>>>> >>>>> *package com.bdeshtv.gwtairtest.client;* >>>>> * >>>>> * >>>>> *import com.ekambi.gwt.web.flex.client.core.framework.FLEX;* >>>>> *import >>>>> com.ekambi.gwt.web.flex.client.core.framework.FlexInitializationHandler; >>>>> * >>>>> *import com.google.gwt.core.client.EntryPoint;* >>>>> *import com.google.gwt.core.client.GWT;* >>>>> * >>>>> * >>>>> *public class Gwt4AirTest implements EntryPoint {* >>>>> * >>>>> * >>>>> * * >>>>> *private static final String SERVER_ERROR = "An error occurred while " >>>>> * >>>>> * * >>>>> *+ "attempting to contact the server. Please check your network "* >>>>> * * >>>>> *+ "connection and try again.";* >>>>> * >>>>> * >>>>> * * >>>>> *private final GreetingServiceAsync greetingService = GWT* >>>>> * * >>>>> *.create(GreetingService.class);* >>>>> * * >>>>> *public void onModuleLoad() {* >>>>> * >>>>> * >>>>> * * >>>>> * FLEX.init(new FlexInitializationHandler() {* >>>>> * * >>>>> * @Override* >>>>> * * >>>>> * public void onInitialization() {* >>>>> * * >>>>> * * >>>>> * * >>>>> * // your code here* >>>>> * >>>>> * >>>>> * * >>>>> *}});* >>>>> * * >>>>> >>>>> } >>>>> } >>>>> >>>>> >>>>> >>>>> Here is the error message again. I didn't have to use any controls to >>>>> invoke the error message. Just adding init method will invoke it. I do see >>>>> some folders are getting accessed from the error message. I don't even >>>>> have >>>>> this folder or E: drive on my laptop. >>>>> >>>>> An ActionScript error has occured: >>>>> ReferenceError: Error #1056: Cannot create property allowCodeImport on >>>>> flash.system.LoaderContext. >>>>> at mx.core::CrossDomainRSLItem/completeCdRslLoad()* >>>>> [E:\dev\hero_private\frameworks\projects\framework\src\mx\core\CrossDomainRSLItem >>>>> *.as:277] >>>>> at >>>>> mx.core::CrossDomainRSLItem/itemCompleteHandler()[E:\dev\hero_private\frameworks\projects\framework\src\mx\core\CrossDomainRSLItem.as:386] >>>>> at flash.events::EventDispatcher/dispatchEventFunction() >>>>> at flash.events::EventDispatcher/dispatchEvent() >>>>> at flash.net::URLLoader/onComplete() >>>>> >>>>> -- >>>>> You received this message because you are subscribed to the Google >>>>> Groups "Google Web Toolkit" 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-web-toolkit?hl=en. >>>>> >>>> >>>> >>>> >>>> -- >>>> >>>> GWT API for non Java based platforms >>>> http://code.google.com/p/gwt4air/ >>>> http://www.gwt4air.appspot.com/ >>>> >>>> >>>> >>> >>> >>> -- >>> >>> GWT API for non Java based platforms >>> http://code.google.com/p/gwt4air/ >>> http://www.gwt4air.appspot.com/ >>> >>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "Google Web Toolkit" 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-web-toolkit?hl=en. >>> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google Web Toolkit" 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-web-toolkit?hl=en. >> > > > > -- > > GWT API for non Java based platforms > http://code.google.com/p/gwt4air/ > http://www.gwt4air.appspot.com/ > > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" 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-web-toolkit?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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-web-toolkit?hl=en.
