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


Similar Posts:


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

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

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 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

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

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

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

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

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

Actionscript 3 :: Parent.AddChild Not Working After Protecting Swf Using SWFProtection?

Apr 22, 2011

I usually, use SWF Protection, to protect my swf's from decompiling. It also adds a load bar to the swf.

The problem is that I have codes like this:

logo= new marca();
parent.addChild(logo);
logo.mouseEnabled=false;

I use parent, because I need to put the movie clip above everything, because my application allows the user to add a lot of things to the stage, so a don't want anything covering the logo.

The application works well while unprotected, but If I protect it using SWF Protection, then, I get just white screen. Nothing appears after loading.

Is there another way, to put a movieclip above everything, without being necessery to add a ON ENTER FRAME LISTENER, to update the movieclip deph, to keep it above everything?

View 2 Replies

Javascript :: Protecting Websites From Outdated Browsers / Plugins Via Whitelist / Blacklist Combination?

Feb 6, 2011

Aside from using browser headers, I want to blacklist/whitelist browser and plugins from my site so that I can prevent these older unpatched systems from (1) being a general user of my site (2) removing those 'targets' from would-be-attackers reach.Is there a standard way to use Whitelisting or Blacklisting to control browser access to my site? For example, I want to prevent any browser that has outdated Flash, but I want to permit them if they have no Flash at all.

View 1 Replies

ActionScript 2.0 :: CS3 - Scrolling Content From A Different Frame

Jul 28, 2009

The scenario is: An HTML frameset with 2 frames. I need to create a button in Actionscript 3 (and put it in the top frame) in order to scroll down the content of the main frame. I thought of Javascript. I end up writing a script that works but when I call the Javascript function in Actionscript nothing happens. Maybe a silly mistake maybe not...

If you want to test it, download my files here.

My source code is:

The Javascript in the html of the top frame:

Code:
<SCRIPT LANGUAGE="JAVASCRIPT" TYPE="TEXT/JAVASCRIPT">
<!--
function pageScrollDn()

[Code]....

View 1 Replies

ActionScript 3.0 :: Scrolling Content From A Different Frame

Jul 29, 2009

An HTML frameset with 2 frames. I need to create a button in Actionscript 3 (and put it in the top frame) in order to scroll down the content of the main frame. I thought of Javascript. I end up writing a script that works but when I call the Javascript function in Actionscript nothing happens. Maybe a silly mistake maybe not...

[Code]....

View 1 Replies

ActionScript 3.0 :: Frame Content Not Loading?

May 4, 2010

when i click the aboutUs_btn , gotoAndStop moves me into frame 3.. trance confirms frame 3, but content in 3 does not apear on sceen. no errors reported.

here is the code

var myStage:Stage=this.stage;
myStage.scaleMode=StageScaleMode.NO_SCALE;
myStage.align=StageAlign.TOP_LEFT;

[code]....

View 0 Replies

Actionscript 3.0 :: Scrolling Content From A Different Frame?

Jul 29, 2009

An HTML frameset with 2 frames. I need to create a button in Actionscript 3 (and put it in the top frame) in order to scroll down the content of the main frame. I thought of Javascript. I end up writing a script that works but when I call the Javascript function in Actionscript nothing happens. Maybe a silly mistake maybe not...

My source code is:

The Javascript in the html of the top frame:

