
Da es für Mac OS X kein einfaches und/oder günstiges Tool gibt, um aus Flash-Dateien (.swf) einen Screensaver zu erstellen, habe ich kurzerhand etwas geschrieben: SWF Screensaver for Mac. Es handelt sich dabei quasi um Dev-Kit zur Erstellung von Flash-Screensavern (für Mac OS X 10.4 und 10.5).
Nativer Screensaver für alle Flashversionen
SWF Screensaver for Mac ist ein nativer Mac OS X Bildschirmschoner. Er zeigt beliebige Flashinhalte (.swf) an. Die Erstellung eines Screensaver ist für Flashentwickler ausgelegt, d.h. man kann die gewohnten Tools (Flash, Flex) und die beliebten Hilfsmittel (z.B. SWFObject) verwenden. Es ist dabei egal, ob ActionScript 2 oder 3 verwendet wird. Die beim Nutzer erforderliche Flash Player Version kann über SWFObject überprüft werden. Bei nicht vorhandenere oder veralteter Version erscheint ein Hinweis.
Der Flash-Screensaver kann aus beliebig viele Dateien bestehen. (Hinweis: Generell muss man natürlich die Security-Sandbox-Thematik berücksichtigen, wenn man sowohl Offline-Dateien lädt als auch Web-Zugriffe vornimmt.)
Screensaver aus der Flashdatei erstellen
Hat man seine Assets erstellt, kopiert man diese in das Screensaver-Bundle und schon ist der eigene Flash-Screensaver für den Mac fertig.
Hier ein Beispielvideo, das zeigt, wie man eine eigene Flashanwendung in den Screensaver kopiert.
An den Nutzer liefert man einfach das Screensaver-Package aus, z.B. in einem Diskimage (.dmg), das wie jeder andere Mac OS X Screensaver per Doppelklick installiert wird.
Konfigurationspanel
Ein nettes Feature ist das Optionen-Panel. Dort kann man eine zusätzliche SWF-Datei (config.swf) im eigenen Design (Logo, Branding) hinterlegen, die dann bei Klick auf “Optionen” in den Systemeinstellungen gezeigt wird. Setzt man darüber hinaus in der Konfigurations-Flashdatei SharedObjects ein, kann man ganz einfach Einstellungen/Parameter für den Screensaver dort auswählen lassen. Der im Download enthaltene Beispielscreensaver zeigt, wie es genau geht.
Betaversion (0.9)
Die erste Betaversion hat die Versionsnummer 0.9. Würde mich sehr über jegliches Feedback freuen, auch wenn alles problemlos tut (am besten mit Hinweis auf die eingesetzte OS X Version).
Als Lizenz kommt Creative Commons (Attribution-Noncommercial) zum Einsatz. Für kommerzielle ist eine kleine Spende vorgesehen (10€).
Weitere Informationen und Download unter SWF Screensaver for Mac.
111 Kommentare zum Beitrag "SWF Screensaver for Mac: Screensaver aus Flash-Dateien erstellen (Beta-Release)"
[...] video-flash.de hab ich ein feines .saver-Package gefunden, in das man einfach eine richtig benannte Flash-Datei [...]
will your screensaver maker program perform
on both pc and mac?
The screensaver will only work on mac, that’s why it’s called “swf screensaver for mac” ;)
But you can take your flash files and create the windows version with another tool, for instance “instantstorm”, see here:
http://www.video-flash.de/index/ubersicht-screensaver-aus-flash-dateien-swf-erstellen/
I am really excited about this program! Thanks for keeping it free for noncommercial use! I will definitely pay if i ever get my flash creations interesting enough to make them commercial :-)
Good job!
You’re welcome! ;-)
Hey Flo,
Awesome work with this. One question. How do I create 2 screensavers using this tool? What is happening now is that when I created 2 screensavers, they both look the same after I install it. (eventhough I dragged 2 different swf’s for each .saver file)
Thx
Hey mteguh,
did you give each of them a different file name? You can install different version if you give them a specific name (before installing them).
In my experience, the system preferences sometimes get a little bit confused when you do lots of updates and testing. One solutions that helps is: Choose a standard screensaver, close the preferences and load them again. Now you should see the preview of the standard screensaver. Then you can continue and it should work.
Hey Flo,
Thanks for the quick reply.
Yes each .saver file does have a different name.
And after each .saver install, I did do a test first.
The first one works as expected.
Then the second one also works as expected, except that when I preview the first one, it looks exactly like the second one now that I installed the 2nd screensaver.
I will try rebooting my machine too just in case.
Thx
Hey Flo,
So I followed your suggestions to “Choose a standard screensaver, close the preferences and load them again.”
That, however, does not seem to fix the preview issue. Is that a known mac issue?
FYI, the actual screensaver that plays (after waiting 3 minutes) is actually perfect.
So, just the preview is off, and seems like it always play the last screensaver that is installed as the preview. (i.e if I have 5 screensaver installed, all 5 has the same preview, and that preview is the last one that I installed)
Plz let me know your thoughts. Super dope stuff going on…
Thx
Hi mteguh,
I´ll check it out.
One idea: The preview is just a HTML page that is displayed using the webkit (safari). Perhaps the SWF and/or the HTML file is cached?! If so, different file names for the HTML page and the SWF file would help (can be configured in the info.plist).
I´ll have a look at it tomorrow.
Florian
Hi Florian,
Thanks for the suggestions.
I tried renaming the html files for each screensaver.
Does not quite do the trick we expect it would.
Clearing safari cache did fix the preview of the CURRENTLY selected screensaver. However, previewing the others now will still give the preview of the one we selected prior to clearing cache.
In other words, I have to clear cache, close and reopen system preference to see the right preview on a particular screensaver.
To me it seems as if the saver file is cached too and not just the html. Is there such a thing? (I tried changing the version # etc for each one too but same result)
Thx Flo
Sorry, haven’t had the time yet. I´ll check in the next days.
No worries. Really appreciate your time and suggestions.
Happy holidays BTW!!!
Same behaviour here. I’ll try to fix this in the application itself (although I don’t have any idea what the reason is or what can I do .. ;-))
Ist es moeglich eine mausbewegung zu ignorieren und nur bei maus klick oder tastenklick den screensaver zu beenden?
Kann das Icon im Control Panel veraendert werden?
Lieben Gruss und danke fuer die klasse Arbeit.
@Andre:
Ich denke nicht, da das komplett vom Betriebssystem gesteuert wird. Auch bei den Icons habe ich meines Wissens keinen Einfluss.
Bin jetzt aber auch nicht wirklich ein Experte in Cocoa, so dass ich es mit Sicherheit sagen kann.
I need to contact you somehow, how do i get the source code if its creative commons, i need to add a feature in to disable mouse events and exit the screensaver via a button is this possible ? i need to get the same features as PC screen saver options. let me know ;)
Hi Daniel,
sorry, at the moment, the player isn’t open source (CC doesn’t mean that the sources are available).
Can I get your contact to ask questions about to how to configure some things then ? This is wierd not even the screentime worked on my flex app so am a bit stuck of choices.
I need a function to disable mouse move events so it doesnt exit the application most packager programs have that as an option, we need mouse interaction with the application, and then a button to exit the screensaver how is this possible ? I need to package up our app pretty soon.
Why i asked for the source is because it would be easier to find these things out by reading the code, so not helpful if we can’t because if there isnt a feature if people can read the code someone is able to contribute it :)
Let me know thanks mate.
Working on the preview bug. I've found the reason but it's not easy to solve. Also working on the interaction request from daniel.
I just get a black screen. May be a problem with the config file? I don't know how to create a config file, or what needs to be in it.
Hallo Flo,
klingt sehr interessant – ich selber habe keine Ahnung von Flash, aber solche Menschen lassen sich ja einkaufen. Meine Frage ist aber: ich möchte einen Screensaver einsetzen, der auf ein Serverfile im Internet zugreift, so das Filialen einfach nur das Screensavermodul nutzen müssen, aber sich nicht um evtl. wechselnden Content kümmern müssen, den wir zentral pflegen und nur einmal bereitststellen und "ohne Update" auf dem jeweiligen Rechner erscheint. Geht das mit Deinem Tool bzw. Flash?
Gruß Mart
Kurz & knapp: Ja!
Bei vorhandener Internetverbindung einfach eine SWF aus dem Netz laden. Falls mal kein Netz da ist, kann eine lokale SWF als Fallback angezeigt werden.
Hey Flo, been trying to get you, any solution for the launch and quit feature ?
It is now available in instant storm thanks to my request :(
Only issue with instant storm now is performance issues I think compared to STM :(
Sorry, I have some other projects at the moment, so I can't have a look at this feature …
is transparency at all possible, so can see the desktop as background?
Vielen Dank für diese großartige Software! Ich spiele inzwischen schon seit ein paar Tagen damit herum und bisher hat alles einwandfrei funktioniert. Seit gestern tritt aber ein Fehler auf, den ich nicht verstehe:
Wenn ich den Saver installiere und via Systemeinstellungen "Teste" bleibt nach Mausbewegungen oder Tastatureingaben immer ein schwarzer Bildschirm stehen, der sich nur mit viel Aufwand (z.B. verschiedene Shortcuts für Expose, Spaces, "Force Quit" und Apfel-Tab nacheinander drücken, so dass schließlich die Systemeinstellungen abstürzen) beseitigen läßt. Ich habe zuerst gedacht mein SWF wäre dafür verantwortlich, der schwarze Bildschirm bleibt aber auch stehen, wenn ich die nicht modifizierte Basisversion des Saver-Moduls installiere.
Ich habe vorgestern ein Software-Update auf Mac OSX auf Version 10.5.8 gemacht, könnte der schwarze Bildschirm evtl. damit zusammen hängen? Der Fehler tritt übrigens auf verschiedenen Computern auf, z.B. ein Macbook Pro, Mac Pro und Macbook.
Danke für den Hinweis. Ich überprüfe es nächste Woche, wenn ich wieder daheim bin.
Könnten Sie diese großartige Software kompatibel mit Mac OS X Snow Leopard (10.6) machen? Vielen dank!
10.6 Support kommt natürlich :-) Dauert nur noch ein bisschen, da ich im Urlaub war.
@seawe: no, transparency is not possible.
Danke! Wann erwarten Sie dass die neue Version fertig ist?
Dürfte noch diesen Monat sein. Aktuell warte ich noch auf meine 10.6 Bestellung …
Hi Flo,
habe gerade den SWF-Screensaver entdeckt – und bin begeistert. Ich bräuchte den SWF-Screensaver für ein kommerzielles Projekt. Der Screensaver muss einen anderen Namen haben (was mir jetzt hier beim ersten Versuch nicht gelungen ist – zumindest nicht wenn sich nur ein umbenannter Saver im SreenSavers Ordner befand – sobald ein Saver mit seinem ursprünglichen Namen mit in dem Verzeichnis lag gingen auch die umbenannten) und es sollten keinerlei Hinweise/Verweise auf den "SWF-Screensaver for Mac" vorhanden sein.
Bitte gib mir Bescheid ob wir da über den PayPal Donate Button ins Geschäft kommen. Gruß, Paul
Hi Paul,
die Entfernung des Hinweises in den Preferences ist kein Problem.
Das mit der Umbenennung habe ich nicht ganz verstanden. Vermutlich hast du den Abschnitt mit dem Binary Patcher noch nicht gesehen. Damit können mehrere Instanzen gleichzeitig eingesetzt werden, siehe
http://www.video-flash.de/swf-screensaver-for-mac/
Hi Flo,
wenn ich den Screensaver (also das gesamte Paket) umbenannt habe in z.b. "paul.saver", und nur diesen umbenannten Screensaver installiert habe, blieb der Bildschirm einfach nur Schwarz. Wenn ich zusätzlich den Screensaver mit dem Namen "SWF Screensaver for Mac.0.9.3.saver" in den ScreenSavers Ordner kopiert habe funktionierten beide. Ich melde mich die Tage wenn ich wieder einen Mac habe um weiter zu basteln/testen. Die PayPal spende habe ich soeben (allerdings mit einer andern email-Adresse: p*****u*t@arcor.de) gesendet. Bitte schicke mir den Saver an die email-Adresse die ich hier verwende.
10.6 ist angekommen und XCode installiert. Es kann also losgehen …
@Paul: Kümmere mich heute Abend darum.
Hi Flo,
hatte nun wieder einen Mac zum rumspielen und hab das Problem mit dem umbenannten Screensaver der dann nicht mehr funktionierte versucht zu rekonstruieren – hat aber alles funktioniert nun. Gruß, Paul
Hope you get snow leopard support for you great little app soon! because i miss my screensaver :)! thanks for the hard work
Hi nova, just fighting with the new XCode and the project settings …
I hope I can put a first beta online in the next days.
Good luck! your swf screensaver tool is great and i can't wait :) I'll let you know what i made with it when it get out and i turned my screensaver in a SL working one.
Any updates on a Snow Leopard version? Thanks
Sorry, not yet. Seems like there are some bugs with SL.
Hey florian, does this info help, far as i understand it disables the bug between 32-64bit flash plugin.
http://cocoadev.com/forums/comments.php?DiscussionID=1261
That guy has now updated his flash clock to work on SL :)
Hy Florian,
ist echt ein sehr schickes Tool, was du da gebastelt hast. Funktioniert auch mit Silverlight sehr fein. Hast du eigentlich schon versucht, einen Link aus dem Screensaver zu öffnen? Bei mir passiert da nichts, ich weiß, dass das Programm zwar in die dazugehörige (Silverlight) Funktion reingeht, aber weder die native Methode, den Link zu öffnen funktioniert noch der Aufruf einer externen Javascript Funktion.
Hast du dazu eine Idee?
Schöne Grüße.
Ja, habe ich versucht. Aus normalen HTML funktioniert es, aber leider nicht aus Flash. Konnte das Problem aber leider nicht beheben, dazu fehlen mir wohl die fundierten Cocoa-Kenntnisse :-)
Das heißt du rufst aus dem Screensaver eine JavaScrpit Funktion auf oder wie hast du das gelöst?
Nein, nur direkt aus HTML. Also ein Link im HTML mit target=_blank funktioniert.
Wenn's in JavaScript gehen würde, wäre es in Flash mit dem ExternalInterface dann kein Problem. So war es eigentlich von mir angedacht. Leider ist das irgendwie buggy und aktuell noch keine Lösung vorhanden…
Also bei mir funktioniert das mit dem Html Link auch nicht. Sonst könnte man ja versuchen, den Link per JavaScript anzusprechen und zu starten. Aber wie gesagt, auch das geht bei mir nicht.
Hi Flo, does this work with snow leopard? I've been having slight problems and was wondering if I was wasting my time if it is not supported :) thanks for making this all the same!
The current release doesn't work with Snow Leopard. But I have a beta working on snow leopard. Will post a link here soon so you can test it.
Hi Flo,
erstmal ein Fettes Lob. Respekt dafür was du hier leistest. Die Bedienung ist super Einfach. Das einzige was nur noch fehlt ist dein Release für 10.6 (wobei ich mit der Beta schon zufrieden wäre).
MFG aus Aachen und meinen Respekt
Centu
Hope you can release a Snow Leopard compatible version soon!
I am hoping for Snow Leopard compatibility also:
Building Screen Savers for Snow Leopard
http://developer.apple.com/mac/library/qa/qa2009/qa1666.html
Here we go: Please try this Beta of the "SWF Screensaver for Mac"-Engine with Snow Leopard. Should work with 10.5 and 10.6.
:::::::::::::::::::::::::.
:::::::::::::::::::::::::.
http://dl.dropbox.com/u/1334317/SWFScreensaverMacBetaSnowLeopard.zip
:::::::::::::::::::::::::.
:::::::::::::::::::::::::.
Thx for the Beta release.
but it crash on my Mac OSx 10.6.
so i musst wait for the Release.
I'm using 10.6.2 and the beta crashes System Preferences every time I select SWFScreensaverMac. :/ Good to see you're making progress and good luck.
Hi Flo. Wenn ich den neuen SWFScreensaverMacBetaSnowLeopard bei mir installiere und in den Systemeinstellungen auswähle, stürzt meine Systemeinstellungen.app leider ab. Den Fehlerbericht kannst du hier sehen: http://webbox.modulesuite.de/swf-saver-crash.log
Danke fürs Feedback. Könntest du mal bitte versuchen, in der screensaver.html den Block um "swfscreensaver.previewMode" (Zeile 29-36) zu löschen. Ich vermute, dass der Absturz dann nicht mehr erfolgt.
Please try to remove the lines 29-36 (the section with swfscreensaver.previewMode) from the file screensaver.html. Would be nice to know if this fixes the problem with crashes.
allright – funktioniert :-) wunderbar. danke
Removing lines 29-36 has kept the program from crashing but it does not display anything but a black screen with "quit and open url" and just "just quit" in the corner.
@Auszero
Yes, that's fine. That's just a black dummy screensaver of the beta version. Now, you can replace the screensaver.html with your own content.
tested on SL 10.6.2
In the preview my flash runs smooth but fullscreen its very laggy (used to be smooth too)
But when I pick 'Install for all users of this computer', it crashes system preferences.
Quiting the screensaver is laggy/quite unresponsive.
Just letting you know how things are, thanks for working on this again!
SWF Screensaver for Mac is now Open Source (MPL):
http://github.com/florianplag/SWF-Screensaver-for-Mac
To celebrate the release of the ‘Native Noise Collection’, I created a free Seether screensaver, featuring a collection of my photographs taken during various Seether tours in South Africa.
<a href="http://www.nativenoisecollection.com/screensaver/">http://www.nativenoisecollection.com/screensaver/</a>
I used IntantStorm to create the Windows version and SWF Screensaver for Mac to create a Mac version. Both are absolutely brilliant and made this so easy to do. I still need to figure out how to create my own config options, but I'm really happy with the results.
Thanks for this great resource!
I know you published the opensource package, but my problem is that I do not have enough software knowledge to get my screensaver running … cold you give me a link to the proper saver file in which I only change the swf file and it works?
Sorry
Thanks!
Have you seen the download of version 0.9.3 here?
http://www.video-flash.de/swf-screensaver-for-mac/
Yes, thank you, I have seen it, but I forgot to say that I use Snow leopard, so these version does not work, that is why I have written this post.
Just uploaded a compiled version of the current sources here:
http://github.com/florianplag/SWF-Screensaver-for-Mac/downloads
habs auf osx 10.6 probiert. also die version 0.9.4
die systemeinstellungen stürzen einfach ab wenn ich den saver auswähle.
schade… hätte es gern eingesetzt
Danke für das Feedback.
Danke für deine Arbeit, hab grad was gespendet.
Eingesetzt für den Screensaver auf rosinen.internauta.ch
Ich freu mich wenn dann die Version für Snow Leopard auch läuft — wie den Postenden vor mir ists mir auch ergangen: Absturz entweder bei der Auswahl des Savers in den Systemeinstellungen oder dann wenn der Screensaver verlassen werden sollte. Mfg!
Vielen Danke! Ist angekommen.
Warum Flash, ist la wohl Mac Like.
Auf jeder Mac CD/DVD ist der Quarts Composer unter den Dev-Tools mit dabei, einfach Quarts Composition erstellen die gehen ohne Problem als ScreenSaver.
Hi there,
should the binary patcher work on Snow Leopard? I had problems with that, after patching the working screensaver to allow multiple instances to run, they stopped working on Snow Leopard.
Thanks, B
Sorry, but haven't tested the binary patcher on Snow Leopard.
Thanks for the great program. One problem I'm having, though. The package tells me there is only 4.9 mb available. However, the swf I want to use is 7.2 mb. Is there any way to increase the available size of the package to get my swf in there?
Well, figured it out. Didn't realize I hadn't dragged the saver file out of the image. Now of course I just need Snow Leopard compatibility. Any updates on that front?
No, no updates for snow leopard, just the beta:
http://github.com/florianplag/SWF-Screensaver-for-Mac/downloads
Waiting that someone provides a little bit support in bugfixing
I am running SWF screen saver on both 10.5 and 1.6 (Snow Leopard). I am developer and modified your 10.5 source code to run it on 10.6. I am facing following problems on both systems :
1. Working fine in full mode but crashes in system preferences. I commented code in html which was accessing screensaver class properties (previewMode and quitScreenSaver then it does not crash but i don't want to comment that code.
2. Flash files play fine on low resolution (around 1300 X 975) but on high resolution (1600X1050 and 1900X1200) flash files are not playing well. It plays jerky and take lots of system resources.
Hi,
1) That was my problem, too.
2) That's flash :-) It has to render the stage in this resolution. You could check the stage size in flash and if it is very big you could do something (like display the animation smaller, etc.).
Did anybody find solution of above problem :
Working fine in full mode but crashes in system preferences. I commented code in html which was accessing screensaver class properties (previewMode and quitScreenSaver then it does not crash but i don't want to comment that code.
1.What is the reason of crash in system preference window on accessing screen saver properties.
2. I have to play flash file in full screen and can't limit the area.
1. I would be helpful to know this. I don't have any idea.
What are your views about below problem. It is screensaver engine problem (OS problem) or flash problem (Adobe problem). Who can help us ?
Flash files are playing jerky in full screen mode.
I have to play flash file in full screen and can't limit the area.
One problem is that the stage is very big in fullscreen and the flash player has to render a lot of things.
That's one of the reason why Adobe intro hardware-acceleratio with Flash Player 10.1.
You could limit the stage manually by reading out the stage size and rearrange your objects. Besides that, perhaps you can optimize your code.
I'm finding that the binary patcher isn't working in Mac OSX 10.4.11
Running more than one screensaver still throws out the following error:
Screen saver “name” did not load properly. Please select another screen saver.
Error: Can’t load bundle
Is there a way to manually edit the class to prevent this error?
Hat vielleicht jemand eine funktionierende Compiled Version für OSX 10.6.3 ???
wäre echt praktisch.
LG aus Aachen
Centu
Hallo! Super Software! ;)
Trotzdem benötige ich sie kompatibel mit Mac OS 10.6.3.
Kann man irgendwann damit rechnen??
Flash files are playing fine on MAC 10.6 with latest flash plugin release.
Hallo
Erstens Danke sehr coole Idee und Umsetztung;)
nur bei mir kommt immer die Meldung:
Sie können den Bildschirmschoner „SWF Screensaver for Mac“ nicht auf diesem Computer verwenden.Wenden Sie sich an den Entwickler dieses Bildschirmschoners, um eine neue Version zu erhalten.
Kann man da was machen?
Gruss
Hallo flo!
Ich hab da auch noch eine Frage zum Screensaver. Ich habe drei verschiedene Screensaver und habe auch das mit dem BinaryPatcher gemacht. Aber leider habe ich immer noch diese Probleme mit der Vorschau. Bei allen drei wird die gleiche Vorschau angezeigt. Aber wenn dann der Screensaver läuft, wird schon das richtige angezeigt.
Was könnte ich falsch gemacht haben? Benutze Mac OSX 10.5.8
Danke für dein Tool und deine Hilfe!
Hi zusammen,
wenn ich mich nicht irre, dürfte doch die Kommunikation lokal mit dem ExternalInterface nur funktionieren, wenn das Flash für die local-Sandbox compiliert wurde? Damit wären ja keine Schoner möglich, die Inhalte aus dem Internet laden wollen oder irre ich mich?
Ja genau. Deshalb wird im Vorfeld schon unterschieden. Man kann zwei Versionen hinterlegen (online + offline, jeweils unterschiedlich kompiliert)
Beziehen sich die letzten zwei Antworten auf meine Frage? Nicht oder?
Ich beziehe keine Inhalte aus dem Internet, ist alles lokal.
Wenn ich aber die Online-Version kompiliere – wie benutze ich dann das ExternalInterface um den Schoner zu beenden?
Ich kann leider deine Online – Offline Versionen von GitHub nicht benutzen. Laut CS4 ein "unerwartetes Dateiformat".
Gruß
Hello!
I found bug with ConfigureSheet : when i click options button for the first time – all ok, but after closing Configure panel and start them again – options panel is WHITE :(
im using lates beta version.
Vielen Dank Flo!
Bei mir funktioniert die Mac 0.9.4 Beta auf 10.6.5 problemlos.
Schon mal dran gedacht Flattr einzusetzen?
is there any news of this excellent tool becoming compatible with snow leopard?
thanks
Hallo Flo,
sehr schöne Arbeit – ich danke Dir für dein Engagement.
Habe testweise mal einen screensaver mit deinem Tool erstellt und bin sehr zufrieden. Die 0.9.4 preview läuft hier prima auf 3 unterschiedlichen macs in (1600X1050, 1900X1200 und 1280X800) – alle unter os 10.6.6 und mit einer schlanken flashanimation. Es ruckelt nix und alles läuft schön soft.
Eine Kleinigkeit – der Binarypatcher (und eine Benennung ist ja wichtig) läuft zwar ohne Fehlermeldung durch und benennt im Ergebnis den Screensaver wie gewünscht – nur läuft er dann nicht mehr. Es sieht so aus als würde er wieder rückwärts die ältere 0.93er Version erstellen. An dieser Stelle müsstest Du, wenn deine Zeit es zulässt, noch einmal kurz Tätig werden.
Und ganz zum Schluss – wo finde ich denn hier im Forum einen Button um dich mit einer kleinen Spende zu unterstützen?
MfG
Freut mich, vielen Dank.
Einen PayPal Button gibt es hier:
http://www.video-flash.de/flv-flash-fullscreen-video-player/
(unterhalb des Downloads)
Beta version for Snow Leopard works fine for me.
Awesome work, cheers.
hello, I have a count down timer SWF file made with Flash AS3 which I like to turn into a screen saver for my mac. I understand I must replace the screensaver.swf and cofig.swf in the packet contents with my screensaver and config versions. How do I bypass the config.swf file since I don't have one.
I would say: Just place a simple SWF file with a graphic or so.
Hi, Pablo,
it's the great program !!
I really want to use it for my university project,
and have few questions.
1. How can I make the screensaver stay on the screen even though I move the mouse?
I really want to use SWF without erasing off by moving mouse but we can click on it and it can link to the internet website (my blog)
2. How can I export the screensaver as both PC and Mac file to make people to install my screensaver?
I really want to share the screensaver I make for both PC and MAC.
I will appreciate for your fast reply.
Best,
Yujin
I wrote the question and it's erased!
Anyway, I have a question:)
Is there any possibility that the screensaver does NOT disappear even though we move the mouse over the monitor?
Can I make flash file into screensaver so that people can actually CLICK ON IT ?
Thank you!!!!
Best, Yujin
For question 1)
see the topic "Can I use mouse or the keyboard while the screensaver is running?" on this page:
http://www.video-flash.de/swf-screensaver-for-mac/
About 2):
You can create the windows version with Instantstorm, it's also free:
http://www.instantstorm.com/
Hallo Florian,
suche genau so ein Tool, wie Du es erstellt hast – super Arbeit. Hatte gestern große Probleme unter OS 10.6.7. (MacBook Pro). Wie oben schon beschrieben:"Sie können diesen Bildschirmschoner … wenden Sie sich an den Entwickler".
Heute habe ich dann diese URl gefunden:
https://github.com/florianplag/SWF-Screensaver-for-Mac/downloads
Damit habe ich jetzt mehr Erfolg, mein erster MAC-Schoner läuft… (screensaver.swf ausgetauscht)
Jetzt wird getested, umbenannt etc. … werde hier berichten!
…will you be working on a version for Lion anytime soon?
Hi Florian,
Thank you for making a great product that's free and easy to use.
I have Mac OS 10.7.4
Any plans to make a version that works on Mountain Lion?
Best.
Rick
Sorry, I'm not a Mac Developer .. so the answer is "no". I just don't have the skills.
Schreibe einen Kommentar