ActionScript 1/2 :: Password For Client Downloaded Swf / Exe
Jun 19, 2010
I would like to develop a package made in Flash, if I put it on the internet as such and have downloads etc, is there a way to generate a password (or activation key and a password) that can then be embedded with the download so it can be used offline. If I can automate the process so I do not need to make individual packages but can control their use... this would be good. I don't have a problem if they also have internet connection, but the package needs to function off line. I guess I could use a batch passwords then selectively send out passwords in that batch, but this seems heavy.
View 7 Replies
Similar Posts:
Jul 26, 2006
My client wants spec sheets to be downloaded from his website... is there a tutorial what will give me the low-down?
View 14 Replies
Aug 3, 2006
I have a 'client login'. When a client logs in with his/her password and presses the arrow, I want to take them to their own unique page located on different frames, but I can't figure out how it might be done.
Here's the script I'm using:
[Code]...
View 3 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
Oct 27, 2010
how can I find on fms server that client disconnected if if client disconnected due to power cut off. I client manually close the application then onDisconnect on server is called but if due to power cut off it does not called.
View 1 Replies
Nov 19, 2008
Can we perform client to client file transfer, client to server can be done by FileReference. but how do we do client to client transfer, for example if a user wants to send file to another user to whom he is chatting online.
View 3 Replies
Mar 17, 2010
I am trying to build a client-to-client streaming program - client 1 has a webcam and client 2 will connect to client 1 and be able to view the webcam. Is this possible using 2 swf clients? Can someone point me in the right direction as to what commands would be used to connect the two clients. I have tried: binary sockets Connect() where each clients points to the other and they both time-out NetConnection to try to point each client to one another to establish a connection, but no luck with that either; this seems more oriented towards streaming content to a flash media server rather than to another flash client.
View 1 Replies
Mar 8, 2012
We're writing a flash application that can download a MP3 file, convert it to a Sound object, get the raw data and make some processing (like adding sounds, change octaves). After the processing, we want to send the data back to the server in chunks, so the server will be able to glue the data together and recover the new generated file. The problem is: if we send to the server "wav" pieces of sound, we are able to glue them together without any problem in the generated file. However, if we convert each wav piece to a mp3 file (so we can send a smaller file to the server) and join the mp3 files at the server, the result is a sound with some problems at the merge point.
This is how we load the mp3 file from the server:
sourceSnd.load(new URLRequest("sample url to mp3"));
sourceSnd.addEventListener(Event.COMPLETE, carregou);
This is how we convert each piece of mp3 to bytearray and wav:
[Code]....
View 1 Replies
Nov 10, 2009
I'm a teacher and I have some animations made in flash language (swf). I would like to publish these animations on my web site so my students could see, but I wonder if there is any way to prevent these animations being downloaded.
Example: when I see an animation published on my web site, this animation is stored in Internet Temporary Files and I can save this animation anywhere. How can I prevent an animation is stored in the temporary folder? In other words, this animation can only be seen if the user is logged on the site.
View 11 Replies
Dec 20, 2009
I downloaded Flash, extracted it, and open the folder. However,when i click on setup.exe, nothing pops up. I looked inside task manager and see that the setup is using up 50% cpu but nothing pops up.I am using vista home premium sp2.
View 1 Replies
Jan 25, 2012
I'm starting a project that will build a flash file with quite complex capabilities. I expect the size of the swf/swc files will be quite big. In order not to slow down the page download, can I build the swf file so only immediately needed components are loaded with the page and other later-stage components can be silently loaded in the background?
View 1 Replies
Feb 15, 2012
I am developing a elearning site and we have developed our courses in Flash. I want to know how we can prevent our courses from getting download from our site. Technology used for developing website is ASP.NET with C#.
View 2 Replies
Jun 23, 2010
I have a question how can I secure my flash website (*swf) for being Downloaded??
View 2 Replies
Jun 14, 2009
All I want to do is to preload an flv in a similar way a regular preloader works with the first frame having a clip that displays "LOADING" when the correct amount of the flv is loaded it moves to frame 2 and plays.I have looked at the Flash docs for this and all the codes are based on using a component, my flv's are being streamed and downloaded from a regular server and I need to have the playback based on the buffer time. So figure if 50% of the flv is downloaded then play the flv.
View 1 Replies
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
Oct 20, 2006
I need to create a progress bar for my streaming video to let the user know how much of the video has already been downloaded/streamed. Making a progress bar for a progressive download is easy, just check the bytesLoaded vs the bytesTotal. But apparently with a streaming video those do not work. What exactly do I need to check in order to create a progress bar for a streaming video. Here is my sample code that doesn't work for the progress bar.
View 9 Replies
Dec 16, 2009
I wanted to know if there is a way to embed a pdf file into a flash document to be downloaded by the customer. I want them to be able to click on the thumbnail version of the file to start the download of the high res version of that file. I am making an interactive cd so the files would be stored on the cd itself. I know I could do it by storing the files on the internet but I would like to keep everything local
View 2 Replies
Dec 17, 2009
[I posted a similar question on serverfault.com, but had very little feedback so trying here]
I can do this just fine under Apache with htaccess
But at work its all M$ all the time...
I need to lock off access to any .fla files that might come up on a virtual host. We keep them next to the few .swf we use on some of our sites, I just want to be sure they are not being downloaded by people or spiders that may scrape the site.
There isn't really anything sensitive in the fla's but I'd rather keep them in the same folder and have them forbidden to downloaders.
I've tried the MIME type route (check if MIME type is defined under HTTP Headers > MIME Types, remove if it was, etc;), but there is no FLA defined, but I can still download the file by default. I recall this was the opposite if you WANTED to serve .flv files, but not .fla's[code]...
View 1 Replies
Nov 22, 2010
How would you be able to stop people from downloading flash video from your site instead of viewing it in a flash player. I would like to prevent people from downloading the flash video by ripping the stream. I am not looking for 100% prevention but ways to make this difficult and annoying.
View 4 Replies
Dec 13, 2009
ive got this problem, i downloaded a website template and now im changing it to what i want. The 5 menu names are inside the same movie clip called Menu01. however its the same movie clip in each place of each menu so when i go to edit in place each menu comes up with home. Yet when i play the file they all come up with what there suppose to?
View 1 Replies
Aug 21, 2010
What would be the best method that would enable me as a developer to get the number of users that have downloaded... or have installed and used my air application?
View 2 Replies
Jun 27, 2009
On my stage I'm playing a flv video. There's a button over the video that when clicked draws the stage to a bitmap. The bitmap is then converted to a jpg and downloaded to the viewer. It all works great except that I have open with photoshop then save as jpg to get a useable jpg image. If possible I would like the download to be viewable by most photo viewers without having to open with phothshop. here's what the output looks like:[URL] here's the code I use to handle the mouse click:
[CODE]...
View 17 Replies
Aug 8, 2010
using flash cs4 the overall website is looking and functioning fine but i want to add an image gallery.I downloaded one which included .fla .as xml and swf files but i dont know what to do with them in the sense of adding them to a particular page in my flash site..
View 2 Replies
Nov 8, 2010
Flv seems like can't be use with loader but NetStream. But I wanted to play the video only after I have completely download it (smooth viewing with no buffering time). How can I do it with NetStream? And Can I have multiple video load at same time, and play it according to some array arrangement?
View 1 Replies
Nov 25, 2010
How can I find the total time of an mp3 before it is fully downloaded? I have this function which is called on TimerEvent.TIMER
[Code]...
The problem is tha the totalTime is correct only when the mp3 is fully downloaded..
View 2 Replies
Mar 20, 2012
I want to open a pdf/excel/doc using flex, as all know we can use navigateToUrl(URL) method to open a file from the server. But my problem is those files are encrypted in the server, so I load the files as follows
ByteLoader = new URLLoader();
ByteLoader.dataFormat = URLLoaderDataFormat.BINARY;
ByteLoader.load(new URLRequest (constructedURL));
so that I can manipulate them and can get the decrypted file. Now my question is, my data already got downloaded from the server, so how will I launch the files(pdf/doc/excel) with the binary content which I had got?
Is there anyway i can launch those files like we do it in navigateToURL()?
View 1 Replies
Sep 25, 2009
I am trying to write a client side app that would download a number of mp3 files, then cache them to the harddrive. I can download the mp3 files using URLLoader and access the raw mp3 data via URLLoader.data. But how do I save them to disk without the benefits of AIR only classes
View 2 Replies
Apr 13, 2010
I've been trying to get this to work for a few days and uploaded a simplified version. Basically I need to download an image which could be any size and then resize it. To illustrate this I've placed a large file on my server which is to represent someone loading an image. Unfortunately, in real life, I won�t know the size of the image someone will choose, so I need to resize it. I've included a resize button which works. Unfortunately I won�t be able to add an extra button, so I've added a listener to detect when the file has finished
View 2 Replies
Jun 9, 2010
i would like to put some files on my site that can be downloaded by visitors. what's the code I've to put on my "download" button ?and where do I have to put the file that should be downloaded ?
View 2 Replies
Apr 24, 2011
But ive noticed an anomaly. When i test the movie (with simulate download settings ofcourse so that you can actually see the preloader work) the preloader shows only from 90% onwards to 100% and then the page loads up. Which means when i run the movie, the result is a blank frame for quite sometime, when actually the preloader should be showing but it doesnt, instead its just the project default window color, then it starts the preloader at the frag end of the bytes coming in, so it only shows 95%-100% and then the page loads.
The same preloader method (2 looping frames with its AS2) works perfectly in front of the keyframe that contains another webpage, Home.swf which is a seperate file and things work perfectly there.o i put a trace into the 2 looping frames to see whats going on with the acquired bytes variable. I was shocked to see that the preloader loop isnt even running. It running itself only at 94% onwards and then ofcourse reports the percentage on the screen correctly. But till 94% its not able to sense the bytes getting loaded. It senses only after 94% and then starts reporting it.
View 7 Replies