A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Help getting error when playing movie

  1. #1
    Junior Member
    Join Date
    Dec 2008
    Posts
    2

    Unhappy Help getting error when playing movie

    I'm trying to create a website for a project. When I go to test the movie it gives me the error 1009. The problem started when I was trying to add in a image gallery. I'm totally new at this so someone please help. I'm using Flash 8 and Actionscript 3.0

    PHP Code:
    stop();
    gallery_btn.addEventListener(MouseEvent.CLICKgalleryF);
    function 
    galleryF(event:MouseEvent):void
    {
        
    gotoAndStop(2);
    }

    texture_btn.addEventListener(MouseEvent.CLICKtextureF);
    function 
    textureF(event:MouseEvent):void
    {
        
    gotoAndStop(3);
    }

    galleryTwo_btn.addEventListener(MouseEvent.CLICKgalleryTwoF);
    function 
    galleryTwoF(event:MouseEvent):void
    {
        
    gotoAndStop(4);
    }

    about_btn.addEventListener(MouseEvent.CLICKaboutF);
    function 
    aboutF(event:MouseEvent):void
    {
        
    gotoAndStop(5);
    }
    //3D Gallery frame ->
    radio_btn.addEventListener(MouseEvent.CLICKradioF);//image button goes to the frame where the image is
    function radioF(event:MouseEvent):void
    {
        
    gotoAndStop(6);
    }

    car_btn.addEventListener(MouseEvent.CLICKcarF); //image button goes to the frame where the image is 
    function carF(event:MouseEvent):void
    {
        
    gotoAndStop(7);
    }

    control_btn.addEventListener(MouseEvent.CLICKcontrolF);//image button goes to the frame where the image is
    function controlF(event:MouseEvent):void
    {
        
    gotoAndStop(8);
    }
    //3D Gallery frame <-

    //2D Gallery frame ->
    error_btn.addEventListener(MouseEvent.CLICKerrorF);//image button goes to the frame where the image is
    function errorF(event:MouseEvent):void
    {
        
    gotoAndStop(10);
    }
    //2D Gallery frame <-

    //Texture Gallery frame ->
    day_btn.addEventListener(MouseEvent.CLICKdayF);//image button goes to the frame where the image is
    function dayF(event:MouseEvent):void
    {
        
    gotoAndStop(11);
    }

    night_btn.addEventListener(MouseEvent.CLICKnightF);//image button goes to the frame where the image is
    function nightF(event:MouseEvent):void
    {
        
    gotoAndStop(12);
    }
    //Texture Gallery frame <- 

  2. #2
    Senior Member cancerinform's Avatar
    Join Date
    Mar 2002
    Location
    press the picture...
    Posts
    13,448
    Yiu cannot use Flash 8. You need to buy or download Flash CS3 or CS4.
    - The right of the People to create Flash movies shall not be infringed. -

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center