user1071461
user1071461

Reputation:

Flash file as OSX screensaver using xcode

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?

Upvotes: 0

Views: 1118

Answers (1)

Ken Aspeslagh
Ken Aspeslagh

Reputation: 11594

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.

Upvotes: 1

Related Questions