A Flash Developer Resource Site

Search:

Type: Posts; User: geraldineB

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. resolved with crossdomain.xml file

    I have resolved the issue , so I'll close the thread with it.

    I have to first correct one the info given in the previous post: The flash application was not receiving XML data back from the...
  2. database Queries not always working: query corruption?

    I admit, the subject line is not great, but that is how confusing it is.

    My application loads XML files from a database on the database programmer' server, and this works all properly here, at...
  3. Hey, Thanks to answer ! I tried to delete and...

    Hey, Thanks to answer !

    I tried to delete and create a new MC (mc_frame) , but no changes. Just so you know, it is a "empty" symbol: nothing in the timeline.

    the code for this symbol (mcFrame)...
  4. Problem: dynamically loaded Jpeg images "cropped"

    Hello all,

    I have a little problem when loading JPEG images in movieClip: the images I am loading have a black border around, but the right and bottom ones don't show. As if there was some...
  5. Replies
    5
    Views
    1,307

    Working NOW on local server. Still no luck on the web server

    I am finally getting the result I expect with my query sent from the server code.

    - What solved it is that I created another loadvars object to get the result: myResult

    In case somebody ever...
  6. Replies
    0
    Views
    1,048

    "&" in loadVars a problem on server side?

    Hello,

    I am having unsuccessful result when calling a php page and wonder if this is the result of having "&" in the web page I am calling. The problem only occurs with the loadvars object on the...
  7. Replies
    5
    Views
    1,307

    problem partly resolved, but still unexpected results

    Me again.

    I have modify my code on the server in the hope of getting more info (added onHTTPStatus and onData handler), and I did.

    1. Local test (both app and FMS are on my machine)

    Log...
  8. Replies
    5
    Views
    1,307

    dum me has check what ssas means, and I think I...

    dum me has check what ssas means, and I think I was on the right track by giving my server code. However, I have simplified my class, and still get the same result, so there it is:

    urlManager =...
  9. Replies
    5
    Views
    1,307

    Hi, I am using Flash Media Server 2 here is...

    Hi, I am using Flash Media Server 2

    here is the code I am using (not sure what SSAS means, assuming it is the code...). Hope this is what you were asking for. I have hilited the function and the...
  10. Replies
    5
    Views
    1,307

    loadVars client versus server code

    Hello there, I am not sure what I am doing wrong, but I do not get the same result if I use a loadVars object to load variables from a url from the server or from the client.

    Client return...
  11. The method I used is a bit different, and I'd...

    The method I used is a bit different, and I'd like to make sure that it is not bad coding.
    In the server code I initialise the gameID to 0.
    When the first user connect, the server call the client...
  12. I now figured out to create and access the...

    I now figured out to create and access the sharedobject created for each game.


    Thank's again for your help.

    geraldine
  13. This is some kind of R&D project, and to say the...

    This is some kind of R&D project, and to say the truth I am not sure where it will go...

    I think that for now the first solution will do, but I can't figure out how to create dynamically the...
  14. limit number of player in multiplayer game

    Problem:
    I have been asked to make a "X and Os" multiplayer game. As we all know this game requiered only 2 players.

    What I have come up with:
    The way I have started to code it, is by giving a...
  15. Replies
    1
    Views
    278

    figured out... Looks like the server on which...

    figured out...

    Looks like the server on which the project is was the problem. I got so frustrated, that I moved it on another server, and all is loading properly.
    And I am sorry, because I...
  16. Replies
    1
    Views
    278

    PLEASE HELP with jpg not loading

    function loadFile(thefileonmyserver){
    var loadingObj = new loadVars();
    loadingObj.load(thefileonmyserver);
    loadingObj.onLoad=checking;
    function checking(success){
    if success{...
  17. Replies
    0
    Views
    364

    loadVars object never loaded

    I am using the loadVars object to load a jpg, before using the loadMovie function to load it into my movieclip, upon success of the load.

    I also use another movieClip to track the amount of data...
  18. Replies
    3
    Views
    2,590

    the title should have been: geturl does not...

    the title should have been:

    geturl does not works if contains "/" in the path on the mac


    Finally found the problem.
    On the mac, the url was actually never pass along with the getUrl method,...
  19. Replies
    3
    Views
    2,590

    geturl does not work...it does!

    Never mind. I have just made a very small app that does just what I had describe, and it works on the mac. Must be something in my app!
    Will post if the problem is relevant.

    Sorry for the post in...
  20. Replies
    3
    Views
    2,590

    geturl does not work if url is dynamic

    this works :
    var theUrl = "http://expoflashmockup.i-mmersion.com/test/1599.html"
    trace ("the url = " + theurl);
    getURL(theUrl, "mpframe");

    this does not work:
    var theUrl =...
  21. Here is the swf. I previewd and lost the...

    Here is the swf. I previewd and lost the attachment...
    geraldine
  22. same text formatting, different result: -- Flash bug or my bug?

    This time, I will make a long story short. (I posted the same issue last week, but did not get any advice. Maybe because I did not explain the problem properly. Trying again. Please keep reading)
    ...
  23. text animation with multiple textField not perfect

    WHAT I HAVE TO DO:
    I am trying to do a text animation for dynamic text. The animation I have to reproduce consist in putting random caracter for each char of the text, and flip throught the alphabet...
  24. Replies
    2
    Views
    777

    Er, yeah, very good point... So not use to work...

    Er, yeah, very good point... So not use to work for the web!!!
    Here is the answer to that of the big boss: "There is a WMP that runs on Mac - Linux won't have much luck."

    Where you thinking that...
  25. Replies
    2
    Views
    777

    windowmediaPlayer ON TOP of flash

    My project involve a flash application into which the user navigate from 1 image to the next by clicking on "hotspots" on the displaid image.
    Some of the hotspots however, link to video rather than...
Results 1 to 25 of 40
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center