A Flash Developer Resource Site

Search:

Type: Posts; User: Taidaishar

Page 1 of 13 1 2 3 4

Search: Search took 0.06 seconds.

  1. Replies
    28
    Views
    7,844

    I didn't think about decompiling the SWF file. ...

    I didn't think about decompiling the SWF file. Yeah, I'll zip it up and attach it in a few minutes.
  2. Replies
    28
    Views
    7,844

    problem...

    I can't find the file... my work laptop just recently crashed and I had a backup, BUT the backup was made BEFORE I made this file.... so now I've lost it... which is bad news for me AND you. :(
    ...
  3. Replies
    28
    Views
    7,844

    Remember, this is using a server technology that...

    Remember, this is using a server technology that can only be tested on a server that supports PHP. I'll see if I can get around to uploading the file later today.
  4. Replies
    28
    Views
    7,844

    Ok. I'll see if I can't contact my provider and...

    Ok. I'll see if I can't contact my provider and see if they can update the filesize so larger files can be uploaded. Hopefully that will fix it. Thanks for the help.
  5. Replies
    28
    Views
    7,844

    I have another issue.... Is there a certain...

    I have another issue....

    Is there a certain limit on the file size that can be uploaded with this method? I mean, if we're talking 20MB, would that matter?

    The person that is trying to use...
  6. Replies
    28
    Views
    7,844

    @Taco Yahoo hosting, at least the hosting that...

    @Taco
    Yahoo hosting, at least the hosting that this site is on, does not support SimpleXML functions in PHP. So, that's a bummer.

    Anyway, I got it working. I'll post my PHP and the relevant AS3...
  7. Replies
    28
    Views
    7,844

    Okay. Here's what I have so far, and I have...

    Okay. Here's what I have so far, and I have everything working but the variable passing between the PHP and the Flash. What I mean, is that the songs2.xml file is showing only "null" as it's text. ...
  8. Replies
    28
    Views
    7,844

    Okay, so let me see if I get this.... You open...

    Okay, so let me see if I get this....

    You open the XML file with Flash, and then you add something to the end of it IN FLASH, and then send the entire thing back to PHP at which point it...
  9. Replies
    28
    Views
    7,844

    That worked. However, is there a way to make...

    That worked. However, is there a way to make this script edit an existing XML document? The reason I ask, is that my mp3 player is already using an XML document to get it's data, and it will likely...
  10. Replies
    28
    Views
    7,844

    So, I'm trying to just use a workaround and build...

    So, I'm trying to just use a workaround and build a string (of XML) and then just append that onto a file using fopen and fwrite. Here's my code that works and after it, I'll post my code that...
  11. Replies
    28
    Views
    7,844

    This church has their website hosted on Yahoo. ...

    This church has their website hosted on Yahoo. Any ideas how I would go about finding out the permissions on a folder through Yahoo hosting?

    And, no. Nothing is printed on the screen. The page...
  12. Replies
    28
    Views
    7,844

    Appending XML with Flash & PHP

    Hey all,

    I'm doing a church website and I'm trying to create an app where someone from the church can upload a preacher's sermon and it will be added to the mp3 player that I created (which is...
  13. Replies
    83
    Views
    13,957

    Scenic Route On a whim, you decide to take a...

    Scenic Route

    On a whim, you decide to take a detour down a lonely stretch of road so that you can enjoy the scenery. What you realize is that you've actually just driven OFF of the television set...
  14. Replies
    13
    Views
    1,070

    I think I just realized why it does that. If...

    I think I just realized why it does that.

    If you're skipping the second frame, it never actually runs that code. That code runs in the second frame whether you span that layer over multiple...
  15. Replies
    13
    Views
    1,070

    Actually, though it still may be the wrong way to...

    Actually, though it still may be the wrong way to do it, I think it fits in partly with the Object-Oriented approach. Though you have to reuse the listener code, you're not having to type all those...
  16. Replies
    13
    Views
    1,070

    Hmmm... I'm not sure if you have to redefine a...

    Hmmm... I'm not sure if you have to redefine a listener in each frame, but I've seen it done that way before. In either case, it fixed the problem.... for me anyway.
  17. Replies
    13
    Views
    1,070

    Oh, I get it now. For some reason, I wasn't...

    Oh, I get it now. For some reason, I wasn't getting the "main navigation" part. Here, take this code:




    btn_2d.addEventListener(MouseEvent.MOUSE_UP, btnHandler);...
  18. Replies
    13
    Views
    1,070

    In the "frame 3d" movie clip, I just added a...

    In the "frame 3d" movie clip, I just added a couple of trace statements to make sure they're working. There's a variable called "swfPathName". I traced it to make sure it had a valid url name in...
  19. Replies
    13
    Views
    1,070

    I can't even test the file without the libraries...

    I can't even test the file without the libraries you're using. I don't have "TweenMax". Have you tried tracing the button names from the 3rd frame to make sure they're registering correctly? Have...
  20. Replies
    11
    Views
    573

    I would put the code back the way it was, and...

    I would put the code back the way it was, and then do the exact same thing that i did with the depth. When a movieclip gets clicked, store it's current size in a variable and THEN make it larger. ...
  21. Replies
    7
    Views
    3,130

    Hmmm... I'm not sure what to tell you. Maybe...

    Hmmm... I'm not sure what to tell you. Maybe someone else has some other ideas.
  22. Replies
    7
    Views
    3,130

    First off, the Timer function is set in...

    First off, the Timer function is set in Milliseconds. So you're moving the thing 1 pixel every 8 milliseconds. That seems a little excessive.

    Maybe change it to 10 pixels every 80...
  23. Replies
    7
    Views
    3,130

    Sorry, can you post the code for the delay...

    Sorry, can you post the code for the delay function also?

    Do you have a working version that we can see?
  24. Replies
    7
    Views
    3,130

    Can you post your code for the scrolling? FYI,...

    Can you post your code for the scrolling?

    FYI, 30FPS is the maximum that flash applications will support... or something like that... maybe it's the max that most computers can use... I don't...
  25. Replies
    3
    Views
    464

    No problem.

    No problem.
Results 1 to 25 of 306
Page 1 of 13 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center