A Flash Developer Resource Site

Search:

Type: Posts; User: 3PRIMATES

Page 1 of 20 1 2 3 4

Search: Search took 0.24 seconds.

  1. Replies
    2
    Views
    1,472

    I am for sure no Javascript guru, but from what...

    I am for sure no Javascript guru, but from what I am seeing, itlokks as if you will need to add code to get the scroll height of the box and subtract that from the y coordinates. The amount of extra...
  2. Replies
    2
    Views
    2,589

    Check that your file path is correct to the...

    Check that your file path is correct to the image, but without knowing exactly how the images are being loaded Its going to be hard to help much more than that.

    3P
  3. Replies
    2
    Views
    5,047

    Ok, I got it. My brain is melting but I did...

    Ok, I got it. My brain is melting but I did it..LOL

    Here is the modified and working code. If you would, please look it over and see if I have done anything real idiotic. Think iy could be trimmed...
  4. Replies
    2
    Views
    5,047

    X & Y coordinates from grid

    Hello peeps, my first time here in Math and Physics.

    I am not a math junky by any means, and am having a hard time getting my head around a formula.

    Heres the deal:

    I have a a grid with...
  5. Replies
    2
    Views
    1,119

    Hi there. Well I would suggest you host the php...

    Hi there. Well I would suggest you host the php and Database on your server and then just call to it from the movie that is embedded on another domain.

    You will need to add a crossdomain policy to...
  6. Replies
    2
    Views
    1,365

    Hey there, well heres what I would do: ...

    Hey there, well heres what I would do:

    ACTIONSCRIPT:


    var loadVars = new LoadVars();

    loadvars.load("http://mydomain/myphpscript.php", this, "post");
    loadVars.onLoad = msg;
  7. Not a problem, glad to help where I can. Make...

    Not a problem, glad to help where I can.
    Make sure the input restrictions are done in PHP and not Javascript.
    Javascript input restrictions are done client side so they are not secure.
    Just...
  8. Here there. If you must use loadVariables, use...

    Here there.
    If you must use loadVariables, use loadVariables NOT loadVariablesNum.

    Like silentweed has said, its best to use SWFOBJECT for passing varialbes, but if you are passing the variables...
  9. Replies
    1
    Views
    1,062

    Hey there, its working for me... 3P

    Hey there, its working for me...

    3P
  10. Hey there, I see that you removed...

    Hey there, I see that you removed mysql_real_escape_string.
    If you dont use that, you reall need to have some way to remove bad characters from the user input. And better yet is to not allow the...
  11. Replies
    15
    Views
    1,411

    here, try this code instead. remeber to add your...

    here, try this code instead. remeber to add your username and password to it again:


    <?php

    $host = "mysql2.freehostia.com"; //hostname is usually localhost by default
    $user = "***";...
  12. Replies
    15
    Views
    1,411

    Look again. Is it an html file or a php file

    Look again.

    Is it an html file or a php file
  13. Replies
    15
    Views
    1,411

    Hi, ok, I see a big problem. First, what is the...

    Hi, ok, I see a big problem.
    First, what is the name of the file that is showing at this address:
    http://www.valerij.x10hosting.com
    is that your index file?
    If so what is its extension? html or...
  14. Replies
    15
    Views
    1,411

    says localhost, shouldnt it say...

    says localhost, shouldnt it say mysql2.freehostia.com if that is what you were connecting with?
  15. Replies
    15
    Views
    1,411

    Hi, php is working but you are not connecting...

    Hi,
    php is working but you are not connecting to the database.
    Make sure you have the correct information in the connection string on the server. Looks to be connecting to localhost where you show...
  16. Hi there. Give this a try: I renamed some of...

    Hi there.
    Give this a try:
    I renamed some of the variables to make more sense.

    Use mysql_real_escape_string on all user supplied data before it goes to the query.

    Shortend selection query. No...
  17. vky84, might want to look at the date of the...

    vky84, might want to look at the date of the post. This thread is almost five years old.

    3P
  18. Replies
    3
    Views
    506

    Well, to state the obvious, your text file is...

    Well, to state the obvious, your text file is empty.
    Might want to check on that first.

    3P
  19. Something to remember if I am not mistaken(its...

    Something to remember if I am not mistaken(its been awhile),
    _root and_level0 are identical if within the scope of the main movie, but if you are within a loaded movie, _root refers to the _root...
  20. Replies
    1
    Views
    947

    Hi, the timer will continue to run until the...

    Hi, the timer will continue to run until the movie is closed. gettimer just accesses the internal timer of the movie.

    When I create a timer function I dont like using interval, I would rather use...
  21. Replies
    3
    Views
    1,042

    Try: increase framerate to 30 use AS tweening...

    Try:
    increase framerate to 30

    use AS tweening instead of timeline

    Lower tweened image quality and size

    Check your loops for recursion

    Delete onEnterframe Events if not leaving the frame...
  22. Replies
    8
    Views
    10,972

    Hi, for sure gifs in Flash are not the best...

    Hi, for sure gifs in Flash are not the best thing.
    I would suggest png's over any other file type. One because of the quality and two because of pngs ability to use transparency.
    The initial file...
  23. Hey there, I think wht Musicman is saying is...

    Hey there, I think wht Musicman is saying is that:

    The session value never needs to leave the php script really.
    You can work all the session values directly in the php script without having to...
  24. Step1: User logs in with username and password...

    Step1:
    User logs in with username and password
    query db -
    SELECT studentID FROM studentInfo WHERE username=posted username AND password = posted password

    On Failure - Incorrect login...
  25. Replies
    5
    Views
    524

    Hey there. Add this to a blank movie clip. When...

    Hey there. Add this to a blank movie clip.
    When its within the clip you can place it above or below the main timeline objects.

    Cheers,

    3P
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center