Author Topic: how to display swf content  (Read 5709 times)

atrfate

  • Full Member
  • ***
  • Posts: 86
    • View Profile
how to display swf content
« on: October 12, 2015, 10:20:50 AM »
Hello, been a while!, with swf support i thought id try some things that where not possible before, however outside of displaying a static image, i haven't found the correct syntax to make them display
fe.addartwork?
fe.addswf ect

liquid8d

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 442
    • View Profile
Re: how to display swf content
« Reply #1 on: October 13, 2015, 10:37:23 PM »
Just fe.add_image():

Code: [Select]
local swf = fe.add_image("Artwork3.swf", 0, 0, 400, 400);

Pretty sure it's still very experimental. Not sure about transparency layer or any control of the actual swf. I haven't messed with it much (yet) :)