A Flash Developer Resource Site

Search:

Type: Posts; User: mbannonb

Page 1 of 20 1 2 3 4

Search: Search took 0.15 seconds.

  1. Replies
    2
    Views
    583

    Not exactly sure, but one probable thing is that...

    Not exactly sure, but one probable thing is that you are not exiting after your header calls.

    Once you do header(), the rest of the code still executes (and cookies get set etc).

    Also, you...
  2. Replies
    4
    Views
    845

    Thanks!

    Thanks!
  3. Replies
    4
    Views
    845

    No error, just seems bad. If everytime I want...

    No error, just seems bad.

    If everytime I want to use the errObj inside another object, I have to create it inside that other object, seems tedious.
  4. Replies
    4
    Views
    845

    basic php5 oop question

    How do I call the methods of another object from inside another object?

    This doesn't seem right:



    3 class errObj{
    4
    5 public function displayErr($msg){
    6
  5. Replies
    2
    Views
    868

    Ok, thanks! Just fiddling around, I started...

    Ok, thanks!

    Just fiddling around, I started apache on computer 'A' and by just typing computer 'A's ip into computers 'B's browser, it served up a webpage.

    I had no idea it would be this...
  6. Replies
    2
    Views
    868

    LAMP development server

    Wow, I haven't been here in ages. Nice to see a familiar name or two.

    I am looking to set up a LAMP development server running the exact same software as the live server.

    I've got a box...
  7. Replies
    12
    Views
    967

    quicktime format

    quicktime format
  8. Replies
    12
    Views
    967

    I'm having the same problem with audio and I'm...

    I'm having the same problem with audio and I'm not using scenes.

    I import this Red vs. Blue video in qt format, but upon publishing, the audio is gone.
    ...
  9. any 3rd party apps for starting a flash exe on startup and accessible in sys tray?

    Like instant messenger clients do, but instead of calling up some app, I'd like to call up the Flash exe.

    So the 3rd party app would just manage the preferences for displaying/starting up the...
  10. Replies
    0
    Views
    297

    check out my flash portal site

    It's gorgeous from a programming point of view, but a little sparse on the graphics.

    Tons of customization for members.

    http://www.inflash.com
  11. how do I get these css boxes to line up like tables?

    The CSS is at the top, and the table style is at the bottom:

    http://www.aotf.net/login.php

    I want the two boxes to be horizontal to each other the way they are in the table.

    How do I do that...
  12. 90% of all layouts work best with a table...

    90% of all layouts work best with a table structure and are easier to maintain and think about in terms of the compartamental nature of tables.

    Tables combined with CSS is the way to go. Easy to...
  13. Replies
    0
    Views
    688

    javascript form submit

    why doesn't this form submit:

    function set_cereal(cereal_num_val){
    document.some_form.cereal.value=cereal_num_val;
    check_submit();
    }

    function set_pet(pet_name_val){...
  14. Replies
    4
    Views
    851

    the varReceiver.onLoad must come after...

    the varReceiver.onLoad must come after varReceiver=new LoadVars();

    woops
  15. Replies
    4
    Views
    851

    I dropped the varReceiver.onLoad function and...

    I dropped the varReceiver.onLoad function and instead put in frame 5:




    if (varReceiver.server=="done"){
    stop();
    }else{
    gotoAndPlay(2);
    }
  16. Replies
    4
    Views
    851

    hmm. looks like i spelt receiver wrong. lemme...

    hmm. looks like i spelt receiver wrong. lemme try again.
  17. Replies
    4
    Views
    851

    LoadVars not receiving

    Hi,

    I'm having trouble get LoadVars to detect when the data has been sent back from the server to it.

    The demo is:

    http://www.inflash.com/quiz/test.html

    when the Submit Data button is...
  18. Replies
    4
    Views
    609

    reminds me of the good old days:

    .
  19. Replies
    2
    Views
    696

    Thanks.

    Thanks.
  20. Replies
    2
    Views
    696

    sending arrays from Flash to php

    It seems that you can't send arrays in Flash directly to php and have them be read as arrays.

    In Flash, I have:



    test=[];
    test[0]="hello";...
  21. Thread: CSS question

    by mbannonb
    Replies
    0
    Views
    480

    CSS question

    I'm new to CSS.

    I want to have some links have a 'visited' state and other links to not have a 'visited' state. I want some 'static' links to have a 'smaller' size. How do I combine the 2 without...
  22. Replies
    20
    Views
    1,276

    good job!

    good job!
  23. Replies
    0
    Views
    424

    CSS compatibility with Netscape 6

    Hi,

    I'm trying to make the drop down menu shown here compatible with Netscape 6. It works fine in IE6.

    http://hotwired.lycos.com/webmonkey/98/10/lessBasicMenu.html

    Being able to use layers...
  24. Flash file published in Flash 6 format: ...

    Flash file published in Flash 6 format:

    http://www.inflash.com/get_card6.php?card_id=52&card_name=Grandma+Walks+the+Dog6

    and in Flash 5:
    ...
  25. I added a 'What Is' button for people not...

    I added a 'What Is' button for people not familiar with the Matrix.

    Yeah, it'd be nice to have really cool, distinct graphics of some sort instead of colored boxes, but the game requires pretty...
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