FlashMedia
Some navigation will not work unless JavaScript is enabled
All Links: Showv | Hide^
Special Requests
Highlighted FAQs
SPACE
FALL 2013 INFO
SUMMER COURSE INFO
HEALTH
FLOOR 411*
- Labs
- Lab Policy
- Audio Help
- Video Help
- Equipment Room
- ER Check In Out Mandatory Session
- Checkout Policy
- Equipment Lists
- Classrooms
- Rooms Schedule
- Room Reservations/Policy
- Facilities
- Wireless Computing
- On-Floor Printing
- Floor Map
- Staging Space
- Physical Computing
- Announcements
- Policy
- Safety
- Project Storage
- Shop
- Safety
- Laser Cutter
- ** New ** Bobst Library Guide for ITP
- Advanced Media Studio
- Materials Connexion
- Fabricators
Help / FlashMedia
Help.FlashMedia History
Hide minor edits - Show changes to output
Changed lines 22-25 from:
client_nc.connect("rtmp://128.122.151.176/ah1121/yourapp");
client_nc.connect("rtmp://flash.itp.tsoa.nyu.edu/ah1121/yourapp/room_01");
client_nc.connect("rtmp://flash.itp.tsoa.nyu.edu/
to:
client_nc.connect("rtmp://128.122.151.176/netid/yourapp");
client_nc.connect("rtmp://flash.itp.tsoa.nyu.edu/netid/yourapp/room_01");
client_nc.connect("rtmp://flash.itp.tsoa.nyu.edu/netid/yourapp/room_01");
Added lines 1-33:
!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 [[mailto:itp.helpdesk@nyu.edu | 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/ah1121/yourapp");
client_nc.connect("rtmp://flash.itp.tsoa.nyu.edu/ah1121/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.
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 [[mailto:itp.helpdesk@nyu.edu | 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/ah1121/yourapp");
client_nc.connect("rtmp://flash.itp.tsoa.nyu.edu/ah1121/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.




