Php :: Protect Files From An External Call?

Jul 26, 2011

I've got a Zend Framework project with an admin area. In the admin area is a Adobe Flex (Flash) application to create, save and open pdf files. The pdfs are stored in http://localhost/public/pdf/.Is it possible that only the flex application (logged admin) has the permission to open the generated pdf files?How can i protected the files from a direct external browser call eg. through http://localhost/public/pdf/mysecret.pdf

View 2 Replies


Similar Posts:


ActionScript 3.0 :: Protect Files (make External Then Unopenable Such As .lib Files)

Jul 19, 2011

I'm working on making a pretty chunky game engine for games I plan on making, but I was wondering if you make external AS files unopenable such as .lib files, so that if I give it to a friend that wants to use it, he/she cannot change my code. Is there anyway to make external AS files unopenable? Also, obfuscation isn't an option for this problem as it only stops the people who hack the finished product, not stopping people who have access to the actual files.

View 2 Replies

ActionScript 2.0 :: Where To Call External .as Files

Dec 12, 2006

Im using external .as files to hold some of my functions, however if i include a function inside a movieclip, that its held in an external .as file, it needs

Code:
#include "someActionscript.as"

before it to work, surely this cant be the way to call your .as? As this means everytime I change the verison numbers on the .as file, I have to update every part of the fla which calls it...

View 3 Replies

ActionScript 3.0 :: How To Protect .as Files

Apr 20, 2011

I've just spent a few weeks on an flash project that I want to protect. The problem is my project has a lot of classes in external .as files. How can I protect these from being copied?

View 9 Replies

ActionScript 1/2 :: Protect Swf Files From Being Decompiling

Aug 26, 2009

Can i know whether there is any way to protect swf files from being decompiling. I have seen that some tools are available for decompiling the swf files.

View 4 Replies

Flash :: Protect Files From Being Decompiled By Any User?

Feb 27, 2007

Is there a way to protect my flash files from being decompiled by any user?

View 2 Replies

ActionScript :: Flex - Protect .swf/.swc Files From Decompilation?

Aug 1, 2010

it is possible to protect a .swf file from decompilation?i've been reading about compiling class libraries in a .swc file for distribution without revealing the code - possibly selling it. however, there are .swf decompilers you can use to expose the code, and a .swc file is simply a .zip archive, so changing myswc.swc to myswc.zip will reveal the .swf files of the library.

View 2 Replies

Flash :: Protect Images Embedded In Swf Files?

Jan 19, 2011

I need to protect images embedded in a swf file. I've noticed Swf Encrypt scrambles the images, like so:

How is something like this achieved ? How does image scrambling work ? I've noticed the image is stored a bitmap. Not sure how information is stored.I imagine it would be possible to use something like AS3SWF to access the content of a swf, but what would I need to change for the image swf tags ? I don't know much about security/obfuscation/encryption, so any tips will be handy. The programming language for this shouldn't matter much.

View 1 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 :: Block Any Decompilers,protect Also Protect Graphics?

Aug 18, 2010

I would like to protect my flash files. I would like to block any decompilers,protect actionscript and also protect graphics. Some time ago,I tried to decompile a swf and when I placed it inside a decompiler , it showed me a login form and no graphics.I believe that is the ultimate protection method.Do you have any idea what software can do that ?

View 2 Replies

Protect External Assets, XML On CD?

Oct 1, 2009

I'm developing some elearning material to be distributed on CD. The main swf loads text, images, sounds via an XML file. protecting the assets/XML from being edited/stolen?

View 3 Replies

Php :: Embed Video On External Sites While Still Using Tokens To Protect The Content?

Mar 23, 2010

On our own website, it's easy to protect against direct links to our video content by grabbing a token through AJAX and verifying the token through PHP before the file download is started.

However I'm also researching how I could provide an embed feature, like YouTube or vimeo etc., without compromising this security feature.

The problem is that the embed code I want to provide should look something like <object>...<embed>...</embed></object> -- but I don't know how to grab and append the token to the filename. I mean, I guess I could attach a script that did some gnarly JNOP business, but that's too dirty.I'm using JW Player for the actual video container.

