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
Similar Posts:
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
Mar 23, 2011
I have created a full website in Flash CS5 and coming across a problem when uploading it to my website, it's cutting about 2 inch off the top and bottom. When I play it in Flash CS5 it works with no problems at all also when you publish the website the SWF plays fine but the HTML file lie
View 1 Replies
Apr 19, 2010
Why is it that the flash animation is so slow to upload to the site...Is this something I need to do or something to discuss with the server folks at Godaddy?
View 7 Replies
Dec 8, 2011
I am doing a simple project for school, and I had to develop a website off of a premade template, the URL is [URL]. If you go to the about page there is supposed to be a video in the TV that plays, when I use the FTP server to upload the swf and index.html file, where am I supposed to put my video file so flash finds it and it plays? also having the same problem on the portfolio page with my pictures not being there. When I click the small icons on the left, the larger picture is supposed to show up in the right picture frame.
View 37 Replies
Sep 4, 2011
I'm making an Air file that uploads and overwrites an XML file.
So far, the php is very simple:
$everything = $_POST['saveThisXML'];
$everything = stripslashes($everything); $toSave = $everything;
$fp = fopen("settings.xml", "w"); if(fwrite($fp, $toSave)) echo "writing=Ok"; else echo "writing=Error"; fclose($fp);
I'd like to set up a user name and passowrd that the user enters in the Air app. Is it then just a matter of sending POST data to the php file, and have it check the user and pass variables? Is that a reasonably safe way to do it? If not, can someone please point me in th edirection of a good tutorial that they're used on this topic?
View 9 Replies
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
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
Aug 7, 2008
Is is possible to password a flash website page so that username and password are needed for access?
Is this something that can be created within Flash app itself or is third-party software needed?
View 4 Replies
Aug 4, 2009
Is flash (actionscript 2.0) secure enough to use for a website that holds personal info, password, restricted areas, ect. How can I make it secure enough if it's possible.
View 1 Replies
Apr 15, 2010
I've just uploaded my site to the web, here, [url].. and it doesn't appear centered in the window. easiest way to centre the page. I've used flash & then inserted the file into dreamweaver to create a html file.
View 6 Replies
May 25, 2011
I am building a flash website, but want my clients to be able to FTP upload from the website. For example if they want to submit a picture or file.
View 3 Replies
Apr 13, 2002
How do i upload my flash movie into my website?
View 7 Replies
Jul 15, 2010
i am trying to making(just for knowledge purpose) a website similar to "you tube" and i am
using LAMP(linux+apache+php+mysql).
so please guide me on these topics(please keep in mind that the website is a high traffic.web site like you tube):
1.i am taking video uploads from user using a simple form like:
[Code]...
View 1 Replies
Jan 19, 2010
I have a swf file-A which requires to key in a password. Can I open this swf file-A with another swf with the password already set in, or open with another software?
View 2 Replies
Nov 7, 2011
Due to a Flash bug in CS5 & CS5.5, I've been forced to generate a dialog with straight XUL instead of XUL opening a swf. I'm trying to stylize the textbox textfield to mask the password entered and I'm having issues coming up with a solution for this. It seems the most straight-forward way to mask would be to assign the textfield a strange font which would serve this purpose - like WingDings. However, i'm not sure of the correct way to stylize a textbox via CSS. I'd like to be able to have the CSS inline in the XUL's XML file, similar to how you can have inline script:
<style type="text/css">
.passMask {
font-family:WingDings;
}
</style>
I on the right track or can anyone give me insight on how I might go about accomplishing a password mask in a textbox?
View 4 Replies
Jan 15, 2012
I' signing using my password your site is tellin me it wrong
View 1 Replies
Jan 22, 2011
The purpose of this is too allow a user to upload an image from their machine to be displayed on a website. The code's pretty straight forward and i have it all working fine, but have come across an issue. When certain portrait images are selected to be loaded and displayed, they get rotated at some point in the process and become landscape? There doesn't appear to be any consistency to the way they are rotated. Some are clockwise, some counter clockwise.
The one thing i've noticed though, is that it doesn't appear to be an issue with images that have been re-saved (so simply taken into photoshop and then saved without any modification), only images that are the original source of an image taken by a digital camera? This has got me wondering whether there's a possible issue with flash reading the meta data of the source image? The attached zip file contains the source code and swf, a selection of images from 2 different camera's and a modified image.
Just to note, due to the dimensions of the images, in the source code the bitmap is scaled to 0.1 so that the result can be clearly seen. I've tested this without the scaling and the image still gets rotated. There's a trace in the Event.COMPLETE handler of the Loader.loadbytes() method and you can see from this that the width and height of the loaded image have been switched? Note - due to the size of the zip file (4.6MB) because of the images, i've put them up on my server for download instead.[URL]
View 5 Replies
Sep 23, 2008
Im new at actionscript, and I am making a very project. Basicly, I have some thing were there is a page you can get to by beating other parts of the 'game'. I want to add some sort of a password or save feature to people can type in the password of something at the opening screen and jump to that page.
View 1 Replies
Feb 2, 2011
I'm trying to post a username and password to a server side script.The client provided an HTML form that demonstrates that the sever side functionality is working, but I keep getting the following:
<response>Invalid UserName / Password Combination</response>
Here's the HTML code:
html> Here's what I have been doing in AS3:
var loader:URLLoader = new URLLoader();
configureListeners(loader);[code]..........
View 2 Replies
Apr 6, 2010
Is there a way to display a website [URL] inside your Flash website?
Looking for something similar to HTML inline frames
<iframe> src="adobe.com" height="200" width="300" </iframe>
View 1 Replies
Feb 12, 2010
am i publishing the movie incorrectly? It works great when I preview the flash file (cntrl+enter), but after I publish it and insert it into the html (in dreamweaver), the file shows up and animates perfectly, but when clicked, no link... It doesn't do anything
View 3 Replies
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
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
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
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
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
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
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
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