A Flash Developer Resource Site

Search:

Type: Posts; User: promises

Page 1 of 10 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    3
    Views
    553

    Thanks for the response. However, I need...

    Thanks for the response. However, I need something that doesn't render the child page links until the parent link is clicked.

    1) Parent links are displayed
    2) Parent link is clicked
    3) Page...
  2. Replies
    3
    Views
    553

    JavaScript Menu

    I know there are tons of tutorials, however, I need something a bit more unique...

    The page's menu will look like so:


    <ul>

    <li><a href="#">Page 1 Parent</a></li>

    <li><a...
  3. Replies
    1
    Views
    644

    Actionscript to refresh connection?

    When users lose connection and the video discontinues downloading to their computer, the only fix is to refresh the page.

    Is there actionscript that can attempt doing this instead?
  4. Replies
    0
    Views
    605

    Actionscript to refresh connection?

    When users lose connection and the video discontinues downloading to their computer, the only fix is to refresh the page.

    Is there actionscript that can attempt doing this instead?
  5. Replies
    0
    Views
    597

    Refresh Page Continues Video

    This really comes down to computer illiterate people not knowing what they're doing. But, that's why we do what we do...so other people don't have to do everything.

    The problem: users refresh the...
  6. Thread: PHP Login

    by promises
    Replies
    3
    Views
    714

    PHP Login

    <?php
    //Set up some variables
    $real_user = 'admin';
    $real_pass = 'password';

    $user = $_POST['user'];
    $pass = $_POST['pass'];
    $submit = $_POST['submit'];

    //The statement that checks...
  7. Thread: New Logo

    by promises
    Replies
    1
    Views
    693

    Can someone delete this post?

    Can someone delete this post?
  8. Thread: New Logo

    by promises
    Replies
    1
    Views
    693

    New Logo

    Would you guys mind critiquing my new logo? Thanks!
  9. Thread: New Logo

    by promises
    Replies
    4
    Views
    1,064

    #333333 and #000000 ...thats it. I didn't even...

    #333333 and #000000 ...thats it.

    I didn't even know there was a Site Check category.
  10. Thread: New Logo

    by promises
    Replies
    4
    Views
    1,064

    New Logo

    Would you guys mind critiquing my new logo ? Thanks!
  11. What if you take out the "_root."?

    What if you take out the "_root."?
  12. Thread: Easing

    by promises
    Replies
    3
    Views
    486

    That's amazing! Thanks so much! Its got a...

    That's amazing! Thanks so much!

    Its got a problem if you "double click" it though. If its stille easing and you click it then it speeds away and won't come back. Thoughts?
  13. Thread: Easing

    by promises
    Replies
    3
    Views
    486

    Easing

    I know how to ease and I know how to move an object by increments, but I can't combine the two.

    If you open the attachment you'll realize the forward and back button should move the images 160...
  14. Replies
    1
    Views
    398

    Move X Position

    How could I click a button and tell it to move another movie cliip 50 pixels to the left everytime you click the button? So far I can only get it to move the first time the button is clicked.
  15. Replies
    2
    Views
    333

    I can only move it once to the left or right...I...

    I can only move it once to the left or right...I can't click it again to move it another X number of pixels.
  16. Replies
    2
    Views
    333

    Probably Just Too Simple...

    I'm making a gallery where I want the next and back buttons to move the clip a certain amount each time its clicked. What I've got so far will make it move the first time I click it and then its...
  17. Replies
    12
    Views
    811

    But it just doesn't make sense that everything...

    But it just doesn't make sense that everything loads correctly outside of the moveclip. You shouldn't need the database because there is proof that it works...just not inside of another movie clip.
  18. Replies
    12
    Views
    811

    I've got to head out right now, so I hope I've...

    I've got to head out right now, so I hope I've given you everything I can. I really really appreciate your help. Thanks a lot.
  19. Replies
    12
    Views
    811

    View Post

    <%
    Set DataConn = Server.CreateObject("ADODB.Connection")
    DataConn.Open "Driver=Microsoft Access Driver (*.mdb);DBQ=" & Server.MapPath("software.mdb")

    Set cmdTemp =...
  20. Replies
    12
    Views
    811

    I attached the file I'm working with. Both...

    I attached the file I'm working with.

    Both text fields are labeled with the correct variable names. The enter frame idea may just be what I need to change. I'll check it out.
  21. Replies
    12
    Views
    811

    Yeah, totally sorry...forgot to paste that. ...

    Yeah, totally sorry...forgot to paste that.


    onEnterFrame = function () {
    var software_array = Software.split("|");
    var numbers_array = Numbers.split("|");

    Software = "";
    Numbers = "";...
  22. Replies
    12
    Views
    811

    Frame 1: var myVars = new LoadVars();...

    Frame 1:

    var myVars = new LoadVars();
    myVars.onLoad = function(ok) {
    if (ok) {
    holdermc.box1.text = myVars.var1;
    holdermc.box2.text = myVars.var2;
    }
    };
    myVars.load("data.asp");
  23. Replies
    2
    Views
    721

    My friend helped me out bigtime with this one. ...

    My friend helped me out bigtime with this one.

    In flash


    onEnterFrame = function () {
    var software_array = Software.split("|");
    var numbers_array = Numbers.split("|");

    Software = "";
  24. Replies
    12
    Views
    811

    Dynamic Text Invisible

    Why is it that when I place dynamic text into a movie clip it doesn't work. I just copy and paste it from the root where it does work. How can I get around that?

    I need the text to load into...
  25. Replies
    2
    Views
    721

    Flash, Access, ASP

    You can help me if you have knowledge of integrating Flash, Access, and ASP.

    There are several tutorials on how to integrate the three of these and so far I can get that far.

    I'm loading...
Results 1 to 25 of 249
Page 1 of 10 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center