Ask a Question related to Macromedia Director Basics, Design and Development.
-
ptvsavant webforumsuser@macromedia.com #1
windows media player launch?
I've been habving tons of problems getting windows media files to embed correctly, so I've decided to offer the cheap and easy option.
What's the best way to launch a .wmv file from a projector movie in WMP? (using MX)
ptvsavant webforumsuser@macromedia.com Guest
-
Windows Media player and flash player conflicting
Hello, I have a problem with watching streams (television programs) on the internet. I think this is caused by conflicting roles of windows media... -
Windows Media Player
when i try to play a movie i have downloaded from kazaa the player gives me the message that follows"error downlaoding codec" what can i do to play... -
Flash in Windows Media Player
Has anyone tried to play Flash content on Windows Media Player 10? -
USING WINDOWS MEDIA PLAYER!!!!
have just installed Director MX 2004 on my mac (OSX.3) and although it looks lovely etc...i have so far been unable to import windows media player... -
Detect Windows Media Player and Divx player
I haven't used Director in a really long time and have forgotten how to run a detection script. I remember using Buddy API, I think it was baFindApp... -
Gretchen Macdowall #2
Re: windows media player launch?
In article <bhqrir$g1r$1@forums.macromedia.com>, "ptvsavant"
[email]webforumsuser@macromedia.com[/email] wrote:
correctly, so I've decided to offer the cheap and easy option.> I've been habving tons of problems getting windows media files to embed(using MX)>
> What's the best way to launch a .wmv file from a projector movie in WMP?
You can do it pretty painlessly with Kent Kersten's free FileXtra3:
[url]http://www.kblab.net/xtras[/url]
on mouseUp
pathToFile = "C:\Desktop Folder\whatever.wmv"
-- line below builds path at runtime relative to dir movie
-- pathToFile = the moviepath & "videos\whatever.wmv"
pathToFile = QUOTE & pathToMovie & QUOTE
instance = new(xtra "filextra3")
pathToParentApp = fxFileGetAppPath(instance,"wmv")
fx_FileRunApp(pathToParentApp & " " & pathToFile)
end
Gretchen Macdowall
[url]http://www.updatestage.com/[/url]
Gretchen Macdowall Guest
-
SafariTECH #3
Re: windows media player launch?
The quick and easy way would be to use BuddyAPI to open the file ... it will automatically choose the default registered application for that file type.
You can use 2 commands for free.
If you don't want to use BuddyAPI then you have to first find out the user's pathway to their WMP and then use : OPEN file WITH path2WMP
The only way to embed a WMV file in Director is with an Xtra like Tabuleiro's Streaming Media Xtra (since WMV is a streaming media file)
If you decide to go with one of the first 2 options, you should realize that Win95, NT4, nor Win98 have WMP by default - chances are most have upgraded and installed it by now, but you will likely come across a few that have not, so you will have to offer the installers to those people.
============================
Glen Palmer
SafariTECH
Cold Fusion Specialist
[url]www.safaritech.com[/url]
============================
SafariTECH Guest
-
ptvsavant webforumsuser@macromedia.com #4
Re: windows media player launch?
Thanks for your help everyone! I actually found a real easy way to do it. I just used gotoNetPage. Since it is on a CD, I just left off the drive letter and it launches it immediately. Whodda thunk it?
Again, I appreciate all the help!
ptvsavant webforumsuser@macromedia.com Guest



Reply With Quote