View 2 Replies

ActionScript 3.0 :: External Interface Call Doesn't Work With Function That Is On External JS File

Apr 17, 2012

I am using in AS3 "External Interface ". When I call the JS function that is on the same page as swf everything works fine.

I added a link in the html page to an external JS file, when I move the JS function to the external JS file the website crushes.

I would prefer to have all my JS functions on an external file so I can use them in the future in other project and it also makes it easier for me to update the site.

how to call a JS function that is on an external file from AS3?

View 6 Replies

ActionScript 2.0 :: External Text Files Wont Load Into External Swf File?

May 28, 2007

Structure: There is 1 main file that loads external SWF files depending on what is clicked on.One of the external SWF files loads its text from external text files. This works fine when viewing the SWF applet on its own. But when viewing as a whole site, the text doesnt appear. Very annoying.I made that particular SWF on my mums computer running Flash MX 2004The flash file itself uses the Scrollbar component from MX.Could someone tell me why the text doesnt load in this scenario? It runs fine on its own, just not as an external SWF.

View 4 Replies

Flash :: Loading / Unloading External SWF Using Buttons From Loaded External Files

Feb 23, 2011

I spent almost a week trying to figure out how to unload a currently loaded swf using its button and loading a new swf... I have three files, a main.fla, file1.fla and file2.fla. In my main.fla, I have a code which loads the other two files. If i will click the "unload" button in the file1.swf, I would like the main.fla to unload the file1.swf and load the other file, file2.swf. Here is the code to load the file1.swf:

[Code]....

View 1 Replies

ActionScript 3.0 :: One SWF To Call Other Two Files Externally?

Jul 4, 2010

TypeError: Error #1009: Cannot access a property or method of a null object reference.
at Handle()
at flash.display::Sprite/constructChildren()
at flash.display::Sprite()
at flash.display::MovieClip()
at Gallery()
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at Gallery()

I made a 1.swf file to call my other 2.swf file externally and my 2.swf is using a class. In my 1.swf code is just like this
ActionScript Code:
var pic1ldr:Loader = new Loader();
trace("1");
var thumb1Req:URLRequest = new URLRequest("gallery.swf");
trace("2");
[Code] .....

View 5 Replies

ActionScript 3.0 :: Call Library From Different .fla Files?

Apr 16, 2009

i'm trying to separate my .fla file into several .fla files to reduce the size.

i try to call the library from outside my main.fla but i found errors.

View 6 Replies

ActionScript 3.0 :: Loading External Swf That Loads Other External Files?

Apr 24, 2010

Lets say I have subgallery.swf file that loads jpeg images. And I have gallery.swf file that loads subgallery.swf.The jpeg images and both swf files are in the same folder.When I test gallery.swf it loads subgallery.swf but subgallery.swf doesn't load images. When testing subgallery.swf alone, it loads jpeg files.Is there any limitation or setting preventing external swfs loading other content?

View 2 Replies

ActionScript 2.0 :: Call Or Load Different Resolution Files?

Oct 17, 2011

I have created an exe presentation (1218px by 640px) in as3 with tree flash component. Now I want to run this presentation on click of a button from another swf or exe movie created in flash as1 (780px by 450px). I will create an autorun cd/dvd for my presentation because data exceeds 700mb.how to call or load different resolution files.

View 1 Replies

ActionScript 1/2 :: External Class Files Not Updating When "Delete ASO Files" Executed?

May 3, 2009

I've got an external .as file in the same folder as my flash file. In the process of writing the code, whenever I make a change and then test the movie, the flash movie is obviously still looking at the OLD information. I tried using the "Delete ASO Files" on the menu, to no avail.I can' find these ASO files anywhere on mycomputer.Aha! I tried something else. I quit flash,restarted and ran the same script with no changes. It returned the data correctly, but then gave me this unpleasant message:256 levels of recursion were exceeded in one action list.This is probably an infinite loop.Further execution of actions has been disabled in this movie.There are no loops of any kind in the code, which is below.

