Ask a Question related to Macromedia Director Basics, Design and Development.
-
capid webforumsuser@macromedia.com #1
Problems with link to mpg file
Hello,
I have created a simple Director file that includes a link to a mpeg file.
This file should open in Media Player (or any other default installed program that plays mpeg).
On 7 out of the 8 computers I have tested - the cd works - On one it doesn't
Problem: If I click on the link (to the mpeg) - it does absolutely NOTHING...
I have used the Task Manager to check for programs that try to open and there is no ''movement".
If I click directly on the file... it opens with no problem in Media Player.
It is easy to say that it is a problem with the computer (and it could be) but what would be the cause? I must be sure before I print 500 copies of the cd!
Please help!
capid webforumsuser@macromedia.com Guest
-
Export inx interchange file, link images big problems
We have over 500 pages inx (Indesing Interchange) files which converted from QK 6. ITs a big job to relink (one by one) with all the images in... -
Linked file uploaded - link still points to local file
Hi, We are faced with a strange problem in one of your Contribute sites: 2 users reported problems when linking and uploading files: user... -
Link problems
Hi there. I'm starting a web project in the middle, with no one for reference, and I'm having a bit of trouble. I updated a .pdf on the site,... -
Help needed with ASP form browse for file, create link to file and insert in access database
I have a form where a user enters their name, date etc. i also want them to be able to click on a browse button and select a file which will then... -
csv file imbed into IE browser when click the csv file link
I have the following code. When click the link of myfile.csv, the file imbed into IE browser. How can I have a window popup to ask if I want to... -
vij010 #2
Re: Problems with link to mpg file
Hi...
Maybe that one particular computer does not have the required codec to decompress the MPEG stream. Instead of MPEG, can't you try WMV ?...cuz WMV is supported by all Window Media Players...
Vj
vij010 Guest
-
SafariTECH #3
Re: Problems with link to mpg file
First of all, if you have a link to an MPEG file that uses the "open" command (which is teh only way I know of to link to a file externally with a link) , you have been very lucky so far, because the open command requires an application to run the file.
If you just want the file to open externally with whatever the default app is, try using BuddyAPI - it's "Open" command uses whatever program is default on the system.
If you want to continue using the "open" command, you will need your app to first find the default application then use:
OPEN mpegfile WITH path2program
============================
Glen Palmer
SafariTECH
Cold Fusion Specialist
[url]www.safaritech.com[/url]
============================
SafariTECH Guest
-
Gretchen Macdowall #4
Re: Problems with link to mpg file
You can launch the MPEG's with the free FileXtra4:
[url]http://www.kblab.net/xtras[/url]
on mouseUp
-- mpg in same folder as movie
pathToFile = the moviepath & "whatever.mpg"
pathToFile = QUOTE & pathToFile & QUOTE
instance = new(xtra "filextra4")
pathToParentApp = fxFileGetAppPath(instance,"mpg")
fx_FileRunApp(instance,pathToParentApp & " " & pathToFile)
end
Gretchen Macdowall
[url]http://www.updatestage.com/[/url]
Gretchen Macdowall Guest



Reply With Quote

