A Flash Developer Resource Site

Search:

Type: Posts; User: hartler

Page 1 of 6 1 2 3 4

Search: Search took 0.04 seconds.

  1. Thread: Cross Platform

    by hartler
    Replies
    0
    Views
    531

    Cross Platform

    I am currently making a dynamic menu tree that lauches PDF's in adobe reader. Everything works great on the PC side of things and Macs loaded with OS 9. It isn't until I test it on OS X that the...
  2. Replies
    0
    Views
    374

    Lfash tree component

    I was wondering if anybody would happen to know anything about the flash tree component. Specifically how to return a result with it/open a document on release. This action is not built into the...
  3. Replies
    4
    Views
    712

    do you guys know anything about opening PPT...

    do you guys know anything about opening PPT presentation from flash? Is it just a getURL commmand.
  4. Replies
    5
    Views
    508

    your file names need to be diffrent. Like on...

    your file names need to be diffrent. Like
    on (release) {
    fscommand("exec", "1.pdf");
    }
    on (release) {
    fscommand("exec", "2.pdf");
    }
    You don't even need to have them in the fscommand folder....
  5. Thread: File Problems

    by hartler
    Replies
    1
    Views
    429

    File Problems

    I have a porfolio w/ a bunch of pdf's that I need call up for viewing purposes. I am trying to call the files up from folders that are located on my root folder but they fail silently. How can I fix...
  6. Thread: How to?

    by hartler
    Replies
    3
    Views
    440

    so do I just use the usual getURL command or...

    so do I just use the usual getURL command or other.
  7. Thread: How to?

    by hartler
    Replies
    3
    Views
    440

    How to?

    I am making a portfolio and want to organize my files in folders and subfolders and am wondering how to call up files from them. Files range from PDF's to .swf's
  8. Replies
    8
    Views
    482

    This works great, thanks a lot oldnewbie.

    This works great, thanks a lot oldnewbie.
  9. Replies
    8
    Views
    482

    the instance name is simply container2.

    the instance name is simply container2.
  10. Replies
    8
    Views
    482

    on(release){ this.gotoAndStop("WinMin"); } ...

    on(release){
    this.gotoAndStop("WinMin");
    }

    Not sure why this does nothing. Am I using it the wrong way or is there another way that I would be able to target this?
  11. Replies
    8
    Views
    482

    So the results will be the same even though I am...

    So the results will be the same even though I am using an absolute location? Right?
    _root.window.gotoAndStop("WinMin");

    and your saying if I wanted it to work I should use.
    ...
  12. Replies
    8
    Views
    482

    Window not closing.

    I have made my own pop up windows that have min and max buttons on them, I am loading each window into a container on level0. My problem is that when these windows are loaded into the container the...
  13. Thread: Cursor

    by hartler
    Replies
    0
    Views
    417

    Cursor

    I have made a customr cursor with three states that are spread across three frames. The states are normal, over, and down. My question is can I get the cursor to change like the current cursor does...
  14. Thread: Full Screen

    by hartler
    Replies
    2
    Views
    482

    Full Screen

    I know how to make my flash movie full screen on a projetor file but how can I accomplish this on the web.
  15. Replies
    8
    Views
    509

    Hey thanks a lot. I just made an empty home.swf...

    Hey thanks a lot. I just made an empty home.swf and loaded that to get the ball rolling. It works like a charm now.
  16. Replies
    8
    Views
    509

    Sorry forgot to included the button code. Here it...

    Sorry forgot to included the button code. Here it is.
  17. Replies
    1
    Views
    302

    Maybe I did not sum it up well enough. When I hit...

    Maybe I did not sum it up well enough. When I hit the submit button it is supposed to send a message to my personal e-mail but does not. I am wondering do I have to use a different script because of...
  18. Replies
    8
    Views
    509

    the .fla files are to large to post. But I am...

    the .fla files are to large to post. But I am including a cheap prototype.
  19. Replies
    8
    Views
    509

    It looks familiar because you helped me with it...

    It looks familiar because you helped me with it awhile ago. I am trying now to implement it into my stuff. There is a problem with it though, when you click on a button on the initial page the files...
  20. Replies
    1
    Views
    302

    Trouble receiving e-mail

    I have a flash form connecting with a php script and I am pretty sure I got everything correct but It does not send the form when I press the submit button. I have included all of my files.
  21. Replies
    2
    Views
    308

    I'm pretty sure you have to use .php, .asp,...

    I'm pretty sure you have to use .php, .asp, .mySQl but your in luck because .php is pretty easy. just follow the tutorial from the link.

    www.kirupa.com/developer/actionscript/flash_php_email.htm
  22. Replies
    8
    Views
    509

    page Transitions

    My intros and outros are built into each of my flash movies(.swfs) and I am trying to make transitions.

    In my buttons I am using this script:

    on(release){
    _level0.next_movie = "services.swf";...
  23. Replies
    6
    Views
    542

    I have made a custom cursor and I was wondering...

    I have made a custom cursor and I was wondering if this could work the opposite way, like changing my cursor to somthing else whenever a button is rolled over. My movies are split up into a couple...
  24. Thread: Transitions

    by hartler
    Replies
    5
    Views
    432

    I don't understand this because nothing is...

    I don't understand this because nothing is loading into the container. I think that script might have gotten left out. I know that I could load a movie into the container when level0 gets to a...
  25. Thread: Custom Cursor.

    by hartler
    Replies
    3
    Views
    373

    Hey thanks a lot man, it worked like a charm. ...

    Hey thanks a lot man, it worked like a charm.

    I hate to ask but I have one more question for you or anyone else. If I were to roll over a button or MC that is acting as a button how could I...
Results 1 to 25 of 150
Page 1 of 6 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center