You need to pass the extra values from flash to the php and then from the php to your email.
ACTION SCRIPT
send_btn.onRelease = function() {
var sender = new LoadVars();
sender.name = firstname.text;
sender.sur = surname.text; //added this line
sender.ph = phone.text; //added...
You can always vectorize the image by going to the Modify menu and tracing the image. That way the shape is reduced to a more malleable format and you can delete the white background as it separates the image into color channels.
That is a very high frame rate for a flash animation. Considering that standard video is 29.97 fps, a file running at 64 fps is overkill. You will lock out a lot of users. Are your jpgs in the library or are they externally loaded?
I'll have to check it on my home PC, bit look at a targetting issue. Your button may be targetting something on the _root level, but you need to target something on the _Root.scroller level.
Overall you'll save movie space if you just use Flash to stream the file on loop. This is the code that you'll need.
(s= arbitrary variable)
s = new Sound(); //initializes a new sound
s.loadsound("c:\yourpathhere\file.mp3", true); //loads sound into player, uses URL, the true/false value...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.