Professional :: Protecting CD Distributed Flash Application

Mar 8, 2011

I have an application developed in Falsh (EXE) that is to be distributed on CD-Rom and was wondering if anyone had any suggestions on protecting the application from copying.Is there a way within the dev environment I can "stamp" it to prevent copying, or another technique?I don't mean using getDate(), getMonth(), getFullYear(), etc.I have used this to create an expiry date on versions that are being distributed, which then shows an out of date message (which can be easily worked around with the system clock unfortunately).But I wish to protect the disk from being copied, and wondered if there was any techniques from within Flash to do so.Glass mastering and watermarking is not viable as it'll only be a very small duplication run (10, maybe 20 disks).Alternatively, are there any stable utilities that anyone has used (and recommends), prior to me investigating available commercial copy protection software?

View 2 Replies


Similar Posts:


Professional :: Break Apart Letters - Distributed Layers Not In Order

Jan 17, 2012

I am starting to learn how to use Flash. I am trying a simple exercise of creating text, breaking it apart, then distribute the objects to layers. When I do this, the layers in the timeline box appeared not in order, intead of Top to Bottom, the letters appeared Bottom to Top (See attached picture).

View 2 Replies

Flex ::get Adobe® Stratus 2 Examples On "Swarming", Live Application-Level Multicast, Distributed Data Storage?

Jan 25, 2010

When and where will see (ore already can get) Adobe® Stratus 2 examples (with source) on "Swarming", Live Application-Level Multicast, Distributed Data Storage?

View 1 Replies

Professional :: Protecting Files Against Download?

Oct 4, 2011

