Ticket #5 (defect)
Opened 2 years ago
Last modified 2 years ago
Bug when placing a SWF containing a textfield on a frame...
Status: closed (fixed)
| Reported by: | dan | Assigned to: | dan |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.2.12 |
| Component: | SWF Import | Version: | svn trunk |
| Keywords: | Cc: | ||
cvsdude ticket #7, reporter: quentin.t@gmail.com
I tried to place a SWF on a frame, and this SWF only had a "static text" textfield on the _root. Unfortunately, when generating a new SWF and opening it, it was blank... It took me a while to understand the the problem was the textfield... I broke (ctrl+b) the text twice (to have shapes instead) and recompiled it, and suddenly, it worked !
Here is the XML I'm using :
<?xml version="1.0" encoding="iso-8859-1" ?>
<movie width="550" height="400" framerate="24">
<background color="#ffffff"/>
<frame>
<library>
<clip id="theStamp" import="stamp.swf"/>
</library>
<place id="theStamp" name="stamp" depth="1"/>
</frame>
</movie>
Attachments
Change History
07/20/06 16:16:47: Modified by dan
- attachment buggy-stamp.fla added.
07/20/06 16:16:54: Modified by dan
- attachment buggy-stamp-placer.xml added.
07/20/06 16:17:02: Modified by dan
- attachment buggy-stamp.swf added.
07/23/06 21:47:47: Modified by dan
07/25/06 10:09:23: Modified by dan
- status changed from new to closed.
- resolution set to fixed.
should be fine with [151]/prerelease 0.2.11.12
07/25/06 11:46:50: Modified by Quentin <quentin.t@gmail.com>
- attachment buggy-stamp-50pc.swf added.
Static textfield with alpha set to 50%
07/25/06 11:52:43: Modified by dan
- status changed from closed to reopened.
- resolution deleted.
reopened - still fails for static textfields with alpha < 100%.
07/25/06 12:25:24: Modified by dan
- status changed from reopened to closed.
- resolution set to fixed.
fixed in [153] / 0.2.11.13

i suspect this is fixed with [149]. i cannot test .FLAs, please attach the troublesome swf (stamp.swf) you're trying to import.