A Flash Developer Resource Site

Search:

Type: Posts; User: dennisRep

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. [RESOLVED] getting Error #1009 when the object is there.

    I often get error #1009 when calling a function for a link. In may situations the object is not a null reference, it is there. How can I fix this?

    Thanks in advance,
    D
  2. Replies
    2
    Views
    7,002

    I think you may be right. I fixed the problem by...

    I think you may be right. I fixed the problem by putting the stop command in the home button.
  3. Replies
    2
    Views
    7,002

    [RESOLVED] video won't stop

    I have a website that plays video1 when it opens. When you navigate to next page the video stops. One of the buttons on the second page plays video2. The problem is that video 2 won't stop using the...
  4. Replies
    0
    Views
    1,394

    video does not play properly

    I have a site where a video automatically plays when you open it. when you go to the next page with button bPage2, the screen is blank until you select one of two buttons, bInside, or bMap.

    The...
  5. Replies
    4
    Views
    1,164

    View Post

    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>FANTASY ANIMATION, 3D animation for web...
  6. Replies
    4
    Views
    1,164

    title does not show in browser

    When I open my website in internet explorer I see the address of my page rather than the title. As far as I know the html for the page is correct. (<title>my page</title>)

    Thanks,
    Dennis...
  7. Thread: Flv stutters

    by dennisRep
    Replies
    4
    Views
    7,066

    video stutter

    Thank you. How do I preload the video? All the references I find when I google this subject refer to preloaders not preloading video.

    Thanks
    Dennis
  8. Thread: Flv stutters

    by dennisRep
    Replies
    4
    Views
    7,066

    Flv stutters

    Hello everyone!

    I have a problem with videos stuttering when viewing my website for the first time. My site hosts many videos so I cannot preload them all at once.

    I am thinking I need a code...
  9. Replies
    13
    Views
    17,534

    I did.

    I did.
  10. Replies
    13
    Views
    17,534

    It would be a great policy to follow Beathoven's...

    It would be a great policy to follow Beathoven's example when helping others with code. It would be very helpful to comment out each line of code so we can understand what it does. After all, I think...
  11. Replies
    13
    Views
    17,534

    Thank you so much for taking the time to not only...

    Thank you so much for taking the time to not only help me with the code but EXPLAIN it as well. I am a digital artist not a developer, so I am a beginner level at best when it comes to code. Just...
  12. Replies
    13
    Views
    17,534

    Ok, thanks. When I post the script as is, I...

    Ok, thanks.

    When I post the script as is, I get message 1013: The private attribute may be used only on clas property definitions.

    If I remove 'private' from the code, 'doNetStatus' is...
  13. Replies
    13
    Views
    17,534

    I have posted this question because I don't know...

    I have posted this question because I don't know AS3 very well. I don't know anything about the code you are posting. Posting incomplete answers is confusing me more than I was at start. I suspect...
  14. Replies
    13
    Views
    17,534

    Thanks Beathoven, The following statements...

    Thanks Beathoven,

    The following statements contain variables that have not been defined?

    netStream.addEventListener(AsyncErrorEvent.ASYNC_E RROR, doAsyncError);...
  15. Replies
    13
    Views
    17,534

    access of undefined property

    var clientObject:clientObject = new Object();

    type was not found or was not a compile time constraint: clientObject
  16. Replies
    13
    Views
    17,534

    [RESOLVED] AS3: looping video error message

    Here is my site sans looping video: http://fantasy-animation.com

    I am setting my video up to loop. I used the following code:

    _____________________________________________________________
    ...
  17. Replies
    26
    Views
    17,702

    I had to make the private function public (I...

    I had to make the private function public (I removed the word private). Now it works. Thank you for all your help. It is greatly appreciated.
  18. Replies
    26
    Views
    17,702

    How do I move to next frame after main.flv is...

    How do I move to next frame after main.flv is finished? Code is on frame 3, want to gotoAndPlay(4).

    Here is my code:

    var vid:Video = new Video();
    vid.width=1024;
    vid.height=768;
    var...
  19. Replies
    26
    Views
    17,702

    one more thing I noticed. The audio plays for a...

    one more thing I noticed. The audio plays for a brief moment after next video plays. Is there a way to resolve that?

    D
  20. Replies
    26
    Views
    17,702

    I was just about to post that. I did just that...

    I was just about to post that. I did just that and it works now. Thank you so much for your help. My site will work much better now.

    THANK YOU.
    D
  21. Replies
    26
    Views
    17,702

    What's this? ArgumentError: Error #2126:...

    What's this?

    ArgumentError: Error #2126: NetConnection object must be connected.
    at flash.net::NetStream/construct()
    at flash.net::NetStream()
    at index_fla::MainTimeline/frame4()
  22. Replies
    26
    Views
    17,702

    I am updating my site. I designed an intro that...

    I am updating my site. I designed an intro that will play first then go to the main page. The current script for calling the videos works, but the video is not streaming. Sometimes it gets stuck. I...
  23. Replies
    26
    Views
    17,702

    Thank you, I think this will work. If you want to...

    Thank you, I think this will work. If you want to see what I am doing go to fantasy-animation.com
  24. Replies
    26
    Views
    17,702

    should I use a different variable for each...

    should I use a different variable for each instance of ns?
  25. Replies
    26
    Views
    17,702

    sorry, here is the code that includes your...

    sorry, here is the code that includes your suggestion, ns.close(); It is the line of code that is causing the error notice:
    ...
Results 1 to 25 of 32
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center