Right now, if someone types in a popup window comes up asking if they want to download the file.I want my swf files (I'm building a site on the Gaia flash framework) to have access to all of my flv's/videos, but I don't want people to be able to download them.e Flash IDE to 'protect' your swfs (though I know there are ways around that) - but for flv's do those have to go in some type of special folder with a .htaccess file to protect them - and if so, how do I let my swf's communicate with the flv's and load them when necessary.

View 8 Replies

Professional :: Password Protecting A Swf To Upload To Website

Jul 19, 2011

how to password protect a swf uploaded to my website.
 
I have a swf that is a work in progress, is NOT ready for public viewing, and i need some critique from a friend in the USA, and if i could upload it and give her the password, it would be viewable only for her, or for whoever else i'd give the password.
 
So, i've looked at a thread from a while back,[URL], which explains stuff that is beyond me, on xml programming.
 
And, i am aware that the Publish settings has an option to add a password, I tried it but am unsure what that does if anything.

View 12 Replies

ActionScript 3.0 :: Create Installer For Flash App Where Content Is Distributed By Chapter?

Oct 6, 2011

I wanted to create an application installer (per chapter) like the one implemented on the product on this site:[url]...i have no problem creating flash apps but i'm so lost on making installers , like update installers for the same app.. the idea is that on first installation of my app, other contents are not available until the user downloads it from my site and install it on their pc. and that installer will just update the existing one with the new downloaded content.

View 1 Replies

ActionScript 3.0 :: Create IPad Application But Flash Professional Cs5 Only Allow To Make Iphone Application

Nov 9, 2011

I am using Flash profassional cs5 and want to create an iPad application but it only allow to make iphone application. It allows to install on iPad but the resolution is very small.

View 1 Replies

ActionScript 3.0 :: Protecting/Encrypting Flash 9 SWF Files?

Jun 22, 2008

protecting SWF files written in AS3? I've tried some trial software but they didn't seem to do very much.

Its sad when a developer spends months developing an app/game only to have it stolen, edited, recompiled and sold by some moron without principles or ethics.

View 21 Replies

Flash :: Sorting An Array So That 3 Types Of Objects Are Evenly Distributed Throughout The Array?

Oct 17, 2011

iSo let's say I have three different arrays of objects, and I want to combine them into one sorted array. I want the order to be such that the items from each array are evenly distributed throughout the sorted array.

If there were 3 xItems, 3 yItems, and 3 zItems, the sorted array would have this order: x, y, z, x, y, z, x, y, z

HOWEVER, even if the arrays are differing lengths, I still need to make them alternate as much as possible. If there were 6 xItems, 4 yItems, and 2 zItems, the sorted array should have this order: x, y, x, y, x, z, x, y, x, y, x, z

View 1 Replies

ActionScript 3.0 :: Loader Resize Not Working In Distributed SWF?

Jul 5, 2009

I have recently created a game in Flash CS3 with AS3 which displays a random picture (this is a pretty integral part of the game).I have written a small procedure to resize the picture to an appropriate size for the flash application. This is as follows:

ActionScript Code:
function onComplete(ev:Event):void {
var maxheight = 240;
var maxwidth = 400;

[code]....

Here is where it is called, please just take for granted that d_arr[1] contains the correct URL of the image I want to load :-)

ActionScript Code:
var url = d_arr[1];
var urlRequest:URLRequest = new URLRequest(url);
loader.contentLoaderInfo.addEventListener(Event.COMPLETE,onComplete);

[code]...

This resizes the picture when it is fully loaded. This seems to work fine on my own site, but on the sites to which mochi ads has distributed it, it doesn't resize the image at all, even if it is left to fully load.

View 1 Replies

Professional :: Use Mx Components Code In Both Halo Application And Spark Application?

Mar 18, 2011

I am not able to use fillColor and corner radius in spark. I want to use the mx components(halo) properties both in halo and spark application. Can any one of you help me in using fillColor and Corner radius in both flex 3.0 and Flash 4.0

View 1 Replies

Actionscript 3 :: Algorithm To Solve The Points Of A Evenly-distributed / Even-gaps Spiral?

Dec 3, 2010

First, just to give a visual idea of what I'm after, here's the closest result (yet not exactly what I'm after) image that I've found:[URL] BUT, it doesn't exactly solve the problem I'm after. I would like to store an array of points of a very specific spiral algorithm. The points are evenly distributed The 360 degree cycles have an even gap If I'm not mistaken, I think it's obvious that the two first points would be:

[Code]...

View 2 Replies

Professional :: When Upload The Package To The App Store,application Loader Popup Message: "Application Failed Codesign Verification?

Jun 8, 2011

when i use flash cs5 publish the app for ios,It works fine.But when i upload the package to the app store,application loader popup message: "Application failed codesign verification.The signature was invalid,or it was not signed with an Apple submission certificate."I create the certificate file from mac.

View 3 Replies

Javascript :: Flash - Security / Protecting Code In JavaScript?

May 10, 2010

With all the recent hype about JavaScript and HTML5 replacing Flash, I wanted to know - How would it be possible to protect client-side js code? Of course, it is possible to obfuscate it, but that would only make it a little harder. Also, for games which submit high scores to the server, wouldn't it be incredibly easy to modify those scores before they are sent to the server? I know even Flash files can be decompiled, but they can be obfuscated and flash decompilation is not as easy as modifying data in JS - could be done easily using a plugin such as Firebug. I'd like to know everyone's views on this.

View 2 Replies

Flash :: Professional - Can Be Used As The GUI For An Application

Feb 25, 2010

Can Flash be used as the GUI for an application (desktop software, not web based) written for the .NET framework? I want to author an application that would be perfect for flash as a the GUI, but it would need to be able to support a pretty full API for Flash and the wrapper application, written in c#, as they would be passing a lot of data between eachother, as well as getting and sending data over the web. So, can Flash be used in .NET? What kind of API does it have? Or am I stuck with the Windows look/feek

View 1 Replies

Protecting Front End Part Of SWF From Decompilers

May 19, 2009

I know there are softwares which can protect the swf files from decompilers; where the actionscript appears to be gibberish once decompiled. My question is is there any way i can make sure the swf catcher cant find the swf file to download?

View 2 Replies

ActionScript 3.0 :: Password Protecting A Swf: Effective Or Not?

Feb 15, 2012

I've created a password variable w/input text on the first frame of a swf to enable private viewing of a swf; so if you dont know the password you cant procedd to frame 2, to see the whole thing.

View 21 Replies

ActionScript 2.0 :: Protecting Variables Using LoadVars?

Feb 9, 2009

I'm experimenting with loading an array of elements into my Flash project using the LoadVars property (I'm using Flash 8 - AS 2) The elements are queried from MySQL using PHP to a page named "elements.php" and loaded into the Flash file. It works fine, but I'd like to be able to protect the "elements.php" page so that the variables queried from this page cannot be viewed by someone who types the absolute path to the elements.php file in the browser address bar [[URL]. Using includes, I'm able to protect other pages in my site from direct assess but these methods don't seem to work when the URL is called from within my SWF file.

My fear is that someone might decompile the swf to reveal the LoadVars URL present in the actionscript. I know there are ways to obfuscate the code, but I'm not sure how well these methods really work. I also understand it is practically impossible to completely hide the code from someone who is REALLY intent on getting it, but I'd like to make it as difficult as possible.

View 3 Replies

ActionScript 2.0 :: Protecting Second Frame Content?

Oct 18, 2011

So the first frame will be password protected if someone know the password he can go to next frame. I want that passwords was in .txt file (so every password have his own .txt file). And if someone type correct password and go to next frame the .txt file of this password will be deleted (so you can use password only once). I want to put this game to my website so the txt files will be in online folder.

View 0 Replies

ActionScript 2.0 :: Protecting SWF From Hotlinking Or Rehosting

Jun 17, 2005

I've made a game in flash that I want to upload onto my site but I don't want it to be able to get hotlinked to or hosted from/on another site.

What would be a good way to prevent this?

I first thought of getting a varible from a text file and using an IF function on load to check if that var was loaded but that would only prevent Hosting.

I then tried putting the var in the html code for the swf but that don't seem to work so well, when I refresh the page the movie randomly seems to play normally or goto my "this is stolen" screen.

View 4 Replies

Professional :: Disable The Application Bar In Flash 11?

May 4, 2010

How can I turn off viewing the Application Bar and associated window it is attached to without quitting Flash in Flash 11?

View 4 Replies

Flash :: Professional Won't Work Outside The Application

Jul 16, 2011

i have created my first flash file at home and i have published it and imported it into dreamweaver, i try to preview it into a browesr and i get the error massage Adobe® Flash® Player has stopped a potentially unsafe operation. The following local application on your computer or network: /Users/greenjacket1985/Desktop/Cerberus Web Design/Scripts/expressInstall.swf

is trying to communicate with this Internet-enabled location: [URL] To let this application communicate with the Internet, click Settings. You must restart this application after changing your settings. now i ave tried everything, every button in the settings.

View 3 Replies

Media Server :: Protecting RTMP And HLS Streams?

Apr 7, 2012

We have RTMP and HLS live and vod streams running on FMS interactive 4.5. Given that FMS documentation on security and content protection is very scarce I have the following questions:

1. How do I protect my live and vod RTMP streams from embedding in other webpages?

2. How do I protect my live and vod RTMP streams from capturing with special tools like rtmpdump?

3. How do I protect my live and vod HLS streams from embedding in other webpages?

4. How do I protect my live and vod HLS streams from capturing with special tools?

As far as I understood RTMPE is flawed by design because it can be captured with rtmpdump. SWFVerification also fails, because one can use exactly the same SWF player on their site. Can I somehow tell to my FMS server that it would allow only SWF player from my domain?

View 1 Replies

ActionScript 3.0 :: Protecting SWF Files From Malicious Intentions

Jul 13, 2009

I am about to upload a flash application to the web and I was wondering what things i should consider (security wise). What are things I should do (and know) to "protect" my swf files from malicious intentions (whatever they may be)...

Somethings I am concerned about are:
*my swf file being stolen / someone else will claim its their own
*swf file being decompiled and things that can be done once decompiled
*...and a host of other security issues that i might not be aware of..

I am basically creating an online portfolio in case yall are wondering either post the information here, give me links to articles, videos, or whatever...

View 5 Replies

Professional :: Creating A Standalone Flash Application?

Sep 29, 2010

I'm creating a standalone flash application. Now, I have a user interface with a menu, and I have to launch a new stage in fullscreen mode with at the center an 800x600 swf.How can I create the fullscreen?

View 3 Replies

Professional :: Application Crashing After Flash 10.2 Update?

Feb 9, 2011

After updating to the latest version of Flash (10.2.152.26), our web application began crashing. The application is written using Flex.I'm using Windows 7 (32-bit), but it has crashed on Windows Vista (32-bit) as well. It crashes on IE8, Firefox 3.6, and Chrome 9.However, it does not crash when using the debug version of the Flash Player.I've tried enabling and disabling the hardware acceleration. I've also updated my video drivers to the latest version.The Event Viewer shows the following when IE crashes:

Faulting application name: iexplore.exe, version: 8.0.7600.16700, time stamp: 0x4cd23213
Faulting module name: Flash10m.ocx, version: 10.2.152.26, time stamp: 0x4d4b5d09
Exception code: 0xc0000005[code]....

View 2 Replies

Professional :: How To Edit Image On Flash Application

Feb 10, 2011

I'm doing an app for the next st valentin's day and I'm using the Facebook API. The idea is that the user will be able to take a picture with it's own webcam and then edit that photo for to send it to a friend from facebook. But I can't find a tutorial about to edit an image (a bitmap) in the application. Can you tell me how can I do it? I want to edit the bitmap on the same app, like add a frame around the picture and maybe add a message too.

View 4 Replies

Professional :: Application Works Only In Flash Debugger

Sep 8, 2011

I just finished porting my AIR  application to Flash.It works perfectly fine when I debug it via Flash  Builder or when I load the enclosing HTML file in a browser that uses a  debugging enabled version of Flash. However, it stops working when I  load it a non-debug version of Flash. The "failure" seems to occur when  the app tries to send a SOAP message request to our API server. That  whole SOAP layer was generated using Flash Builder's Web Services class  generation tools.
 
According to [URL], getStackTrace() is known to cause problems, so I disabled my calls to it but the problem still occurrs.

View 1 Replies

Professional :: Fault Application Name Flash.exe Dvaui.dll?

Oct 25, 2011

i have been having recurring crashes, Windows Applications Event View log indicating that Flash exe failed, see below:
 
Faulting application name: Flash.exe, version: 11.5.1.349, time stamp: 0x4e5bcaea
Faulting module name: dvaui.dll, version: 5.0.0.19847, time stamp: 0x4d79ee6c
Exception code: 0xc0000005
Fault offset: 0x0015e8f8
Faulting process id: 0x1c4c

[Code]...

View 1 Replies

Media Server :: Protecting Live Stream Encoding URL

Apr 21, 2010

We set up a Flash Media Server and we are trying to figure out how to protect our live encoding url. Seems like anyone with a Flash Media Encoder and who knew the location of our server could publish a live stream.

View 13 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved