Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash








Protect Serverside Script


Hello there!
I am very new to fms2, so there is one question, that neither Google nor
anyone else could answear me.

Is there any possibility to "encrypt" the server-side as-files ?

I am working on a multiplayer game, and have to publish the content to a fms2-server of a friend of mine. But I don't want him to be able to read the content. Is there some software, like Amayeta's out there, which could encrypt it?

Sory for my bad english

Greetz,
darkangel2k




ActionScript.org Forums > Supporting Technologies > Flash Media Server
Posted on: 09-06-2007, 08:09 PM


View Complete Forum Thread with Replies

Sponsored Links:

EPS To SWF Serverside
I'd like to have someone upload an .eps graphic to an .swf so they can edit it. Since loadMovie() can't load .eps files I'm wondering if there is a way I can convert the .eps to an .swf serverside before I use loadMovie() to bring it in the flash player. Does anyone have any ideas on this?

View Replies !    View Related
Serverside Scripting
is there any way i could have info saved extremely quickly on a server so another user could load those varialbe and i could make a real-time situation.??

or maybe there would be a way to connect through IP, either way, i need help


thanks for anything,
Steve

View Replies !    View Related
Create FLV Serverside
Has anyone had any experience or know of any product that works server side and will convert movie files to FLV's remotely.

Cheers

View Replies !    View Related
Serverside Buffering ?
Hello Forum Members,

We have a problem with LiveStreaming and Lost Packages.

In our company we broadcast live streaming events in wmedia and also in flash.

For that we use a router which connects via ISDN to our fms2 platform.
We use ISDN Channels because of the need of a safe connection without net fluctuations and a good upload.
(wmedia 500k and flash 500k = 1Mbit/s upload)
So we use for one ISDN Wire both B Channels = 128kbit/s and overall 12 ISDN Wires = 1536kbit/s for both streams (a little bit more as needed for the overhead).
Wmedia works fine but flash makes problems - many frame drops / image freeze / bucking.

We think the problem is the connection to the fms over many different channels so that some packages of the one channel arrives the fms earlier than another - and so the fms dosen't get the stream in linear way.

The fms pushes the stream to the client - the client has the possibility to buffer the stream (setBufferTime()) but when the fms sends a faulty stream - the flashplayer buffers also this one.

Does anyone know if there is a possibilty to buffer the stream on the server before sending it to the clients.

Or is our approch wrong and there is another way to solve this problem.


Many thanx to All.
Daniel

View Replies !    View Related
FMS Serverside Script
Hello,
is there a way in the main.asc to get the full rtmp address in the onConnect method ? The client.uri property just gives the application address (i.E. rtmp://www.server.com/applicationname) I need to get the path to the video file requested (like rtmp://www.server.com/applicationname/path/file.flv).
Thanks for your help !
Z

View Replies !    View Related
Hao Can I Maake A Flash Run From A Serverside Only
Hi, i have the next problem... and excuse my ignorance
I want to make a flash animation that can be executed only from one PC and only one (a server for example... well, in fact FROM a server) The information is shared by the people at the company BUT the admins don't wnt anybody to copy these animations and redistribute its content.

What they whant is that somehow the Flash doesn't work is it runs from another computer (in case they can copy the flash) so we think "Maybe with the MAC Adress or the HDD serial number" but we really don't know how to read this info from flash.

May someone elight us with any solution or if these info can be read from flash, how is it done?

View Replies !    View Related
Convert MPEG/AVI To FLV At Serverside
Hi there,

How do I convert MPEG/AVI videos to FLV at serverside? User will upload a MPEG/AVI file in a page and in the next page they will view the video in Flash player. I understand, once user upload the AVI file I need to encode the Video in FLV format at serverside. Is there any API avilable to convert AVI/MPEG to FLV dynamically at serverside?

Thanks.
-tamal

View Replies !    View Related
Converting Videos Into FLV But @ Serverside
Hi there, please help me with this: I need to upload videos to the sever (MPEG, etc etc) and then convert them automathically into FLV files to be displayed (kind of youtube, not exactly).... any idea ? thanx in advance

View Replies !    View Related
Serverside SharedObjects -SOLVED-
I am wondering if anyone can give a quick hand in showing how to setup Serverside SharedObjects. At the moment, I can only get them to sync once. If I need to describe what I am doing in more detail, just ask.

-SOLVED-
I managed to figure it out.



























Edited: 01/15/2007 at 07:49:33 AM by Brentley_11

View Replies !    View Related
Serverside Stream Manipulation
Hi

I was wondering. is it possible to manipulate in any way the video streams on the server side? Like for example, to have two streams coming from two clients and mix them into one stream, so a third client (or more) can play just one stream per client instead of two?

View Replies !    View Related
Serverside Streaming Protocols
Does the serverside of flash media server support RPT or RTSP (Real Time Streaming Protocol)? I know from Media server to player is only rtmp, but is it possible for the server to recieve a RTSP stream and the convert it to rtmp for the client side?

View Replies !    View Related
Loading Serverside Raw Info
I'm trying to join to articles on Macromedia.com Both of the following article work for me individually.

Loading data across domains:
http://www.macromedia.com/support/fl...ad_xdomain.htm

Loading Raw Data (Minicing Words):
http://www.macromedia.com/desdev/mx/...xtreme001.html

What I'd like to do is load a bunch of text located on another server. For whatever reason when I try to load the data with Branden's metod in conjuction with the 2 domain method I don't get anything. I've confirmed that the asp I'm using prints the text on the screen when run by itself. When I hook into it with Flash, Flash never gets the data. Any suggestions?

View Replies !    View Related
PHP And SwfObj Serverside Issue?
Flash fails to send data to the PHP code and returnes undifined.
But when i test it in Flash self it works. is there a possiblity the swfObject has something to do with this? since its the one embeding the flash element in the html.

View Replies !    View Related
Insert PNG Into SWF / PNG To SWF Conversion Serverside
Hi all....

I want to hear peoples opinions and experience with Inserting a PNG into SWF or PNG conversion to SWF

There seems to be some major disparities on what people think about the methodology and even possibility of this on a unix system, serverside.

I have put many many hours googling this, and have found much conflicting info... I am still not convinced this is impossible....

Ming somehow requires you to convert pngs to the dbl format before it can do a server side conversion...
Except.... there are no server side functions to do this!!

Flash can't dynamically load pngs... what a stupid omission...

I have seen this (png inserted into swf) being done, however...

on http://charas-project.net

after you create your character, you can view a flash preview...

this is where they do it... i think... i have asked them on their forums.. but no answer as of yet...
great site btw...


Look forward to hearing your guys responses!

- Aleks AKA KarmaKat

View Replies !    View Related
Load Text Or Xml Without Serverside Scripts
Hi there.

I know there has been a lot covered on this subject, but for the purposes of my project, I am still trying to find a suitable solution.

I am creating a project that displays information in flash, loaded in by either a text file or xml file (depending on the solution?). Loading the data is fine, but I also want to create an XML editor so that other people can edit the content easily (this would have to be a custom editor, not by using other xml editing software).

Actually saving a text file or xml file requires a server-side script. The only other option I've come across is using shared objects (but this saves a file in a specific place on any user's system, I want the file to be saved in the same folder as my flash file).

Are there any ideas out there as to what else I could do?

Thanks!

View Replies !    View Related
[AS2] Pageview Counter, Possible With No Serverside Scripting?
Okay, I am on a LAN folder with a web address as my server. No serverside scripting is on, and it does not look like I am going to get any in the near future.

I would like to do some usage tracking with flash. Things like how many times a certain button is pushed.

My users are all on the same intranet, is there any way I could increment a value in a file on a shared LAN folder or something?

View Replies !    View Related
Read & Write Swf Metadata Serverside
Is it possible to read & write SEO Metadata (RDF format) included in swf header, in a compiled swf, on serverside?

So far I only found how to set metadata at compile time.

"Polar SWF MetaData" does about what I need, but it is a Windows tool and won't work on Linux server.

View Replies !    View Related
Can Serverside Script Call Php File?
So, can asc file can call php file via LoadVars or amfPhp (remoting)? Im new to FMS2 and google doesnt seem to help me much to find good information.

Thanks!

View Replies !    View Related
Desktop Application + Serverside Content
I'm going to start developing a simple Flash application which will then be exported as an *.exe file and used on desktop. The application gets the information from a MySQL database (+ PHP on server).

i just wanted to get suggestions on ways how this can be done and preferably which make the application work fast.

For websites I normally use loadVariables which links to a PHP file on the server, performs query on the database, stores contents into a variable and then forwards the variable back to the SWF file... which in turn displays it
Is this a good system for a desktop application?

I was thinking maybe there's a way to sort of "synchronize content"...
on first launch of application it looks for server and gets all info, and somehow saves it (??)... then on subsequent launches the application just looks to see if there's any new content on server and downloads just that info... this would make for a faster approach... but i have no clue how to save information on the user's machine.

any ideas are appreciated and maybe links to tutorials!
thanks.

View Replies !    View Related
Dynamically Created SWFs On Serverside
Hello,

does anybody know (free) libraries to create SWF files on the serverside, for example as Ming does for PHP/Pyton...?

I'm looking for a solution to create a Flash 8 SWF, since Ming only supports Flash v4 it is not my first choice for sure :)


Thanx for your help.

@Todd: If you think this question is too close to "other than flash" just move it to my forum :)


Micha

View Replies !    View Related
How To Convert A Drawing From SWF To Image/PDF Without Any Serverside Program
Hi All,

I need a help in AS 3.0. The requirement is, user needs to draw something and take a screenshot or in the PDF format from flash swf by clicking a Save button[Save button will be in the same flash file]. Is it possible in AS 3.0 without any other server-side program?

This is very urgent. Please let me know whether this is possible or not.

Thanks
Guru.

View Replies !    View Related
Stream.notify Start/Stop Serverside
Hi to you all, you great flashers...(i know abit over the top)

Any one knows how to trigger on stream.publish.start & unpublish on the serverside?? Right now I'm triggering a server function by stream.publish.start on the client wich seams a bit stupid as the stream.publish.start comes from the server....

Thx again for any pointers to the right direction

/A

View Replies !    View Related
*** PROTECT YOUR SELF... HOW?
Does anyone know the best way to protect your .swf files and another good progarm to break into them so i can test it.

Please VERY VERY important.

-Mr. Rich

View Replies !    View Related
Protect Swf
hello everyone,
how can i protect my swf filez so no bastards can rip them whit some swf-decompiler program or other of those type off programs.
just because someone is stealing my pictures (no problem whit sharing but simply ask) and some if my drawings... .

thnx alot sitraller

View Replies !    View Related
Protect Swf
Hi, how can I protect swf files from import, open or modify of a webclass I´m working on?

I´m already using the expression ASNative(666, 10)(0) on the first frame to block the menu and the option protect from import. But if I go to temp files of IE and open the swf on flash MX I can still see it by using the control+B.

Thanks

View Replies !    View Related
How Protect SWF?
How protect SWF?
I saw on internet much SW which can without problems open non protected SWF, read all Action cript and use all content.

Do you know some protection SW for SWF?

Is it free too or cost some money?Any experience?


Thanks a lot

Jan

View Replies !    View Related
SWF Protect V1.1
SWF Protect v1.1 can help you to Encrypt and Protect your Macromedia Flash® SWF Files from ActionScript Decompilers.
SWF Protect v1.0 updated.
Movieclip Actionscript obfuscation.
Button Actionscript obfuscation.
SWF Protect v1.1 can defeat the ******* deompiler mx 2005 and other decompiler tools.

View Replies !    View Related
Protect It Now.?
I know this question has been asked a few times but I would like to know any new and creative ways to protect action script code? Also way to protect the swf files? I use the no cache load now but looking for any others that work well.

Thanks

View Replies !    View Related
Protect Swf
hi guys,

i got a script to close the swf to protect the source as :

=====================================

Frame 1

testurl = "http://www.mysite.com";
if (this._url.substr(0, testurl.length) == testurl)
{
}
else
{
gotoAndPlay(3);
}

Frame 2

stop();

Frame 3

getURL("FSCommand:quit", "");
loadMovie("", this);

=====================================

somehow it's not working..

can any flash guru giude me on this...

i know to block or hide code is not good thing to do ...

the client requires such things..


thanx
suraj

View Replies !    View Related
Protect
Is there a way to protect my flash files from being decompiled by any user??

View Replies !    View Related
Protect Your Swf
Hello I know I have asked this question before, however I haven't really got a definative answer. I am trying to protect the work I have spent a year creating from being stolen.

1/ Most large sites have got a copyright for their sites? anyone know how one goes about this.?

2/ Is there a way to properly encrypt your swf so that it is not possible to decompile? as everything I have read so far basically says there is no ponit to encrypt because anyone who really wants to get at the file will be able to decompile it encrypted or not?

3/ Also my swf file requires a lot of comunicating with a database using php pages, therefore anyone wanting to decompile my work, would also need to have the php files, therefore should I not worry?.

Thanks to any responders. J

View Replies !    View Related
How Protect SWF?
How protect SWF?
I saw on internet much SW which can without problems open non protected SWF, read all Action cript and use all content.

Do you know some protection SW for SWF?

Is it free too or cost some money?
Any experience?

I think

Thanks a lot

Jan

View Replies !    View Related
How To Protect Swf?
how can i encode a swf to protect it from a decompiler?

View Replies !    View Related
How Protect SWF?
How protect SWF?
I saw on internet much SW which can without problems open non protected SWF, read all Action cript and use all content.

Do you know some protection SW for SWF?

Is it free too or cost some money?
Any experience?

I think

Thanks a lot

Jan

View Replies !    View Related
:::Protect Your SWF/SCRIPTS:::
Any new trick on protecting SWF? Any new program or script to embed so ASViewer can't decompile the script? Thanks in advanced.

View Replies !    View Related
Password Protect?
How can I password Protect a Flash site before they log on.?
Is this possible?

View Replies !    View Related
Protect From FlashGet ?
Hi all,

now i know i have seen this somewhere, but does anyone know if there is some code you can put within your flash file to stop people from being able to download your flash files and look at the coding with ActionScript viewer??

Would be very greatful for any help

thanks in advance


gilesb

View Replies !    View Related
How To Protect Password
I wanted to know how to protect the password database in the flash file movie........I came 2 know that v should encrypt......could anyone plz. explain how to do it in macromedia flash 5 ?

View Replies !    View Related
How To Protect My Images?
Although web users can not download my images, one could use Shift-PrntScrn buttons, capture whole screen and paste screen image into Paint.
I am sure I saw Sites where such action was disabled(?) or somehow did not allow me to capture seen images in Flash.

I wonder how this was achived? In my simple test I was able to capture images from my Flash movie, how can I avoid this?

And one more quesion on "how to" - right click on flash can produce menu with number of lines to allow user to Play movie again, etc. and sometimes I see just one line which stated "About Macromedia ..." and that it. How this can be set?

Please and thank you in advance.

This is my first post here, Hi everyone.

Eugene

View Replies !    View Related
Protect Movie....
hi
i wan't to ask how can i protect my Movie from stealing??

View Replies !    View Related
Protect Art Work?
I have tons of art work on my site. I want to have a disclamer if someone tries to copy it. Is there a code I can put on the site that would pop up a warning if they try and steal the pics.thanks

