Skip to main content
Known Participant
November 26, 2013
Question

My application works on a .swf but not .exe?

  • November 26, 2013
  • 1 reply
  • 1359 views

My application works perfects when I open it in its .swf format, but some buttons don't work correctly when I open it in its .exe format. It doesn't work correctly in HTML as well.  This is the error that flash gives me when I publish: Warning: No libraries were linked as Runtime Shared Libraries (RSLs) because of your publish settings: Windows Projector  I have tried to merge code, but it only removes the error and does not solve the problem?

P.S: I am using graphics and sounds that are linked inside the library

This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
November 26, 2013

copy and paste the code for one of the buttons that doesn't work.

razer65Author
Known Participant
November 26, 2013

There are a number of buttons that don't work, but they all work in .swf. All the buttons have a simple addEventListener(MouseEvent.CLICK, method) name

kglad
Community Expert
Community Expert
November 26, 2013

i understood that from your first message.

again, copy and paste the code for one of the buttons that doesn't work. 

you can pick the shortest simplest function body to make debugging easier.