A Flash Developer Resource Site

Search:

Type: Posts; User: NCD

Page 1 of 5 1 2 3 4

Search: Search took 0.09 seconds.

  1. Replies
    1
    Views
    785

    Need a hand with a question in backend

    Hey guys, I'm in a hover waiting on an answer about error handling with an ASP-mdb configuration in scripting and backend but no-one is browsing that forum. Could I get a hand so I can get something...
  2. Replies
    11
    Views
    1,465

    Pointelss post closed???

    I just saw a thread in the coffee lounge that was closed for being pointless....

    Isn't the whole lounge pointless? That's why posts in here don't count towards your post total, isn't it?


    Yea,...
  3. Replies
    1
    Views
    723

    mdb-ASP-Flash Normal error handling

    This is my first real attempt at doing dynamic content and so far it's not too bad. I have the mdb up and running and can add-fetch records just fine. But...

    I'm about to implement a primary key...
  4. Thread: One more post....

    by NCD
    Replies
    11
    Views
    856

    Well it was a winner... The newb wanted to...

    Well it was a winner...

    The newb wanted to know how to code frame 1 to make the movie play when it loaded. I was very polite but basically the answer was just don't put a stop() in frame 1 and...
  5. Replies
    1
    Views
    382

    The movie will always play unless you tell it to...

    The movie will always play unless you tell it to stop().

    Just put a stop action in frame 40 and you should be good to go.

    NCD
  6. Thread: One more post....

    by NCD
    Replies
    11
    Views
    856

    CF lounge doesn't count? But with the incredible...

    CF lounge doesn't count? But with the incredible educational value of the average CF post why not? :D

    Ok, ok, I'll go answer another newbie's question in general help!

    NCD
  7. Thread: One more post....

    by NCD
    Replies
    11
    Views
    856

    Ok, I posted somewhere else that the counter was...

    Ok, I posted somewhere else that the counter was stuck and it went to 100.... so I had to delete that post.

    Back to 99 again.... DOH!
  8. Thread: One more post....

    by NCD
    Replies
    11
    Views
    856

    It's still 99..... it's a conspiracy I tell ya, a...

    It's still 99..... it's a conspiracy I tell ya, a conspiracy!!

    NCD
  9. Thread: One more post....

    by NCD
    Replies
    11
    Views
    856

    It was 99 before this post... AND after it too? ...

    It was 99 before this post... AND after it too?

    I been robbed!

    NCD
  10. Thread: One more post....

    by NCD
    Replies
    11
    Views
    856

    One more post....

    It's only taken 2 1/2 years for me to get to this point but with one more post I'll qualify for an avatar!

    Hey, this IS one more post... whaddayaknow? :D

    NCD
  11. Replies
    13
    Views
    581

    Ummm, if it works, don't mess with it but you...

    Ummm, if it works, don't mess with it but you don't want to get into the habbit of using loadVariablesNum anymore since it'll be phased out eventually now that it's been repaced by the loadVars class...
  12. Replies
    1
    Views
    326

    Envoy I'd suggest porting this over to the AS...

    Envoy I'd suggest porting this over to the AS help forum. You'll probably get a better answer in 1/10th the time from that crew.

    NCD
  13. First: Dump the play command. I've never seen a...

    First:
    Dump the play command. I've never seen a jpg play very well. :D

    Check your syntax carefully... I don't think you need quotes around the word container since it's an instance name......
  14. Replies
    2
    Views
    431

    Check tutes on mouse trails. They should use...

    Check tutes on mouse trails. They should use similar logic but instead of following the mouse you're following the first ball.

    NCD
  15. Thread: Dynamic gallery

    by NCD
    Replies
    1
    Views
    354

    A search for tutes on "Back" in flashkit came up...

    A search for tutes on "Back" in flashkit came up with this:

    http://www.flashkit.com/tutorials/Actionscripting/Flash_5_-Ben_Prit-704/index.php

    Hope it helps.

    NCD
  16. Replies
    2
    Views
    431

    Just before the object tag that embeds the file...

    Just before the object tag that embeds the file use regular html center command and be sure to end the center after the end of the object.

    Just like any old html.

    NCD
  17. Thread: Navigation problem

    by NCD
    Replies
    2
    Views
    361

    I see at least half a dozen advanced techniques...

    I see at least half a dozen advanced techniques in there... from scripted motion with damping to advanced scrollers that lock into place.

    About the only thing they didn't do is dynamically...
  18. Replies
    2
    Views
    296

    I haven't done the tute myself yet but there is...

    I haven't done the tute myself yet but there is one that appears to be right up your alley in "FlashMX Magic" from New Riders Press. Pretty involved stuff.

    The whole book ran me $45 USD at Borders...
  19. Replies
    10
    Views
    1,091

    Well, good news and bad news.... The good news...

    Well, good news and bad news....

    The good news is that I've learned a lot more about this subject since I posted.

    The bad news is that there seems to be no sure-fire way to protect an swf. This...
  20. Replies
    0
    Views
    498

    Best start for newbie DB

    Hey all,

    I know AS ok but need to do a member DB that will have all sorts of characteristics for each member. I need to be able to run queries by those characteristics from a flash front end and...
  21. Replies
    24
    Views
    3,146

    Rentus yourselficus uno detectorous - metallicus....

    Rentus yourselficus uno detectorous - metallicus.

    NCDous
  22. Replies
    32
    Views
    2,804

    Do you have any sort of control over it? Is it on...

    Do you have any sort of control over it? Is it on your server or is there any code that allows you to shut it down remotely?

    As they said above... they don't get the fully working, final version...
  23. Replies
    10
    Views
    1,091

    If you're worried about people trying to use the...

    If you're worried about people trying to use the files offline you can always code a check within the movie using the loadVars object that checks the company's server for a variable located in a text...
  24. Replies
    3
    Views
    352

    No, just look in the debugger to see if any...

    No, just look in the debugger to see if any variables are set as "undefined". Sometimes, that can take a while to run doan.

    NCD
  25. Replies
    3
    Views
    434

    Got it. I created "called=0;" and then put...

    Got it.

    I created "called=0;" and then put this inside the inFade and outFade functions (one at a time but not both at once):

    called++;
    _root.trackAlpha.text=called;


    As you can see, it...
Results 1 to 25 of 125
Page 1 of 5 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center