A Flash Developer Resource Site

Search:

Type: Posts; User: HereNt

Page 1 of 5 1 2 3 4

Search: Search took 0.03 seconds.

  1. Thread: CF and flash

    by HereNt
    Replies
    5
    Views
    898

    The format of your CF page is perfect if you're...

    The format of your CF page is perfect if you're making an HTML site.

    The problem is how you're talking to the page. loadMovieNum is only to load swfs - you're loading a .cfm page into the root...
  2. Replies
    3
    Views
    864

    There's also a bunch of step-by-step stuff at...

    There's also a bunch of step-by-step stuff at Macromedia's site telling you how to do it with ColdFusion... If you don't want to learn PHP...
  3. Thread: CF and flash

    by HereNt
    Replies
    5
    Views
    898

    I'd use send and load, with your CF page set to...

    I'd use send and load, with your CF page set to surpress whitespace, and CFOUTPUT only, and

    < CFOUTPUT >sucess="true"</ CFOUTPUT>

    if the query worked.



    Send_vars = new...
  4. Replies
    3
    Views
    753

    I think that you'll probably want to use...

    I think that you'll probably want to use sendAndLoad instead of send - you need to know if they logged in okay or not...

    So you'd need something like this :
    ...
  5. Replies
    23
    Views
    1,965

    You can also work with people that know the job...

    You can also work with people that know the job that you want to do if you just request to work in that department...


    Do you think that doesn't happen when you have a real job there? That's...
  6. Replies
    23
    Views
    1,965

    I think it's something like curriculum of life......

    I think it's something like curriculum of life... what you've done... Been a long time since I took Latin, but I definatly know vitae is life... I've got aqua vitae tatood on my left arm (the...
  7. Replies
    23
    Views
    946

    Not really an expert on it or anything, but I...

    Not really an expert on it or anything, but I ALWAYS put a "code cannot be resued outside of it's intended use" as well as a definition of the intented use of the project in my projects... it was in...
  8. Replies
    14
    Views
    747

    Site I made is #1

    I'm in completly the opposite situation :

    I made a site for an exclusive Club downtown - they never gave me a meta description, or keywords... The people that visit their site should either be...
  9. Thread: Hahaha

    by HereNt
    Replies
    7
    Views
    485

    I'd bet he's selling sulferic acid or...

    I'd bet he's selling sulferic acid or something... that would disolve tumors...

    Now why doesn't ebay have a "this is fraud" link? You should be able to tell them that the item for sale is...
  10. its WAY cooler... and there's a global...

    its WAY cooler...

    and there's a global scope...

    probably doesn't help but that's what I like.
  11. Not exactly a component... but here's an FLA ...

    Not exactly a component... but here's an FLA

    http://website.lineone.net/~mitsos/site/flash/tutorials/upload/

    it looked like it could work. I found a better one earlier, but can't find it now. ...
  12. Replies
    3
    Views
    422

    Probably the easiest way would be to load in a...

    Probably the easiest way would be to load in a new HTML page with a new swf... change the button's target to the bottom page. Otherwise, you're looking at really icky javascript that I don't know.
  13. Replies
    44
    Views
    3,357

    You wouldn't happen to know if there's a public...

    You wouldn't happen to know if there's a public beta for people who aren't moderaterors, would you?

    As far as the graphics around the page content go, they did have stuff that let you change at...
  14. Replies
    17
    Views
    1,031

    I'm trying to learn Fusebox, and it's got a...

    I'm trying to learn Fusebox, and it's got a custom tag that you should use with cold fusion pages to make the url from ?mark on search engine friendly- basically converts all of the &'s to / so that...
  15. Thread: OK Truce

    by HereNt
    Replies
    9
    Views
    735

    I liked V4 a lot better, with the moving subjects...

    I liked V4 a lot better, with the moving subjects and such, but without a display of what the subjects were, it's kind of hard to tell. V2, I kept thinking that there were 4 buttons for the higher...
  16. Thread: Hosting Thread

    by HereNt
    Replies
    144
    Views
    12,401

    Experthost is my hosting company

    The company that I go through is www.experthost.com - they seem to be quite fast here in Minneapolis, but part of that could be the close proximity. They are hosted out of Canada...

    Anyway, the...
  17. Replies
    15
    Views
    1,523

    Makes perfect sence - just wonder why you don't...

    Makes perfect sence - just wonder why you don't like it? Won't that mean a lot more (and more interesting) work for all of us? I'm personally looking forward to it... but my dad probably would...
  18. Replies
    3
    Views
    425

    The advanced option is how I get most of my...

    The advanced option is how I get most of my values - but I learned this trick that makes it a little easier -

    If you set the tint to the color and percent of tint that you want (color > tint) and...
  19. Replies
    4
    Views
    391

    MUCH better.... if you're willing to take some...

    MUCH better.... if you're willing to take some time to learn it. You can do a lot more with it than you can with powerpoint, even if you're only doing slideshows.
  20. Replies
    12
    Views
    2,779

    Looking forward to the tutorial - didn't see...

    Looking forward to the tutorial - didn't see anybody in there, but the last post from CosmicEye showed up. Maybe more people should see the post then they could try chatting with it...
  21. Replies
    1
    Views
    435

    Hey - this worked at least with the scrollbar...

    Hey - this worked at least with the scrollbar component, I'm assuming that it does for the others, too:

    In order to get around the "export in first frame" that is needed by the Flash Components...
  22. The reason that it doesn't re-size is that you...

    The reason that it doesn't re-size is that you have to change the actual .text or .htmlText properties of the textfield, not just the variable. If you do something like :

    myText.text = "Your...
  23. Thread: Tagwall

    by HereNt
    Replies
    5
    Views
    541

    I think it's just a lot of people don't like...

    I think it's just a lot of people don't like working for credit - they prefer money.
  24. Replies
    6
    Views
    612

    Found a better version of it on a blog on...

    Found a better version of it on a blog on accident - takes you through step by step :

    http://www.developerdispatch.com/articles/protection.html
  25. Replies
    2
    Views
    1,362

    The easiest way is to make a link like this :

    The easiest way is to make a link like this :
    < A HREF="javascript:window.close( );" TARGET="_self" >Click Here To Close This Window< /A >

    You could also put the code in the onClick of a button,...
Results 1 to 25 of 118
Page 1 of 5 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center