A Flash Developer Resource Site

Search:

Type: Posts; User: Wancieho

Page 1 of 16 1 2 3 4

Search: Search took 0.19 seconds.

  1. Replies
    1
    Views
    1,234

    Yo, checkout this indepth tutorial:...

    Yo, checkout this indepth tutorial: http://www.kirupa.com/web/xml/index.htm

    There are many tutorials out there to help with the basics.

    Btw, id avoid using attributes to much.
  2. Replies
    1
    Views
    11,300

    Rather use CDATA tags to make sure the "\" isnt...

    Rather use CDATA tags to make sure the "\" isnt acting as an "escape" in flash.


    <fpath><![CDATA[images\1.jpg]]></fpath>


    I dont think your slash is the right way I think it should be a...
  3. Replies
    2
    Views
    1,041

    The display function is getting called from...

    The display function is getting called from product but your document.write calling the display function is not passing a value so the return will be undefined.

    It looks more to me like theres a...
  4. Replies
    3
    Views
    19,447

    You may already know some of this but just...

    You may already know some of this but just highlighting from my experience:

    I created a chat room in flash a while back using a socket server and AS2. Not sure how much better AS3 handles sockets...
  5. Replies
    2
    Views
    10,306

    I dont agree that HTML5 will kill flash as its...

    I dont agree that HTML5 will kill flash as its still a long time till all users are running platforms that support it. What Im saying is that until IE6 is truly dead there will problems with using...
  6. Replies
    1
    Views
    6,749

    Whew dude, dont u wanna rather use a jQuery...

    Whew dude, dont u wanna rather use a jQuery plugin? I find fred carousel very easy to customize and already handles most implementations and events.

    I mean I could probably help you modify your...
  7. Replies
    7
    Views
    1,792

    Nah its nowhere near as tough as AS3. It does...

    Nah its nowhere near as tough as AS3. It does work a lot with objects and has its own syntax which you need to learn but you can always do a google search and theres almost always an example.
  8. Replies
    7
    Views
    1,792

    jQuery is a Javascript library so it would only...

    jQuery is a Javascript library so it would only work on mobile if the mobile supported Javascript. There are tutorials on the website: http://docs.jquery.com/Tutorials

    Im sure that website would...
  9. Not sure if there's a product like that out there...

    Not sure if there's a product like that out there but I think you could just use some custom server-side scripting and have events in the the client swf that fire when the server-side script updates...
  10. Replies
    2
    Views
    384

    Ye I took down the chat server.... My company was...

    Ye I took down the chat server.... My company was sposed to get a server cause ive been using my home pc. Project currently inactive so ignore thread.
  11. Replies
    2
    Views
    384

    www.orpnotcorp.com

    Let me know what you think. Still going to add more interactive features over time.

    ORP
  12. Maybe try this. You dont "have to" do away with...

    Maybe try this. You dont "have to" do away with the number names but personally its unnecessary scripting. Just increase totalItems value to cater for more items.



    on(release){
    var...
  13. Replies
    1
    Views
    447

    1) Not 100% sure what ur problem is but why not...

    1) Not 100% sure what ur problem is but why not use the Selection class and have an array that holds the order for the tab index?

    2) I dont use built in components but maybe somehow using...
  14. Replies
    4
    Views
    1,481

    I had the same problem a while back. Even though...

    I had the same problem a while back. Even though I understood my problem I wasnt sure how to fix it.

    The problem is that by creating a button event inside the class the button does not have...
  15. Replies
    0
    Views
    433

    [F8] Mouse right click.

    Ye ive read posts covering this topic and seen all the fixes and comments about the right click being disabled but I need to explain my problem and see if there's a solution.

    Just for interest...
  16. Replies
    1
    Views
    381

    [F8] Multiple fonts in text field.

    Is it possible to specify multiple fonts on 1 text field with a priority order? Like in CSS you would use: font-family: tahoma, arial, verdana, helvetica, sans-serif;

    Ideally I would like it to be...
  17. Thread: OOP forum?

    by Wancieho
    Replies
    65
    Views
    75,922

    Good job I like the post. Nice introduction. ...

    Good job I like the post. Nice introduction.

    As im a noob my posts will be more questions and not answers :) As to what I posted previously...

    Basically the question in my mind was. Why did...
  18. Thread: OOP forum?

    by Wancieho
    Replies
    65
    Views
    75,922

    Well, I think everyone is waiting on everyone to...

    Well, I think everyone is waiting on everyone to get it going......

    I could get it going with this question:

    Whats the difference between using:-


    import mx.transitions.Tween;
    new...
  19. Thread: OOP forum?

    by Wancieho
    Replies
    65
    Views
    75,922

    Ye sounds good.

    Ye sounds good.
  20. Thread: OOP forum?

    by Wancieho
    Replies
    65
    Views
    75,922

    Im just a noob to this so I won't be creating the...

    Im just a noob to this so I won't be creating the first post but I think maybe to simplify what you've said there:

    OO - FAQs, Resources & Best Practices

    People who are using OO already know...
  21. Thread: OOP forum?

    by Wancieho
    Replies
    65
    Views
    75,922

    1 suggestion: Keep the thread subject generic...

    1 suggestion:

    Keep the thread subject generic to OOP.
  22. Thread: OOP forum?

    by Wancieho
    Replies
    65
    Views
    75,922

    I dont think its the way it works its more about...

    I dont think its the way it works its more about the fact that its there. My latest post just keeps getting lost and I still have no answer.....
  23. .....

    .....
  24. Thread: OOP forum?

    by Wancieho
    Replies
    65
    Views
    75,922

    Totally agreed Taco. I have to keep posting on my...

    Totally agreed Taco. I have to keep posting on my own thread to keep it visible as its getting lost in noob questions :)
  25. Anyone? Before i land up creating my own class to...

    Anyone? Before i land up creating my own class to handle easing......
Results 1 to 25 of 381
Page 1 of 16 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center