A Flash Developer Resource Site

Search:

Type: Posts; User: Mario Gran

Page 1 of 9 1 2 3 4

Search: Search took 0.10 seconds.

  1. Replies
    2
    Views
    1,338

    CS3 Yes, everything is rounded. I've worked with...

    Yes, everything is rounded. I've worked with pixel fonts many times with no problem.
    This thing with IE8 is very anoying.
  2. Replies
    2
    Views
    1,338

    CS3 pixel fonts blurred with IE8

    Hello,

    I have a Flash CS3 movie (AS2) wich uses pixel fonts. The text is within a movie clip that uses the tween class to move with ease. Whe I publish it, everything OK, the text looks very...
  3. Replies
    1
    Views
    654

    AC_RunActiveContent.js needed???

    Hi,

    Is there a way I can publish a Flash movie without generating the AC_RunActiveContent.js file?
    I think is not needed anymore. I'm on Flash CS3.

    Thanks
  4. Replies
    1
    Views
    485

    [F8] mouse right click

    Hi, I've seen a site that when you right click the mouse you get the contextual menu with a link to the company that designed the site and a text with the copyright.

    Example:...
  5. Replies
    0
    Views
    772

    CMS in Flash

    Hi,

    I've designed some sites in Flash, but now I also want to offer my clients the possibility of designing a CMS in Flash.
    I would appreciate if you could tell me where I could find good...
  6. Replies
    9
    Views
    2,339

    Thanks. Maybe I don't have to edit it. Any...

    Thanks.

    Maybe I don't have to edit it.

    Any other software, a part from Premiere, to convert it to FLV?

    My question is, once you have the video in FLV format is just a question of importing...
  7. Replies
    9
    Views
    2,339

    working with video for the first time

    Hi, I'm designing the site of a client that from time to time goes to some TV programs to be interviewed.
    He wants to have these videos on his web site. I've never worked with videos before and I...
  8. Replies
    4
    Views
    3,722

    Very laborious but it works.

    Very laborious but it works.
  9. Replies
    4
    Views
    3,722

    Thanks for the trick. I'll try that.

    Thanks for the trick. I'll try that.
  10. Replies
    4
    Views
    3,722

    pixel fonts and justify

    Hi, I love pixel fonts but they have to be aligned to the left, you can't justify them.
    Anybody knows any trick to "simulate" a justified text with a pixel font?

    Thanks
  11. Replies
    3
    Views
    419

    Finally I've used the Tween Class, cleaner and...

    Finally I've used the Tween Class, cleaner and less CPU usage.

    import mx.transitions.Tween;
    h = 1020;

    button actions:

    on (release) {
    var xPosT = new mx.transitions.Tween(mc, "_height",...
  12. Replies
    3
    Views
    419

    buttons actions???

    Hi, I want to resize a movie clip with ease and I place this code in the first frame:

    h = 1020;
    mc.onEnterFrame = function() {
    mc._height += (h-mc._height)/3;
    if (mc._height == h) {
    delete...
  13. Replies
    6
    Views
    642

    Thanks. Any good tutorials on building CMS in...

    Thanks.

    Any good tutorials on building CMS in Flash/PHP?
  14. Replies
    6
    Views
    642

    Opinion on using it. I know it's always better...

    Opinion on using it.

    I know it's always better to develop your own CMS, but for those who don't know much about php, xml and mySQL maybe it's a good tool.
  15. Replies
    6
    Views
    642

    [F8] Opinions on Flash CMS

    Hi, anybody have tried any of these two CMS for Flash?

    I'm really interested and I would be very pleased if someone could give me his opinion.

    Flashblocks: http://www.flashblocks.com

    fCMS:...
  16. Replies
    3
    Views
    611

    One more question. Is it possible to customize...

    One more question.

    Is it possible to customize the "box" where the adress is written and add, for example, the company's name?
    I've attached a picture (it's in spanish).

    Thanks
  17. Replies
    3
    Views
    611

    You're right. Thanks for your help!!!

    You're right. Thanks for your help!!!
  18. Replies
    3
    Views
    611

    [F8] Google maps

    Hi, I'm designing a contact form for a client.

    Is it possible to create a button that links you to the Google map showing the location of my client's office on the map (in a pop-up window)?

    If...
  19. Replies
    1
    Views
    424

    format of a .txt file

    Hi,
    I loading the text of a .txt file into a textfield. How can I give format to the text in the .txt file?
    Text in boldface, in cursive, line jumps, etc...
    Thanks
  20. Try to save the .txt file as Unicode codification.

    Try to save the .txt file as Unicode codification.
  21. Thread: Formail

    by Mario Gran
    Replies
    3
    Views
    722

    OK, what do you suggest? My server doesn't...

    OK, what do you suggest? My server doesn't support PHP.
  22. Thread: Formail

    by Mario Gran
    Replies
    3
    Views
    722

    Formail

    Hello, I'm using Formail to send to an email the values of some fields of a form in a Flash movie.
    Formmail by default uses the HTTP_REFERER header to make sure the form being submitted has...
  23. Replies
    2
    Views
    490

    I have the same problem. The formail works in a...

    I have the same problem. The formail works in a html file, but not in a Flash file.
    How did you fix it?
    Thanks in advance.
  24. Replies
    2
    Views
    424

    Thanks k/smaert, I've asked the company that...

    Thanks k/smaert,
    I've asked the company that does the hosting, and it seems that for a time Internet Explorer has problems to send info from a form. More info here:
    ...
  25. Replies
    2
    Views
    424

    form in Flash

    Hello, I've made one form in html, that works fine, that sends the values of some fields to an email adress. This is part of the code:

    <Form method="POST"...
Results 1 to 25 of 225
Page 1 of 9 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center