A Flash Developer Resource Site

Search:

Type: Posts; User: joran420

Page 1 of 20 1 2 3 4

Search: Search took 0.42 seconds.

  1. Replies
    5
    Views
    1,046

    inside the swf myButton.onPress=function(){ ...

    inside the swf

    myButton.onPress=function(){
    getUTL("javascript:document.forms[0].submit()");
    }

    then embed swf normally...should work assuming its the only form on the page
  2. flash media server ? dynamic files? content management?

    is there a way to use flahs or php or ssomething to dump a mp3/flv from local to the streams folder on my Flash media server?

    i mean without using an ftp client :P
  3. Replies
    24
    Views
    2,071

    hmmm i figured it would be more server intensive...

    hmmm i figured it would be more server intensive to rewrite the xml files over and over again....but apparently im wrong...so xml file rewriting would be the least intensive?
    good to know... i feel...
  4. Replies
    24
    Views
    2,071

    xml is about the worst option for this imho. I...

    xml is about the worst option for this imho. I would just set up a mysql database and set up a few linked tables...

    I dont think SO(shared object) is a very secure option if your at all worried...
  5. any bored ARTISTS looking for a (non-paying) project

    Im working on a game, for fun in my own time... Havent been at it that long its a tiled RPG thats a rip on that old game drug wars(where you buy drugs like they were stocks, avoid the police, etc)
    ...
  6. tweening it shouldnt have any affect on this...i...

    tweening it shouldnt have any affect on this...i think theres a different issue

    why dont you post the code including the tween
  7. Thread: "if" problem

    by joran420
    Replies
    2
    Views
    627

    on (release) { _global.x = "a"; play(); }

    on (release) {
    _global.x = "a";
    play();

    }
  8. Replies
    41
    Views
    2,960

    ^^ there thats the real reason they stopped...

    ^^ there thats the real reason they stopped taking cash payments...makes so much more sense now...I hate it...but i hate people who buy out stock so they can mark it up and sell on ebay even more......
  9. Replies
    7
    Views
    3,157

    google TonyPa Tile Engine and follow the tutorial...

    google TonyPa Tile Engine and follow the tutorial on making a tile game(then you can randomize your tiles a bit later)
  10. Replies
    41
    Views
    2,960

    I wonder if they did it because with credit cards...

    I wonder if they did it because with credit cards they can limit the number of phones 1 person can buy? so people dont go buy 100 phones (all a stores stock ) and put it on ebay?
  11. Replies
    41
    Views
    2,960

    not sure if thats a crack or not....but seriously...

    not sure if thats a crack or not....but seriously credit card companies watch what you buy and use you as marketing research...
  12. Replies
    41
    Views
    2,960

    I hate to see society moving away from cash as an...

    I hate to see society moving away from cash as an acceptable form of payment
  13. Replies
    13
    Views
    5,557

    I think its obfusicated(sp?) I always give my...

    I think its obfusicated(sp?)

    I always give my source code...unless i speciffically tell the client in advance the code will be extra. but thats me...that said not releasing the source is a...
  14. Replies
    3
    Views
    1,004

    the prototype goes somewhere at the top and just...

    the prototype goes somewhere at the top and just put in the shuffle right after you make the array

    /: GET XML
    var my_xml = new XML(); // create our xml object
    my_xml.ignoreWhite = true; // tell...
  15. Replies
    7
    Views
    591

    ahhh I didnt understand how it tied into...

    ahhh I didnt understand how it tied into cookies...now it makes more sense...I just didnt understand :P thanks :) I learned something new today
  16. Replies
    7
    Views
    591

    but you can set the session to expire whenever(I...

    but you can set the session to expire whenever(I know ive had sessions on my login script last weeks/months and i could do years...)

    so all you would do is have the session expire after 24...
  17. Replies
    7
    Views
    591

    ahhh I dunno that much about this stuff I was...

    ahhh I dunno that much about this stuff I was under the impression that sessions were serverside so you couldnt just delete a file on your pc
  18. Replies
    7
    Views
    591

    shared objects...but a savvy user could delete...

    shared objects...but a savvy user could delete the any cookie/Shared Object they wanted

    you should look at using sessions
  19. Replies
    3
    Views
    1,004

    Array.prototype.shuffle = function() { var...

    Array.prototype.shuffle = function() {
    var myArray = new Array();
    for (i=0; i<this.length; i++) {
    var control = true;
    while (control) {
    j = int(random(this.length));
    ...
  20. Replies
    2
    Views
    410

    var _mc=createEmptyMovieClip("holder",1);...

    var _mc=createEmptyMovieClip("holder",1);
    _mc.loadMovie("cp_crazypets.jpg");

    should load it just fine assuming cp_crazypets.jpg is in the same directory as the swf
  21. Replies
    13
    Views
    5,557

    as a programmer unless they paid a premium charge...

    as a programmer unless they paid a premium charge for the source Id say that is A-OK. If you bought an XBOX video game would you demand the source? or when you buy any program are you buying the...
  22. joranbeasley@gmail.com I may be interested in...

    joranbeasley@gmail.com

    I may be interested in some of those projects let me know what ya need ill let ya know whether i can help and how much it will cost
  23. Replies
    4
    Views
    483

    google "actionscript xml tutorial" to learn about...

    google "actionscript xml tutorial" to learn about XML interaction with flash
    then google "MovieClipLoader actionscript"

    should give you enough to get the job doen
  24. Replies
    2
    Views
    474

    startDrag( target ,[ lock , left , top ...

    startDrag( target ,[ lock , left , top , right , bottom ] )
  25. Ive had lots of experience with XML/PHP/mySQL ->...

    Ive had lots of experience with XML/PHP/mySQL -> FLASH , however im only a coder i cant really do graphix for you . I charge very reasonable rates I dont have much of a portfolio since many of my...
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