A Flash Developer Resource Site

Search:

Type: Posts; User: John

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. Replies
    5
    Views
    736

    a ha, TextField.setTextFormat(beginIndex,...

    a ha,

    TextField.setTextFormat(beginIndex, endIndex, textFormat);

    Godda remember to RTFM !

    Cheers again,


    John
  2. Replies
    5
    Views
    736

    Sounds good but... What if I wanted different...

    Sounds good but...

    What if I wanted different types of text formating? Like, 1 paragraph of text, then 5 bulleted items in the same text area? Otherwise whats the point in these TextFormat tools...
  3. Got it !!! In your PHP your XML Data will be...

    Got it !!!

    In your PHP your XML Data will be found in...



    $HTTP_RAW_POST_DATA


    Regards,
  4. Replies
    0
    Views
    509

    Hey, Ive been searching around for some help...

    Hey,

    Ive been searching around for some help regarding sending an XML document to PHP. From what I have gathered it is impossible. This is due to the fact that PHP cannot look at the header for...
  5. Replies
    25
    Views
    2,832

    I was pointing out, not correcting. I know my...

    I was pointing out, not correcting. I know my grammar aint no good :)
  6. Replies
    25
    Views
    2,832

    Taken from the 'info' section on praystation.com...

    Taken from the 'info' section on praystation.com

    'Joshua Davis who runs praystation, is a one-man research and development web-site.'

    Might need correcting :)


    Johny
  7. Thread: keyDown in IE ?

    by John
    Replies
    2
    Views
    660

    Tried that, still dosnt work. Thanks Anyway ...

    Tried that, still dosnt work.

    Thanks Anyway

    Johny
  8. Thread: keyDown in IE ?

    by John
    Replies
    2
    Views
    660

    Hi, Ive got some code that works fine in the...

    Hi,

    Ive got some code that works fine in the standard Flash Viewer (Projector) but it dosnt work in Internet Explorer...



    onClipEvent(keyDown){
    if(Key.getCode() == Key.ENTER &&...
  9. Thread: eMail Validation

    by John
    Replies
    0
    Views
    417

    eMail validator at your disposal... ...

    eMail validator at your disposal...



    String.prototype.emailValid=function(){
    var valid = true;
    var temp_count = 0;
    var badChars = "*|,\":<>[]{}`';()&$#%";
    for(i=0; i<this.length; i++){...
  10. Thread: matinee site

    by John
    Replies
    22
    Views
    1,703

    I was actaully refering to thier Matinee 2000...

    I was actaully refering to thier Matinee 2000 site regarding 3D. Thier 3d work was done before the release of all the automated vector rendering developments.

    Kind Regards,


    John Harding
  11. Replies
    2
    Views
    342

    Ello, Have you noticed that when there is...

    Ello,

    Have you noticed that when there is nothing really new to comment about then people just dig up the past and slate it?
    Just like the matinee and 2advanced ones in site check and many more....
  12. Replies
    14
    Views
    490

    Punani ? Regards, John

    Punani ?

    Regards,


    John
  13. Thread: matinee site

    by John
    Replies
    22
    Views
    1,703

    Also, Have you noticed that when there is...

    Also,

    Have you noticed that when there is nothing really new to comment about then people just dig up the past and slate it?
    Just like this post and the one about 2Advanced and many more.
    ...
  14. Thread: matinee site

    by John
    Replies
    22
    Views
    1,703

    Just a little comment on: 'They are just using...

    Just a little comment on:

    'They are just using a new found 3d technology and exploiting the #$%& out of it.'

    All the 3d effects on http://www.matinee.co.uk were made before the release of...
  15. Thread: the new Eval

    by John
    Replies
    2
    Views
    466

    Just a simple question. I would usually use...

    Just a simple question.
    I would usually use Eval("test_" + count).

    Whats the new syntax ?

    ["test_" + count] ?

    Regards

    John
  16. Thread: maxscroll bugs ?

    by John
    Replies
    9
    Views
    1,009

    Thanks for your responce, That is the way I do...

    Thanks for your responce,

    That is the way I do my Maxscroll functions at the moment but the problem lies in when the text field is updated it jumps to the top of the list causing it to jump.
    ...
  17. Thread: bug or /me lame ?

    by John
    Replies
    3
    Views
    597

    Hello, There are two things that need changing...

    Hello,

    There are two things that need changing in your script.

    First is change the line gotoand play (1); to gotoAndPlay (1); . Flash5 is very case sensitive. That should fix the looping...
  18. Thread: maxscroll bugs ?

    by John
    Replies
    9
    Views
    1,009

    Hello, Has anybody been playing with the...

    Hello,

    Has anybody been playing with the .scroll and .maxscroll properties?

    It seems if you change the content of a text field and try to get the new .maxscroll value its incorrect.

    Also, is...
  19. Replies
    5
    Views
    688

    I know, though im not a Javascript programmer, so...

    I know, though im not a Javascript programmer, so im just learning the syntax as I go :)

    Thanks for your comments :)

    John Harding
  20. Replies
    5
    Views
    688

    Hello all, This simple Eval Function dosnt...

    Hello all,

    This simple Eval Function dosnt seem to work...

    ---------------
    count = "1";

    while (count < 10) {
    eval("text" & count) = "pants";
    count = count + 1;
  21. Replies
    0
    Views
    512

    Hello people, Is there a robust/cross-platform...

    Hello people,

    Is there a robust/cross-platform Flash 5 detection script because no one could seem to get it 100% working for the Flash 4 player.

    Thanks in advance,


    John Harding
  22. Replies
    12
    Views
    1,586

    Hello, From my understanding XML is not...

    Hello,

    From my understanding XML is not executed on the server therefore it cant access a database directly. I have started doing some asp/pearl scripts that generate the XML format and connecting...
  23. Replies
    6
    Views
    590

    Many Thanks for all your replys niksah and Matt...

    Many Thanks for all your replys niksah and Matt Wobensmith. I now have a much greater understanding of the Flash5/XML data structure methods.

    Your help is much appreciated.

    Kind Regards,
    ...
  24. Replies
    6
    Views
    590

    Thanks for your reply niksah, Could you please...

    Thanks for your reply niksah,

    Could you please elaborate on the standard XML DOM methods? I am relativly new to XML so could you point me to some documents (offline or online) that goes into these...
  25. Replies
    6
    Views
    590

    Just a note to the other moderators, the code...

    Just a note to the other moderators, the code displayed is nothing to do with Macromedia Flash 5. Its just standard XML. I havnt even touched Flash 5 yet :)

    As I said, if this is an unanswerable...
Results 1 to 25 of 36
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center