0

I'm trying to create a screensaver from an SWF file for mac. Unfortunately I'm not sure how to get started. I've looked on the internet for hints on how to do this but with no success.

Does anyone know how I can get an SWF file as screensaver with xcode, or possibly another option?

  • So what have you tried? – Ken Aspeslagh May 13 '13 at 17:20
  • I've tried looking on the internet for a method to do this and I've tried to make something with the information I could find. Unfortunately the only results I've got are errors. –  May 14 '13 at 15:06

1 Answers1

1

Get started by:

1) Get a basic screen saver working from the sample code or tutorial like this: http://cocoadevcentral.com/articles/000088.php

2) Get your SWF file going in a basic Mac app ( Maybe use a web view?).

3) Merge the two together.

Ken Aspeslagh
  • 11,484
  • 2
  • 36
  • 42