User Profile
Collapse
Profile Sidebar
Collapse
elamberdor
Last Activity: Dec 20 '09, 10:14 PM
Joined: Mar 13 '07
Location: australia
-
yay! the internet works! =D -
sort of a dodgy hack fix :)
you get an auto reply with the email you fill in automatically with the script, and the end recipient's addy is hard-coded, so what we did was switch the id's of the Cc to be the 'your email' field, and they get a "thankyou for submitting " email header, you get nought. Not the greatest hack, but in the end they client decided to chaneg their mind and wanted a PDF based form... go figure
...Leave a comment:
-
thanks for the reply!
yar, we're working to modify it slightly now, but thankyou for helping me look less clueless to the our programmers! =D
When we work it out - i'll post it up!Leave a comment:
-
okay! I've had a play!
This form normal script without custom mail recipient = working.
when I adjust the line:
[HTML]<input type="hidden" name="mailto" value="me@domai n.com" />[/HTML] in the form script, to read:
[HTML]<input type="hidden" name="mailto" value="mailto" />[/HTML]
I've read that if it is an input field,...Leave a comment:
-
Thank you muchly for the fast reply! I will experiment thusly!
Once I posted I read a bit more about unforeseen spam issues, and I was hoping hiding it behind the ht access would help? Still it is a concern for me...
Sorry may I get clarification on where the validation occurs? By validated you mean specifying that the characters in that form field must resemble a email input? such as "something@some thing.com" ?...Leave a comment:
-
elamberdor started a topic how to allow the user to set the recipient in a form as a text input field?in Perlhow to allow the user to set the recipient in a form as a text input field?
Hi All!
I would like to give the user the opportunity to insert their own recipient of the form data, so that they can sent it onto their specific supervisor in their department. And if possible have an additional Cc (i can insert the email for this one) when submitted also.
Its currently:
[HTML]<input type="hidden" name="mailto" value="email@em ail.com.au" />[/HTML]
... -
WORKING!
(yes i know i fix my own problems within 5 mins - sorry!)
for reference:
it was a path problem, not an XML problem, and I was uploading on our local devel server, not live, so it wasn't working!
I have mainmovie.swf on root directory, and submovie.swf and xmlfile.xml in a subfolder, called flash.
tested in flash - the path will work as: xmlData.load("x mlfile.xml");...Leave a comment:
-
As the XML is working, I thought it might be a path problem so I've put it in the flash forum.
Cheers!Leave a comment:
-
XML content wont display in call in SWF of a main movie
A main movie on the root directory, calls in swf's on button press from "flash" folder, each contain one XML field that updates for each. XML located in flash folder.
The XML displays fine when it loads into a flash movie on the page, however, when that movie is called into another movie - the XML content wont display.
Any ideas?
not sure if:
will help, but...Code:this._lockroot = true;
-
Ok! well, I got this working!
After some fishing around, I've changed direction and used tellgarget and if statements to control my remote movie clips, (six of one half a dozen of the other i know... but it feels a bit cleaner to work with when its all actionscript on the stage)
This progbox tutorial was great!
http://www.progbox.co.uk/wordpress/?p=18
I just have to make sure that on the...Leave a comment:
-
target/rewind another MC from another button on stage???
Hi All!
Have a complex roll in / roll out button (ag_mc) that unwraps, then re-wraps a chocolate upon roll in - roll out. However - to complicate things, I would also like another button ( ag_desc) when rolled over / out, to also target/animate/control that other button to animate on the stage as it does as if it was pressed itself...
The rollover button (ag_desc) has a simple movie clip inside on the rollover state... -
That's no dramas xNx,
I appreciate all the guidance I can get! My new job has less actionscript and more css so I may not be drowning as much! =)Leave a comment:
-
Solved!!
[code=actionscri pt]
mySound:Sound = new Sound(this);
mySound.loadSou nd("loop.mp3",t rue);
mySound.onSound Complete = function() {
this.start(0);
}
[/code]
..I forgot to put the "this." in the last line... *gosh*
=P
Thanks!Leave a comment:
-
How to loop an external MP3 in flash?
Hi all!
Well, I'd like to cut down my file size get my external BG sound to loop....
I've got an external sound file playing fine, however just once.
Looking around the net hasn't yeilded much results for external sound loops,
Is it possible? =)
Here is my working (but not looping) code:
[code=actionscri pt]
var mySound:Sound = new Sound();
mySound.loadSou nd("01... -
-
Hi, xNephilimx!
Helpful as always!
Well, for that project, I kind of bandaided an answer:
Just loaded in a blank movie for the other menu pages..
[code=actionscri pt]
_root.swf_loade r.loadMovie("fl ash/blank_movie_wit h_no_buttons.sw f");
_root.stop();
[/code]
I know I know it's a terrible option, but for any future projects I will definitley plan them better with that way!...Leave a comment:
-
Hi Hello!
That sounds cool!!!!
Say if your loading your external Swf's into one movie,
how can you then adapt that script you have just written xNx to have a hide/dissapear function for that loaded movieclip - on an enter frame function?
So it kinda works like this: (bad bad baaad example:)
[code=actionscri pt]
this.onEnterFra me = function() {
if (swf_loader._al pha = 100) {...Leave a comment:
-
Well, update,
Even the stripped back me-not-touching-anything to styleize it, when the page refreshes with the google frame, it completely breaks all the css design on the page!
I know the url of the page changes accordingly, but how do we get it to read our css okay still... Any ideas??
Thanks! =)Leave a comment:
-
That's okay, i'm realising the script won't work whilst removing the frame now, So that i've scrapped orginal idea .
That scrapped: Any ideas how it might work?
Thanks,
=)...Leave a comment:
No activity results to display
Show More
Leave a comment: