A Flash Developer Resource Site

Search:

Type: Posts; User: coopersita

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    264

    [F8] Test Flash version within Flash

    Hi,

    I have a movie saved as flash 8, in it I load an flv. In my first frame I'd like to detect the flash version of the user, so if they don't have flash 8+, it just says something like "please...
  2. Replies
    1
    Views
    365

    I gave it a try, and it seems to work, but only...

    I gave it a try, and it seems to work, but only locally (in my computer)...

    In frame 1 I have a stop, and a button with a play, and in frame 2 the FLVPlayback and another stop. In my computer it...
  3. Replies
    1
    Views
    416

    You can embedd html into a flash movie via...

    You can embedd html into a flash movie via LoadVars, that way the html can be generated dynamically. It doesn' have to be html, it can also be plain text, or even php.
  4. Replies
    1
    Views
    365

    [F8] When are symbols loaded?

    Hi,

    I made some videos (.mov), and I imported them into my movie via File > Import Movie. Then I chose "Progressive download from a web server", and I added a movie control skin.

    It's all...
  5. Replies
    0
    Views
    395

    Understanding linkage

    Hi,

    I'm trying to understand how shared libraries work.

    As far as I understand, you first make a flash movie with all your symbols, and then you can use the library from that file in other...
  6. Replies
    50
    Views
    127,023

    Sticky: lo8os

    There's a new site with a logo gallery:

    lo8os - logo inspiration, logo gallery and graphic design community

    You can post your logos and get feedback or just browse around.
  7. Replies
    7
    Views
    1,074

    There is nothing wrong with having a flash...

    There is nothing wrong with having a flash animation, but it's your logo, and you don't offer a text alternative.

    Chech this link:
    http://www.sitening.com/tools/seo-analyzer/

    It's an seo...
  8. Replies
    7
    Views
    1,074

    Aren't there there latvian places where you could...

    Aren't there there latvian places where you could register your site or promote it?

    I checked your site's code, and it's not very optimal for SEO. No headings (<h1> or <h2>), no alt attributes...
  9. Replies
    7
    Views
    1,074

    I checked your site, and you need to polish your...

    I checked your site, and you need to polish your SEO (search engine optimization).

    For example, check http://www.google.com/webmasters/guidelines.html and http://www.alistapart.com/articles/seo
    ...
  10. Replies
    7
    Views
    1,074

    Is it an all flash site?

    Is it an all flash site?
  11. Replies
    2
    Views
    2,203

    [RESOLVED] More sound FX per page

    I find that only 3 sound effects per page when browsing is too few. When you have to go through hundreds it becomes very tiresome to just have 3 at a time.

    Most sound Fx files are small.
  12. Replies
    14
    Views
    2,184

    I have a full time job, so I only freelance from...

    I have a full time job, so I only freelance from time to time. All my jobs so far have come from word of mouth as well.

    I found this interesting article that might help:
    ...
  13. Replies
    26
    Views
    2,937

    How about selling to game sites?

    I just wrote a simple game (over the weekend sort of thing). I've never really sold games before, so I have some questions about the business.

    From reading this thread some of my questions where...
  14. Replies
    4
    Views
    409

    You guys were right. I changed init(z) to ...

    You guys were right. I changed
    init(z) to
    return init(z) and it works now.

    Thanks
  15. Replies
    4
    Views
    409

    I didn't post all the code, just the relevant...

    I didn't post all the code, just the relevant parts. Z is defined in the //some math here portion.

    I only return in the if section, once it has finished running all recursions, otherwise I'll end...
  16. Replies
    4
    Views
    409

    return problems when using recursion

    Has anyone had problems with return when using recursion:

    I have the following code (simplified):


    function something(num) {
    this.num = num;
    this.convert = init(num);...
Results 1 to 16 of 16




Click Here to Expand Forum to Full Width

HTML5 Development Center