If you are looking for the decompiler itself, visit https://github.com/jindrapetrik/jpexs-decompiler
NEW : We have got a new blog where we post some interesting SWF internals info.

#1081 Text is not rendered with internal player
Author:
honfika

Date created:
Type: bug
Visibility: Everybody
Assigned to:
State: closed 

> What steps will reproduce the problem?
Open SWF.swf from issue #1080
Enable internal viewer.
Select root swf node, "play" the frames
At frame 77 the text disappears
> What is the expected output? What do you see instead?
Expected: text is still visible as in Adobe Flash player
> What version of the product are you using? Is it "nightly build"? Which operating system
do you have?
6.1.1 nightly 1035
> Please provide any additional information below. If the problem is related to a SWF
file, attach it here, otherwise we can't help you.
I am also faces the same issue. Is this updated?
No, this issue still exists.
Okay.
I've fixed something about the character rendering / DepthStates, but this issue (my
issue) is not really a bug. The Text which disappears is in a sprite, and there is a
script part which stops the playing:
package home_fla
{
import flash.display.MovieClip;
public dynamic class slide_4 extends MovieClip
{
public function slide_4()
{
super();
addFrameScript(75,frame76);
}
function frame76() : *
{
stop();
}
}
}
Of course the internal player can't execute the script, this is why the text disappears.
RamBala: What is your problem? Could you please attach your SWF?
Could you please try the latest nighty? Is your problem still exists?
Thank you honfika... Ya I think you are right. I check with all other SWF Files. That all
working fine. This SWF file only contain a problem.
Which file, what problem?
The Problem in same file which I uploaded. I check with some other ".swf" files. Its
working fine.
Yes, in SWF.swf it is not a bug, the script stops playing the animation, internal player
is not executing the scripts.
I'm waiting for RamBala's answer (sample file, bug description).
State: new→upgraded
Okay thank you for your support honfika.
Hi honfika, The same rendering issue in my ".swf" file. I lost that file. May your answer
is right. As Jayaramu said All other SWF files are working fine. I convert that issued
".swf" file into frames And build new flash file. There any other solution available for
challenge this type issue in your tool?
I don't understand what do you want to do.
Why do you export the swfs to frames then create an swf again from the frames?
It means, How to convert this type of issued SWF file to fixed SWF file.
I close this issue due to inactivity.
RamBala: Please create new issue if problem still exists.
State: upgraded→closed