A Flash Developer Resource Site

Search:

Type: Posts; User: canuckster

Page 1 of 20 1 2 3 4

Search: Search took 0.39 seconds.

  1. Can anyone recommend a good security forum?

    I have a question related to database security and sql injection, but have no idea where's a good security forum to post it. Does anyone know of a good place to get advice from those who specialize...
  2. Replies
    1
    Views
    4,472

    modrewrite bug on flashkit?

    If I type the following into my browser, I am successfully redirected to the proper place (board.flashkit.com/board/):

    flashkit.com/board/

    If, however, I leave off the trailing slash:
    ...
  3. Replies
    3
    Views
    3,835

    Poll: Just to clarify, I'm not talking about database...

    Just to clarify, I'm not talking about database names in this case, but table names within the same database. And for them, a single underscore doesn't do anything special (though it does for the...
  4. Replies
    3
    Views
    3,835

    Poll: Wonderful PHPMyAdmin "trick"

    By complete accident, I "discovered" a really cool feature of PHPMyAdmin that can make administering large MySQL databases a bit easier. I'm sure plenty of people know about it — I'm just...
  5. Replies
    4
    Views
    974

    Thanks for your feedback. Most of this project,...

    Thanks for your feedback. Most of this project, so far as I know, will consist of garden-variety movieclip tweens, some done via actionscript and some via the timeline — but no hand-drawn...
  6. Replies
    4
    Views
    974

    Is there a new 'standard' frame rate?

    I've developed in Flash for a few years and have nearly always used the default frame rate -- 12 fps -- out of a desire to maintain animation speed on slower computers, and since there's plenty of...
  7. Replies
    5
    Views
    4,785

    Diseased kitten (btw I hope you get better, lol),...

    Diseased kitten (btw I hope you get better, lol),

    I'll admit I don't know why your code is failing, but have you tried passing info via the other method (appending to the URL itself)? Also, you...
  8. Replies
    4
    Views
    1,016

    I must admit I'm not sure how I would do that. ...

    I must admit I'm not sure how I would do that. I'm in a shared hosting environment and don't have my own server.

    However, I'm hoping the point is now moot. I'll have to wait for my user's...
  9. Replies
    4
    Views
    1,016

    I'm not entirely sure what you mean -- do you...

    I'm not entirely sure what you mean -- do you mean the complete exchange of headers (what the Live Headers Firefox extension shows) between the client and server? I'm not sure if I could get this...
  10. Replies
    5
    Views
    4,785

    You can use FlashVars or simply append the...

    You can use FlashVars or simply append the variables to the url as a GET string. The only real difference is that with appending, the url of the swf as it shows up in a browser's cache still has the...
  11. Replies
    4
    Views
    1,016

    Caching problem?

    Join Date: Dec 2004
    Location: Canada
    Posts: 135

    Caching problem maybe?
    I've run into an extremely perplexing problem which I'm hoping someone here might be able to shed some light on. In an...
  12. Replies
    0
    Views
    733

    Internet Explorer bug w/SSL+ loadVars

    Hi,

    I was pulling my hair out trying to understand why my form was working everywhere except in IE 6. After googling my way to a discussion of a similar problem involving Flash and XML, I...
  13. Replies
    12
    Views
    990

    Yes, great to learn the answer!

    Yes, great to learn the answer!
  14. Replies
    5
    Views
    2,301

    Not speaking German (and not finding an English...

    Not speaking German (and not finding an English link on the page) I can only guess at how their tool works, but I suppose it would be possible to write an engine in Flash that would parse a web...
  15. Replies
    12
    Views
    990

    You've probably already thought of this, too, and...

    You've probably already thought of this, too, and perhaps it's not practical in your situation, but if you're using a script to upload files into that folder, what about altering it to append the...
  16. Replies
    12
    Views
    990

    Not much help, but perhaps a pointer in the right...

    Not much help, but perhaps a pointer in the right direction ...

    I'd just researched reading a directory with PHP, so part of this was fresh in my mind:

    Simple example of reading a folder's...
  17. Replies
    5
    Views
    2,301

    I'm not sure this can be done as I understand...

    I'm not sure this can be done as I understand your description. I've had only minimal experience with the GD library, but it either generated its own image (like those trippy alphanumeric strings...
  18. Thread: PHP Output

    by canuckster
    Replies
    2
    Views
    998

    I think it's definitely 1) -- clean PHP code. ...

    I think it's definitely 1) -- clean PHP code.

    As long as your HTML's validity isn't affected, having clean HTML source output is more likely to benefit those outside your company than inside. ...
  19. Replies
    0
    Views
    1,089

    Can I do this in a single query?

    At our website, registered users may choose to sign up for a season of premier membership. I'm trying to write a single query that will show some info about the user, how many premier seasons he or...
  20. That worked a trick -- many thanks! BTW for...

    That worked a trick -- many thanks!

    BTW for anyone else who might come upon this thread searching for the same thing, here's a great link I found that explained it all quite well:...
  21. SQL: Finding users that don't exist in another table

    In this example, I have a users table and an orders table. If I join them on their userID, obviously I can see who has ordered what. (ie SELECT * FROM users, orders WHERE users.userID =...
  22. Replies
    1
    Views
    478

    :bump: I guess that's a no?

    :bump: I guess that's a no?
  23. Replies
    1
    Views
    478

    jfsl question

    I'm just getting my feet wet with JFSL and have downloaded some of FlashGuru's extensions. One of these is a batch run utility, which struck me as an excellent way to start reaching back into old...
  24. Replies
    0
    Views
    596

    PHPBB Login problems ...

    I have a situation where a sizeable minority of users are having login difficulties on my site. (The site contains pages other than forums which invoke the forums' session-handling code in order to...
  25. Replies
    2
    Views
    492

    First of all, how are you loading the XML? Have...

    First of all, how are you loading the XML? Have you tried using a LoadVars object? If you reuse the same object for every load then the act of loading in new data automatically replaces (flushes)...
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