Can I store my passwords in external XML file as client wants to update these themselves. If you can help me with this then I will buy this file. thanks in advance
Posted 4 months ago
Drag and drop movie clip
Simple way to restrict access to your website
Great for client progress reviews
All the actions are within the movie clip
All AS, No php or Mysql
Easily skinnable, not a component
Create as many usernames and passwords as you like
Each user can be directed to a different part of your site
Doesent have to be draggable, just comment out the drag code
Instructions included, code commented
Test it! Username: susan Password:1234
Can I store my passwords in external XML file as client wants to update these themselves. If you can help me with this then I will buy this file. thanks in advance
Posted 4 months ago
Hello there:
what is the object script I intsert in to my page …
when in the flash file do I put the url page that I am trying to protected ?
external XML file would be a very useful for this flash ..
Please HELP !!
Julie
Posted 4 months ago
found the obect script …
but still need help with where in the flash file do I put the url page that I am trying to protected ?
Posted 4 months ago
julie35- Inside the actions layer, go to line 21, instead of:
gotoAndStop(2);
You could type:
getURL(“http://www.yahoo.com”, “_self”
;
Ohhh Thank you so much for getting back to me 
can you give it to me straight up I took out your
but it didnt work will not let me .. so I am sure I cut something out …
Jules
Posted 4 months ago
Error Symbol=login, layer=Actions, frame=1:Line 21: This type of quotation mark is not allowed in ActionScript.
Please change it to a standard (straight) double quote. getURL(“http://www.enhacebydesign.com/paymentcenterâ€, “_selfâ€;}
Error Symbol=login, layer=Actions, frame=1:Line 22: ‘
’ or ’,’ expected
} else if (Password ne “kimberly”
{
Error Symbol=login, layer=Actions, frame=1:Line 19: Statement block must be terminated by ‘}’
if (Password eq “kimberly”
{
Error Symbol=login, layer=Actions, frame=1:Line 38: Syntax error. }
Error Symbol=login, layer=Actions, frame=1:Line 17: Statement block must be terminated by ‘}’ submit.onRelease = function() {
Error Symbol=login, layer=Actions, frame=1:Line 38: Syntax error. }
Total ActionScript Errors: 6 Reported Errors: 6
this is the error I am getting ….
Posted 4 months ago
Could someone help me with copying the script to have multiple username passwords….I’m a newbie..
thanks.
Posted 3 months ago