A Flash Developer Resource Site

Search:

Type: Posts; User: microcline

Page 1 of 6 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    0
    Views
    620

    Printing? How Do I.....

    I don't know whats up with this but if you can solve it you are the flash printing guru.


    Goal. I want to print have a web page where you can print airplane folding instructions.

    Problem. ...
  2. Printing in Flash so you fill an entire page

    Is there a way to have a flash movie print so that the entire page is filled without any boarder?

    I know about using #b and #p and that jazz but I can't seem to get my page to print to the full...
  3. Replies
    0
    Views
    296

    Changing loops to Watches

    I don't know how but I was hoping someone could show me how to change this looping movieclip script into a watch() so that I don't use up so much processor power.

    I have the following actions in a...
  4. Replies
    2
    Views
    277

    yes it could

    You'd need to use some code that is only recognized in flash 6 you could do this.

    put an input feild on frame one and ask the user to type into it.
    then add this action script to frame 1 make...
  5. Replies
    0
    Views
    279

    flash 6 detection and fullscreen mode

    hello out there.

    can someone show me how to do an html templete that will detect for flash 6 and allow you to launch your main movie into fullscreen mode.

    Thanks
    Jason
  6. Watch () lots of problems with this one!

    I don't know why but this piece of action script sucks and has kept me up nights trying to solve it.

    HELP ME PLEASE! :)

    function setupquestion (id, oldval, newval) {
    ...
  7. Replies
    4
    Views
    463

    Still doesn't seem to work?

    I still have the same problem. Here is my Actionscript, if you get a change to take a look that would be cool.

    Thanks for all your help

    function setupquestion (id, oldval, newval) {
    ...
  8. Replies
    4
    Views
    463

    didn't seem to work?

    Still doesn't work, I don't think I understand fully how the
    Watch() works,

    I know I have to use a function but I don't know too much about functions so maybe I'm doing something wrong there?
    ...
  9. Replies
    4
    Views
    463

    delay in the Watch () ?

    I don't know why but this isn't working the way I thought it should?


    _root.watch("vfield1", setupquestion);
    function setupquestion (id, oldval, newval) {...
  10. thanks for the code help

    thats great I'll try it out. Thanks for your time and help I really appreciate it.

    Jason
  11. Replies
    0
    Views
    296

    setting up a watch() object?

    I currently have code like this: check_decimal is my function I've written.

    _root.field1.onChanged = check_decimal;

    I want to change this code so that the when field1 updates it runs my...
  12. could you show me a bit more of the code for this?

    I'm not too familiar with this object thing.

    say I have a text field = field1 and it has data loaded to it either y or n. and I have a movie clip called mc1 that has two frames labeled y and n. ...
  13. It works :) thank you so much

    I didn't publish in flash 6 thats why it didn't work the first time.

    do you know if there is a way to watch a variable and not a text field? say I have a variable that can be either y or n and I...
  14. not sure what I'm doint wrong.....

    I tried it but it didn't seem to work for me?

    I've renamed my textfield bob and I added the action script.

    what does the Trace command do?

    bob1.onChanged = check_for_more_than_one_decimal;...
  15. using the Watch() function to check for a double decimal

    I have about 100 textfields that are limited to numbers and decimals only and only 8 characters long. I want to set up a watch() that trigers an error msg to display should anyone enter a a double...
  16. Replies
    6
    Views
    455

    1000 thank you's

    Thanks so much for all your help..... IT WORKETH!

    thanks alot
    Jason
  17. Replies
    6
    Views
    455

    It doesn't seem to work?

    I tried it but it doesn't seem to work?

    I made 4 input fields and named them field1...2...3..4 and it didn't work?

    any ideas what might be wrong?

    thanks again eh!
    Jason
  18. Replies
    6
    Views
    455

    How does that code work?

    Could you explain how the code works.... I've never used this before and I'd like to be able to understand how it works.

    Thanks for all your help
    Jason
  19. Replies
    6
    Views
    455

    Watch() ..... how would I use this?

    I have a data form for users to complete and I have several autocalculations that I don't want to run until certain textfields are filled in.

    For Example

    I have 4 fields, field1, field2,...
  20. Replies
    4
    Views
    415

    Thanks again

    I'll let you know when I have some work come up. Probably won't be for about 2 months.

    We're building an interactive web form and connecting it to a MySQL database. looking to connect the two...
  21. Replies
    4
    Views
    415

    Thank you wise one ;)

    It Works, Thank you a million times :)

    I don't know if you do contract work but I sometimes get overflow if your interested?

    My ICQ number is 14675282 its the best way to get a hold of me.
    ...
  22. Replies
    4
    Views
    415

    Variables to set movie instance

    I have this code

    _root.mcb[_root.pageno].gotoAndStop(1);

    I have a movie instance called mcb1 and a textfield on the main timeline called pageno and it equals 1.

    help me I don't know why it...
  23. Replies
    5
    Views
    438

    Its possible

    I think if you just create a text field and make it html you can do this.

    then you can use html in your flash movie to create a link to the file.

    hope this works and helps
    Jason
  24. Replies
    8
    Views
    543

    Cool Thanks so much

    I get it now :)

    Thanks for all your time and help with this.

    Jason
  25. Replies
    8
    Views
    543

    could you put up an example actionscript

    do you have an example action script using the loadVars object to load in a text file and display the variables in some text fields.

    Thanks
    Jason
Results 1 to 25 of 144
Page 1 of 6 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center