|
-
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
-
Senior Member
code:
on(release){
getURL("movie.wmv" :_blank");
}
this should work... shouldn't it?
what the hell's a motion tween? 
-
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???
-
I'd use the full url, no second parameter... And this may depend on which player each user has .wmv files associated with.
-
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|