| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Registered User
Join Date: Mar 2001
Location: Midland Texas
Posts: 1
|
I have a client who has asked me to develop several Flash movies which they in turn "lease" to their subscribers on an annual basis. They want their 2,000 current subscribers to have a library of these Flash movies to choose from where each subscriber can download individual movies to place on their independent web sites. The problem is that my client wants to know if there is a way to make a Flash movie expire after a certain period of time?
If this is not possible, is there some way that all the Flash movies could reside on my Client’s server with their subscribers accessing those images only if they have paid for the rights to use them for a specified period of time. Thanks. |
|
|
|
|
|
#2 |
|
Administrator
Join Date: Nov 2000
Location: Australia
Posts: 8,612
|
You can restrict access via standard http protocols. I've not done it but one company I made flash projects for did a similar thing, limiting a user's access to files until they had paid for the work.
You could have a check at the start of your flash document which simply checks the date using getDate() and if the date is beyond a certain point, it closes the Flash movie, but this could be sabotaged by a user simply changing their systmem clock. You could also store the current date on a cenrtal server to prevent users changing their clock but that would require a connection tot he Internet for date verification... Cheers Jesse
__________________
Cheers Jesse Stratford ActionScript.org Cofounder Email: presented in this way to stop spam-bots: My email is composed of my first name (jesse) followed by my last name (stratford) followed by @ followed by actionscript.org Please don't email or PM me Flash questions, that's what the Forums are for! ![]() Please don't rely on me reading my PMs either. Email me about important stuff. |
|
|
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Problem importing a flash movie into another flash movie. | Studiomedia7 | Flash 8 General Questions | 2 | 08-22-2006 11:44 AM |
| IE 5 MAC trouble - Flash Movie Disiapears when you scroll.. | igeek | Other Flash General Questions | 2 | 05-04-2005 01:34 AM |
| Flash 4 creating an array on screen with duplicate movieclip | Eend | ActionScript 1.0 (and below) | 8 | 02-18-2005 10:07 PM |
| Using the Date Object in Flash Mx 2004? | VisionsIC | ActionScript 2.0 | 1 | 01-20-2004 12:06 AM |
| Macromedia Central | CyanBlue | ActionScript 1.0 (and below) | 13 | 08-01-2003 10:05 PM |