Language: ChineseGermanSpanishFrenchDutchItalianRussian
123 Flash Chat Forums

Go Back   TOPCMM Community > SWFKit > SWFKit Pre-sales

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-25-2005, 02:31 PM
Junior Member
 
Join Date: Jul 2005
Posts: 3
Default Dynamic screensaver

Hi

I have a request for doing something similar as Pro Sutdio II from nike football. See: http://nikefootball.nike.com/nikefoo...f=www.nike.com, select a location, then Pro Studio II in the popup. You can design and export a screensaver from a flash movie. Is SWFKit Online the product I'm looking for ? Also is it difficult to get installed & working on a webserver ?
Thanks for your answer
Reply With Quote
  #2 (permalink)  
Old 07-26-2005, 01:33 PM
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default Re:Dynamic screensaver

It's very easy to install. The current version doesn't support to create screen savers dynamically, but we will add the feature in several days. When it's finished, we will make a sample and get back to you.
Reply With Quote
  #3 (permalink)  
Old 07-28-2005, 07:58 AM
Junior Member
 
Join Date: Jul 2005
Posts: 3
Default Re:Dynamic screensaver

Hi thanks for your answer.

What do you mean by "several days" ? Will you releas a new version ? Meanwhile do you know how they did it at Nike ?

thx
Reply With Quote
  #4 (permalink)  
Old 07-30-2005, 10:03 AM
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default Re:Dynamic screensaver

Nike seem not to create screen savers dynamically. They just provide some screen savers for download. If you need the feature of creating screen savers dynamically, we can release a new version. Buf the screensavers can only run on Windows.
Reply With Quote
  #5 (permalink)  
Old 08-02-2005, 08:20 AM
Junior Member
 
Join Date: Jul 2005
Posts: 3
Default Re:Dynamic screensaver

hi

thanks for your answer, but I think you should click on my link in my first post, get to Pro Studio II and try it. You can completely customize your screensaver, if this is not a dynamic screensaver, then I don't know what it is. You can create your own animation, write your own text, select your own music.

Could you please try it, and tell me if such a thing would be possible with your updated product ? Also I don't get what you say: you want to release a new version just for me ?
Reply With Quote
  #6 (permalink)  
Old 08-02-2005, 11:19 PM
Member
 
Join Date: May 2004
Posts: 78
Default Re:Dynamic screensaver

I've just been exploring this - it looks like you only get the option to create a screensaver if you select North America as your location. Other locations (at least the Euro ones I've tried) don't seem to provide the screen saver maker.

It is an incredibly slick piece of work from Nike. I think you could do this with SWFKit + SWFGen as long as it was hosted on an asp.net server. This allows you to generate customised .swfs online for download - at least I think it will.

Nike are definitely using Flash to power this and it is impressive that they allow you to upload the images via a dialog box. This is exactly the sort of thing that SWFKIt allows you to extend Flash to do. However, it is primarily for use via an .exe - i.e. a Windows program.

I've been able to get something similar working offline as an installable program, and SWFKit are currently helping me create an online version - I hope!
__________________
:)
Reply With Quote
  #7 (permalink)  
Old 03-07-2006, 08:42 AM
Junior Member
 
Join Date: Mar 2006
Posts: 4
Default Re:Dynamic screensaver

Quote:
Originally Posted by SWFKIT
It's very easy to install. The current version doesn't support to create screen savers dynamically, but we will add the feature in several days. When it's finished, we will make a sample and get back to you.
Well several days have gone So do the new version support to do screensavers dynamically? And how is it done from ASP in that case? Is there any examples?
Should i do an application that include the screensaver installer and a "settings file" and use the replace dll file to replace the "settings file" or is there an easier way?
Reply With Quote
  #8 (permalink)  
Old 03-07-2006, 02:20 PM
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default Re:Dynamic screensaver

Yes, we wil send you a sample soon.
Reply With Quote
  #9 (permalink)  
Old 03-09-2006, 12:08 PM
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default Re:Dynamic screensaver

Please just build a screen saver and use it as a template for the replacer activex object to create dynamic screen savers. The following is a asp code sample:

Code:
<%@ LANGUAGE="JSCRIPT" %>
<%
var replacer = new ActiveXObject("Replacer.replace");
var path = Server.MapPath("/sonline") + "\\res\\";
replacer.addMovie(path + "showimages.swf");
replacer.ICON = "cars.ico";

//var template = path + "showImage.exe";
var template = path + "showImage.scr";

path += "images\\";


var fso = new ActiveXObject("Scripting.FileSystemObject");
var folder = fso.getFolder(path);
var fc = new Enumerator(folder.files);
for (; !fc.atEnd(); fc.moveNext())
{
replacer.addFile("images", fc.item());
}

var output = replacer.buildStream(template, 2);
Response.ContentType = "application/octet-stream";
Response.addHeader("content-disposition", "attachment; filename=output.scr"); 
Response.binaryWrite(output);
%>
Reply With Quote
  #10 (permalink)  
Old 03-09-2006, 12:51 PM
Junior Member
 
Join Date: Mar 2006
Posts: 4
Default Re:Dynamic screensaver

Thank you!
Can i replace directly in a screensaver installer in tha same way?

Reply With Quote
Reply

Was this information helpful?    Yes No



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 02:44 AM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.