View Replies !    View Related
How Can I Protect Any CD From Downloading?
i will put an flash player .exe file on an CD and i want to protect this .exe file from downloading .

- no one can download this .exe file from the CD to his HD.

is there a software or what ??

many thanks.

View Replies !    View Related
Right Click Protect?
hello

may i ask how to prevent users rewind my movie or game
by right click on the screen?

and how do i make the movie "allowscale" disabled?
i use the following script:

fscommand (allowscale, "false");

but it doesn'e work

can someone help me please.

View Replies !    View Related
Password Protect For XP...
For the life of me,I can't find where to go to password protect my screen saver. I have some little cousins over, and last time, I found they know the delete command well...

I went into

control panel > Display > screen savers


There is a littel box allowing me to turn it on, but I don't know ther password!

Any help would be appreciated, thanks.

View Replies !    View Related
Can You Protect Your .swf From Theft?
What's the best way to keep your flash movies from being stolen off the Web?

View Replies !    View Related
Protect From Import?
Hello, I am programming a website that has a bunch of flash games on it for a company. These games are played for real money and real money can be won depending on how the player does.

My question... how can I protect the game (written in flash) from being imported or edited. Obviously the user playing the game may be able to cheat the system and win lots of money if they could view the source code.

I am aware that you can choose the "protect from import" option in flash... but how well does that really work? I know there are tools out there that can open a flash swf file and allow you to view the actionscript and the other contents. And I think there are also tools to remove the protect from import (and passwords) from a swf file.

Is there anyway around this? Or is flash completely the wrong program I should be using to program these games? The company perferred flash so I am trying to figure out a way...

Any help at all would e greatly appreciated!... thsnx!

-Ryan

View Replies !    View Related
How Tp Protect PDF File?...
Hi,

I design a web^site with flash. Is not big deal. Use 2 layer and jump frame to other frame to access few pages. Oneof frame has memeber list that user enters ID and password and jump to another frame. The second frame shows link for pdf file.

But I want to protect the pdf without copying the link in explorer toolbar that always be accesible from using ID and password. How do I do that.

I might contact the server to protect the say "manual" folder. And I want to access only using Flash. Is it possible.?

Now user can enter ID and password and opens blank html and from address bar you can copy the link for next time without entering id and pass.
I want to make more secure. And I thank you all of you for your advice.

Thank you.
Niyaji

View Replies !    View Related
Password Protect CD Rom
My client is going to wants me to have the viewer of the flash CD Rom use a password in order to go on with the tutorial I am creating.

Should I supply the password for the viewer? What if they had to create their own password? Can this be done with Flash MX on a CD Rom? The more I think about it, I think I should supply the password. Sort of like when you are looking up a domain name, the website has you type in certain letters and numbers.

Or, am I totally way off base? What do you think I should do when it comes to the password request?

View Replies !    View Related
Protect Data On A CD
I have an application that I have developed in Flash and will be burning it to CD. The images and text for the Flash movie are drawn from a folder (of images) and a separate text file.

Does anyone know how I could protect the data on the CD so that no one can copy the data from the CD, modify it and then re-burn it to CD?

If possible, I would love to be able to complete scramble/encrypt/hide the files on the CD so that the user can't even see the images or text file at all, let alone be able to open it and/or modify it.

Thank you!

View Replies !    View Related
Password Protect...
I have a Button that needs to be password protected...I created a seperate swf file for the password...When i click on the password protected button i need it to call the other swf file and when they enter the correct pw i need it to call the appropriate flash page...
thank you in advance...

View Replies !    View Related
How To Protect Whats Yours?
How do you protect your SWFs from being decompliled, or rather, how do you stop decompiling thieves from downloading your swf files. Can we hide the swf adress? or do they get it from their cache files after viewing the site?

PLEASE HELP. I dont want anyone taking my ideas.

View Replies !    View Related
Copyright © 2005-08 www.BigResource.com, All rights reserved