AS3 :: Php - Obscure Or Hide The Paths Being Used In Project

Feb 14, 2010

I am working on a project that uses PHP, AS3, and AMFPHP. The project allows users to upload and download images among other things. Since I am fairly new to PHP/FLash security I have been trying to gather as much info about making things as secure as possible. I've got some good advise about using .htaccess files, and a few other tricks.

My main question at the moment is how to hide the "path" info from and to the PHP / assets / and to and from the AMFPHP services ... Currently I have all the paths hard-coded in one .as that returns an object with the paths to any of the other classes that need/request it. I found this method to work well since I only need to change this one .AS , and it will branch out to the other classes that need it.

View 2 Replies


Similar Posts:


ActionScript 2.0 :: Convert The XML Paths To Flash Paths

Mar 5, 2007

Does anyone know if there is some kind of program that can convert the XML paths to Flash paths. Hmm...what I'm after is some little program that basically lets me open up an XML file, point on a node or attribute and the program will the flashpath to this node/attribute, where the path is something like: his.firstchild.childnode[2].attribute.jadajada

View 1 Replies

ActionScript 3.0 :: A TextField Will Obscure A MouseEvent?

Jan 10, 2010

I'm using the drawing Api to create a shape on the Stage; I'm then pushing the shape to a sprite object and applying a mouse event to the sprite. I'm generating a textField dynamically (over the sprite), and setting its selectable option to false. Everything displays all well and good, and you can't select the text, but the mouse event will only trigger in the space between the textField and the sprite.

In As2, a non-selectable field would basically be ignored by the mouse, but that seems to have changed? Is that true? If you guys want to see the code, I'll have to make a sample without the 48,000 classes that are involved, but I thought I'd ask in the meantime in case this is some simple As3 issue that I'm unaware of....

View 2 Replies

Actionscript 3 :: Make Object Obscure Specific Objects?

Mar 17, 2012

Right, so here's the scenario: I have 4 objects, A, B, C and D. What I want is that C obscures A, but not B. Similarly, I want D to obscure B, but not A. A and B can overlap each other in any order, it doesn't matter.In other words, what I want is an object (C) to be able to cover one object (A) but not another (B), even if it comes into contact with it.Same with D, which can cover B but not A, even if it comes into contact with it. The problem is that I can't think of a layer configuration that allows this: D will always be higher than both A and B, and thus will obscure both.I'm not expecting anyone to come up with some unfathomably clever configuration, but I'm wondering if there's some kind of ActionScript that can do this. In particular, I would like A and B to be dynamic TextFields, and C and D to be MovieClips of any shape (i.e. not a rectangle).

View 3 Replies

Professional :: Move Project To See The Not-project Area Around The Project?

Jun 21, 2010

I cant "center" my project, like you can see its "fixed" (yellow lines) in the left side and I cant see "invisible" part of project... (area around the project). how can I move my project so I can see the not-project area around the project. (picture 2).

At the moment situation... (cant see that area around the project)
http://img19.imageshack.us/img19/1186/68553623.png

View 2 Replies

ActionScript 3.0 :: Mouse.hide() Error 1061: Call To A Possibly Undefined Method Hide Through A Reference With Static Type Class

Sep 12, 2011

I am using AS 3 Flash CS4, WIndows XP SP3. I am unable to use the Mouse.hide(); method in many of my scripts. If I add Mouse.hide() to a preexisting script, I get the following error; line1 1061: Call to a possibly undefined method hide through a reference with static type Class. If I add Mouse.hide():void; to a preexisting script, I get the following error: line1 Label must be a simple identifier Once this has happened, if I then remove ALL lines of script from the file...but leave the Mouse.hide(); [or Mouse.hide():void;], and also remove all objects from the stage, when I run the file, I still get those same errors.

[CODE]...

View 3 Replies

Add A Widget Board To Flash Project So Users Can Embed Project In Their Webpage?

Jul 4, 2009

I would like to add a widget board to my flash project so users can embed my project in their web page or wiget display. To see what I'm talking bout go here [URL] and click the white + mark on their widgets.If your a moderater please put this in the correct area, and consider making it a sticky so we can post new ways to impliment in different sites as they become available.

View 2 Replies

ActionScript 3.0 :: Preload Project, But Wait For Said Project To Load External Assets?

Jun 15, 2009

I am working on this one project that has a couple of movieclips (already placed on stage) which have a custom class set to export via the Library. Each of those custom classes loads an external SWF using URLRequest().

Is it possible (or, what is the best way) to preload the whole project first, including the external SWFs?

View 7 Replies

Actionscript 3.0 :: Import Authorware Project And / Or Director Project In Flash

Dec 10, 2010

I just wanted to ask if I have a project created in authorware and one more in director.I just wanted to ask can we convert authorware project in flash directly or indirectly?Or can we import authorware project and/or director project in flash.does anybody know or anybody has done this b4???

View 1 Replies

Java :: New Project Created With Flex Mojo's Archetype Throws Cannot Find Parent Project-Maven Exception

