A Flash Developer Resource Site

Search:

Type: Posts; User: iccold

Page 1 of 6 1 2 3 4

Search: Search took 0.06 seconds.

  1. Replies
    2
    Views
    598

    nevermind... I fixed it...

    nevermind... I fixed it...
  2. Replies
    4
    Views
    792

    That really isn't likely to work in that sortof...

    That really isn't likely to work in that sortof situation... you can try and offsite script or something for email forms...
  3. Replies
    1
    Views
    495

    if you're talking about HTML source code... there...

    if you're talking about HTML source code... there is never a way to stop people from look at it... and it really poses no real iminent threat...


    Inless if you have some fancy javascript in...
  4. Replies
    2
    Views
    598

    bump?

    bump?
  5. Replies
    2
    Views
    598

    Layout coding mess

    I have started a new layout page for my site, and this is my 3rd time recoding it for better support to be MoZilla and IE friendly... I have almost everything done except one huge major problem......
  6. Replies
    1
    Views
    616

    Error in posting data to PHP

    I have a bit of a predicament with posting data and recieving data from a PHP page that I programmed...

    Funny thing is, is that the script works great when testing it localy and running the flash...
  7. Thread: IP Address

    by iccold
    Replies
    3
    Views
    665

    Hah... I was thinking of doing that... the PHP...

    Hah... I was thinking of doing that... the PHP thing... but I thought it would grab only the IP of what it is calling... which would be the movie... but I guess it works and doesn't just record the...
  8. Thread: IP Address

    by iccold
    Replies
    3
    Views
    665

    BUMP... sorry if this seems like a totally...

    BUMP...

    sorry if this seems like a totally stupid topic... but I can't search flashkit for 'looking ip through flash'... because it only allows 3 letters and up... :(
  9. Thread: IP Address

    by iccold
    Replies
    3
    Views
    665

    IP Address

    Can you grab a client's IP address through flash a flash movie?
  10. Replies
    2
    Views
    818

    Hmmm, okay... that's totally weird. Maybe it...

    Hmmm, okay... that's totally weird.

    Maybe it just looks like it loads slow because I see the 'Preloading' thing all the time... oh well... :confused:
  11. Replies
    2
    Views
    818

    My SWF won't cache

    I have a little website located at: www.godfart.com

    My main-menu system seems to have a problem caching. It worked fine and dandy on this one server, and now we switched to a different one and all...
  12. Thread: HTML Problem

    by iccold
    Replies
    0
    Views
    928

    HTML Problem

    Either I'm blind as a bat, or I'm totally stupid... but I have a problem with some HTML and I cant seem to spot it...

    I'm modding a forum to match my layout... I thought it was easy... but only...
  13. Replies
    6
    Views
    378

    Just one thing... the fonts are waaaaay too...

    Just one thing... the fonts are waaaaay too small...

    Do relative font-sizes... for 1280 x 1024 people like me... :D
  14. Replies
    6
    Views
    408

    Looks very nice... the wooshes, the fading, and...

    Looks very nice... the wooshes, the fading, and the colour are all awesome during the transitions... site is clean-cut and very elegant... I couldn't do any better...

    It was a pleasure to navigate...
  15. Replies
    1
    Views
    388

    It's an interesting game... I love the ole...

    It's an interesting game... I love the ole arcadia concept... but the motion is waaaaay too blocky to enjoy.

    If the motion was more smooth and subtle... and explosions were neater... and enemies...
  16. Replies
    1
    Views
    412

    New site layout? Yup...

    I opted-in for a new site layout... I know I went out on a limb when only supporting 1024 x 768 and up... but it was getting on my nerves when the content I want to put in wouldn't fit!!! ARGH... so...
  17. Thread: Webcam archive?

    by iccold
    Replies
    2
    Views
    751

    Even a simple round-about idea to fease this into...

    Even a simple round-about idea to fease this into making could help... :( anyone?
  18. Replies
    3
    Views
    813

    The way I always do this was to return distinct...

    The way I always do this was to return distinct set of id's. Then with each id I would query the database again to find out the views... inserting all these values into an associative array... with...
  19. Thread: easy question

    by iccold
    Replies
    3
    Views
    740

    Use the date() function in PHP... $date...

    Use the date() function in PHP...




    $date = date("n/j/y");



    That code assigns the $date varible with a date in this format... m/d/yy...
  20. I don't know much about variable loading... but I...

    I don't know much about variable loading... but I heard you could append a variable to the movie directly through a query string like...

    flashmovie.swf?sid=(print sid)

    (Sorry I dont know any...
  21. Thread: Webcam archive?

    by iccold
    Replies
    2
    Views
    751

    I was wondering how people like......

    I was wondering how people like... http://www.camwhores.com are able to save only the updated ones. Do they have cronjob scripts that go like... every second? Because that'd be tough on the server,...
  22. Replies
    0
    Views
    641

    I want to use a bit of javascript to play a movie...

    I want to use a bit of javascript to play a movie after 6 images load... I got this javascript from http://www.entropicorder.com/cams/ :



    <script language="Javascript">
    <!-- hide
    var cams =...
  23. Replies
    2
    Views
    850

    The way Ilya showed you installs PHP2 and Apache2...

    The way Ilya showed you installs PHP2 and Apache2 as a CGI program... which is doubtfully much slower... but more secure and bugfree... It is used for production enviornments only...

    But if you...
  24. Thread: PHP OOP problem

    by iccold
    Replies
    0
    Views
    669

    I was coding a bit of PHP and I was looking at...

    I was coding a bit of PHP and I was looking at some OOP examples off a website, and I noticed that when they declared a new object like:

    $object = new object();

    Instead of:

    $object = new...
  25. Replies
    1
    Views
    596

    The prime choice for accessing MySQL and...

    The prime choice for accessing MySQL and administering them is a PHP app called phpMyAdmin. It can be found here.

    Also I'd check up on some tutorials at:
    PHP Complete
    Zend
    PHP Builder

    You...
Results 1 to 25 of 126
Page 1 of 6 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center