CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Sep 2007
    Posts
    7

    Question How do I embed Javascript inside a flash movie/file?

    I need help embedding JavaScript inside a flash movie/file?

  2. #2
    Join Date
    May 2002
    Posts
    10,943

    Re: How do I embed Javascript inside a flash movie/file?

    Code:
    getURL("javascript:yourFuncion()");
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

  3. #3
    Join Date
    Sep 2007
    Posts
    7

    Re: How do I embed Javascript inside a flash movie/file?

    Thanks PeejAvery, I very appreciated your help.

    Other than that is/are there other ways too?

  4. #4
    Join Date
    May 2002
    Posts
    10,943

    Re: How do I embed Javascript inside a flash movie/file?

    There is also the Flash / JavaScript Interaction Kit. I would have mentioned it in the first post, but I wasn't sure how intensive you were talking. However, for optimal performance, you should do you best to rely most on just one of the two. Since ActionScript is a scripting language as JavaScript is, it would be rather easy to convert code between the two.
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

  5. #5
    Join Date
    Sep 2007
    Posts
    7

    Re: How do I embed Javascript inside a flash movie/file?

    Okay PeejAvery thanks once again for your help I very appreciated.

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

Featured