Jun 15, 2010

Maven 2.2.1 unzipped,M2_HOME set and repository altered to point to different drive location in settings.xml Flex 4.0:

Installed Created a multi-modular webapp project using flexmojo:

mvn archetype:generate
-DarchetypeRepository=http://repository.sonatype.org/content/groups/flexgroup
-DarchetypeGroupId=org.sonatype.flexmojos
-DarchetypeArtifactId=flexmojos-archetypes-modular-webapp
-DarchetypeVersion=RELEASE

with following options

groupId=com.test
artifactId=test
version=1.0-snapshot

[code]....

Parent pom has swc, swf, war as modules.

Dependency is war->swf->swc.

With parent artifactId of swf, swc, war set to swf, swc, test respectively.On executing mvn on test folder(for that matter clean or anything) I get this following error.

G:Projects est>mvn -e
+ Error stacktraces are turned on.
[INFO] Scanning for projects...
Downloading: http://repo1.maven.org/maven2/com/test/swc/1.0-snapshot/swc-1.0-snapshot.pom

[code]....

Looks like its trying to download the project from maven's central repository instead of building it.

View 2 Replies

Flash :: Buider Project Can't Listen Event In CS4 Project

Jan 28, 2010

I am developing a project in Flash Builder which will load a file built by Flash CS4. The code in Flash CS4 is below, it's a doc class. I am sure the dispatchEvent has been invoked[code]...

View 1 Replies

Actionscript :: Disadvantages Of A Flex Project Vs Project?

Oct 20, 2009

I've recently started making a game in FlexBuilder. The game is currently a Flex project. Is there any downside to using Flex as opposed to just Actionscript? A friend of a friend told me that Flex is slower than an Actionscript project. I've been unable to validate this on the internet; is there any truth to that claim?

View 6 Replies

Flex :: Get Project Framework Into ActionScript Project?

Mar 27, 2011

If I create a new flex project with flashbuilder, these are the libraries that get included by default through the Flex SDK[code]...

View 1 Replies

Flash :: Flex Project In A CodeIgniter Project?

Jun 18, 2011

I have a CodeIgniter project and I made a back-office in Flex. I was wondering how I can implement the Flex project in my CodeIgniter since I'm working with routing I can't route to any directory. So there isn't a way to display the back-office.

View 1 Replies

ActionScript 2.0 :: When To Specify Paths And When Not To?

Mar 10, 2005

I'm new and need to understand when we should specify paths to a movie clip, button etc and when we don't need to specify paths?

Can someone enlighten me on this?

View 1 Replies

