A Flash Developer Resource Site

Search:

Type: Posts; User: #include

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    1,678

    geeWizWOW you rock! Thank you very much, but...

    geeWizWOW you rock! Thank you very much, but don't go to all that trouble for me. I'm just playing around with some different ideas for a program I'm writing. If it was half way easy, excel would be...
  2. Replies
    3
    Views
    1,678

    Flash to Excel?

    Can Flash be made to pass the variables input into text fields into cells in an Excel spreadsheet?
  3. Replies
    1
    Views
    1,144

    Pulling my hair out

    I'm completely lost.
    I'm trying to create a simple email form from this tute.

    http://www.actionscript.org/tutorials/intermediate/php_send_mail/index.shtml

    From what I gather all need to do...
  4. Replies
    2
    Views
    1,171

    That did the trick! Thanks!! :)

    That did the trick! Thanks!! :)
  5. Replies
    2
    Views
    1,171

    Drag and Scale?

    I'm trying to create a box that the user can drag around and as it moves to the left of the screen, it scales down.

    onClipEvent (mouseDown) {
    if (this.hitTest(_root._xMouse, _root._yMouse)) {...
  6. Replies
    1
    Views
    1,178

    movieClip - O - movieClip

    Can I have code on the mainTimeLine
    that checks to see if a movieClip
    inside a movieClip on the mainTimeLine
    is present or not?

    I'm trying to have it so when the playHead moves
    into a frame...
  7. Replies
    1
    Views
    1,106

    30 sec delay ???

    I have a main movie that pulls in external swf files.
    How would I create a 30 second time delay on the timeline of the main movie based on what is happening on the timeline of the loaded external...
  8. Thread: Page Layout

    by #include
    Replies
    5
    Views
    572

    Are you putting this on the net? If so, put the...

    Are you putting this on the net? If so, put the .swf file on the net independent of a container like a html file.
    FILE\EXPORT MOVIE\ and pick .swf format.

    OR use an FScommand to set it to full...
  9. Thread: Page Layout

    by #include
    Replies
    5
    Views
    572

    post it as a .swf, not embeded in an html file.

    post it as a .swf, not embeded in an html file.
  10. Can MX export as .ai (Adobe Illustator) files?

    Can MX export its .fla files as .ai (Adobe Illustator) files?

    And if anyone knows.....
    And why will Flash not import anything newer than version 8 Illustrator files???
  11. Replies
    3
    Views
    397

    Just bumping this up. I tried it out too and got...

    Just bumping this up. I tried it out too and got inconsistant results. Any "Flash guru's" out there that can take this on???
  12. Thread: editing?

    by #include
    Replies
    1
    Views
    1,826

    I have a .wmv file that's 44 megs. I only need 2...

    I have a .wmv file that's 44 megs. I only need 2 15 sec. clips from the entire video. What software (preferably something free for a one time use) can I use to edit my file?
  13. Replies
    2
    Views
    358

    What's your code looking like? Sounds like a...

    What's your code looking like? Sounds like a small pathing problem. try adding an _root. to your path.
  14. Replies
    1
    Views
    392

    This should help you, it did me! ...

    This should help you, it did me!

    http://www.flashkit.com/tutorials/Dynamic_Content/JavaScri-Jeffrey_-748/index.shtml

    Now if you just want to open a new browser window,

    on (release) {...
  15. What you want can be done simpler (I think)...

    What you want can be done simpler (I think) through using different layers and the posision of the playhead.
  16. Well I think your logic may need some tweeking....

    Well I think your logic may need some tweeking.
    If you want a movie of "5 segments", 1 of them being a preloader, You need to create a main movie with 5 scenes, the first being a preloader checking...
  17. Thread: morphing text

    by #include
    Replies
    4
    Views
    558

    Type some text in frame1. Hit Ctrl + B to break...

    Type some text in frame1.
    Hit Ctrl + B to break it apart.
    In Mx you must do this again because MX
    breaks text strings into seperate letters
    before breaking it into fill.
    Flash 5 goes straight...
  18. Thread: UPDATE X & Y

    by #include
    Replies
    4
    Views
    1,526

    Yep. They're long enough. That was one of the...

    Yep. They're long enough. That was one of the first things I checked.
  19. Thread: UPDATE X & Y

    by #include
    Replies
    4
    Views
    1,526

    I'm trying to track the cusor and display the x...

    I'm trying to track the cusor and display the x and y coords in dynamic text fields.
    Heres what I have:
    /*I created 2 dynamic text fields and gave them var names of
    xpos and ypos inside a new mc....
Results 1 to 19 of 19




Click Here to Expand Forum to Full Width

HTML5 Development Center