A Flash Developer Resource Site

Search:

Type: Posts; User: TheWaste

Page 1 of 20 1 2 3 4

Search: Search took 0.16 seconds.

  1. Replies
    9
    Views
    1,650

    Hi 5TonsOfFlax, Whoa! Thanks a heap for your...

    Hi 5TonsOfFlax,

    Whoa! Thanks a heap for your detailed example!

    This a elegant implementation of structure where an icon doesn't need perform actions such as loading oneself, making the classes...
  2. Replies
    9
    Views
    1,650

    Hi guys, Thanks for the responses! I'll reply...

    Hi guys,

    Thanks for the responses! I'll reply soon, I've just been flat out for the last few days.
  3. Thread: Passing focus

    by TheWaste
    Replies
    2
    Views
    1,132

    Passing focus

    Hi guys,

    I had a question regarding the 'passing' of focus.

    I have a class (more like a component) which contains a TextField.

    If I give 'focus' to the class, how can I send the focus to...
  4. Replies
    9
    Views
    1,650

    Hi 5Tons. Thanks for the reply! Doing a...

    Hi 5Tons.

    Thanks for the reply! Doing a little bit of research a singleton almost seems like exactly what I'm looking for... kind of...

    Singletons seem really handy, but they also seem very...
  5. Replies
    9
    Views
    1,650

    Fetching a string globally

    Hi guys,

    I just had a quick OOP theory question...

    For examples sake, say I have an 'Icon' class. When you set Icon's 'name' variable, it downloads the image (of the given name) from a...
  6. Replies
    1
    Views
    973

    Could you not merge all of the layers in one...

    Could you not merge all of the layers in one movieClip and print that? If it's an animation on the main timeline, just copy all of the frames (select a range of frames, right click, cut frames) and...
  7. Replies
    3
    Views
    1,220

    If you want to try duplicating the mc's over...

    If you want to try duplicating the mc's over several frames, try this:
    (If you want to see this code work, make a MovieClip in the library with the linkage name: 'clip')


    //Some variables about...
  8. Replies
    5
    Views
    3,384

    Don't feel rude asking whoever is helping you to...

    Don't feel rude asking whoever is helping you to go into more depth about explaining the question. Lately I've been making a habit of subscribing to a thread after I help someone in case the answer I...
  9. Thread: Data to php

    by TheWaste
    Replies
    4
    Views
    1,382

    Try changing the PHP file to 'GET' instead of...

    Try changing the PHP file to 'GET' instead of 'POST', then try typing the name/value variable into the URL (in your browser) to see if the error comes up.

    For instance:...
  10. Replies
    3
    Views
    1,220

    That's quite a broad question... If you are...

    That's quite a broad question...

    If you are duplicating A LOT of objects (I assume you are referring to MovieClips), a lot being more than several thousand, then you could considering creating the...
  11. Replies
    5
    Views
    3,384

    Considering most questions (especially the...

    Considering most questions (especially the complicated ones) take quite a lot of research, digging through resources, help documentation, etc, it only makes sense that a superior method of assistance...
  12. Thread: Data to php

    by TheWaste
    Replies
    4
    Views
    1,382

    Line 3 of the PHP code: ...

    Line 3 of the PHP code:

    printer_write($handle, $ datatoprint);

    Should be:

    printer_write($handle, $datatoprint);

    You have a space separating the '$' and the variable name (datatoprint)
  13. Replies
    1
    Views
    1,086

    Significantly brighter you say? That's odd. I...

    Significantly brighter you say? That's odd. I could understand some compression artifacts but... how significant are we talking here?

    Make sure that you are using the File > Import > Import to...
  14. Replies
    0
    Views
    1,951

    CS3 Noiseless microphone input?

    Hey guys!

    Well, since my last thread on reading iPhone UI inputs via Flash (exported for iPhone OS, of course...) I was trying to determine a way that I could get an external device to 'talk' to...
  15. Replies
    3
    Views
    1,067

    Update: Actually, I did find the WAVEncoder...

    Update: Actually, I did find the WAVEncoder class, but this code example seems to reference the wrong file.

    The WAVEncoder class appears to be part of the PopForge class package:...
  16. Replies
    3
    Views
    1,067

    That looks fantastic! Thank you for the effort...

    That looks fantastic! Thank you for the effort involved with the translation!

    However, CS5 is telling me there is no such class as 'pack.WAVEncoder', and searching on Google I can't seem to be...
  17. Replies
    3
    Views
    1,067

    Flash+iPhone inputs

    Hey guys

    Let's say I've got a soundboard application built in Flash. It works fine when ported to an iPhone/iPod Touch (exported via iPhone OS compiler in CS5)

    (Before you mention it, I know...
  18. Replies
    0
    Views
    966

    Circle+line intersection

    Hello FK'ers! Thanks for reading.

    So, I've been trying to wrap my head around circle+line intersection and having some troubles coming up with the right formula.

    Thanks to Tonypa's wonderful...
  19. Replies
    4
    Views
    9,150

    I've been screwing around with the header/content...

    I've been screwing around with the header/content types on the data and doing whatever I can to stop Flash from URLdecoding/escaping the data I'm sending it.

    While I'd still love to know if there...
  20. Replies
    4
    Views
    9,150

    Thanks for the response Moargrius. I'm not...

    Thanks for the response Moargrius.

    I'm not 'hip' enough for XML just yet. Long story short I've been working too long and hard to expand my technological horizons. Fingers crossed that will change...
  21. Replies
    2
    Views
    925

    CS3 Hi there Let me just start by saying that...

    Hi there

    Let me just start by saying that you're taking several leaps in front yourself asking how to set up an automatic e-mail system in Flash considering you seem to have not yet even learned...
  22. Replies
    4
    Views
    9,150

    Sending an array to Flash from PHP

    So I'm trying to send an array of values from PHP to Flash, but the problem is any character I could use to separate the values could potentially be in the value itself.

    Fine, no problem I...
  23. Replies
    92
    Views
    93,937

    Poll: Someone please tell me March Madness is coming...

    Someone please tell me March Madness is coming back... I demand a final battle! Seriously everyone just take a month off work... ;)
  24. Absolutely perfect. For years I had thought this...

    Absolutely perfect. For years I had thought this feature did not exist. Couldn't find it in the docs or online anywhere. When I'm dead gparis, I will haunt one of enemies of your choice. Thank you.
    ...
  25. [RESOLVED] Setting a function execution in Flash via text link?

    Is it possible in Flash to set a hyperlink (in a textField), and then have that link run a function within Flash (not Javascript)?

    I know one can easily launch a URL via a text link, or even run a...
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