Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Does SFML support ".fla" files?  (Read 1312 times)

0 Members and 1 Guest are viewing this topic.

kevinpaladin

  • Guest
Does SFML support ".fla" files?
« on: October 21, 2013, 05:57:46 pm »
Hello everyone!

I am a new member in this forum and have just started learning SFML. So, here is the deal :

My friend and I have planned to develop a small game using SFML. I will be doing the programming part and he will be doing the animation/designing work. He is still learning Adobe Flash. I just want to know whether there is any possible way to import and use a ".fla" or ".xfl" file into an SFML application.

I tried Googling but I couldn't find a satisfied answer. I just wanted to know whether we are heading the right way.

Thanks in advance!

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10843
    • View Profile
    • development blog
    • Email
Re: Does SFML support ".fla" files?
« Reply #1 on: October 21, 2013, 06:44:52 pm »
Here is a complete list of all the supported audio formats: ogg, wav, flac, aiff, au, raw, paf, svx, nist, voc, ircam, w64, mat4, mat5 pvf, htk, sds, avr, sd2, caf, wve, mpc2k, rf64.

So, I guess you're out of luck, but there are a lot of free software out there that will convert your audio files in no time. :)
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

FRex

  • Hero Member
  • *****
  • Posts: 1846
  • Back to C++ gamedev with SFML in May 2023
    • View Profile
    • Email
Re: Does SFML support ".fla" files?
« Reply #2 on: October 21, 2013, 06:58:34 pm »
It still doesn't handle it but .fla is not audio format. :-X
Back to C++ gamedev with SFML in May 2023

kevinpaladin

  • Guest
Re: Does SFML support ".fla" files?
« Reply #3 on: October 21, 2013, 07:24:27 pm »
Here is a complete list of all the supported audio formats: ogg, wav, flac, aiff, au, raw, paf, svx, nist, voc, ircam, w64, mat4, mat5 pvf, htk, sds, avr, sd2, caf, wve, mpc2k, rf64.

So, I guess you're out of luck, but there are a lot of free software out there that will convert your audio files in no time. :)

As FRex said, by ".fla" I didn't mean the FLAC music file, but the Flash format file. Sorry I don't know much about this but based on the researches I've made so far, it is a file format that can be opened by Adobe Flash for editing (and can be converted to ".swf" format, if i'm not wrong).

According to this post : sfFlash - Flash UI for SFML - the sfFlash library is used to embed swf files as my GUI. So, I think that has solved my problem. Thanks for your help :)