A Flash Developer Resource Site

Search:

Type: Posts; User: G's Dad

Page 1 of 7 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    2,766

    PHPMyAdmin Password change

    I am trying to change the password for my clients phpMyAdmin. I was able to find the login info quoted in the config.default.php file. However, when I make a change to the password there it causes it...
  2. Replies
    0
    Views
    1,042

    AS 2 Child movies resize to parent

    I have a flash movie that has a image container (empty movie clip). I am trying to add a mouse over effect for navigation. So I am trying to include 2 empty movie clips with that to provide button...
  3. Replies
    2
    Views
    1,636

    AS 2 Thanks!!! That worked perfectly!!!

    Thanks!!! That worked perfectly!!!
  4. Replies
    2
    Views
    1,636

    AS 2 Fullscreen Preloader

    I have adapted a template and am looking to move the preloader to the bottom of the browser and make it as wide as the browser. I think this is the code that controls the preloader. Have not had any...
  5. Replies
    1
    Views
    724

    Flash site resize question

    I am trying to wrap my head around this principle but from another perspective. I am building a photography site and would like certain elements to resize and not the whole flash movie. For instance,...
  6. Replies
    2
    Views
    781

    Hey Thanks. Makes sense now.

    Hey Thanks. Makes sense now.
  7. Replies
    2
    Views
    781

    Image Grid Quesiton

    I am trying to build a simple html image grid. I am trying to use a simple image replacement on rollover. Got it laid out in Tables but it gets funky when you put the rollover action. I am using...
  8. Replies
    0
    Views
    640

    CS3 Deep Linking Mystery/SWF Address

    I have tried a number of times to get very simple implementations of deep linking to work and have not had any success. I understand that there are 3 basic steps.

    1. Organize content along the...
  9. Replies
    4
    Views
    961

    Odd Menu Question

    I'm hooked on the quality of responses I get from this site so I will take a chance at posting here. I am developing a site in HTML and need to place a menu atop of a header image. These 2 items...
  10. Replies
    23
    Views
    3,215

    CS3 Thanks a ton. I was close but was missing the ++....

    Thanks a ton. I was close but was missing the ++. You rock. Think I am done with this disaster.

    Appreciate your help.
  11. Replies
    23
    Views
    3,215

    CS3 Whisper. Got what I think is a simple question. I...

    Whisper. Got what I think is a simple question. I have this button code.

    on (release) {
    getURL("http://www.twowheeltrips.com/TwoWheelRouteBuilder.php?UpdateSearch=update&myRouteResults=" +...
  12. Replies
    23
    Views
    3,215

    CS3 S*&^ . AS3?!!! Dude what a joke! Hell, I can't...

    S*&^ . AS3?!!! Dude what a joke! Hell, I can't wrap my old brain around 2. AS3 is like a train wreck to me. I'm the boss and if I reallllly NEED AS3 I will hire someone. Right now I am busy enough...
  13. Replies
    23
    Views
    3,215

    CS3 That makes sense for sure. I am still working on...

    That makes sense for sure. I am still working on getting totally up to speed on these type Flash things. Your help has been amazing. All the right buttons pushed. THANKS

    I will look into the...
  14. Replies
    23
    Views
    3,215

    CS3 Whisper. Thanks a ton!! I changed it to this...

    Whisper.

    Thanks a ton!! I changed it to this and it works like a champ!!

    if(v1 != routeArray.length-1){
    zipRoutes = zipRoutes + routeArray[v1][5] + ",";
    }else{
    zipRoutes = zipRoutes...
  15. Replies
    6
    Views
    664

    CS3 Whisper. Let's mark this thread solved just to...

    Whisper. Let's mark this thread solved just to close it. Still have an issue with the above code but we are handling it in the other thread. Sorry for the confusion.
  16. Replies
    6
    Views
    664

    CS3 We have a system that you can build profiles in...

    We have a system that you can build profiles in PHP. These profiles are stored in a database. Flash only, in this case, pulls selects sets of profile info and displays it in text fields. Thr GO...
  17. Replies
    23
    Views
    3,215

    CS3 ONe post behind. Yes we hit the databse first and...

    ONe post behind. Yes we hit the databse first and store the arrays. The go button only references it and sends a part of it back in the query.
  18. Replies
    23
    Views
    3,215

    CS3 Progress. I jumped into that code and got rid...

    Progress.

    I jumped into that code and got rid of the doubles. It seems there was some duplicated code. Here is what I changed.


    function handleResult(userObject) {
    _global.userRoutes =...
  19. Replies
    23
    Views
    3,215

    CS3 You don't remember every post? Arrrggg! I...

    You don't remember every post? Arrrggg! I absolutely understand. Once again I agree with you. More than likely the issue is the _global.taggedRoutes[0][6].

    Ive got a series of say 4 buttons that...
  20. Replies
    23
    Views
    3,215

    CS3 Too your advice. Found a text field that I...

    Too your advice. Found a text field that I pointed that variable to and they are showing as doubles. I am checking with the database guy to make sure that the database is not releasing the...
  21. Replies
    23
    Views
    3,215

    CS3 Sorry for not clarifying. Presently, I do not...

    Sorry for not clarifying. Presently, I do not have the database set up on my personal computer. I publish the file the FLA and upload it to the site for testing. I am not aware of any way to test the...
  22. Replies
    23
    Views
    3,215

    CS3 Sure does make sense. I would love the ability to...

    Sure does make sense. I would love the ability to do the trace but I am doing all testing on the server and do not have a local set-up of site and database. Is there a way to trace to a text field?
  23. Replies
    23
    Views
    3,215

    CS3 Thanks

    I guess what you are saying is that you do not see any glaring errors in that script that would cause it to print the "info" twice. Could be a situation where Flash is retrieving the information from...
  24. Replies
    23
    Views
    3,215

    CS3 Odd button code results

    I have a movie that is connected to a database. It pulls info, stores it in an array and displays it. We also have buttons that are coded to send a search query (selected from the data pulled from...
  25. Replies
    6
    Views
    664

    CS3 Database Connection HELP!

    I am still working to fix a FIRED developers code he left us with. The code in question goes out and request information from a database, places it into arrays and also checks session. THis is what...
Results 1 to 25 of 160
Page 1 of 7 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center