Paths To External Files (jpg's) From A Swf

Jul 31, 2009

I'm loading external jpgs into a swf movie. This works fine from the swf. The problem is when I embed it in the html. File Structure that I want:

movie.html
FolderB>
ImageFolder>image.jpg
movie.swf  (path to the images is ImageFolder/image.jpg

When I run the movie.swf from within the directory, it runs fine. However, when I embed it in the movie.html it doesn't run. Question: Are paths from the swf relative to the PAGE that the swf is contained in vs the swf itself? Hope that makes sense.

View 5 Replies

ActionScript 2.0 :: Duplicate MCs: Paths?

Mar 28, 2005

I need to clarify some issues in my mind about paths to duplicates b/c while I thought I understood them well enough, I am not obtaining the desired results when working with them. In the below examples, I'm gonna leave out as much extra AS as possible and all of the main MCs are on the _root level.

[code]...

where the bombHitArea MC is only in the first frame within "bombMC" so that as soon as it hits, it advances to a label where the hit area is not present and that hitTest cannot = true, so the whole thing can only play once per hit. When the bullet dups hit the bomb dups, each bomb should explode individually, correct?

View 2 Replies

ActionScript 2.0 :: Using Different Paths To Movieclip?

Aug 12, 2008

I want to have a script that goes something along like this.. I have a moveclip on the stage. and in it.. i have a variable "variable1 = true".

the movieclip would be named "clip1"..

if it were on the maintimeline..I would reference it like this..

PHP Code:

trace(_root.clip1.variable1) 

and it would work.. and it'll trace me true..

however.. what i want to do is.. because the "clip1" won't always be on the maintimeline.. maybe if it were in another movieclip called "clip1234"..

i wanted to create something like this.

PHP Code:

path = "_root.clip1234";trace([path].clip1.variable1) 

so.. like this.. i can easily just change the "path" variable and it'll always know where to look for the variable..

View 2 Replies

IDE :: Assigning Different Class Paths?

Feb 9, 2009

i have a main page that loads a swf of an xml photogallery onto the main stage. I used the classpath in actionscript settings to target the actionscript files and xml data. So far, everything works well. Now, a button on the stage unloads this swf and then loads a second photogallery. The problem is that when it appears, it contains the same data (images) as the first photogallery. This is because it is using the same classpath as the first gallery. My question is how can i assign each gallery its own class path. It seems that only one can be selected at a time.

View 3 Replies

ActionScript 3.0 :: Assigning Different Class Paths?

Feb 9, 2009

i have a main page that loads a swf of an xml photogallery onto the main stage. I used the classpath in actionscript settings to target the actionscript files and xml data. So far, everything works well.Now, a button on the stage unloads this swf and then loads a second photogallery. The problem is that when it appears, it contains the same data (images) as the first photogallery. This is because it is using the same classpath as the first gallery. My question is how can i assign each gallery its own class path. It seems that only one can be selected at a time.

View 1 Replies

Flash :: CS4 Or 8 Won't Publish Properly ... Paths?

Jul 14, 2009

I simply want to put a movie on my website. I have other flash movies on my site that work fine. I import the video for progressive view. Publish the .fla. I get a .swf and an .html. I upload the files to my website and NOTHING! I check them locally and they work fine. Then I publish them again and they no longer work locally.

Flash 8 publishes them by default to my desktop. But if I use the default paths in CS4 the files don't even publish...they are nowhere to be found even with a search of my HD. I took html code from my site that was working and just changed the .swf file name. that didn't work either.

[Code].....

View 1 Replies

CS5 :: Create Multiple Motion Paths In It?

Oct 11, 2010

I'm new to Flash and have a question. I'm creating a Helium atom for my technology class and am trying to get 2 electrons to circle the nucleus. I've successfully created a classic motion path where one electron circles the nucleus. How do I create another (duplicate) motion path for the other.

View 3 Replies

Flex - Create Variable Paths Using E4X?

Jan 17, 2010

I need to know how I can parse a variable path in Flex 3 & e4X. For example, I have two XML strings where the name of one element is the only difference.

[Code]...

View 3 Replies

ActionScript 2.0 :: Using Slice To Generate Paths?

Mar 19, 2011

When I trace the variable it comes out fine. But when I try to toggle the visibility with it, it doesn't work. I can toggle visibility when I manually type the path name. What am I missing?

PHP Code:
tempHolder.onRelease = function() {
arrowName = "arrow"+this._name.slice(5);

[code].....

View 4 Replies

ActionScript 2.0 :: Dynamic Paths In Flash?

Jul 6, 2011

I'm working on this project where anyone can upload an image through ASP then sends the link of the uploaded image to an XML that is read by flash...Is it posible that flash read diferent paths so many users can upload their image at the same time and each one of them see their own image?

View 0 Replies

Actionscript 3.0 :: Relative Paths Of A Child Swf?

Mar 19, 2010

I have two swfs, index.swf and history.swf. History.swf loads and xml file and some images using a relative path. This swf works fine on it's own.When I load history.swf from within index.swf to display it on stage, I get an error saying "TypeError: Error #1009: Cannot access a property or method of a null object reference. at History()"

I ran a test loading a basic test.swf (just text on stage) from within index.swf and it works fine.I am guessing that maybe once the history.swf is loaded into index.swf, the relative paths within history.swf are failing.

View 2 Replies

ActionScript 2.0 :: Paths Functions And Variables

Aug 13, 2007

I have a variable in the _root called 'ordered'. I have another variable called 'total' inside a function called 'loadXML'. 'total' receives a number value from a node in a XML file correctly. I now want to transfer this value to the variable 'ordered' which, as I said, is in the _root. However, 'total' is restricted to the function and I can't access it from the variable in the _root. Neither can I transfer the value from the variable in function to the _root.ordered, since such a line targets the _root of the function itself.I guess this isn't too hard to solve, probably just a path issue, but I have a few rather large gaps in my knowledge of actionscripting.On the stage, there are three objects; a movieclip with the instance name 'clip', a movieclip with the instance name 'orderbox' and finally a dynamic text field with the instance name 'pos_txt'.[code]

View 2 Replies

ActionScript 2.0 :: Getting Loading Paths From A .txt File?

Nov 30, 2007

I can load variables into flash text fields but I can't use those variable in my action script. Heres what I'm trying to do. I have a top5.txt file that looks like this:&title1=L.A.M.B. FRAGRANCE&body1=National Geographic reminds us to stay Green - with a little fromNatalie Portmany Green

&detailspanel1=
&imagepath1=/topfiveimages/image1.jpg
&videopath1=/topfivevideos/top1.flv

[code].....

View 1 Replies

ActionScript 2.0 :: Only Local XML Paths Work?

Oct 21, 2010

Within my swf, I cannot access my xml files via an absolute path, only local paths work.

View 2 Replies

Eclipse :: Flex - Putting A Separate Project In The "example" Folder Of A GitHub Project?

Apr 30, 2011

I have one Eclipse Workspace containing two projects. - The first is my actual library. - The second is example code for using the library.When I push this code to GitHub, I don't want two separate projects, I want the example code to go into an "example" folder of the second library.How and where would I do this? From Eclipse, GIT, or GitHub?Or is there a better way of including sample code in GitHub projects? (the example code doesn't actually need any version control)

View 1 Replies







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