A Flash Developer Resource Site

Search:

Type: Posts; User: SilverVenom

Page 1 of 4 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    0
    Views
    2,416

    SQL - Foreign Composite Key?

    Hey,

    Any SQL developers out there know how to create a composite key from two foreign keys without actually having the foreign keys in the table you are making your composite key in? (whew that...
  2. Replies
    3
    Views
    2,010

    You might look into the SimpleXML library for...

    You might look into the SimpleXML library for PHP. Gives you easy control over the various parts of XML documents. My gut says why not use a database for this type of application? An XML file...
  3. Replies
    1
    Views
    832

    Hey, To turn register globals create a file...

    Hey,

    To turn register globals create a file called "php.ini" (make sure ".ini" is the extension, not part of the name) and put the fallowing line of code in it:

    register_gloabals = off
    ...
  4. Replies
    1
    Views
    1,088

    Ultra Secure 2-Way Encryption Algorithm

    Hey guys,

    I've spent a couple hours today putting together a reversible encryption algorithm in PHP.

    I was wondering if any security guru's out there could take a look at my code and point out...
  5. Replies
    2
    Views
    632

    I'm not sure. I just find it frustrating using...

    I'm not sure. I just find it frustrating using code produced by the W3C and having it fail validation. :-/

    I'll just leave that statement out then.
    Thanks,
    - Peter
  6. Replies
    2
    Views
    632

    XHTML 1.1 Strict Validation Issue

    Hey everyone,

    I'm in the bug squashing stage on a project of mine but am running into one final issue getting my document to validate XHTML 1.1 Strict. When I run the site through the validator I...
  7. Replies
    4
    Views
    2,103

    It is for storing lat/lon positions, which are in...

    It is for storing lat/lon positions, which are in effect 10,6 floats. I havn't had any problems with the final code I ended up using. Everything seems to be in order. I know PHP breaks down around...
  8. Replies
    0
    Views
    931

    [RESOLVED] PHP radians/degrees

    Hey, I have a simple question for everyone. If you call something like tan(1) in PHP, what does PHP use by default, radians or degrees? I am getting some strange numbers back from PHP and can't...
  9. Replies
    4
    Views
    2,103

    I realized I had said that about 10 minutes after...

    I realized I had said that about 10 minutes after I posted, but the edit button was not showing up. :-/ I just got it working by using between.

    Solution code:

    SELECT id,var1,var2 FROM `test`...
  10. Replies
    4
    Views
    2,103

    MySQL float/int comparison issue

    Hi, I am having a very annoying problem relating to a seemingly simple MySQL query and I am at a standstill with the issue. I have two float(10,6) numbers stored in MySQL.
    Their values are:
    var1 =...
  11. Replies
    5
    Views
    842

    thanks for the in depth, but the only part I was...

    thanks for the in depth, but the only part I was confused with was the " xml.firstChild.childNodes[0]childNodes[1].attributes.name;" part. ;)


    My final code ended up as:


    function getData()...
  12. Replies
    2
    Views
    482

    Thank you very much! I havn't used that format...

    Thank you very much! I havn't used that format since when I though using onEnterFrame was the only way to code.

    Thanks for helping a sleep deprived flasher. :cool:
  13. Replies
    2
    Views
    482

    [F8] for loop

    Hey,

    I am having a most frustrating problem. It's 3:40am where I am, my vision is blury...so maybe I am just not thinking right.

    The code causing the issue:

    var labels:Array = new...
  14. Replies
    5
    Views
    842

    Many thanks, that was exactly what I was looking...

    Many thanks, that was exactly what I was looking for. :)
  15. Replies
    5
    Views
    842

    [RESOLVED] XML Tree question

    Hi, I had a question which relates to loading a complex XML file into flash.

    Lets say I had an XML file which looked like this:



    <data>
    <flower>
    <info name="blah" id="001"...
  16. Replies
    3
    Views
    3,273

    Thanks for the suggestion, but I already tried. ...

    Thanks for the suggestion, but I already tried. There is nothing in there about creating subcategories. This is why I wondered if it was even possable. Any ideas or links to free accordion...
  17. Replies
    3
    Views
    3,273

    Accordion Component Help

    Hi, I am currently working on a project which I would really like to use Flash's built in accordion component. But I have no idea on how to create subcategories for it. I've tried googling, but I...
  18. Replies
    2
    Views
    831

    mySQL number storage

    Hi, I am running mySQL server version 5.0.27-standard. I have two fields which are stored as: SMALLINT(5) UNSIGNED. Now my main question is about a 3rd field. The information which will be put...
  19. Replies
    6
    Views
    962

    I like the site. :) It reminds me of an old...

    I like the site. :) It reminds me of an old 2Advanced site. http://v3.2a-archive.com/flashindex.htm
  20. Replies
    3
    Views
    718

    Thanks for the help, I got it working, by using...

    Thanks for the help, I got it working, by using only the date() function. I didn't like the option of using UNIX timestamps because they will fall to pieces sometime in the 2020s. So I am still...
  21. Replies
    3
    Views
    718

    Timestamps & MySQL

    Hi, I had a question about formatting the CURRENT_TIMESTAMP feature of MySQL. When I query the database with that I get a return of year-month-day hour:min:sec in respect to a 24 hour clock.

    So my...
  22. Replies
    4
    Views
    996

    Hey, I havn't found any other resources. But I...

    Hey, I havn't found any other resources. But I did get the email of one of their head programmers and he was very very helpful in getting things working just the way I wanted them to be. I'll look...
  23. Replies
    6
    Views
    521

    You are a God! That was exactly what I was...

    You are a God! That was exactly what I was looking for. Fixed the problem immediately. I can't imagine why no one else has found this. Many :doughnut:s to you. :p
  24. Replies
    6
    Views
    521

    I am already using that feature, and it hasn't...

    I am already using that feature, and it hasn't had any effect on the quality. :-/
  25. Replies
    6
    Views
    521

    Well the max size of any of the loaded .jpg files...

    Well the max size of any of the loaded .jpg files is 15Kb. But sort of "blocks" covering the image. Almost like a grid of transparent blocks covering the image and depending on the speed of the...
Results 1 to 25 of 100
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center