A Flash Developer Resource Site

Search:

Type: Posts; User: kamyab

Page 1 of 20 1 2 3 4

Search: Search took 0.14 seconds.

  1. Ever make a bad decision based on online info?

    Have you ever made a bad decision based on information you found online that turned out not to be reliable, accurate, or up-to-date? For example, taking poor financial / business, health, or personal...
  2. Replies
    1
    Views
    759

    Best way to store info in MySQL

    I'm creating a site where members can create their own photo galleries, and I'm going to use mysql to organize the photos.

    What's the best way to store the photo gallery information in the...
  3. Replies
    1
    Views
    704

    using php to extract text between tags

    How could I use php to extract text between tags?
    Say, for example, I have the following:

    bla bla bla bla start this text here end bla bla bla

    and I want to extract the text between 'start'...
  4. "This site is best viewed at 800x600 screen...

    "This site is best viewed at 800x600 screen resolution." :crazy:
  5. Replies
    17
    Views
    1,646

    http://bbspot.com/Images/News_Features/2004/04/sca...

    http://bbspot.com/Images/News_Features/2004/04/scammer/sesay_massaquoe.jpg
  6. It's up to you. If you want to have it as an...

    It's up to you. If you want to have it as an external .js file, put this in your html page


    <script language="JavaScript1.2" src="yourscript.js"></script>
  7. Replies
    2
    Views
    397

    What part of changing the text and images are you...

    What part of changing the text and images are you having trouble with?
  8. Replies
    4
    Views
    455

    http://www.videogamesprites.net/,...

    http://www.videogamesprites.net/, http://www.geocities.com/cyberfenrir/ look useful.
  9. The window is resized with javascript. You could...

    The window is resized with javascript. You could do something like this


    <script language="JavaScript">
    function resize()
    {
    window.resizeTo((screen.availWidth),(screen.availHeight));...
  10. Replies
    2
    Views
    505

    http://www.google.com/search?hl=en&ie=UTF-8&q=flas...

    http://www.google.com/search?hl=en&ie=UTF-8&q=flash+transparent+background&btnG=Google+Search
  11. Thread: cool buttons

    by kamyab
    Replies
    1
    Views
    468

    Put a movie clip in the "over" state of the button

    Put a movie clip in the "over" state of the button
  12. Replies
    3
    Views
    762

    The part highlighted in red is wrong. Again, it...

    The part highlighted in red is wrong. Again, it needs to be ==, not = =
  13. Replies
    19
    Views
    977

    I'm not sure what you mean by that. I don't use...

    I'm not sure what you mean by that.
    I don't use ipowerweb.com myself, one of my clients does. I have used their live chat before and that's pretty handy. That's about all I can say about their...
  14. Replies
    22
    Views
    1,466

    Broken Spindles...

    Broken Spindles
    http://www.saddle-creek.com/bands/brokenspindles/
  15. Replies
    3
    Views
    762

    It's because you have a space between = and =...

    It's because you have a space between = and =
    Try (_framesloaded == doneLoading) instead of (_framesloaded = = doneLoading)
  16. Thread: Bandwidth

    by kamyab
    Replies
    1
    Views
    584

    Re: Bandwidth

    Right.

    That uses bandwith, too.
  17. Replies
    2
    Views
    667

    Chmod is basically a command that changes the...

    Chmod is basically a command that changes the accessibility of files/folders (so different groups can read, write, or execute them). I'm not sure how many ways there are to chmod a file, but I chmod...
  18. Replies
    19
    Views
    977

    I've heard ipowerweb.com is pretty good.

    I've heard ipowerweb.com is pretty good.
  19. Try on(release) {...

    Try
    on(release) {
    getURL("http://www.mypage.com","_self");
    }
  20. Replies
    3
    Views
    467

    http://www.clydesonline.com/

    http://www.clydesonline.com/
  21. Thread: Back Button

    by kamyab
    Replies
    4
    Views
    569

    Make a button symbol and give it this action: ...

    Make a button symbol and give it this action:

    on (release) {
    getURL ("javascript:history.go(-1)");
    }
  22. Replies
    11
    Views
    741

    Great job on the menu. Smooth and intuitive...

    Great job on the menu. Smooth and intuitive indeed.
  23. Replies
    232
    Views
    7,139

    I'd like to see Nader's resume.

    I'd like to see Nader's resume.
  24. Replies
    11
    Views
    1,721

    Very nice in my opinion

    Very nice in my opinion
  25. Replies
    4
    Views
    830

    I'm using a calendar script (can be found at...

    I'm using a calendar script (can be found at http://keithdevens.com/software/php_calendar) and I'm trying to get days from my database onto it. That's why I need
    $daysInfo[day] =...
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