All Links: Showv | Hide^
Special Requests
Highlighted FAQs
- ** New ** Bobst Library Guide for ITP
- Advanced Media Studio
- Materials Connexion
Flash Media Server
Flash Media Server accounts are automatically created for students in classes that require one; otherwise, you can request one by sending an e-mail to itp.helpdesk@nyu.edu.
Username: NYU NetID
Password: Your NetID password
Hostname: flash.itp.tsoa.nyu.edu
IP address: 128.122.151.176
Use a secure-ftp/scp application or ssh terminal to access to your account. Create a directory with the name of the flash application you are coding. If you need a main.asc or some other file upload that as well.
The connect script in your flash app will look something like:
client_nc.connect("rtmp://128.122.151.176/netid/yourapp"); client_nc.connect("rtmp://flash.itp.tsoa.nyu.edu/netid/yourapp/room_01");
If set up correctly you will be able to test your flash movie with the "test movie" option.
The flash server does not serve web pages, so your .swf and .html files should be uploaded to your itp.nyu.edu account or to some other web server you have access to.




