A Flash Developer Resource Site

Search:

Type: Posts; User: ccoston

Page 1 of 4 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    1
    Views
    945

    Help with Flash/PHP upload options

    I have a working app that allows my client to upload h.264 videos to his web server along with descriptions, titles, thumbnail pics for the interface, etc. It also allows for them to create email...
  2. Replies
    0
    Views
    1,640

    FLVPlayback still grab for autoplay=false

    I often have issues and questions that people are gracious enough to answer here, so I thought I'd return the favor and post something interesting I found. Upon searching, I didn't find any good...
  3. Fixed... used moviecliploader instead of...

    Fixed... used moviecliploader instead of loadmovie so that I could utilize the "onComplete" event.
  4. I have it mostly working. However, I have this...

    I have it mostly working. However, I have this issue: This is all populating via an XML file, and the pictures are loaded into incrementally named created empty clips. I would like node 0's...
  5. Thanks! I forgot to check back here the last...

    Thanks! I forgot to check back here the last couple days as I was not actively working on the project. I came to the same idea you did. As I loop through the XML, I can just increment a variable...
  6. Design structure help (multiple loadmovie)

    I am designing a video player for a client that has a row of thumbs below the main player window. When hovering over any particular thumb, I want a still image (jpg) loaded into the main player...
  7. Replies
    3
    Views
    1,068

    I think I figured this out. Have to pass...

    I think I figured this out. Have to pass absolute URL of PHP, not relative path.
  8. Replies
    3
    Views
    1,068

    Any way to load PHP result as string?

    I frequently have the need to load external files into a string via PHP, using file_get_contents("<filename>"). This works great, but I have a desire to load a PHP page's output. Using...
  9. Replies
    7
    Views
    691

    Co-signing Josh's comments. Insignia, if you...

    Co-signing Josh's comments. Insignia, if you want quality work you need to expect to pay for it. Josh was just trying to point that out to you. Just because someone requires payment based on their...
  10. Replies
    2
    Views
    1,221

    Thanks Vexy. At first I couldn't get the code...

    Thanks Vexy.

    At first I couldn't get the code to work, but then I changed "\n" to "\r" and it's working now, inserting the break tags properly.
  11. Replies
    2
    Views
    1,221

    Detecting line breaks in textarea

    I am developing an admin tool for a client. There is a textarea in the tool that the client will type out a description for the video he wants to upload. This description sometimes might have a few...
  12. Replies
    0
    Views
    626

    XML in password protected directory

    Is there any way to pass credentials to a password protected directory (.htprotect or .htaccess) so that my users don't get prompted for credentials when the Flash app tries to load the XML file that...
  13. Replies
    0
    Views
    358

    radiobuttongroup reset

    I have a group of radiobuttons as part of a form that I would like to be reset to all unclicked when my form is submitted. I don't have the radio buttons being created via script, so I'd like to see...
  14. Replies
    1
    Views
    578

    XML to PHP via Loadvars

    Scenario:

    Pulling in XML data from external file.
    Adding a new node to XML file.
    On submit, the actionscript processes the change, does an XML.toString() to a Loadvars variable (let's say...
  15. Thread: CS3 actions

    by ccoston
    Replies
    2
    Views
    1,116

    Nevermind. I figured it out. I guess that's...

    Nevermind. I figured it out. I guess that's just a difference with AS 3.0, you have to code on the frame rather than on the object instance.
  16. Thread: CS3 actions

    by ccoston
    Replies
    2
    Views
    1,116

    CS3 actions

    I just upgraded to CS3 and I'm having an issue with Actions for movieclips when the project is set for Actionscript 3.0. I can't apply any actions to movieclips on my stage when in AS 3.0 mode. It...
  17. Replies
    1
    Views
    683

    XML in Flash to PHP for saving

    I have an email form that captures user data and emails my client with the information. Given the overwhelming response, my client wants to know if there is a way to organize the data in a database....
  18. Replies
    2
    Views
    810

    I understand that. However, in my client's...

    I understand that. However, in my client's videos, the FLV created by Flix is definitely softer on contrast. It's the equivalent of taking the source video and covering it with a white movieclip...
  19. Replies
    2
    Views
    810

    Flix Pro contrast problem

    I was wondering if anyone has had the same problem:

    My client uses On2 Flix Pro to encode his movies to FLV. The output drops the contrast of the video so colors aren't as vivid. Is this a...
  20. Replies
    2
    Views
    894

    I fixed it. I just needed to use a .clear() on...

    I fixed it. I just needed to use a .clear() on my container before loading the new clip into the netstream object.
  21. Replies
    2
    Views
    894

    One thing to note: I currently am using the...

    One thing to note:

    I currently am using the _visible property to show/hide the video player, rather than attachMovie and removeMovieClip. I'm thinking that might be a simple solution that kills...
  22. Replies
    2
    Views
    894

    playback glitch with multiple FLVs

    I have a site that has buttons that link to different FLV's. When a button is clicked, it launches the video player that takes up the whole window (the other buttons aren't available to click to...
  23. Replies
    2
    Views
    675

    "I'm stupid" wins. Had the antialiasing set...

    "I'm stupid" wins.

    Had the antialiasing set for readability. Change to "for animation" and it works fine.
  24. Replies
    0
    Views
    498

    combobox fadeIn

    I have a combobox that I've successfully skinned/styled. It looks great once it is at 100% alpha. However, I have a fadeIn function for it's parent movieClip that fades in all the form components. ...
  25. Replies
    0
    Views
    2,533

    ComboBox border problem (what I found)

    I searched a lot on this forum to find info on how to change the border of a comboBox component. No answers anywhere. I messed around and found that this code will remove the border, and I'm sure...
Results 1 to 25 of 78
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center