A Flash Developer Resource Site

Search:

Type: Posts; User: NETbreed

Page 1 of 20 1 2 3 4

Search: Search took 0.80 seconds.

  1. Replies
    1
    Views
    447

    Hiya, If you're an experienced Flash 5...

    Hiya,

    If you're an experienced Flash 5 developer then check out Flash 5 Upgrade Essentials from Friends of Ed. To quote the books description...



    I hope this helps!

    Regards,
  2. Thread: PHP GODS

    by NETbreed
    Replies
    13
    Views
    1,104

    Hi Ron, As a professional PHP developer (and I...

    Hi Ron,

    As a professional PHP developer (and I by no means speak for all of my kind) I wouldn't ever enter into a partnership of this kind. For me, it just doesn't make good sense. I'm looking for...
  3. Replies
    6
    Views
    726

    Hiya, In short, a proposal is what you'll do...

    Hiya,

    In short, a proposal is what you'll do for the client, how long it'll take you to do it, what you need from them to be able to do it, and by when, and finally how much it's going to cost....
  4. Replies
    4
    Views
    778

    Hi Folks, Most of us are savvy enough to avoid...

    Hi Folks,

    Most of us are savvy enough to avoid this kind of thing, but I thought I'd just post this for the benefit of our less experienced members.

    In July last year, a company called ZRW GmbH...
  5. Replies
    1
    Views
    1,591

    Hiys, This is possible using the new style...

    Hiys,

    This is possible using the new style formats feature of Flash MX. The easiest way to change the font etc. for the listbox is to use the globalStyleFormat object, which will alter the...
  6. Replies
    1
    Views
    577

    Hiya, Have a look at the Flash tab of the...

    Hiya,

    Have a look at the Flash tab of the Publish Settings dialog available via 'File >> Publish Settings' on the main menu.

    You should see a 'Compress Movie' checkbox, and ticking this will...
  7. Hiya, Unfortuantely the answer to this is...

    Hiya,

    Unfortuantely the answer to this is still a resounding no! Flash can still only communicate with the server via HTTP, which has no provision for write access (and it would be a jolly...
  8. Replies
    7
    Views
    787

    Hiya, Try something like this... ...

    Hiya,

    Try something like this...



    _global.filmTitle = new Array(
    "Crossroads",
    "Blade 2",
    "Bend It Like Beckham",
  9. Replies
    2
    Views
    655

    Hiya, As far as I knonw, there have been no...

    Hiya,

    As far as I knonw, there have been no improvements to the XMLSocket object other than speeding up the parsing of the XML data.

    Regards,

    Steve
  10. Hiya, The text alignment is part of the text...

    Hiya,

    The text alignment is part of the text format applied to a textfield...



    myTextFormat.align = "center";


    I hope this helps!
  11. Hi Ben, If I wanted to create some textfields...

    Hi Ben,

    If I wanted to create some textfields I'd use the following code...



    for (i = 0; i < 16; i++) {
    textX = i * 44;
    textName = "nametext" + i;
  12. Hiya, If you use the POST method when loading...

    Hiya,

    If you use the POST method when loading data, the browser will ignore any cached versions of the output it already has and fetch a new copy.

    Now, the trick is to get this without having...
  13. Replies
    6
    Views
    641

    Hi James, The answer to your question is, I'm...

    Hi James,

    The answer to your question is, I'm afraid to say, that it is not possible to load an SWF from another domain using loadMovie and then use that loaded movie to call scripts residing on...
  14. Replies
    6
    Views
    641

    Hiya, If the user is going to be online...

    Hiya,

    If the user is going to be online anyway, is there any reason you couldn't just point the Flash file at an emailer script on your website? Just have standard Flash textfields and use...
  15. Almost forgot...

    Welcome to the FlashKit forums! Enjoy your stay!

    Regards,

    Steve
  16. Moved to the Flash MX forum...

    You'll get a much better response here!

    Regards,

    Steve
  17. Replies
    1
    Views
    967

    Hiya, See my reply to this thread...

    Hiya,

    See my reply to this thread for correct usage of LoadVars(). If you still have problems then let me know!

    Regards,

    Steve
  18. Replies
    2
    Views
    2,345

    Hiya, Okay, let's suppose your mocie clip with...

    Hiya,

    Okay, let's suppose your mocie clip with the text fields in it has an instance name of 'form_mc'. Let's also assume that the textfields each have instance names (not variable names - this is...
  19. Replies
    5
    Views
    1,026

    Hiya, It's the bottom of the crossover section...

    Hiya,

    It's the bottom of the crossover section between the two legs of the X



    \ /
    \ /
    X
    /^\
  20. Replies
    4
    Views
    605

    Hiya, Just create an unused frame at the end...

    Hiya,

    Just create an unused frame at the end of your movie and shove an instance of each expoerted object in there. The problem is, if an exported symbol is set to not export in the first frame,...
  21. Replies
    4
    Views
    945

    Hi James, I'm still here :p I think your...

    Hi James,

    I'm still here :p

    I think your problem is linked to the fact that, under the Flash authoring environment, the PHP file will be opened using the filesystem unless you're using an...
  22. Hiya, The second argument in the call to...

    Hiya,

    The second argument in the call to sendAndLoad() should be the LoadVars() object that you want to receive the data, not a movie clip.



    myvars = new LoadVars();

    //These are variable...
  23. Thread: buttons

    by NETbreed
    Replies
    1
    Views
    349

    Moved to General Help...

    ...you'll get a better response here!

    Regards,

    Steve
  24. Replies
    1
    Views
    407

    Moved to Flash 5 Actionscript...

    ...you'll likely get a better response here!

    Regards,

    Steve
  25. Replies
    3
    Views
    847

    I would have to agree with MusicMan here. I have...

    I would have to agree with MusicMan here. I have developed in both PHP and ASP, and can say with certainty that, for me, the former is the better language. That said, a lot of this is about personal...
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center