A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: A couple of Noobi Questions

  1. #1
    Junior Member
    Join Date
    Oct 2004
    Posts
    18

    A couple of Noobi Questions

    Within a flash site, I would like to put a small link that opens up a movie clip in Windows media player.

    How can I do this?
    Or where can I learn to do this?

    I went to the flash video forum but it seems like it is all about embedding a flash video.

    Thanx for the help,
    Dimitri

  2. #2
    Senior Member sharma's Avatar
    Join Date
    Oct 2004
    Location
    Canadia
    Posts
    1,017
    code:

    on(release){
    getURL("movie.wmv" :_blank");
    }


    this should work... shouldn't it?
    what the hell's a motion tween?

  3. #3
    Junior Member
    Join Date
    Oct 2004
    Posts
    18
    Hi
    for some reason thats not working...
    I made a simple button and on the third DOWN section of the button I put in the abovecode with a video clip .wmv subbed in but it wont work..

    A "_blank" should open a new window right? but it doesnt


    Thanks for your help. mayb im doing something wrong...

    Any ideas???

  4. #4
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    I'd use the full url, no second parameter... And this may depend on which player each user has .wmv files associated with.

  5. #5
    Junior Member
    Join Date
    Oct 2004
    Posts
    18
    I gotta be doing something wrong I cant get it to work...
    Is there someplace I can learn how to do this??
    What is this called??? embedding video files or opening windows media player in flash ????

    Thanks for your help,
    Dimitri

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