A Flash Developer Resource Site

Search:

Type: Posts; User: vplane

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    457

    Playing Several MP3 Songs

    I've been using the following code to load a mp3 song which works fine:

    myTunes = new Sound(audio_mc);
    myTunes.loadSound("ihearsymphony.mp3", true);
    myTunes.onSoundComplete = function() {...
  2. Papervision Plane (Only One Plane Clickable)

    I have 2 planes in my viewport. The first plane with the material "face1" is clickable with a working function. The second plane "face2" has the same code but isn't clickable for some reason. Any...
  3. Replies
    20
    Views
    4,241

    I live in midtown. I don't come here often, but I...

    I live in midtown. I don't come here often, but I think that might change.
  4. Replies
    0
    Views
    441

    Flash Crunched in FireFox

    Any ideas why the scaling is scrunched in FireFox and not Internet Explorer?

    http://www.visualplane.com

    thanks
  5. Replies
    8
    Views
    1,002

    Hey, thanks again =)

    Hey, thanks again =)
  6. Replies
    8
    Views
    1,002

    I was running some test emails, and when I put in...

    I was running some test emails, and when I put in a email address such as test@test.com, the email doesn't come through. If I just put text throughout the form without using the "@" and "." symbol,...
  7. Replies
    8
    Views
    1,002

    Thank you very much!

    Thank you very much!
  8. Replies
    8
    Views
    1,002

    The flash file is exporting as Flash player 7 and...

    The flash file is exporting as Flash player 7 and Actionscript 2
  9. Replies
    8
    Views
    1,002

    It worked before on my old host, but I see on my...

    It worked before on my old host, but I see on my new host it's PHP5. Seems like that's the reason why? How can I adjust my codes? I don't know php. Thanks
  10. Replies
    8
    Views
    1,002

    Email is blank, Help!

    I have a form on my site http://www.visualplane.com
    When someone fills out a message and hits send, all I get is:

    Name:
    Email:

    Message:

    I'm not getting the text they are inputting.
  11. Replies
    6
    Views
    625

    Thanks =)

    Thanks =)
  12. Replies
    6
    Views
    625

    Thanks, that solved the problem but created a new...

    Thanks, that solved the problem but created a new problem. The movieclip stops once it hits it's limit.
  13. Replies
    6
    Views
    625

    Simple Actionscript Question

    I have a movieclip that moves left to right per mouse movement with some acceleration:

    http://www.visualplane.com/panningleftright.html

    What i'm trying to figure out is how to make it stop from...
  14. Replies
    1
    Views
    593

    Papervision Help!

    I been toying with papervision on and off for the past month and i've made some progress. The last thing i'm trying to figure out is panning the camera per viewers mouse movement. Something like...
  15. Thread: Simple Post

    by vplane
    Replies
    2
    Views
    1,435

    Simple Post

    I'm pretty new to php, but I know to create tables using phpmyadmin. I been trying forever to make a simple post function. A text box for the name, email address and a comment box. After the user...
  16. Replies
    1
    Views
    982

    Flash Video Noob Question

    I tried importing a .avi file, but flash cs4 didn't recognize it. So I opened the .avi file in after effects cs4, exported it as a quicktime movie. I kept the frame rate at 30fps for both after...
  17. Exporting to flash 9 rather than flash 9.0115?

    By default, flash is exporting my movies to the flash 9.0.115 player rather than the flash 9 player. The difference in penetration is 97.7% vs 89.4%. Is there a way to export as a flash 9 player...
  18. Thread: AS2 vs AS3

    by vplane
    Replies
    1
    Views
    707

    AS2 vs AS3

    I'm in the midst of learning actionscripting 3, but I was wondering if it's better to learn as2 being that more people have the flash 8 player than the flash 9 player and up. If you're building a...
  19. Replies
    6
    Views
    720

    works, thanks

    works, thanks
  20. Replies
    6
    Views
    720

    I tried that on my first post, it keeps saying my...

    I tried that on my first post, it keeps saying my password is wrong.
  21. Replies
    6
    Views
    720

    When I try this code, it keeps saying i'm in no...

    When I try this code, it keeps saying i'm in no matter what I type:

    on (press) {

    if (_root.password_mc = "astor")
    {
    gotoAndStop(2);
    }
    else
    {
  22. Replies
    6
    Views
    720

    Simple User Login

    I have a input text box with the instance name "password_mc"

    I have a button with the following code:

    on (press) {

    if (_root.password_mc == "astor")
    {
    gotoAndStop(2);
    }
  23. Replies
    3
    Views
    1,078

    Basic Username/Password Protect page

    What's the easiest way in php to set up a page where there's only one username and password I can give out to let someone in my site? Something really basic without registration. Thanks
  24. Replies
    1
    Views
    638

    Image Gallery Site

    We'd like to set up a site similar to DeviantArt where users can upload images and have a gallery with thumbnails.

    Question: What do I need to learn to create this? PHP and MySQL? Or do you...
  25. Replies
    1
    Views
    1,812

    Anyone =/

    Anyone =/
Results 1 to 25 of 60
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center