//This is the Person.as file:
class Person { public var HomName:String = "unknown"; public var HomEmail:String = "unknown"; public var HomPhone:String = "unknown"; public var HomSaveFreq:Number = 0;

[code]......

View 27 Replies

ActionScript 3.0 :: Call An Eventlistener Function That Loads Xml Files

May 11, 2010

in a for loop I call an eventlistener function that loads xml files. But the for loop keeeps running without waiting for xml to load.What should I do to prevent that? I need for i=0 {load xml}and after xml is loaded go to next step, which is i=1.

View 8 Replies

IDE :: Loading External Swf That Loads Other External Files?

Apr 24, 2010

I have subgallery.swf file that loads jpeg images. And I have gallery.swf file that loads subgallery.swf.The jpeg images and both swf files are in the same folder.When I test gallery.swf it loads subgallery.swf but subgallery.swf doesn't load images. When testing subgallery.swf alone, it loads jpeg files.Is there any security limitation or setting preventing external swfs loading other content?

View 3 Replies

ActionScript 2.0 :: Call Sound Files From The Library And Play Them Each Time?

Jul 21, 2006

I have a 'back,play,stop,next btn in my playa...how to call sound files from the library and play them each time I press the 'Next' btn & the previous sounds files played in order when i press the 'back' btn?

View 1 Replies

Actionscript 3 :: URLLoader Loads Multi Files And The Result Order Is The Same As Call Load()

Mar 31, 2012

Since URLLoader is async, how to make sure the order of data from server side is the same as the loader.load() call? In other words, the data order in totalResults is the same order of url-related content?

Following is code snippet:

1.for each(var url in urls) {
loadData(url);
}
2.private function loadData(url:String):void {

[Code].....

View 4 Replies

Javascript :: Reference The Html Object That Made The Call To SomeFunction Directly Using The ExternalInterface.call Call?

Jun 28, 2011

i have some actionscript that makes a

ExternalInterface.call('someFunction');

call.is it possible to reference the html object that made the call to someFunction directly using the ExternalInterface.call call?

Assume that the object that makes the call also has some Callbacks (via ExternalInterface.addCallback) that are accessible via javascript.

Currently:

Actionscript source
ExternalInterface.call("someFunction");
ExternalInterface.addCallback("someCallback",someASfunction);

[code]....

View 1 Replies

ActionScript 2.0 :: To Call Swf External Xml Does Not Appear

Jan 22, 2005

I have my main file that has the normal menu that he would be principal.swf, I is using this to call the other .swf that he would be noticias.swf, that would have a project of the news in xml.[code]my problem is following, when I compels my file noticias.swf it appears normal with the news, but when I am in the file principal.swf and click in button 2 menu it brings me the file noticias.swf but without xml, xml does not appear no way, somebody knows as I can fixed this?

View 2 Replies

ActionScript 3.0 :: Text Is Loaded From External Text Files And Styled With An External Css File?

Jun 7, 2009

I've managed to piece together a flash website with my limited as3 knowledge. The text is loaded from external text files and styled with an external css file.

It's working perfectly in Firefox and Explorer but it only works SOME of the time in Safari (on my mac).It's hit and miss. Sometimes it styles the text sometimes it doesn't.

[Code]...

View 1 Replies

Javascript :: External - Call A Function By URL

Apr 12, 2011

I have an ActionScript program that I want to access some external JavaScript functions. By external, I mean that the ActionScript/swf aren't going to be loaded via the HTML/JavaScript. Everything I see recommends ExternalInterface, but that seems to imply that your JS loads your swf. Is there a way to call a JavaScript function by URL?

View 2 Replies

Actionscript 3 :: How To Call And Use An External Class

Mar 19, 2012

I have this cool As3 MP3pitch package, which I got from here:

package components
{
import flash.events.Event;

[code].....

View 2 Replies

ActionScript 3.0 :: How To Call External Swf's Function

Jan 13, 2009

"sayHi()" private methods and it's exposed though ExternalInterface.addCallback.As you know, i can't call that methods directly like below.

ActionScript Code:
var loader:Loader;
var req:URLRequest;

[code]....

View 5 Replies







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