A Flash Developer Resource Site

Search:

Type: Posts; User: VAYKENT

Page 1 of 20 1 2 3 4

Search: Search took 0.36 seconds.

  1. Replies
    5
    Views
    2,800

    Ffmpeg

    Ffmpeg
  2. Replies
    6
    Views
    894

    I still haven't figured this out... even my...

    I still haven't figured this out...

    even my flash web sites work more efficiently, even besides the dragbar, in IE.

    I would really like an answer to this.

    try this page out in mozilla vs IE:...
  3. Replies
    2
    Views
    547

    this will call the trace function only if both...

    this will call the trace function only if both the specified keys are down



    myListener = new Object();
    myListener.onKeyDown = function() {
    if (Key.isDown(Key.CONTROL) &&...
  4. Replies
    9
    Views
    603

    Holy Pisser!!! Dude - that friggin rocks! ...

    Holy Pisser!!!

    Dude - that friggin rocks!

    Is all that code yours???
  5. Replies
    1
    Views
    1,263

    XML is not a programming language. XML is a...

    XML is not a programming language.

    XML is a way to create your own markup format to describe data.
  6. Replies
    2
    Views
    2,729

    I'm a bit confused - I don't think this has much...

    I'm a bit confused - I don't think this has much to do with XML in Flash, since Flash doesn't currently support XSL...
  7. Replies
    3
    Views
    1,979

    Is Moocks server too complex? My brother wrote...

    Is Moocks server too complex?

    My brother wrote a basic XMLSocket server in Java (I think based in part on Moocks), but it might be simpler... and he might still have the source.

    If you're...
  8. Replies
    3
    Views
    1,979

    It's very difficult to find someone to host an...

    It's very difficult to find someone to host an XMLSocket server.

    Security issues, permissions, blah, blah...

    If you're wanting to develop XMLSocket apps, your best bet is to either use an...
  9. Glad it ended up working out... sorry I couldn't...

    Glad it ended up working out... sorry I couldn't help more. :)
  10. :) What you meant to say then was - my custom...

    :)
    What you meant to say then was - my custom code fails to retrieve the correct data - not Flash fails to load the XML.
    :)

    Loading and parsing the XML took place correctly, but without...
  11. Could you describe what you mean by - '...fail to...

    Could you describe what you mean by - '...fail to load the xml...'? What are the trace statments inside the handleload function returning?
  12. You need to use the onLoad handler... loading XML...

    You need to use the onLoad handler... loading XML is asyncronous - it'll happen when it happens... the code will keep going even if the XML doc hasn't finished.



    brochureXML = new XML();...
  13. Replies
    2
    Views
    1,666

    Do you have any sample code that you're using?

    Do you have any sample code that you're using?
  14. Replies
    6
    Views
    3,205

    $query="SELECT * FROM table WHERE ID='1'"; ...

    $query="SELECT * FROM table WHERE ID='1'";
    echo "<response>";
    $result = mysql_query($query) or die ("<status>bad query</status>");
    echo "<resultSet id='resultSet'>";
    while ($r =...
  15. Thread: Xml Book

    by VAYKENT
    Replies
    4
    Views
    893

    There are two sides. First - learning what XML...

    There are two sides.

    First - learning what XML is.

    Second - learning how your specific platform/language handles XML.

    So... normally for Flash and XML the ASDGMX is good enough.
    ...
  16. Replies
    1
    Views
    708

    Talk about opening the wrong bag of apples... ...

    Talk about opening the wrong bag of apples...

    You've stumbled into a _very_ bad area. Basically MS and Mozilla will never agree.

    Different browsers interpret DTD's differently... in one browser...
  17. Replies
    5
    Views
    1,504

    As for the original question... I know this...

    As for the original question...

    I know this sounds silly, but make all relative references into absolute ones... a lot of people have run into problems with scope issues. Try it.. see what...
  18. Replies
    5
    Views
    1,504

    Won't work?? myXML = new XML("

    Won't work??



    myXML = new XML("<top><!-- Comment --><inside/></top>");
    trace(myXML.firstChild.firstChild);


    Works just fine for me...
  19. Replies
    1
    Views
    783

    I celaned up your post a bit, so we could see...

    I celaned up your post a bit, so we could see everything... do you have a 'complete' snippet of the XML you're using?

    ... and this doesn't make much sense...


    if (nd.childNodes.length > 1) {...
  20. Replies
    2
    Views
    1,021

    I can't help with the ASP... sorry.

    I can't help with the ASP... sorry.
  21. Replies
    5
    Views
    1,504

    Do you have the code you're using that won't go...

    Do you have the code you're using that won't go from 5 to 6?
  22. Replies
    10
    Views
    2,056

    GET limits can be as low as 255 characters

    GET limits can be as low as 255 characters
  23. Thread: Simpler XML?

    by VAYKENT
    Replies
    1
    Views
    944

    There are shortcuts... use the attribute name...

    There are shortcuts... use the attribute name 'id', and give the node a value that is unique among all of the other nodes. You can then refer to it that way.

    See this thread:...
  24. Replies
    4
    Views
    2,101

    I'd say - not gonna happen. You'd need...

    I'd say - not gonna happen.

    You'd need something inbetween the two, so that they could communicate.

    If you wanted to export your Access DB in an XML format, then Flash could read that, but it'd...
  25. Thread: Forms, X-Forms

    by VAYKENT
    Replies
    1
    Views
    857

    XForms (as a part of XHTML 2.0), are not...

    XForms (as a part of XHTML 2.0), are not currently supported by a 'major' browser (although I think Mozilla had an implementation)... and definently not supported by Flash.
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