Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

best way to upload director

Status
Not open for further replies.

doog1

Programmer
Jul 15, 2003
8
GB
I have a website that consists of five movies, at the minute the they linked using

go to movie"x.dir"

they work fine when i test them in the browser but when i have uploaded using dreamweaver as the ftp, the buttons that load the new movies dont work ??

If anyone could either help me with using dreamweaver as an ftp or suggest another i can upload my site i would appreciate it

doog
 
Shouldn’t it be
Code:
--
go to movie "x.dcr"
--
or
Code:
--
go to movie "x"
--
?

You can also use
Code:
--
gotoNetMovie "x.dcr"
--

Dreamweaver is perfectly fine to be used as FTP client, by the way.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top