Thanks, Tucker. Here's some info I got from both SWF (the one which works and the new one) through SWF Decompile:

Default splash_progress.swf for Webtop:
  SWF Version 7
  Width 312px
  Height 312px
  Frame Rate 12
  FrameNumber 100
There's no frame 0 in that SWF file as it looks.

The new SWF file:
  SWF Version 8 (uses some Flash 8 effects)
  Width 804px
  Height 343px
  Frame Rate 12
  Frame Number 100

The new SWF was built based upon an example FLA file Antun gave me. Maybe SWF8 is not supported for preloaders?

- Raju

On Nov 2, 2009, at 2:14 PM, P T Withington wrote:

We're keeping that for backwards compatibility with 2.0.  :)

As to your question about 1 >= 0, I don't think I can help. I grepped for `rror.*>=` and found nothing. As a wild guess, this is a multi-frame resource and it is missing frame 0?

On 2009-11-02, at 06:54, Raju Bitter wrote:

Looking into some source I'm wondering: do we still need this method?

  private String[] getBlogList() {
      return new String[] {
          "http://wetmachine.com/";,
          "http://osteele.com/";,
          "http://www.davidtemkin.com/";,
          "http://www.ultrasaurus.com/";,
          "http://pt.withy.org/ptalk/";
      };
  }

Found in 
http://svn.openlaszlo.org/openlaszlo/trunk/WEB-INF/lps/server/src/org/openlaszlo/compiler/SplashCompiler.java

;-)

On Nov 2, 2009, at 12:50 PM, Raju Bitter wrote:

Hi all,

I tried to compile an SWF8 splash screen into an OL 4.0.18 app, and got the following warning: Can't import /branding/shared/ splash/splash_progress.swf 1 >= 0
While 1 might be >= 0, what is the system trying to tell me here?
Thanks,
Raju




Reply via email to