A Flash Developer Resource Site

Search:

Type: Posts; User: atomique

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    397

    Changing font size

    I'm trying to create a function that will enlarge/decrease font size in a specific text box. Do I need to create the text area through actionscript? The text box is currently placed on the stage...
  2. Replies
    1
    Views
    1,976

    Figured it out. Needed to use ==.

    Figured it out. Needed to use ==.
  3. Replies
    1
    Views
    1,976

    Parsing XML into a string.

    I'm trying to parse some XML info in to a string and it doesn't appear to be working. Here's the code:


    var adXML:XML = new XML();
    adXML.ignoreWhite = true;
    adXML.onLoad =...
  4. Replies
    3
    Views
    1,808

    Nevermind, it works in flash player, but it...

    Nevermind, it works in flash player, but it doesn't work when exported from flash.
  5. Replies
    3
    Views
    1,808

    Loading as2 into as3... XML problem.

    I have an AS3 file where I load in an AS2 file. The AS2 file consists of the cover slider (like iTunes). It works great on it's own, but when I load it into an AS3 swf (using the AS2/AS3 bridge), the...
  6. Replies
    0
    Views
    1,318

    PHP JPEG attachment comes through as 0kb.

    Hello -

    I'm using flash to create a desktop wallpaper, and them using PHP to render the image and send it to someone. Everything is working fine, except that when the email is sent, the image that...
  7. Replies
    4
    Views
    920

    Alright, this is what I've come up with, but it's...

    Alright, this is what I've come up with, but it's still not working. Am I close?


    <?
    error_reporting(0);
    include("proc_form_vars.php");

    $toMail = procformvar("post","toEmail","");
    $toName...
  8. Replies
    4
    Views
    920

    Thanks, unfortunately I've looked at pretty much...

    Thanks, unfortunately I've looked at pretty much every tutorial on attaching images to php and I just don't understand it. I don't really work with php. If you can explain further, I'd really...
  9. Replies
    4
    Views
    920

    Attach on-the-fly JPG to email.

    Hello all -

    I'm trying to export an image from flash and send that image through email using PHP. The jpg is exporting just fine, but I am uncertain as to how to attach it to an email. I'm using...
  10. Replies
    3
    Views
    1,061

    Thanks! I was using onMouseUp. Seems to have done...

    Thanks! I was using onMouseUp. Seems to have done the trick!
  11. Replies
    3
    Views
    1,061

    [F8] Drag and Drop Bug?

    I'm creating a desktop wallpaper creator. There are sets of thumbnails on the left hand side, and the "stage" on the right hand side. When the thumbnail is dragged on to the stage, a larger external...
  12. Great, thanks! Only thing is now, the...

    Great, thanks!

    Only thing is now, the drag/drop doesn't work on the movieclips that are generated after the first one. I originally had it working by putting the drag/drop function in the mc that...
  13. Cool, thanks! I've gotten the drag/drop to...

    Cool, thanks!

    I've gotten the drag/drop to work. Attaching multiple MCs isn't working, though. I'm trying to load the external movie clips on to a stage, when I add one, the previous one still...
  14. Anyone? Also, I have several different...

    Anyone?

    Also, I have several different movieclips I want to load on to a stage. However, when one is loaded, the previous one disappears. I am using getNextHighestDepth when they are loaded. Any...
  15. Adding dragability to an attached Movieclip.

    I'm trying to add dragability to a movie I've imported from the library. It doesn't seem to be working. I gave it a .name value, but that doesn't seem to make a difference. When I trace it, it shows...
  16. Replies
    3
    Views
    521

    Thanks for your help. I'm still pretty confused,...

    Thanks for your help. I'm still pretty confused, though. First, I don't understand arrays so that option is out for me. I added the addBg variables as class-level variables and gave them .names -...
  17. Replies
    3
    Views
    521

    Help with Drag&Drop

    I am creating a custom wallpaper creator. I have a selection of 3 possible backgrounds. The way I have it set up, an external AS file places three thumbnails on the page. When the thumbnails are...
  18. Replies
    3
    Views
    758

    Thanks for your help. Unfortunately, now the...

    Thanks for your help. Unfortunately, now the questions aren't showing up and the only answer option showing up is "D" but it's in the "A" button. Also, the buttons were forwarding to the next...
  19. Replies
    3
    Views
    758

    Dynamic positioning based on XML data.

    Hello all -

    I'm trying to put together a quiz in flash. The questions are fed in through XML. Some of the questions have video clips that correspond to the question. The video clip and the...
  20. Replies
    7
    Views
    420

    Awesome, that worked! Thanks! What does that...

    Awesome, that worked! Thanks!

    What does that mean? Parse Integer? Was Flash not always recognizing it as a number?

    This was my final code:



    on (release) {
    doorsSelected = "2";
  21. Replies
    7
    Views
    420

    on (release) { doorsSelected = "2"; if...

    on (release) {
    doorsSelected = "2";
    if (dimensionsWidth<=60 && project == "closetdoors"
    )
    {
    gotoAndStop("project");
    loadMovie(project+doorsSelected+"narrow.swf", "mcProject");
    } else...
  22. Replies
    7
    Views
    420

    Same issue. Thanks, though. Any other ideas?

    Same issue. Thanks, though. Any other ideas?
  23. Replies
    7
    Views
    420

    [F8] Weird "if" statement bug.

    Hello -

    I'm working on a flash piece using this code:



    on (release) {
    doorsSelected = "2";
    if (dimensionsWidth<="60" && project == "closetdoors") {
    gotoAndStop("project");
  24. Replies
    1
    Views
    742

    This is what I've started with: var...

    This is what I've started with:



    var projectType = function()
    {
    if (project == "wallslidedoors") {
    projectType == "Wall Slide Doors";
    } else if (project == "roomdividers") {...
  25. Replies
    1
    Views
    742

    Changing the output of a flash form.

    I have a flash form that uses several variables. Most of those variables are in standard flash coding format, for example the variable "wallColor" would have the options "seafoamGreen" or "skyBlue"....
Results 1 to 25 of 29
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center