;

PDA

Click to See Complete Forum and Search --> : how to make my site work?


joca_hdj
04-16-2006, 09:19 AM
hi,i need help with button action,acctualy with url.
what should i type in url field to make my site work.
should i type the hole file local url,or just xxx.swf,or xxxx.html
will it work than?
and one more.
whan exporttin and uploading files,should i export like swf and html,or just as flash movie

thanks

xpattech
04-16-2006, 10:16 AM
In the button action you need to input the url to your php or asp file that will process your form. ie http://www.mysite.com/scripts/formmail.php or something similar. If your form is in the same folder as your formmail.php then you can just input the file name and not the full url. If you are only testing your form then output both swf and html and then just upload to a test folder on your server. This saves interfering with any other files/software.

docree
04-16-2006, 06:46 PM
In the "button url" you should type the HTML file name
of the site you want to go to... You should upload both
the HTML and SWF files to the same directory for this
to work...

To link to another site type the full location including the "http://" ...

tmoore935
04-16-2006, 07:19 PM
You are talking about relative and absolute URL's

Absolute is like http://www.mysite.com/file/file2/something.html

Relative is like /something.html

As xpattech said if its in the same folder then use relative, otherwise use absolute.

If unsure use absolute.