A Flash Developer Resource Site

Search:

Type: Posts; User: Dominum Belli

Search: Search took 0.02 seconds.

  1. Coldfusion supports file transfer, with the...

    Coldfusion supports file transfer, with the command:

    <CFFILE
    DESTINATION="c:\xxxx"
    ACTION="UPLOAD"
    NAMECONFLICT="OVERWRITE"
    FILEFIELD="FILEFIELD">

    only problem is that this works fine when...
  2. Run into an interesting situation. A new project...

    Run into an interesting situation. A new project requires a dbase to be built to store + display images. Certain people must be able to add new entries and upload the attached pictures to the server....
  3. Replies
    5
    Views
    1,495

    I've found that if I try and load a jpg into a...

    I've found that if I try and load a jpg into a blank movie then resize the movie, absolutely nothing happens.
    on (release) {
    loadMovie("10.jpg", "movieloader");
    movieloader._width=100;...
  4. Replies
    5
    Views
    1,017

    is there any way to play divx content within...

    is there any way to play divx content within flash mx??

    if not, is there a benefit to encoding a video to divx before importing into flash?
Results 1 to 4 of 4




Click Here to Expand Forum to Full Width

HTML5 Development Center