swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Swftools-common] swfc


From: Mark D. Zarecky
Subject: [Swftools-common] swfc
Date: Wed, 24 Oct 2007 13:03:05 -0500 (CDT)
User-agent: SquirrelMail/1.4.6-5.el3

The following actionscript works fine when I specify a version 6 file format
and compile with swfc. If I specify version 7 or 8, the sprite does not
appear on the stage.

Is there a problem with the actionscript (i.e. deprecated in 7 and 8) or
do you think it is just an idiosyncrasy in the way swfc compiles it?
Any input would be appreciated.

.flash bbox=300x300 name="load_external_jpeg.swf" fps=15 version=6
compress background=white

.sprite photo_sprite
 .action:
    createEmptyMovieClip("externalPhoto",1);
    externalPhoto._x = 0;
    externalPhoto._y = 0;
    externalPhoto.loadMovie(_root.photo);  // flashVar photo=photo.jpg
 .end
.end

.put photo_sprite

.end





reply via email to

[Prev in Thread] Current Thread [Next in Thread]