Search Results

1
vote
3answers
733 views

Possible to import an image into AS3 without PHP?

In actionscript 3 is it possible to allow a user to upload an image into a flash movie at runtime without POSTing to a PHP script? I dont want to export the image or save it anywhere I just want to …
1
vote
2answers
490 views

Best way to stream movies

I'm trying to make a front end for all my music and video files on a spare PC I have but have come up against a bit of a road block. I originally wanted to stream the movies (avi, mpeg, flv etc) us …
0
votes
1answer
12 views

Trying to create a parallax effect in flash AS3

I am adding "layer" objects to the stage with a depth value. I have then created my own camera class. When I tell the camera to move to the right what Im actually doing is telling each laye …