ActionScript 2.0 :: Code To Stop A SWF Decompiler From Taking My Work?

Aug 18, 2011

I am looking for a code or method to stop a SWF decompiler from taking my work. Is there anything I can do to protect my files from a decompiler? I searched but could not find any info on how to protect my SWF.

View 4 Replies


Similar Posts:


ActionScript 3.0 :: Know When Code Is Written For Number Its Taking As String?

Aug 19, 2010

Can any one tell me the how do we come to know when the code is written for number its taking as a string.

View 3 Replies

ActionScript 3.0 :: Taking Movieclip From Library And Giving It An Instance Name Through Code?

Oct 4, 2011

I am making a game where I reference "Player_mc" quite a lot. I have a bunch of full characters (movieclips) in the library that work as the player when put on the stage and referenced as "Player_mc". I need a code that can reference those characters (movieclips) in the library, and move them onto the stage and name them "Player_mc". Also I need a way of removing an existing "Player_mc" so that another character can be referenced and brought onto the stage as "Player_mc". Here is what I have: if (this.P1Character==(Whatever that character's number is)){

View 3 Replies

ActionScript 3.0 :: Stop Movieclip - SjunkBomb[x].stop(); Doesn't Work?

Aug 27, 2010

I have some bombs like this :

var sjunkBomb:Array = new Array;
for (var i:int = 0; i < sjunkBombMaxAntal; i++) {
var bomb = new sjunkbomb;[code]....

Each movieclip sjunkBomb contains an animated movieclip. When the bombs reach the bottom I want to stop the inside animation.I guess it's better to stop them so they affect the rest of the game if there are a lot of bombs. I know how to hide them with sjunkBomb[x] .visible = false; but if I want to stop them? sjunkBomb[x].stop(); doesn't work!?

View 1 Replies

Media Server :: Sophos Antivirus Can Stop Taking Connection By Flash Media Server?

Oct 13, 2010

Our flash media server  stops taking connection sometime. Any one have any idea about sophos antivirus?

View 8 Replies

ActionScript 3.0 :: Get A Swf Decompiler?

May 5, 2011

Can anyone recommend a swf decompiler?

View 2 Replies

IDE :: Prevention From Decompiler?

Mar 5, 2007

I have developed some program in flash (as 2.0 class based). I want nobody can copy my codes. I have checked it in few famous decompilers and i found nothing is hidden. One can easily copy it. Is there any way to hide them in flash 8.0

View 14 Replies

Professional :: Protect SWF Against Decompiler?

Aug 23, 2011

i want to ask question about swf protector against swf decompiler.i saw so many protector using obfuscator,encryption like that..i want to use FMS (flash media server) that will invoke callback function..i'm afraid using encryption,will not detect the name of the functionmy question is :is there any other solution except using obfuscator to handle decompiler?

View 2 Replies

ActionScript 2.0 :: Downloaded Swf And Used Decompiler To Generate Fla?

Jun 4, 2010

im using flash cs3, i have downloaded swf and used decompiler to generate fla...now there is coming one error in script.[URL]..

View 2 Replies

SWF Decompiler - Get A Working .fla File Of The .swf At The Bottom Of Page

Jun 30, 2009

I'm trying to get a working .fla file of the .swf at the bottom of this page... [URL] I tried the free version of SoThink's decompiler, but all I got was a black box with lots of layers. I'm using Flash CS3.

View 1 Replies

ActionScript 2.0 :: Which Decompiler To Recommend - Trillix Vs Sothink

Dec 9, 2007

Which decompiler do you recommend Trillix ([URL]) vs Sothink ([URL])

View 2 Replies

ActionScript 2.0 :: Protect SWF Files From A Decompiler At Website?

Feb 4, 2012

i have an important swf file and i want to make full protection to prevent any one from downloading or saving the content in any way.

View 2 Replies

Actionscript :: Sothink SWF Decompiler Using Null In Strange Places

Jun 25, 2011

I've been attempting to figure out the background math in a Flash game by using the Sothink SWF Decompiler to view the ActionScript files. Admittedly I know very little about ActionScript, but I'm seeing lines of code that look like:

[Code]....

From where I stand, value <= null doesn't make much sense, and neither does null * true or null & null. Am I just not understanding ActionScript properly, or is this an error in the decompiling process? If it's an error, is there any way to solve it?

View 1 Replies

Flash :: An Actionscript Decompiler Get Script From Dynamically Linked As Files?

Mar 13, 2011

I am creating a Flex 4 project and would like to do an actionscript based login with encryption, but I obviously don't want it to be easily decompiled.If I dynamically link to a swf file that is in a "non-browse" directory, would a decompiler of the base application actionscript file also give the code of the linked file? For example

[Base Directory]
index.html
app.swf[code]....

View 2 Replies

ActionScript 3.0 :: Where To Get A Stop Watch Code

May 6, 2009

Anybody know where i can get a stop watch coded in AS 3.0 similar to the one at this site? [URL]

View 5 Replies

ActionScript 2.0 :: Code To Stop Flv Playback

Jan 10, 2010

i am having problems with the flv playback. i have an flv component and when i navigate away to second one it gets confused and the firrst one keeps playing... has anyone had this problem ? is there code to stop the flv playback when i leave it?

View 1 Replies

ActionScript 3.0 :: Code Causes Timeline To Stop?

Jun 13, 2009

I am makine my first attempt at coding a site with Actionscript 3. I have coded two buttons, both directing to another scene. The first one works. The second one stops the timeline and never gets read. Here is the code on frame 65:

[Code]...

View 11 Replies

ActionScript 2.0 :: Stop Code Until Result Comes In From PHP

Nov 26, 2009

Keep in mind that I've been teaching myself AS for the past couple of days FROM SCRATCH. don't throw out comments like "what the hell are you doing that for?". If there's a way you can improve on the following, please let me know politely

I've been looking around everywhere to find a wait function and found nothing that will actually stop the code. I also read up on why it doesn't exist (because after 15 seconds browsers think Flash has become unstable).

[Code]...

View 1 Replies

ActionScript 3.0 :: Way To Force A Code Stop?

Apr 4, 2012

What I would like to do is, once some condition is met, tell the parser to 'gotoAndStop' on the next frame AND ignore the rest of the code on the page below the 'gotoAndStop'.Is there a way to do this? I know I could wrap everythin on that page in a 'if-else'.I am redoing someone else's project, I normally don't use multiple frames, normally I do it all on one frame with code.

View 2 Replies

ActionScript 2.0 :: Stop Code From Playing For Whole Timeline?

Jun 9, 2009

I'm making a mini-game, so ive got various scenes and stuff going on. I found this rain effect [url]... and it works fine and looks pretty good, the problem is I don't know how to get the damn thing to stop! I'm a beginner so know very little actionscript and can't figure this out myself. I do not want the timeline to stop playing only for the rain to stop.

View 5 Replies

Professional :: Code To Start & Stop At Certain Timing?

Jun 24, 2010

How can I write the Actionscript3 code if I want to start MyLogo 5 seconds after loading my webpage and then stop for 1minute and loop in the same manner.The following is the code right on my Actions_Layer:

var l:Loader=new Loader();addChild(l);l.load(new URLRequest("MyLogo.swf"));l.x = 17;l.y = 60;
l.contentLoaderInfo.addEventListener(Event.INIT, growLoader);

[code].....

View 1 Replies

ActionScript 3.0 :: Wrong With The Code On Stop Mp3 Button?

Sep 1, 2009

I started a tutorial that didnt have part 3 and have struggled changing the code but still cant get my stop button to work with this - loading in sound file.

instance of stop is: stop_mc and of play: buttonPlay. Both are on stage on the same layer, with actions on the other layer in the only keyframe. actually I only have one song so dont need the var, but just want only to see the play button at the start, and once activated and playing only see the stop button. etc

[Code]...

View 0 Replies

ActionScript 3.0 :: I Have A Bunch Of AS3 Code And Want To Stop On A Frame

Oct 27, 2010

I am working on a project and I have a bunch of AS3 code where it makes an image flip to a second image and then back to the first image. this code is all on frame 1 in the timeline. I want to put some tweens on following frames and then have the image link to certain points on the timeline. however i cannot get it to stop when i play it. it plays all the AS3 code and all of the tweens.below is my code: so how do i get frame 2 and up to not play unless directed to.

import fl.transitions.easing.Strong;
import fl.transitions.TweenEvent;
con.sidea.flip.addEventListener (MouseEvent.CLICK,onflip);[code]...

View 0 Replies

ActionScript 2.0 :: Code To Stop Songs From Overlapping?

Mar 25, 2011

I'm working on a music player in Flash actionscript 2.0, because I can't get any codes that I've found for 3.0 to work. So surely it's obvious that I am not a coder. I've made each of the three songs have it's own play button, with its name on it. The buttons play like they should, however, if a song is playing and you choose to play another instead, the second song will play over the first. So the first song is not stopping. I have a stop button that will terminate all of the sounds. But since the player will be publicly displayed, I want to make sure that people aren't inconvenienced by having to use the stop button every time that they want to change songs while one is in play. I'm having the same overlapping problem if a song button is double clicked or mistakenly pressed while it's already playing.Here is the code for one of the buttons. Can I add the stop function to it? If so, how? Or do I need a completely different code to achieve this?

Code:
apartofme_button.onRelease = function(){
mySong = new Sound();

[code]....

View 5 Replies

IDE :: Get Code To Use Buttons To Stop The XML Working While Going To Another Frame?

Jan 12, 2009

Now I'm working on a Website which contains a XML Carousel Gallery, with the coding below.Now this all happens on the homepage. I would like to stop the xml on other frames though. Is there any coding I can use on my Buttons, to stop the XML working while going to another frame?

stop();
var folder:String = "thumbnails/";// a folder for thumbnail files + an XML file
var total:Number;
var radiusX:Number =180;
var radiusY:Number = 10;

[code]...

View 2 Replies

ActionScript 3.0 :: How To Stop Timers In Nested Code

Dec 5, 2010

I have a media player with nested code that calls the start of new playback upon completion of a previous file Code example

[Code]...

View 1 Replies

Professional :: Code Snippets Won't Work?

Oct 17, 2010

Code Snippets won't workEvery time I try to attach a Code Snippet I keep getting this error:***Notes from Customer***10/13/201020:55:30When I have a object on stage, and I try to add code snippet, I keep gettingerror message: The following JavaScript error(s) occurred: SyntaxError: missing ) after argument listI've watched video(s) on adding snippets, but it won't work for me like it

View 1 Replies

ActionScript 1/2 :: Can't Get Piece Of Code To Work?

Jun 24, 2011

I am using AS2 and I am trying to make a simple 'game' for an assignment for school.I am first trying to make a simplified version of the game, to get some experience before I make the final version.
I will try to explain this simplified version:
 
The player has to drag an object in a big square and then release it. The object resamples 20 liter water. In total the player has to drag 100 liter water to the square, so it has to drag and drop the 'water' object 5 times.
 
I want some text in screen that says: You still need .

[Code]...

View 13 Replies

ActionScript 3.0 :: Code Work In One Place But Not Another?

Sep 16, 2011

I have a class. Inside the class are two public functions. One calls this:
 
MovieClip(root)["bmc"+PuzzleGlobals.puzzleAbbrev].addChild(this);

And the other calls this: 

MovieClip(root)["bmc"+PuzzleGlobals.puzzleAbbrev].addChild(fwgame);  fwgame is declared like this (before the addChild): var fwgame:FireworkGame = new FireworkGame();  trace (fwgame); //traces correct object

trace (MovieClip(root)["bmc"+PuzzleGlobals.puzzleAbbrev]); //returns a 1009 error

The first line of code works. The second line returns a 1009 error,  "Cannot access a property or method of a null object reference."

View 6 Replies

ActionScript 2.0 :: Moving MC To One Fla To Another And Code Don't Work

Nov 12, 2005

When i move some MC or elements between fla movies, with the code, frames, and layers it need to work, some code stop to work?

View 10 Replies







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