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?

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top