A Flash Developer Resource Site

Search:

Type: Posts; User: sumwungye

Page 1 of 13 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    8
    Views
    2,070

    I'm trying to hide the source for anyone viewing...

    I'm trying to hide the source for anyone viewing the page, but if they go straight to the source file, then it will be visible. (Well, not in the end, but right now, that's the plan.)

    Where I...
  2. Replies
    0
    Views
    1,222

    OCD attack! ...help?

    So I guess this thread could become a list of people talking about their OCD attacks, either to ask for help about it or to amaze people with their obsessive compulsions...someday.

    Right now,...
  3. Replies
    8
    Views
    2,437

    I saw the thread-starting post for this thread,...

    I saw the thread-starting post for this thread, and I thought he was referring to FlashKit as what he found on StumbleUpon.

    Then I saw he had 1000+ posts here, and I was confused.

    Then I saw...
  4. Replies
    8
    Views
    2,070

    Hi Joshstrike, How would that defeat the...

    Hi Joshstrike,

    How would that defeat the purpose of frames? I've heard about a CSS z-axis value which can put content in front of content, but I don't know how well it would be able to make the...
  5. Replies
    8
    Views
    2,070

    Hi Rdoyle720, thanks for the reply :) An...

    Hi Rdoyle720, thanks for the reply :)

    An iframe is the same kind of idea of what I want, except by right-clicking inside of the area and viewing the source, it will show that embedded page's...
  6. Replies
    8
    Views
    2,070

    Embed a Webpage

    Hey all :D

    This is a pretty simple concept (poorly explained), but I don't know if it's possible to do.

    Can I have one webpage embed another webpage within? The catch is, when I go to view...
  7. Replies
    1
    Views
    1,456

    Hi, It seems to me like you'll want to use PHP...

    Hi,

    It seems to me like you'll want to use PHP to upload and to delete the pictures like you want.

    PHP Uploading Tutorial

    PHP Deleting Tutorial

    As for arranging the photos, you could do...
  8. Well, I did read the description, and I guess I...

    Well, I did read the description, and I guess I was sort of right about the encoding/decoding part (into/from binary).

    I would try it out, but I've already started rearranging my code to take the...
  9. Oh wow, board.flashkit.com went down after I...

    Oh wow, board.flashkit.com went down after I loaded this page, but right before I posted my response -_- Ohhhhhboy.

    So can I use this AS3 ByteArray object with this project (which I made in AS2)? ...
  10. Okay, so I managed to fix the sending of the...

    Okay, so I managed to fix the sending of the array "variables" (as it was the only array PHP was not fully receiving). I don't quite know how I did, but I did.

    Though, as it seems, PHP still...
  11. getURL("makeacard.php", "_self", "POST");...

    getURL("makeacard.php", "_self", "POST");
    stop();

    makeacard.php is also the page where the flash is embedded, so the getURL takes you to the same page, just with the POST data.

    If there is a...
  12. Okay, here's a strange thing that's been...

    Okay, here's a strange thing that's been happening as I prepare to send the pixels through to PHP.


    variables = new Array();
    variables[0] = "You";
    variables[1] = "Test";

    This code, in...
  13. import flash.display.*; var bmp:BitmapData = new...

    import flash.display.*;
    var bmp:BitmapData = new BitmapData(228, 348, false);
    bmp.draw(_root);

    I realized what was making it so slow!

    After adding setInterval into the mix of code to capture...
  14. Hello again :) So I've been working on getting...

    Hello again :)

    So I've been working on getting getPixel to save the color information into arrays inside my Flash project. (Meaning, I still haven't made it to the PHP part yet.) Right now, my...
  15. Hi Sneakyimp and Mneil and thanks for the...

    Hi Sneakyimp and Mneil and thanks for the responses :)

    file_put_contents looks like something that may work, though I'll have to test it. (And before I test it, I need to consolidate all the code...
  16. Replies
    3
    Views
    1,899

    Okay, so the only way I know of that makes that...

    Okay, so the only way I know of that makes that possible is something called innerHTML.

    What you'll need to do is consolidate all of your pages into one document. (It'll make more sense to use the...
  17. Swf Exports Image of Itself... Can PHP Save It on the Site?

    Hello all,

    So I recently found this article with some interesting code that does what I once thought was impossible. Basically, it creates a jpeg version of the swf with actionscript (And then...
  18. Replies
    2
    Views
    1,769

    Hi, Unfortunately, Flash does not have the...

    Hi,

    Unfortunately, Flash does not have the ability to move the cursor on its own. Though I know some files can (such as .exe), Flash cannot do that. (If Flash could move cursors, just think of the...
  19. Replies
    3
    Views
    1,899

    Hi, So when somebody clicks on a top link...

    Hi,

    So when somebody clicks on a top link (Home, About Us, Remixes, etc.) you want it to seamlessly load the page without refreshing everything?
  20. Hi, and thanks for responding :) I'm glad you...

    Hi, and thanks for responding :)

    I'm glad you liked the lyrics, though I'm sure more than geeks are able to understand and enjoy it.

    And I put 'band' in quotation marks because it's really only...
  21. Feedback for my song = greatly appreciated!

    Not to be a blatant spammer (after a long period of not being on Flashkit) or anything, but...

    "Deleted My Heart"

    ^ My entry into a contest on MySpace Music. My "band" is called Humanity's...
  22. Sorry, one more thing... Say I have an array...

    Sorry, one more thing...

    Say I have an array of 5 objects in javascript. I have a button that says "prev" and another, saying "next." how can i make it so that "prev" makes InnerHTML show the...
  23. Thanks! The InnerHTML was exactly what I needed :)

    Thanks! The InnerHTML was exactly what I needed :)
  24. @ Sneakyimp I'm only really using php for the...

    @ Sneakyimp

    I'm only really using php for the loading of the variables to be put into the textbox; I know the actual replacement of the text requires no php; I'm just saying that's the page type....
  25. PHP (+javascript?) button to change text w/o reloading page

    Hello all :)

    So, right now I'm designing a site with php, and I wanted to add a textbox with arrows on either side which, when clicked, will change the text in the textbox without having to reload...
Results 1 to 25 of 312
Page 1 of 13 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center