A Flash Developer Resource Site

Search:

Type: Posts; User: jon100602

Page 1 of 4 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    3
    Views
    496

    Not really, I'm using Verdana

    Not really, I'm using Verdana
  2. Replies
    3
    Views
    496

    text not rendering correctly

    Hi everyone,
    I have so much problem with text in flash !!!
    I put simple static text in a swf, I publish it, the text is correct.
    I call this swf from another swf, the text looks like mess !!!!
    ...
  3. [f8] creating a rating system for images

    Hi everybody,
    I created a picture gallery, I would like the people to rate each images on 5 stars.
    What could be the best way to proceed ?
    I thought maybe to write into an xml file but in this...
  4. Replies
    1
    Views
    473

    Flash + ranking

    Hi everyone,
    Is it true that you can't have a good ranking with search engine when you create your site in flash ?
    If yes, is there a way to get better ranking with flash ?

    Cheers
  5. Replies
    2
    Views
    499

    Flash screw up image

    Hi,
    I have a lot of problem with my images in flash.
    I put an image in a movie clip, the image looks fine.
    As soon as I run the project (ctrl-Enter) the image is clipped or cropped.

    I have 3...
  6. Replies
    0
    Views
    475

    loadSound [flash8]

    Hi,
    I'm using the loadSound to play a mp3 that is on a server.
    A pass the file in parameter.

    I put streaming to : true

    The thing is that the song is copied into the temporary Internet files a...
  7. Replies
    0
    Views
    447

    Update News section [FlashMX]

    Hi,
    I have to find a way to create a News section in a Web site that the customer will be able to update easily himself.

    My News section is a swf that contains movie clip.

    What is the best way...
  8. Replies
    1
    Views
    380

    antialias [flashMX]

    When I put text in flash I could choose between antialias and antialias text.
    On the stage I can see the difference between each other.
    When I publish my movie it doesn't seem to care about the...
  9. Replies
    2
    Views
    426

    e-mail [Flash MX]

    I would like to know how to send mail directly by Flash MX.
    I know that I could use the mailto:........
    But this is opening the outlook and everything.

    What I need is to post directly when you...
  10. Replies
    0
    Views
    351

    preloader [flashMX]

    My preloader bar doesn't follow the percentage, I guess the problem is in the last line. It goes at the end before the 100 % and then it start again.

    loadedBytes=getBytesLoaded();...
  11. Replies
    3
    Views
    390

    Thanks but I'm still having the same problem. My...

    Thanks but I'm still having the same problem.
    My preloader bar doesn't follow the percentage I guess the problem is in those line :

    frame = int((loadedBytes*100)/totalBytes);...
  12. Replies
    3
    Views
    390

    Preloader problem [flashMX]

    I have a problem with my preloader.

    When I run it on my pc it work well but when I run it from internet my preloader bar goes to fast to the end without following the percentage.

    Again it work...
  13. Thread: got focus

    by jon100602
    Replies
    0
    Views
    591

    got focus

    Hi,
    I've noticed that by default each button seems to have a yellow square when the focus is on that button.
    Is there any way to desactivate it ?

    thanks
  14. Replies
    2
    Views
    380

    FlashMX + vb6

    Hi,
    I need to add a flashMovie in a vb6 program.
    It worked well when I specified the path in the field property "movie"

    But this way I have to copy my swf on a disc.

    I'm looking for a way to...
  15. Replies
    0
    Views
    341

    FlashMX + vb6

    Hi,
    I need to add a flashMovie in a vb6 program.
    It worked well when I specified the path in the field property "movie"

    But this way I have to copy my swf on a disc.

    I'm looking for a way to...
  16. Replies
    1
    Views
    762

    FlashMX + VB6

    Hi,
    I need to add a flashMovie in a vb6 program.
    It worked well when I specified the path in the field property "movie"

    But this way I have to copy my swf on a disc.

    I'm looking for a way to...
  17. loading video from sqlServer database [flashMX]

    Hi,
    I would like to know if it is possible to load in a flash a video that is stored in sqlServer database.

    It's kind of a load on demand video, I would like to do buffering on this video.

    I...
  18. Replies
    1
    Views
    615

    xml problem [flashMX]

    Hi,
    I'm trying to get the data of my xml but instead of having only the data I got this.
    <Name>Soulier1</Name><Name>Soulier2</Name>

    Here's my code

    chart = new XML();...
  19. Replies
    1
    Views
    295

    duplicateMovieClip[flashMX]

    Hi,
    I tried to duplicate a movieClip when I clicked on a button.

    --Button

    on (press) {

    duplicateMovieClip(mcWin,mcWin+i,4);
    i +=1;
    }
  20. Replies
    0
    Views
    517

    passing variables to asp.net to flashMX

    Hi,

    I would like to know how to send data from asp.net to a flash mx project.(variables)

    thanks
  21. Replies
    1
    Views
    395

    unloading movie problem

    Hi,
    I have 3 swf :

    menu.swf : this one load page1.swf into an empty movieClip(mcMain)
    anim.swf : this one should unload page1.swf

    From my Anim.swf I'm not able to unload the page1.swf placed...
  22. Replies
    1
    Views
    326

    [flash mx] Variables and loadMovieNum

    Hi,
    I have created a menu by code, I draw line and animation by code.
    If I load myMenu.swf, everything works fine.
    But what I'm triying to do is to call myMenu.swf from main.swf

    In my main.swf...
  23. I don't have any variables in my main.swf. All...

    I don't have any variables in my main.swf.
    All the variables are in my menu.swf

    I know that this is hard to understand so here's my fla's if you want to take a look at it.

    If you try only...
  24. variable problem when using loadMovieNum

    Hi,
    I have created a menu by code, I draw line and animation by code.
    If I load myMenu.swf, everything works fine.
    But what I'm triying to do is to call myMenu.swf from main.swf

    In my main.swf...
  25. Big Problem with level, loadMovie, container

    Hi,
    I have 3 swf :

    main.swf
    menu.swf
    data.swf

    The main.swf contains menu.swf and data.swf.
    In the main.swf :
    loadMovieNum("data.swf", 4);
Results 1 to 25 of 90
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center