A Flash Developer Resource Site

Search:

Type: Posts; User: Fletch

Page 1 of 6 1 2 3 4

Search: Search took 0.25 seconds.

  1. AS3 Input box cursor location help needed - screenwriting app

    I've got this text input box doing all sorts of things but I'm having an issue with a particular function.

    I'm making a screenwriting application which has several screenwriting format buttons...
  2. Replies
    25
    Views
    21,951

    What happened to the links? They're all dead. I...

    What happened to the links? They're all dead. I could use this for my new site, but it looks lost
  3. Replies
    2
    Views
    5,689

    Hey, thanks for the reply. I got the...

    Hey, thanks for the reply. I got the eventlistener in there now... but the real problem still persists, how do I get it to do 2 columns? I guess what I'm trying to say is that the arranging of...
  4. Replies
    2
    Views
    5,689

    Image Arrangement from an Array

    I have a library of filmmaking tutorials that I am trying to make a website for. I would like to have something like http://www.gotoandlearn.com but all in flash.

    Here is my solution, but it is...
  5. Replies
    4
    Views
    1,604

    Good point. Thanks for the reply. At least I...

    Good point. Thanks for the reply.

    At least I can close the tilelist component and stop banging my head against the wall.
  6. Replies
    4
    Views
    1,604

    Are there any tutorials out there for creating...

    Are there any tutorials out there for creating your own tilelist-type displays?
  7. Replies
    6
    Views
    2,620

    Would this call the AMFPHP be a separate call...

    Would this call the AMFPHP be a separate call just for the file upload or can you include it in a call that uploads data from input boxes?
  8. Replies
    6
    Views
    2,620

    here is the PHP code I used for the file upload. ...

    here is the PHP code I used for the file upload. It works well, but I want it to be a function that I call from within AMFPHP. Can anyone help me make this work without having to have an additional...
  9. Replies
    6
    Views
    2,620

    is the PHP code for AMFPHP just the same as...

    is the PHP code for AMFPHP just the same as normal PHP?

    and then I use the call method in Flash to connect with that function in my code on my AMFPHP service?

    Is that the right thinking?
  10. Replies
    6
    Views
    2,620

    Upload method with AMFPHP

    I am using the following code from Adobe and it is working really well. I just don't know what AMFPHP code to use to save the uploaded image to a directory on my server. Can someone help me with...
  11. I actually found some good code here. Thanks for...

    I actually found some good code here. Thanks for anyone that was working on this. I figured I would post this back so anyone behind me would have an easier time.

    Here is the service that goes in...
  12. [RESOLVED] Flash - AMFPHP - Mysql Insert Question

    I am relatively new to databasing and AMFPHP so forgive me if all this sounds stupid.

    I have been scouring the web trying to find the best, most concise way of inserting data into a Mysql...
  13. Replies
    3
    Views
    493

    I could use this info my self. How can I have a...

    I could use this info my self. How can I have a user browse for a file on their computer and upload that to a database using amfphp and as3?
  14. Replies
    9
    Views
    2,112

    oh thanks, man. I've been wanting to do it in...

    oh thanks, man. I've been wanting to do it in mysql with amfphp. This will be great.
  15. Replies
    9
    Views
    2,112

    How would I integrate a dataprovider into this...

    How would I integrate a dataprovider into this code? I'm not too familiar with datagrids... if you can't tell.
  16. Replies
    9
    Views
    2,112

    You know what.. If you go back up through the...

    You know what.. If you go back up through the code, I just realized there isn't a dataProider. At least not one I can see.
  17. Replies
    9
    Views
    2,112

    yeah, it's strange. I know it's in this bit of...

    yeah, it's strange. I know it's in this bit of code, but I'm not sure what's going on. It knows how many items are in each of the selected categories in the xml... it just won't display them.

    ...
  18. Replies
    9
    Views
    2,112

    Datagrid Not Displaying XML Content

    I have an issue that I've been working with for hours and I can't solve.

    I have a combobox and a datagrid that are both populated by an xml. The combobox works perfectly. The datagrid is loading...
  19. Stepping through an Array with next and back buttons

    I'm working on a presentation type page that has a lot of animation in it. I've tried various ways to make the next slide and previous slide work but they've all had drawbacks.

    I've finally ended...
  20. THANK YOU!!! Have a Merry Christmas,...

    THANK YOU!!!

    Have a Merry Christmas, cancerinform!
  21. Here is a link to the Fla file if it makes it any...

    Here is a link to the Fla file if it makes it any easier.


    soundlibrary.fla
  22. One ListBox which populates the second ListBox

    my brain is mush. I've been staring at this for nearly 10 hours straight and I'm more confused now than ever. Someone with fresh eyes please look this over and help me out. Ugh.

    I'm trying to...
  23. Thread: File Download

    by Fletch
    Replies
    4
    Views
    812

    I'm having the same issue.

    Here is my code. I'm having the exact same issue. I have Flashplayer 9. I heard there is a bug in 10 when it comes to downloading or uploading files.


    function brochure(e:MouseEvent):void
    {
    ...
  24. Replies
    1
    Views
    313

    transcribing as2 to as3

    How would you make this code AS3?


    b3.onRollOver = over;
    b3.onRollOut = out;
    b3.buttText.buttonText.text = "RESUME";

    b4.onRollOver = over;
    b4.onRollOut = out;
    b4.buttText.buttonText.text =...
  25. Replies
    2
    Views
    310

    perfect. thanks a lot

    perfect.

    thanks a lot
Results 1 to 25 of 131
Page 1 of 6 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center