A Flash Developer Resource Site

Search:

Type: Posts; User: fakester

Page 1 of 3 1 2 3

Search: Search took 0.04 seconds.

  1. Replies
    3
    Views
    446

    ok, cool. I forgot that I could create my own...

    ok, cool. I forgot that I could create my own custom events. Thanks for the tips. I guess this is almost the approach I was taking (minus the custom events).

    Thanks again!
    Steve
  2. Replies
    3
    Views
    446

    Code Layout/Design pattern question

    I'm looking for suggestions on the best way to layout my AS code in an application I'm building. It's really a simple web design, but it's the first I've done using pure AS classes/files (none on...
  3. Replies
    13
    Views
    1,432

    The only way you can run this is using the php...

    The only way you can run this is using the php method is to either 1) have php running locally, or 2) put the output of the php script in a local text file and just try reading that in.

    After all,...
  4. Replies
    4
    Views
    2,064

    awesome! Thanks!

    awesome! Thanks!
  5. Replies
    4
    Views
    2,064

    I haven't had time to test it, but will these...

    I haven't had time to test it, but will these methods create a copy of my object or are they a reference?
  6. Replies
    4
    Views
    2,064

    getChild with custom classes

    I am using the new add/getChild methods with a custom class (that extends MovieClip) and am having some problems. I addChild without problem, but when i need to update the MC using a method of the...
  7. custom (external) class not recognizing textField as such

    I was in the midst of asking the following question, but found the solution before I submitted. Hopefully it'll help someone else.

    I have an MC that has several dynamic text fields (added via gui)...
  8. Apparently it can't be done (at least my any...

    Apparently it can't be done (at least my any means i've tried). When I got home, i exported to illustrator, then opened in illustrator, and pasted to flash.

    Thanks though...
  9. Replies
    0
    Views
    638

    Photoshop vector to flash

    How can I get a photoshop vector shape into flash (without using illustrator)?
  10. Replies
    4
    Views
    991

    www.templatemonster.com This place is great...

    www.templatemonster.com

    This place is great for ideas.
  11. How do I get a Photoshop vector shape into flash?

    I don't have access to Illustrator at work, and I want one of my custom photoshop shapes in flash. How do i go about this?

    Photoshop 7 and Flash MX

    I tried export paths to illustrator and...
  12. nope, doesnt work. But thanks for the tip of...

    nope, doesnt work. But thanks for the tip of using eval before assigning to the variable.

    Any other ideas?
  13. problem with dynamically assign onRollOver function

    Got a small problem with assigning onRollOver / onRollOut functions to movieclips in a for loop.

    Code sample:


    for(i = 0; i < num_squares; i++){
    clip = "window"+i;...
  14. College Students: Buy, Sell, Trade used textbooks @ Avoidthebookstore.com

    http://avoidthebookstore.com

    This is a site I created after years of getting ripped off by the university bookstore. It's better than amazon or half because you can market directly to students at...
  15. I think my uncertainty about what I was doing...

    I think my uncertainty about what I was doing made it difficult for me to ask the right question.

    I changed the include_path setting in php.ini to point to my includes dir and it is working ok.
    ...
  16. using leading slash with php on apache2 vhost

    What do I have to do to make
    require_once("/includes/some.inc.php")
    point to my virtual host root instead of the server root?

    My virt. host root is /srv/www/vhosts/scc/

    I have many layers of...
  17. Replies
    5
    Views
    953

    An application i'm building at work, why?

    An application i'm building at work, why?
  18. Replies
    10
    Views
    1,242

    if you are using "POST" in your actionscript, the...

    if you are using "POST" in your actionscript, the variables shouldnt be showing in the url, "GET" would make it do that.


    if you have access to php, use it.. i would choose it over asp every...
  19. Replies
    5
    Views
    953

    figured it out on my own.. if anyone cares: ...

    figured it out on my own..

    if anyone cares:

    select userID from user_study_role group by userID having max(roleID) < 9;
  20. Replies
    10
    Views
    1,242

    Not sure why the page isnt popping up, but I gave...

    Not sure why the page isnt popping up, but I gave you bad info for part of it.. it is LoadVars() not LoadVar().

    this page has some pretty good examples of how to do what you're trying to do..
    ...
  21. Replies
    10
    Views
    1,242

    I would just print them out in your asp page...

    I would just print them out in your asp page without doing anything else to start with.. you might need to replace the _self with _blank in the code a gave you above while testing.. this will force...
  22. Replies
    10
    Views
    1,242

    you need to package all the variable you are...

    you need to package all the variable you are sending from flash into a loadVars object and the use it within the send command.


    the action for your submit button should be like this:

    ...
  23. Replies
    5
    Views
    953

    Need help with a mysql query

    I think it would be easiest to do this using a subquery, but I am using mysql version 3.23 and cant upgrade at this point..

    I have a table user_role that relates a user to a role using the ID from...
  24. Replies
    3
    Views
    1,546

    well, my domain does not share any commonalities...

    well, my domain does not share any commonalities with the ssl domain, so that's out. You gave one word in favor of a completely secured site, how many words can you think against it? Also, back to my...
  25. Replies
    3
    Views
    1,546

    secure php sessionid

    I am having a problem with creating a secure session id for my site. The problem I am having is that I'm on a shared host plan, and when using ssl, the url prefix is different than my domain name....
Results 1 to 25 of 62
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center