Code: Select all<SCRIPT LANGUAGE="JAVASCRIPT" TYPE="TEXT/JAVASCRIPT">
<!--
function pageScrollDn()
{
&nbsp; &nbsp;top.mainFrame.scrollBy(0,15);&nbsp;

[Code].....

View 6 Replies

ActionScript 3.0 :: Scrolling Content From Different Frame

Jul 28, 2009

The scenario is: An HTML frameset with 2 frames. I need to create a button in Actionscript 3 (and put it in the top frame) in order to scroll down the content of the main frame. I thought of Javascript. I end up writing a script that works but when I call the Javascript function in Actionscript nothing happens. Maybe a silly mistake maybe not. If you want to test it, download files: [URL]

My source code is:
The Javascript in the html of the top frame:
Code:
<Script Language="JavaScript" Type="Text/JavaScript">
<!-- function pageScrollDn() {
top.mainFrame.scrollBy(0,15);
[Code] .....

View 4 Replies

ActionScript 3.0 :: Frame Content On Other Frames?

Sep 2, 2008

I have a project where I am using frames as pages for my website. I have a frame with a movie clip that has some AS that imports some things but the problem is that when I navigate to a new page/frame part of the movie appears on top of the other frame/page's content. How do make this stop when exiting that frame?Here is the code from the movie

ActionScript Code:
// Copyright flashmo.com
// Developed by Min Thu

[code]......

View 5 Replies

ActionScript 3.0 :: Small Preloader - Content SWF Does Not Start At Frame One

Nov 1, 2009

I have a preloader.swf that loads the main "content" swf of my website. All is working alright, except once the preloader is done, the content swf doesn't start at frame one. Basically in the content swf I have some images and text that scroll onto the screen at frame one before the 'home' screen, but when preloader finishes it skips the animation and goes straight to the home screen. This isn't a big deal, but obviously it would be nice it people could see the animations at the start...

The script for the preloader is:
var l:Loader = new Loader();
l.contentLoaderInfo.addEventListener(ProgressEvent .PROGRESS, loop);
l.contentLoaderInfo.addEventListener(Event.COMPLET E, done);
l.load(new URLRequest("content.swf"));
function loop(e:ProgressEvent):void{
var perc:Number = e.bytesLoaded / e.bytesTotal;
[Code] .....

View 3 Replies

ActionScript 3.0 :: Moving And Running Main Content From Second Or Third Frame?

Sep 5, 2011

I've been able to connect with a DB, use a server side ASP script to check a user name and password in the SQL Server DB and get back a score number.

login_bttn.addEventListener(MouseEvent.CLICK,sendData,false,0,true);
function sendData(event:MouseEvent):void{
var userName:String = username_txt.text;

[code]....

View 3 Replies

Flash :: Professional - Loading External Content In Frame

Sep 5, 2011

I have been searching on how to do this but I haven't found anything that I can use yet. I have a flash template that has about 6 different flash files. There is a menu on the right side that allows you to call the other files like this.

[Code]...

View 3 Replies

ActionScript 2.0 :: Changing Frame From Within HTML Rendered Content?

Oct 16, 2009

Beginner question here to which I haven't found an answer to: I have an external XML document loading within flash and was wondering if it it's possible to change a frame/label from withing HTML rendered content using getURL?

This is probably not possible, but is there a suitable method for doing so when it comes to loading external content and controlling the timeline?

View 2 Replies

ActionScript 3.0 :: LINK - Change The Page In The Content Frame?

Jul 29, 2010

I am creating a framed website in Dreamweaver, but I made my navigation menu in Flash w/ AS 3. The frameset has two frames, one is called header and the other is called content.I want the flash menu to stay in the header frame (which it does) and I want the links to change the page in the content frame.I tried targeting the content frame in my function that changes pages, but for some reason it continues to open the new page (link) in a new window.

function newPage(e:MouseEvent):void
{
new Tween(highlight_mc,"x",Strong.easeOut,highlight_mc .x,e.currentTarget.x,12,false);[code]......

View 1 Replies

ActionScript 3.0 :: Off Stage Content Killing Frame Rates For IOS?

Sep 14, 2011

I'm working on an iPhone game using AS3 and I've got it working pretty well on the iPhone 3G. I intend to compile it with AIR 2.7 (or 3.0 when it drops), but for testing purposes, I do everything on my 3G. Here's the problem,I get a solid consistant 24fps until one of my objects moves offscreen - even partially. If my "character" even goes a few pixels past the edge, frame rates drop tp 9-10 fps. I've had a few people already suggest not allowing anything to move offscreen, but that's not feasible. I've gone through my code to make sure there isn't a programmatic reason this happens, and I've created a seperate project specifically to test this - with no game logic, simply moving an image across the screen, frame rates bottom out once content goes over the screen edge. I've tried using masks, I've tried using scrollRect, I'm using cacheAsBitmap, and there is no scaling, only x,y translation.

View 2 Replies

Professional :: Leaving A Frame Its Content Displays When Going To Earlier Frames?

Nov 28, 2011

Using CS 5.5, I am using a single scene with buttons that all appear on the first frame along with code snippet  AS also on the first frame that when clicked, takes the user to a different frame. Everything seems to work fine, except, after you go to frame 15 and click on one of the buttons that take you to one of the earlier frames, the text from frame 15 still displays on those earlier frames. The text on frame 15 is on a different layer and does not exist anywhere else until frame 15.

View 3 Replies

Flex :: Create Static Frame And Change Content Pages In It?

Sep 2, 2010

I need to create a static frame and a changing content... currently envisaged as frame containing the side panel and header and footer content.

The content panel will call mxml based on the content sought.

a) how is the frame paradigm- with static frame "containing" other content done. I dont want to repeat the header and footer logic in every 'content section' code?

b) how is the hyperlinking between content sections done- using 'states' seems convoluted

View 2 Replies

ActionScript 3.0 :: Each Different Section The Content Frame Slides To The Left Regardless Of What Button Click?

Mar 24, 2009

When you go to each different section the content frame slides to the left regardless of what button you click.. We learned recently about buttonmode etc. and I can go to different Frames on a click.. but here it doesnt seem to go to a new frame it just loads each new clip with the same tiny effect? Is is pure scripting or how did they manage this??

View 2 Replies

ActionScript 3.0 :: Event Listeners Disappearing - Movie To The Correct Frame That The Corresponding Content Is On?

Feb 23, 2010

I am using Adobe Flash Professional CS4 with all the latest updates. The FLA is an Actionscript 3.0 file. I am creating a basic flash site with several pages that change when the user clicks links on a left side navigation bar. on the pages are sub tabs that change out different content(text) based on what the user clicks on the current page. when they click a button it triggers an event listener, the event listener runs its function which changes the definition of an already defined (String) variable, and the page goes on to a frame checks what that variable is and then leads the movie to the correct frame that the corresponding content is on.

here's the issue: it works perfectly the first few times, and then the event listeners stop working, first one of them, then all three once i click one of the two available. i started this site before i even knew what a class was(regretably), and all the code is on the timeline in different frames.

[Code]...

View 2 Replies







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