Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash








Member Signup?


Hi!

I'm making this site and I've made a signup page... But it need some scripting to work. I have a asp compabible (?) webmaster so i prefer to use that. Could someone redirect me to some good tutorials that include the scripts or help me your selfes if you like

ThX!




FlashKit > Flash Help > Flash ActionScript
Posted on: 06-25-2001, 10:42 AM


View Complete Forum Thread with Replies

Sponsored Links:

How Can Access A Class's Member From An Event Of Member Movieclip ?
Hi,
How can I access sLink at the onPress handler ?

PHP Code:



class CSM {
    private var oMovie4TextField:MovieClip;
    private var sLink; // I would like to access this at the onPress handler
...
...
    public function Initializaton()
    {
         ...
         ...
     this.oMovie4TextField = _root.createEmptyMovieClip('some_mc', _root.getNextHighestDepth());
         ...
        }

        this.oMovie4TextField.onPress = function ()
        {
         ...
         ...
         getURL(this.sLink, "_self"); // not works because this means oMovie4TextField
         ...
        };


View Replies !    View Related
Email List Signup Help
Hi and thanks. my first attempt at a mailing list is not working properly, and I have exhausted my brain to the point of confusing myself. once understood, I'll have it forever. the site is http://www.lylas.net

i have a m.c. on level 0; within that, on level 1, I have a second m.c., "mailform." so, on level 2 is my submit button and input text box. because it's on level 2, my submit actionscript uses 'parent' instead of 'root'. working in conjunction with my .php file, the email is to be verified, and depending on the answer, the timeline moves to either reset itself if invalid, or post a thanks for joining message if valid. I'm desperate here - the client is getting really antsy. I have .flas, .phps ready for perusal, if anyone has a chance to take a look. i know this is a basic thing, which is probably why i'm frustrated. thanks so much,
will

here's the php:
-------------------
<?php
// list all vars to be expected from the movie
$vars = array("email", "recip");
// and import them into the script
foreach($vars as $var)
if(isset($_POST[$var]))
$$var = $_POST[$var];
else
$$var = '';

// check variables

if(!eregi('^([a-z0-9._-])+@([^.]+.[^.]+)', $email, $matched))
die("&status=valid&");
else if(!getmxrr($matched[2], $mxrr))
die("&status=invalid&");

// where to send it
// ***** one fixed recipient ******
$recip = "lylasband@hotmail.com";
//**** end fixed recipient *******

// build up message
// info vars
$sender = $_SERVER[relay-hosting.secureserver.net];
// you can rearrange this - just do not add or remove quotes
$mailbody = "email

-------
sender's ip: $sender";

// send it off
// note - if you omit the last part, a few servers do not send mail at all,
// but most would show strange senders like nobody@server17.hostingcompany.com
mail($recip, "mailform", $mailbody, "From: hostingmanager@secureserver.net");

// and tell visitor
print "&status=got it, thanks!&";
?>
----------------------

and here's the actionscript on the submit btn:
----------------------
on (release) {
// Creates a LoadVars and get values from the form
mylv = new LoadVars();
myreply = new LoadVars();
mylv.email = email;
// Show success or fails message
mylv.sendAndLoad('sendmail.php', myreply, 'POST');
if (this.response == "valid") {
_parent.gotoAndPlay("good");
}
else (this.response == "invalid"); {
_parent.gotoAndPlay("bad");
}
}

---------------------
and finally, i'm attaching a screen cap of the level 1 conditional i've put in; stop actions are on each section. please help me, AAAARGHH!
w.

View Replies !    View Related
Email Signup Option
Hey Everybody,

I have just launched a website at www.projectredeye.com, and am having difficulty with the Actionscript coding for a button on the main page. I have a section setup so that anyone visiting the site can enter their email address, press ok, and an automated email will be sent to our contactus@projectredeye.com address. This is so we can, of course, add them to our mailing list.

The ASP.net script that has been loaded onto the server is as follows...

<?xml version="1.0" encoding="utf-8"?>
<preserve resultType="3" virtualPath="/Project Redeye/Subscribe.aspx" hash="fffffffe11e8fd32" filehash="6ff1b6ba68fb3d07" flags="110000" assembly="App_Web_r5vtl7ox" type="ASP.subscribe_aspx">
<filedeps>
<filedep name="/Project Redeye/Subscribe.aspx" />
<filedep name="/Project Redeye/Subscribe.aspx.cs" />
</filedeps>
</preserve>

I was planning on using the variable "email", but have next to no clue on how to go about adding the actionscript to the flash so it will correctly link w/ the ASP...

any thoughts?

Thanks a million.

View Replies !    View Related
Maillinglist Signup Form Arrrrrh
I am trying to convert this mailing list signup form into flash. But I cannot get it right.
Code:
< form method=post action=http://www.ymlp.com/subscribe.php?mixtill6 >
< input type="text" name="YMLP0" size="20" >
< input type="submit" value="Submit" >< /form >

Nnow I know I need to use action script to send the info but Still no go. I am very new to flash but have been using it for a while if this sounds logical. I hope someone can help.

Thanks in advance for your help.
DaveRogers

View Replies !    View Related
Newsletter Email Signup Form
Hi, I am creating a form input for people to submit their emails to get a newsletter. The site is Fun Hit Wonders but I can't get the actual email to go through straight to the server. It's either that I just have a button that goes into the welcome page, or what I would prefer is to have the user to enter the email and it to say thanks for subscribing... Here is the code I used:

on (release) {
//1st hidden field
//this is your unique id
m = "98236230XXXX";
//2nd hidden field
p = "oi";
//this is the form action and method
getURL ("

View Replies !    View Related
Emailing List Signup Through Flash?
I have a text field and a button - has this been posted before?
All I am trying to do is figure out how to make the button send the info in the field to a certain email address.
also how is this done with multiple fields and a single button?
Josh

View Replies !    View Related
Convert Mailing List Signup With No Access To Asp
I'm redesigning a HTML site to a flash-based one without any access to the backend, so I have to alter the mailing list signup process without access to the asp file which processes the info.

This is the original HTML for the form:


Code:
<form method="post" action="/247utilities/subscribe_generic_process.asp" name="Register">
Join our mailing list:<br>
<input type='hidden' name='mode' value='JustEmail'><input name='EmailAddress' type='text' size='20' value='email address' onFocus='clearText(this)' class='loginform'>
<input type='hidden' name='AListID' value='138'><input type='hidden' name='Redirect' value='http://www.isisbrasserie.com.au/memberinfo.asp?page=mailinglistdetail'>
<input type='hidden' name='ErrorRedirect' value='http://www.isisbrasserie.com.au/memberinfo.asp?page=mailinglistdetail&type=error'>
<input type='submit' name='Submit' value='Join' class='loginform'></p></form>
I've changed it to this ActionScript using the bookmarklet here:
code:
// create a new listener object;
submitObj = new Object();

// handle button click events;
submitObj.click = function() {
this.submitForm();
}

// method to submit our form;
submitObj.submitForm = function() {
// post variables;
var post_lv:LoadVars = new LoadVars();
post_lv["mode"] = "JustEmail";
post_lv["EmailAddress"] = "email address";
post_lv["AListID"] = "138";
post_lv["Redirect"] = "http://www.isisbrasserie.com.au/memberinfo.asp?page=mailinglistdetail";
post_lv["ErrorRedirect"] = "http://www.isisbrasserie.com.au/memberinfo.asp?page=mailinglistdetail&type=error";
post_lv["Submit"] = "Join";

url = "http://www.isisbrasserie.com.au/247utilities/subscribe_generic_process.asp";

// Submit the form in a new window. Test that the form method is correct
post_lv.send(url,"_blank","POST");

}

// Reference to instance name of form submission button.
submit_btn.addEventListener("click", submitObj);


Questions:

1. Does this look like it should work? It doesn't seem to do anything. The instance name of the button is submit_btn

2. If the "Var:" property of my input text field is "email address", how do I get this to pass to the post_lv["EmailAddress"] variable?

3. Is there any way I can have the redirect url open in a javascript popup, intead of having it replacing the current HTML page? Do I need access to the ASP to do this? If so, I think I'm screwed.

Unfortunately, the redirect is required, because it points to another html form that requires more info.

Sorry, haven't done this sort of thing before

View Replies !    View Related
Flash Mailing List Signup Form
Hi guys,

Hope you can help,

I have a mailing list with http://www.ymlp.com and they have an HTML form which you put on your site for people to sign up with.

I'm trying to build the form in flash for my band's website:
http://www.crookedhouse.net/tld2/01.html

It's a simple form with just a text field for the email address and a submit button. I can't get it to work though and have been looking at tutorials but had no luck. Most tutorials show how to make a flash form which sends an email. I just need the form to do what the HTML form does.

This is the HTML code form:

Code:

<form method=post action=http://www.ymlp.com/subscribe.php?chrismillerxx>

<input type="text" name="YMLP0" size="20">
<input type="submit" value="Submit">

</form>

Many Thanks
Chris

View Replies !    View Related
Ok, Guys I'm Pulling My Hair Out... GoDaddy Express Email Signup Form...
i've been going at this all morning, and i can't get it to work...
A client is using GoDaddy's webhosting, along with their Express Email Marketing system, which they give you three options to use for signing up people to be on the mailing list. The option we want to use is that we put an input box for their email, and they click our button and it's all done...
so this is what GoDaddy says the Form's script should be (in regular HTML):

<!-- Begin Sign-Up Form -->
<FORM ACTION="https://app.quicksizzle.com/survey.aspx?sfid=#####" METHOD=POST>
<INPUT TYPE=TEXT NAME=email />
<INPUT TYPE=IMAGE SRC="https://app.quicksizzle.com/images/signupbutton.jpg" ALIGN=ABSMIDDLE BORDER=0 />
<INPUT TYPE=HIDDEN NAME=SkipSurvey VALUE="FALSE" />
</FORM>
<!-- End Sign-Up Form -->


and this is my button's code in Flash:
on (release) {
Email = signUP_txt.txt;
SkipSurvey = "FALSE";
loadVariables ("https://app.quicksizzle.com/survey.aspx?sfid=#####", this, "POST");
signUp_txt.text = "";
}

if tried changing the loadVariables to ("https...", 0, "POST"), and ("https...", "_blank", "POST")...

i just can't get it to work and it's killing me...

TIA.

View Replies !    View Related
YES :D I'm A Member Now
YES! 50 POST COUNT... SCORE

View Replies !    View Related
How To Become More Than A Member?
Hi everyone, this is not a flash related question.

But how to i become an executive member or higher?
Do i have to have helped a certain amount of times? (depends on the number of posts?)

Anyways thanks for your time.!

Blue Dragon

View Replies !    View Related
New Member Needs HELP
Help! We just released a site to a client who has noticed some scripting problems. Sure enough...when you click on only a couple of links in the drop down menu on the flash "splash" page...and try to enter the frame supported html site.....the following comes up in the address bar just after the url: P=149881&S=149884?rollOver=%2A%28%2D1%29. No page...no navigation...only the frame. There is also a script error located at the bottom of the browser . This seems to be happening when you click on a link before the entire flash loads. It is very inconsistant. HELP!!! What can I do to prevent this? All of the code appears to be correct. What could be causing the problem? Has anyone else ever had this problem?

View Replies !    View Related
New Member
Hello everyone! I am new to Flash and KoolMoves, but I hope to be a quick learner. I will probably ask a few questions along the way so please bear with me. I am currently trying to familiarize myself with the newest version of KoolMoves and plan to later move on to Flash 5 or 6, and some Actionscripting as well. One of my very first attempts to construct a Splash page took me about 2 hours to make from the time I downloaded the program and can be found at the following addy:
http://designbyvirtualvillager.hssit...nkeyIntro.html

View Replies !    View Related
New Member :)
Hi, I would love to learn flash and I've been parusing your Board for a couple of days now.

I think with some help, perhaps I can figure out or maybe I can get some help with a project that I need to have done.

I have a Board of my own and someone was very kind in making me a flash form type of tool so people could subscribe to the newsletter.

I've since changed my email address and unfortunately, it's not going to work due to the code she embedded within it.

I've downloaded a flash de-coder, but I don't see anywhere (or perhaps I'm just too ignorant LOL) to put a new email address.

Can someone please help me with this? Any suggestions would be greatly appreciated.

BTW if you'd like to see the form for th newsletter, it's HERE

It's located on the sidebar (has a little kitty on it )

View Replies !    View Related
New Member
hi

this is firoz khan from india.

someone can tell me how can i get orignal fla file of flash forum in flash on internet.

thanks

View Replies !    View Related
New Member
Hi every body

I'm a new member, and I have noticed that you are posting some lessons of flash. I know just a few and I would like to know more about flash max to create my own flash projects. If any one could help or assist me to learn more just E-mail me haih432@yahoo.com or tell me through forum.
I appreciate your helps.
Thanks to all members
k43277

View Replies !    View Related
New Member Needs Help...
Hi everybody, i'm a new member from Italy. This forums it's great.
I'm a newby with actionscript3, and i need help.
So every hint will be appreciated.

I need to change the movieclip in a tween at runtime. How can i do this?
var MC:MovieClip;

MC = Hello_MC;

xTween = new Tween(MC,"x",Strong.easeInOut,x.x1,X,2,tr ue);
yTween = new Tween(MC,"y",Strong.easeInOut,y,y1,2,tr ue);


function setnewTween(tweenX:Number,tweenY:Number):void
{
trace(MC);
xTween.begin = MC.x;
yTween.begin = MC.y;
xTween.finish = tweenX;
yTween.finish = tweenY;
xTween.start();
yTween.start();
}


This code doesn't work.


Thank you in advance.

View Replies !    View Related
New Member
hi to evry body..
i m making game of electric circuit..... but i dont know how to glow thae bulb..... so if any body knows some hint to solve this problem plz reply me soooon... details are :
i have made components dragable on the boerd.. i want when circuit is complete bulb glows dim or full................
i m attaching some pictures where you got some more clue...
one.jpg

two.jpg

three.jpg

four.jpg

five.jpg


i want at fifth stage bulb to be glow... if any body have something then plz show it to me.... or have any link related to this plz plz give it me..

View Replies !    View Related
Nown Member
how do i make it so that when someone logs into my site with their username and password it recognizes who they are? ie.. says thier name, has thier info put in for if they want to place an order. and if possable, can you please break it down, i'm somewhat of a noobie at flash. thanx

xpsyhatchetmanx

View Replies !    View Related
Member Status
how does one go from being a "new member" to a "member" or to say senior member. im sure it depends on # of posts but is time also a factor? and if it is the # of posts then what are the amounts between "ranks"?

View Replies !    View Related
To All Board Member HELP
How can I create a MC in another level. If not how can I move it to level 1 and a specific location. If you have any suggestions please feel free to post them.

View Replies !    View Related
To All Member Heavyweights
I need help getting the right coding for something like this.

http://odin.prohosting.com/~oldnew/f...rgloadswf3.swf

Please Respond ASAP

View Replies !    View Related
Looking For A DesignLoad.net Member
I am looking for a member of DesignLoad.net member who can guide me that what they really offer... Any help will be appriciated

View Replies !    View Related
FlashKit Member Needs Help
I want to learn how to do this type of menu

http://www.samcproduction.com/

if anyone please could you make a mini version of it or a tutorial at least!
i would really thank u alot!

View Replies !    View Related
How Do You Become A Senior Member?
How the hell do you become a senior member?

View Replies !    View Related
New Member, New To Flash.
Hello
New here :]
Anyway im a Graphic design student, during my time off between semesters i decided to dig deeper into some programs we have barely scratched the surface on in school.
I just finished going over the Total Training DVD on Flash 8 and it was quite informative. I enjoyed it so i also ordered the action script dvd and one for illustrator as well. Either way i started developing a flash personal website "almost done with the layout, will post a link for your constructive criticism in a few days". Its more of a portfolio website to showcase my work as i go though school.
Either way i followed a template of some buttons i liked, just used it as a general idea and threw my own twist on these buttons. They were fairly easy but the action script is where i get lost.

Now in the tutorial they give you general scrip to make the button animate on roll over and what not which works well. The link part is what i need to change. When someone clicks say, my "portfolio" button, i want it to open my portfoiol flash picture animation on the main stage, right now its set up to open an external link.

So i guess my 1st question is what do i need to change on my script to get it to open a new "stage" for each link off the main "home" animation.

Here is the script.
on (rollOver) {
_root.mouse_over_Portfolio_mc= true;
}
on (rollOut) {
_root.mouse_over_Portfolio_mc= fstartlse;
}
on (release){
getURL("http://www.idontwantaurl.com/");
}


Thanks!

View Replies !    View Related
XML And Member List
I need to make a little application that loads a list of member names and then searches through those names to display the name, the phone number and the email address. So far this is what I have going:

- The ComboBox component loads all user names from an XML file.
- When the search button is clicked, the name field is filled out correctly.

When the search button is clicked, I need the correct phone number and email address to pop up in those fields.

Anyone know of a good tutorial that could help me out or can anyone help explain this?


Code:
var xmlLoader:URLLoader = new URLLoader();
var xmlData:XML = new XML();

search_btn.label = "Find";
search_btn.addEventListener(MouseEvent.CLICK, searchFunction);

function searchFunction(event:MouseEvent):void {
name_txt.text = comboBox.selectedLabel;
var x = comboBox.selectedIndex;
}

xmlLoader.addEventListener(Event.COMPLETE, LoadXML);

xmlLoader.load(new URLRequest("People.xml"));

function LoadXML(e:Event):void {
xmlData = new XML(e.target.data);
ParseBooks(xmlData);
}


function ParseBooks(bookInput:XML):void {
var nameList:XMLList = bookInput.Person.Name;
var phoneList:XMLList = bookInput.Person.Phone;
var emailList:XMLList = bookInput.Person.Email;

for each (var nameElement:XML in nameList) {
comboBox.addItem({label:nameElement});
comboBox.rowCount = 25;
}

for each (var phoneElement:XML in phoneList) {
trace(phoneElement);
}

for each (var emailElement:XML in emailList) {
trace(emailElement);
}
}
Thanks,

Joe

View Replies !    View Related
Please Help New Member With Problem
This is the first time I have used this forum and any as it goes.
I have a problem with a simple childrens game i'm trying to develop and my actionscript is not very good but as i'm new to it, i get so much joy when the simplist of things work.

Anyway my game is six paint tins on the stage. When a tin is clicked a colour gets added to that tin. The child has to select 2 colours per tin then mix the colours to see what colour they create. I have all the colours mixing and displaying different colours but want the colours to display randomly and not in the set order they currently are.

At the moment I have a movie clip called colours containing 12 image colours on 12 frames. When the paint tin is clicked the colour gets added to that tin and the code tell the movieclip colours to goto next frame and so on until frame 13 where a message is displayed saying "you have used all 12 colours"


What I want is on press to go to a random frame (between 1-12) in colours movie clip, Select that colour, check to see if that colour has been selected before, if it hasn't return colour to tin and select next random colour. If the colour has been selected then select another random frame colour. Once all colours have been selected goto message.

Here is a bit of code that is on the paint tins at the moment. this code and more is on all six paint tins.


ActionScript Code:
on (press) {
    if (_root.redcontent == 0) {
        this._parent.colours.nextFrame();
        if (_root.colour == "red") {
            this.redred.nextFrame();
            _root.red = true;

        } else if (_root.colour == "blue") {
            this.redblue.nextFrame();
            _root.redblue = true;

And so on for all colours.

Sorry this message is so long but would apreciate any advice.

Thankyou

Jasperferocious

View Replies !    View Related
New Member...need Music Help Plz
Hi, Im a comparitive newcomer to the world of Flash, and having great fun creating my first Flash based site. Thing is, I've stumbled across a problem, and Im not sure how to resolve it. Ive read through some of the posts in here, but havent really found an answer to my problem, so here goes with my first post for help :

I have created a site, using Flash 8 , ad the site has 5 pages to it. On page 3 of the site I am looking to add some music , an MP3 file ( Ive already imported it into my library). OK, thats as far as Ive got . At the moment the music seems to start as soon as the site is opened up in a browser. I dont want this to happen. Only when I open Page 3 of my site do I need this music. ( the music also starts afresh each time I open up one of the 5 pages too, which is driving me nuts.,...lol ) Soooooo...if anyone can shed a little light on this, I'd be very grateful.

Many thanks ~~ andy whitham ~~

View Replies !    View Related
Please Help The New Bahraini Member
Hi....

I'am new members in this site.. Iam from Bahrain..

I nead some help. I have a problem in my flash project I would like to run the project in full screen mode. I can do it manually but I want to be automatic run in full screen mode when the project start.

I use Flash MX 2004 . Please Help me quickly

Thanks
bye

View Replies !    View Related
Help With Member Logins
Hi peps

I am making a website for a uni project and need help. I was woundering if anybody knows if it is possible to do automatic logins on flash 8 so once someone has join the website it will remeber their ip adress so they will be automaticlly be login in every time they use the site.

If anybody knows if this is possible and/or how to do it please help.

Thanx

disco dave

View Replies !    View Related
Member Login
Hello, I saw on this web site, www.emmawatsonofficial.com, a member login created in Flash. How is this done? Is it all created in Flash or is another program used in coordination with it? Any help would be great!

View Replies !    View Related
Please Help The New Bahraini Member
Hi....

I'am new members in this site.. Iam from Bahrain..

I nead some help. I have a problem in my flash project I would like to run the project in full screen mode. I can do it manually but I want to be automatic run in full screen mode when the project start.

I use Flash MX 2004 . Please Help me quickly

Thanks
bye

View Replies !    View Related
SENIOR MEMBER WITH A PROBLEM
As you all probably know I have turned to a SENIOR MEMBER but still I have problems because I still have lot to learn he he.
(There is still huge party going on at Coffee Lonuge so If u wanna party go there)
Lets get to the question....

the problem is:
I have one MC and there is 2 istances of it and I refer to it in Actionscripting. BOth of istances are named the same
"thrust" and they are like two thusters but each one going in it's own direction. But only one is going and playing.
What should I do making them as two difent instance??
what is the best solution??


p.s. I should stop jerking around with this Senior stuff caues FK authoroty could get mad :-))

View Replies !    View Related
New Member: Fade In Question
Greetings!

This my first post to Flash Kit, and I have a question. I'm running Flash 6.0, and trying to fade in text (which I have already converted into a graphic symbol). When I select 'Play' from the menu bar, the fade in works fine. However, when I select 'Control -> Test Movie' the animation does not play. Am I doing something wrong or is there a setting I should be aware of?

Bob

View Replies !    View Related
New Member, Newbie Question...
Hey everybody- my name's Andrew. Glad to be on board.

I just signed up because, yep, you guessed it- I'm kind of stuck. I've got a movie with different graphics that fade in and out on a timeline one after another (fading in/out names of songs for a flash player www.velella.net/flash/player.swf), but when I remove a keyframe from between the different fade ins/outs (see frame 84 below)- it turns the instance of the second graphic (Pray tell Mr. Tell.loop) into an instance of the one before it (Do not fold do not bend.loop). For the LIFE of me I can't figure out why this is- I've created the text from scratch, turned it into a graphic (so I can apply alpha effects to it) and applied the tweening with an empty keyframe of separation between the two tweens. I set the tween setting on the last frame of the previous one to "none" too.

The easy solution is to just leave th keyframe in, but I'll be damned if I'm going to let some program outwit me, and I know if I don't come up with a solution to this now, it'll dog me regularly in future projects.

The frustrating thing is I managed to make a number of these things work just fine (see frames 10-84) and I can't wrap my head around this one. Any ideas?

View Replies !    View Related
Creating A Member Of A Class Which Also Is An Mc?
hi.
im making classes to create different things which i mainly draw with the drawing-API.
right now, when i create a member of the class, the constructor gets called, which creates a new mc with the things i want. and to be able to use methods of the class for the mc, i have to target the member of the class, which has a reference to the mc. and when i want to change props like _x and _y of the mc, i have to target it directly instead (unless i make a method for that) and this gets very confusing.

so in short, how can you kind of make an instance of a class, which also is an mc? oh, and i dont want to have to have an mc in the library which links to the class.

any answer apreciated. thanks

View Replies !    View Related
New Member With A Different Sort Of Question
Hello all! I am Link7148, and I am just starting out in this Flash business. I've recently purchased a Flash editor, but it's not Macromedia--which brings me to my question.

My program is called Namo FreeMotion 2006, and is able to import .swf files, and is compatible with movies created with Flash 4, 5, 6, and 7. It can NOT, however, open .fla files. It uses its own file format to save projects.

Herein lies the question: Will most of you still be able to help me in any Flash related query? Also, I know that I can't use the .fla's, but can I still use the .swf file (if available) to observe? And will the plugins be compatible with my program, or will I have to find something to convert them? Or am I just out of luck in that respect?

Well, those are my questions, so I now await your answers. I thank you for your time. Link7148 out.

View Replies !    View Related
Hi - New Member - Some Noob Problems
hi guys,

got a few questions stacking up so thought this looked like a good place to straighten a few things out

• firsly how can i set up my move to scale down if it doesnt all fit into the browser windows? (on lower resolutions)

• after holding down a certain button for a set time (say 20 seconds) i want it to then go to a specific frame on my main movie... i tried adding a goto action within a movie clip which is in the down setion of the button, but it gets ignored... any ideas?

• lastly, after 35 seconds, the hover sounds stop working on one of my buttons for no reason, there cant even be an event that would trigger this at 35 seconds as that is 700 frames and no part of my movie stretches that far

so there we have it, my first questions on this excellent board, i look forward to becoming good at flash and becoming one of the guys that does the answering

View Replies !    View Related
Can't Access Class Member
Anyone have any thoughts on why the loadImage() method of the attached class (SmartImage.as) can't access the class's loadListener property? I have a suspicion that it has something to do with the funky way the object is instantiated (necessitated by the fact that the class is extending MovieClip).

Rys

View Replies !    View Related
Dynamic Map For Member Locations
i am looking at creating a map for a forum i moderate. I would like to be able to pull the city/state from mysql and place a dot on a map and also pull the persons username from mysql and list usernames on a popup when a dot is scrolled over.

I plan on using php for retriving tha data what i am trying to figure out how to do is create the points on the map dynamically in the correct location. i know i could create x/y locations for certian cities but there are thousands of possibilities for cities.
does anyone have any good ideas on how i could go about creating points on a map reguardless of the city/state it is pulling from mysql?

thank for any help/ideas

View Replies !    View Related
Member Area Login
Hi, I am a noob trying to use some flash action script for a simple member area login. Security isn't a major concern and it is ok for all members to share a common username and password. I have tried to adapt a tutorial script but it doesn't work. I am finding that the login works no matter what you type in each input text field and the dynamic text (var=mess) doesn't show in the dynamic text field. What am I getting wrong?


on (rollOver) {
gotoAndPlay("s1");
}
on (releaseOutside, rollOut) {
gotoAndPlay("s2");
}
on (release, keyPress "<Enter>") {
mess="Members login below";
if (text1=="customer") {
mess="Try again!";
if (text2=="shitcreek") {
mess="Try again";
if (text1=="customer" & text2=="shitcreek") {
}
}
}
getURL("http://www.mywebsite/members.htm", "_self");
}

Thanks for any help
Mike

View Replies !    View Related
Member Image Galleries Please Help..
Hello I am trying to find some help on how to setup a user/pass page that loads an image gallery based on the the login username.

example:
username: joe
password : ******

this would dynamically load the images from a folder named joe created by the site admin. it would only allow access to this folder based on the user and password. I would be able to use flash, dreamweaver, a comdo of the 2, and php.

A link to a previous tutorial would be fantastic.

Thank you in advanced for any help on this matter.

View Replies !    View Related
A Member Attribute Was Used Incorrectly
I want to load an image inside a class. This is my class:

class B
{
private mclListener:Object;
private image_mcl:MovieClipLoader;

function B() {
createEmptyMovieClip("image_mc", getNextHighestDepth());
mclListener = new Object();
mclListener.onLoadInit = function(target_mc:MovieClip) {
image_mc._width = 100;
};
image_mcl = new MovieClipLoader();
image_mcl.addListener(mclListener);
}

public function loadit() {
image_mcl.loadClip("pic.jpg", image_mc);
}
}


This is my fla:
var theB:B = new B();
theB.loadit();

I get the following errors:
B.as: Line 3: A member attribute was used incorrectly.
public mclListener:Object;
B.as: Line 4: Attribute used outside class.
public image_mcl:MovieClipLoader;

What do these mean?
How do I load image inside a class?







Attach Code

class B
{
private mclListener:Object;
private image_mcl:MovieClipLoader;

function B() {
createEmptyMovieClip("image_mc", getNextHighestDepth());
mclListener = new Object();
mclListener.onLoadInit = function(target_mc:MovieClip) {
image_mc._width = 100;
};
image_mcl = new MovieClipLoader();
image_mcl.addListener(mclListener);
}

public function loadit() {
image_mcl.loadClip("pic.jpg", image_mc);
}
}

























Edited: 02/06/2007 at 07:56:31 AM by Graham Butcher

View Replies !    View Related
Can't Access Class Member
Anyone have any thoughts on why the loadImage() method of the attached class (SmartImage.as) can't access the class's loadListener property? I have a suspicion that it has something to do with the funky way the object is instantiated (necessitated by the fact that the class is extending MovieClip).

Rys

View Replies !    View Related
New Member Entering Comunity =)
Hey People!

I'm new here but hope to contribute something to your comunity.
Got a question first though.. Hope you'll be able to help me.

I have a fadeout effect when clicking my menu. This works fine when your on the mainpage but as soon as any other menu choice has been made my "blipper" jumps over the fadeouteffect.

Is there a way, when clicking a button, to tell that you want the "blipper" to go 10 frames before executing the choice?



Sorry for my bad english.

Thanks in advance.
//Gustav

View Replies !    View Related
Flash Member Page
Hey guys. Im designing a new church website in flash. I have 2 questions for you. 1. Does anyone know of a site where I can get a flash code for a members page. I dont need to give everyone there own passowrd but something like Username: Church Password: members. I just dont want to give everyone access to some pages.

also i want to create an evite where people can email there friends an evite to church. Im using Flash CS3 and if anyone can help me that would be great. later

View Replies !    View Related
>>>> Check This Problem : Executive Member Only <<<<
I created the one movie clip and put it on the first frame of the main time line.


Now i m jst giving the identifier name from the linkage option.

And try to attach the another movie clip on frame 1 of my time line.


But it is not working so anyone can having a code for attachmovie clip with other.......


Any one can help me

View Replies !    View Related
Serching For Senior Member Arctic
Hey Arctic!

Still need your help with my navigation...if you would have some time, I like to send you that navigationproblem I told you in the beginning of the week.

If someone else knows how to change color of buttons in a path rotating navigation, I would we really glad to hear...
I am stucked with this since a week I did not find anybody to help. I would send you a copy of the fla, if needed...?!

SOS::Please Help::Serching for Arctic::SOS

Greatings from Germany, marcel

View Replies !    View Related
Making A Fash Member Site
HELP!!
Hey Everyone! I am new to the flash website stuff and I got some of the stuff down to get me to the point where I am almost done, allI need is help to building a guestbook, feedback, and like a member site where people can sign up to become a member on my site and they can explore things that non members can't! Also does anyone know how to make a discussion board and a chatroom in flash??
If anyone can help it would be greatly appreciated!!

thanks alot

View Replies !    View Related
AS2 : Using Class Member As ' OnEnterFrame' Listener
Hi folks,

I am having some strange problems to get a class method working properly as function that is hooked up to my roots 'onEnterFrame' event ...

The class member is called but it seems that it is impossible to access the private field members of the class ...

Take a look at this quick example:

(1) External defined class


class TestSteven
{
private var wX:Number;

function TestSteven()
{
wX=0;
}

public function KeyboardHandler(): Void
{
this.wX += 4;
trace("X = "+this.wX);
}
}

(2) In the main movie I instantiate a new object and hook the method of the object to the 'onEnterFrame' ...

import TestSteven;

var mySteven = new TestSteven;

_root.onEnterFrame = mySteven.KeyboardHandler;

(3) So what is the problem? Well the method KeyboardHandler is executed but the private var wX is not availabe and as such the concept does not work ...

Anyone any suggestions or ideas ?

Thx,

Sedas

View Replies !    View Related
Copyright © 2005-08 www.BigResource.com, All rights reserved