A Flash Developer Resource Site

Search:

Type: Posts; User: cngodles

Page 1 of 6 1 2 3 4

Search: Search took 0.19 seconds.

  1. Replies
    0
    Views
    884

    PHP Session Variables Lost

    I have a file (login.php) that will not save new PHP session variables. There is scripting that accesses an API using fsockopen via a https connection. Could this be the issue?

    It's only this...
  2. Replies
    1
    Views
    942

    Generating Thumbnails from a Video File

    Hello,

    After a user has upload a video to my website, I would like to generate a number of thumbnails (5, 10, 15 seconds in) for the user to choose for use.

    Any good PHP scripts out there for...
  3. Replies
    2
    Views
    706

    Musicman, I'd have to say your about the...

    Musicman,

    I'd have to say your about the smartest development person I know, why spend so much time on the forums? You could be making millions! LoL.

    Thanks!
    Clint
  4. Replies
    2
    Views
    706

    + signs in URL causing bad URLS

    I currently load URLs into a flash movie to use as links. This one is giving me problems:

    http://www.reuters.com/article/pressRelease/idUS235226+30-Nov-2007+BW20071130

    When flash displays it,...
  5. Replies
    4
    Views
    821

    Nevermind, jumped the gun. It works fine.

    Nevermind, jumped the gun. It works fine.
  6. Replies
    4
    Views
    821

    So, something like this? var...

    So, something like this?


    var intervalId:Number;
    var duration:Number = 10000;

    function getMyData(){
    loadVariables ("http://www.400lb.com/development/clint/datasource1.php", 0);
    }...
  7. Replies
    4
    Views
    821

    General Scripting Question

    I've got a movie clip that is going to be pulling data from the Internet. It's a welcome message. There will be two variables. switch and welcome. The switch will display the welcome message if it's...
  8. When this happened to me, the only thing that...

    When this happened to me, the only thing that finally worked was holding down the Enter key until the 300 or so messages went away. Then it opened. I had to removed some currupted files from the...
  9. Replies
    4
    Views
    935

    I'm resubmitting this for review. ...

    I'm resubmitting this for review.

    http://www.15656.com/dev/balance/

    There has been quite a few updates making this very stable.
  10. Replies
    2
    Views
    876

    Haven't tried it yet, but awesomeness!

    Haven't tried it yet, but awesomeness!
  11. Replies
    2
    Views
    876

    PHP Search strings.

    Hello.

    Users imput tags into a single box. The rules are to make sure that tags are seperate by spaces. That's fine, but they also want to enter stuff like "the project" using quotes to make them...
  12. Replies
    1
    Views
    895

    The only way I could ever do this is to make an...

    The only way I could ever do this is to make an honor system based scoring. Your going to get swear words and super high scores though, unless you program it to watch for those sort of things.

    No...
  13. Replies
    1
    Views
    826

    Flash Project on a CD

    Hello,

    We have recently developed a POS CD Project that lets users add items to a cart, and print out an order form to send to a company. The first developer arranged all the data into a large...
  14. Replies
    3
    Views
    1,661

    Projector Scaling

    Hello,

    I want a projector file to run in full screen, however if it stretches, I only want the projector to fill out and not scale the movie.

    So, movie is 800 X 600. If the screen is 1600 X...
  15. Replies
    1
    Views
    658

    Answered my own question, for those who might be...

    Answered my own question, for those who might be interested:

    <?
    $string = 'Happy birthday [fkf.partner]1463[END fkf.partner] happy go lucky!';
    $first = strpos($string, '[fkf.partner]') + 13;...
  16. Replies
    1
    Views
    658

    Advanced PHP Question

    Hello,

    I'm not good at stepping slowly through data and matching strings, etc. I've created a PHP engine where I type a code such as flashkit.allrows and coding takes that and replaces it with a...
  17. Replies
    2
    Views
    672

    This is the one I always use:

    This is the one I always use:



    <?
    header ('Content-type: application/x-msexcel');
    // Connection Script here

    $sql = "SELECT * FROM TABLENAMEHERE";
    $excel = mysql_query($sql);
  18. Replies
    1
    Views
    728

    AJAX Idea for Web Stats

    As somewhat of a gimmick, I want to create a small AJAX based stat tracking tool that would display live page views as they happened.

    The basic concept is:

    * User views page on site.
    * Script...
  19. Replies
    4
    Views
    935

    That output it for debugging and development....

    That output it for debugging and development. It's just an option for me to putput my code. What browser where you using? I recently convered alot of it to AJAX so there may be new bugs.
  20. Replies
    4
    Views
    935

    Web Based Balance Sheets

    Hello,

    This project is about 10 months old. It's a PHP/MYSQL/JAVA balancer. I've still got lots of work to do on it, but I wanted a couple of reviews on it in it's current state.
    ...
  21. Replies
    14
    Views
    901

    Ok, lets revisit this again. What can anyone find...

    Ok, lets revisit this again. What can anyone find wrong about my site?

    http://www.15656.com

    I solved the rotation thing, it's now completly random.
  22. Replies
    1
    Views
    631

    PHP Special Scripting Tags

    I wanted to add a feature into a project I'm making that is similar to the tags that are in use here on this message board and/or wikipedia. Whereas Wikipedia uses something like {something}. The...
  23. Replies
    5
    Views
    1,202

    So, you would basicly set your box up like this:...

    So, you would basicly set your box up like this:


    <input type="checkbox" name="live_switch" value="y" <? if($live == 'y'){ ?>checked<? } ?>/>

    The checked portion is if you happen to get the...
  24. Replies
    4
    Views
    703

    I use this format:

    I use this format:

    <?

    echo "<?xml version=\"1.0\"?>\n";

    $sql = "QUERY";
    $query = mysql_query($sql) or die("Cannot query the database.<br>" . mysql_error());
    while($result =...
  25. Replies
    0
    Views
    634

    Javascript XML parse help

    I am currently using javascript to process my XML response using the AJAX method. I have my returned file output it's data like this:

    <response>Text</response>

    Then I can use this to get it......
Results 1 to 25 of 133
Page 1 of 6 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center