A Flash Developer Resource Site

Search:

Type: Posts; User: chris_d00d

Page 1 of 2 1 2

Search: Search took 0.04 seconds; generated 57 minute(s) ago.

  1. Replies
    1
    Views
    691

    If I have a audio only .swf file set to stream...

    If I have a audio only .swf file set to stream and load it in to the main .swf file using loadMovie, would the main movie then be set to sync with the audio in the audio .swf?
  2. Replies
    4
    Views
    1,827

    z is a variable that holds a string so it can now...

    z is a variable that holds a string so it can now be thought of as a "quoted string."

    It should work . Maybe the problem is somewhere else in your script.
  3. variable could be a reserved word (I'm not...

    variable could be a reserved word (I'm not positive), but I wouldn't use it.

    Try this instead:

    var my_variable = "nnn";

    This sets the variable my_variable equal to the value "nnn", which you...
  4. Replies
    1
    Views
    959

    I need similar help! I've embeded the flash piece...

    I need similar help! I've embeded the flash piece via an ASP script that generates the email, but it wont show up at all. Thanks
  5. Replies
    1
    Views
    312

    Yes, you need to store the variable outside the...

    Yes, you need to store the variable outside the button, perhaps in another movie clip:


    (the button that sets the variable)
    on (press) {
    movie_clip.my_variable = "my_file.swf";
    }

    (the...
  6. thanks for the responses!

    thanks for the responses!
  7. I am doing a flash peice that will be used as an...

    I am doing a flash peice that will be used as an instructional tool to demonstrate how to use a certain peice of software. It's a very large project that is heavy on the audio end. There will be...
  8. Replies
    2
    Views
    697

    1- Use mp3 compression if it's okay for it to be...

    1- Use mp3 compression if it's okay for it to be Flash 4 or later. It's much smaller in file size.

    2- I'm not really sure I understand what you are asking, but it is very feasible to do what you...
  9. I bought Flash 5 for myself as soon as I...

    I bought Flash 5 for myself as soon as I relalized my boss was going to wait on buying Flash 5 for our entire design department. I've got it on my NT machine here at work, but I'm the only one with...
  10. Replies
    3
    Views
    599

    I don't expect clients to want flash 5 web sites...

    I don't expect clients to want flash 5 web sites until the plugin is packaged with the current versions of the browsers, which will probably be a few more months.

    I got flash 5 right away for my...
  11. I just finished working on a project where we did...

    I just finished working on a project where we did a Flash site and an HTML site for the same client. The flash site was designed first, then the client decided they wanted the HTML version for...
  12. Replies
    5
    Views
    620

    I assume you mean you have a .swf file that...

    I assume you mean you have a .swf file that contains the buttons that you want to embed in your web page so that it controls the webpage.

    Are you using a frameset environment?

    I've never used...
  13. Replies
    8
    Views
    5,174

    Thanks, but using asp for this site is out of the...

    Thanks, but using asp for this site is out of the question. We're just doing a front-end design for the client's intranet, so all of the backend will be handled by someone else.

    I think we're...
  14. Replies
    8
    Views
    5,174

    What's the best way to display the current date...

    What's the best way to display the current date and time in a flash peice? I have the JavaScript for date & time, but I need to make sure that it works on all platforms, including IE 4.5 for the...
  15. Thread: salary

    by chris_d00d
    Replies
    2
    Views
    915

    It depends on a lot of factors, geographical...

    It depends on a lot of factors, geographical location, experience, skill, and job requirements.

    From my personal experience, entry-level jobs for a full time position can start as low as 30k and...
  16. I would very much like to work in France (I lived...

    I would very much like to work in France (I lived in Tours in '96). I studied French for about 9 months while I was there. When I left I was fairly fluent, but I haven't kept it up too well in the...
  17. I'm an American who is interested in finding...

    I'm an American who is interested in finding employment in Europe as a web designer/programmer. I have a couple of years professional experience in the field and a decent-sized portfolio.

    I'm...
  18. Replies
    2
    Views
    506

    Thanks! I should have known that. I do now...

    Thanks! I should have known that. I do now...
  19. Replies
    2
    Views
    506

    I want to get a movie clip to go to and stop on a...

    I want to get a movie clip to go to and stop on a frame label. I've named the instance of the movie clip "events". Inside the movie clip I have set up 10 frames labeled event1 - event10.

    I've...
  20. Replies
    101
    Views
    23,576

    Andy Foulds amazes me. Definitely my inspiration...

    Andy Foulds amazes me. Definitely my inspiration site.

    http://www.foulds2000.freeserve.co.uk
  21. Actually, I was called in to "fix" a lot of the...

    Actually, I was called in to "fix" a lot of the code that was generated. The person who did most of the original coding used image ready and the way it was constructed wasn't too efficient. ...
  22. (the site in question: http://www.mindflex.com) ...

    (the site in question: http://www.mindflex.com)

    I'm beating my head against the wall trying to solve this little number. I know that this is more of an HTML question, but I'm gonna ask it anyway....
  23. Replies
    2
    Views
    442

    You don't put the action on the down state of the...

    You don't put the action on the down state of the button, instead you assign it to the button instance. Do this: take off the actionscript from the button symbol's down state.

    Now, drag a copy of...
  24. True to form, I figure it out the second after I...

    True to form, I figure it out the second after I post it.


    Flash didn't know which variable I was talking about when it was communicating to the MCs.

    I added a /:section and it worked.

    It's...
  25. I may figure this out before someone gives me an...

    I may figure this out before someone gives me an answer, but just in case, I'll post for some help...

    I have three movie clips that need to be told to jump to certain labelled frames based on the...
Results 1 to 25 of 38
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center