A Flash Developer Resource Site

Search:

Type: Posts; User: Fontaine

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    388

    DataSet Event - after filter

    Hello
    I have a DataSet with a link to a Datagrid. I don't figure out which Event I should use to know when a filter of the Dataset is finished. I want to call a function when the filter is done.
    ...
  2. yes yes when the user push a button in the...

    yes

    yes when the user push a button in the flash movie I call with loadVariables or GetURL the php file that saves changes.

    Which file do you mean? I 'm saving an xml file and works fine also...
  3. I'm working on a local computer...

    I'm working on a local computer http://localhost/~Pat/write.php and used:
    _root.loadVariables("write.php", "POST");
    the two files are in the same directory and it always change the URL of the flash...
  4. xml.send to php without opening a new window

    I tried all the values (_top,_self,...) in the parameters of xml.send and it opens the PHP file. I need PHP only as backoffice for saving the xml file.

    What can I do to stay with the Flash window?...
  5. Replies
    2
    Views
    355

    I know but it's a Frame Number. We have a scenes...

    I know but it's a Frame Number. We have a scenes and inpractical to add all Frames of the scenes to have the exact Frame Number to be checked and when you insert a frame you need to change the frame...
  6. Replies
    2
    Views
    355

    A great challenge for you ... and me

    I'm trying to have a very good preloader. Keep reading the whole message.

    1- I want to test if a frame is loaded by his frame Label. The only solution is to use ifFrameLoaded().

    2- Now I want...
  7. Replies
    9
    Views
    444

    I forgot something. set the .txt to .asp . ...

    I forgot something.

    set the .txt to .asp .

    flashKit's Upload don't accept .asp as attachment .
  8. Replies
    9
    Views
    444

    it's impossible to modify a text file from flash....

    it's impossible to modify a text file from flash.
    I don't know about XML.

    an exemple of an asp as attachment
  9. Replies
    2
    Views
    409

    Should I addition the number of frames of each...

    Should I addition the number of frames of each scene to have the right frame number?

    I can't imagine why macromedia didn't have a work around for testing a frame if it's loaded.

    if you have a...
  10. Replies
    9
    Views
    444

    It's simple. Use the tutorial for retrieving data...

    It's simple. Use the tutorial for retrieving data from a database with ASP.

    The only thing you need to do in ASP is formatting the string like this:

    result= "&Name=" &...
  11. Replies
    2
    Views
    359

    I know that in Flash 5 and earlier a dynamic text...

    I know that in Flash 5 and earlier a dynamic text don't appear behind a Mask.
    I don't know in Flash 6 because they changed text fields as objects. I didn't try it yet.
  12. Replies
    2
    Views
    409

    special Preloader

    I'm very tired of searching how to do a preloader that checks if a frame (by Label) is loaded.
    Has someone an exemple?

    Now I try with Frame Numbers but I have problems too.
    I axplain you what I...
  13. Replies
    9
    Views
    444

    ASP101.com

    http://www.asp101.com/

    It's a great site for ASP.
  14. Replies
    0
    Views
    387

    Preload on Buttons

    I wrote a preloader that works fine in a seperate file and when I use it in a project it don't work. I don't know why.
    The preloader tests when the user push a button if the desired frame is loaded....
  15. Replies
    9
    Views
    517

    I know that I can use variable in a goto...

    I know that I can use variable in a goto statement but in my tests, the statement ifFramesLoaded don't work with the variable. When I use a string like ifFramesLoaded("Test") it works. I am 100%...
  16. Replies
    9
    Views
    517

    I tried it with ifframesLoaded and it didn't...

    I tried it with ifframesLoaded and it didn't work:
    ifFrameLoaded ( _root.Loader.LabelImage ) {

    When I set it with a String it works:
    ifFrameLoaded ( "test" )

    I tried the...
  17. Replies
    9
    Views
    517

    Now I understand my problem. It's impossible to...

    Now I understand my problem. It's impossible to use a variable as parameters for Scene and Label parameter.

    Is that right?
    If yes, it is impossible to generalize a movieclip for the streaming...
  18. Replies
    9
    Views
    517

    I tried it but it don't work for labels. if (...

    I tried it but it don't work for labels.

    if ( _root._framesloaded >= _root.Loader.LabelImage ) {
    _root.gotoAndStop(_root.Loader.LabelImage)
    } else {
    gotoAndPlay(_currentframe-2);
    }

    AND...
  19. Replies
    9
    Views
    517

    I'm trying to make a preloader that will work on...

    I'm trying to make a preloader that will work on all projects and want to be like this:

    It's a movie clip
    ->frame 1 : stop(); with no images
    ->frame 2 : no script with the a loading...
  20. It's very simple. The Scenes are only for...

    It's very simple. The Scenes are only for development. All the Scenes will be one after the other in the swf. You can't go to one scene when you press and than go to the seconde one when you release...
Results 1 to 20 of 20




Click Here to Expand Forum to Full Width

HTML5 Development Center