Professional :: Open A PDF From Flash Projector File?
Apr 19, 2010
im using Flash CS4 slide presentation to make a education CD. In the end of the slides i want to open a pdf file.How can i do it? Is it a east way to do it? I publish the project as a projector file. I tested to use GetURL but the file wont open. I have the pdf-filein the same folder as the projector exe-file.
View 1 Replies
Similar Posts:
Feb 11, 2011
I could succesfully open a external pdf with the following command in Flash cs3 on a Mac: fscommand("exec", "test.app");test.app (inside an fscommand folder) is an apple script that opens the pdf inside the fscommand folder, to make it work I needed to copy the fscommand folder into the MacOs Folder of the Mac Projector File. The same steps don't seem to work with Flash cs5. I can't downgrade my cs5 project to cs3.Is this problem a bug in Flash cs5?
View 9 Replies
Jun 7, 2007
how to open pdf, swf file in flash 8 projector? i am using exec command which was used earlier in flash 8 but its only working for exe files after keeping the files in folder named fscommand....
View 2 Replies
Mar 22, 2002
I am creating a Flash projector to work on a CD for a client to distribute. There has to be a listing of their PDF's in the flash program, that when clicked, will open the actual PDF in a separate window. I found one comment in this site to use "GetURL", but found out it is ONLY for HTML. There was mention of setting up the FSCommand to open another application, such as a PDF file, but how? I have the files in the same directory and tried putting the file name in the "GetURL" (the PDF file), but just freezes when trying to open. Also, is there a way they can drag and drop the PDF files to the desktop, that has the listings of the PDF's and save to the hard drive?
View 5 Replies
Jan 15, 2006
If someone opens up a projector file on a cd, and I have a website open up on a click for example, can this work? Does it open in their default browser?
View 1 Replies
Oct 9, 2009
The powers that be have decided a project I'm working on shouldn't go on a website after all, but needs to be on a CD for Windows users instead and of course I only have a couple of days to made the "relevant tweaks" as they call them.It needs to run directly from the CD so I presume AIR isn't a good option.I've got all of it working by publishing to a Windows Projector executable. The bit I'm stuck with is allowing users to click buttons to open various directories which will be on the CD. These are source files for following tutorials from the main part of the CD. I've tried playing around with the various options in the FileReference class (namely browse() and download()), but they seem to be set up for use online only.
View 2 Replies
May 12, 2010
m creating this flash file, and want to launch Firefox (c:/program iles/mozilla/firefox.exe)how the do i create a button and have it link to this?i googled it and realized that i can't call up an exe file through the web....but i got no problem with my final product being a projector file (.exe)i found this code...but for some reason it's not working for me
on (release) {
fscommand("exec", "program filesmozilla firefoxfirefox.exe");
}
[code]......
View 1 Replies
Jul 30, 2005
Is possible open projector file (EXE) in certain position? E. g. center position of desktop.
View 2 Replies
Sep 9, 2009
I'm using Flash MX, AS 2, Projector 6, working on a PC. I saved two versions of my project -- one .exe for Windows and one .hqx for Mac. The .exe works fine when burned onto a CD. When opening the .hqx from a CD on a Mac, I got a message that the file is on a locked volume. I discovered that the reason for this is that an .hqx is essentially a zipped file which has to be extracted, and when a file is extracted, the unzipped files are written onto the same location as the original. When the original files are on a CD, Stuffit (Mac's zip extractor program) can't write onto that location. [So if anyone at Adobe looks at these forum posts, let me say that I think its absolutely ridiculous that the Mac version of Flash's projector files have to be extracted in order to be viewed!]
To get around this problem, I saved the .hqx on my PC, put it on a portable hard drive and brought it over to a Mac (because Stuffit for PC converts it into an .exe for PC), and unzipped it. When I'd test it on the portable hard drive or on a USB drive, the extracted file would work. When I'd bring it back over to the PC and burn a CD with both versions on it, and then test that CD on the Mac, it wouldn't work.
View 1 Replies
Sep 18, 2009
I am developping a as3 project for a kiosk that should run in full screen mode.I am using eclipse for the programming and Flash CS4 to prepare all the swf library assets.Once I publish the swf, I open it in the flash player and export the file as a projector file.
When I open the projector file it doesn't go full screen automatically.
Where can I set the project to go full screen?In the code?Or is there a preference setting for the projector file?Or another way to publish the projector file that will allow me to set the full screen mode?I remember using fscommand in as2 but that doesn't seem to work anymore.
View 3 Replies
Jan 11, 2012
I have a swf that plays in the browser and I would like to give the user an option to open the swf into a stand alone player. The best way I see to do this is to export the swf as a projector file but I can't figure out how to pass any params (flashvars) to the exe file.
View 3 Replies
Aug 14, 2011
My CS5 flash crashed when I changed the name of the root folder while it was open. Swf is working fine, but .fla file wont open, I get a "Failed to open document" message. This is a disaser because I've lost two days of work. Is there anything that could be done to fix this problem?
View 2 Replies
Oct 15, 2009
I have made a ton of cd's in the past that have a presentation and using the following kind of code:
Code:
on (release) {
getURL("YonderMediaBusPlan.pdf","blank");
[code]......
View 1 Replies
Nov 29, 2006
My problem is I have a projector that i want to open a word doc that resides in the assets folder (on the cd) when a person clicks on a button. How can I accomplish this?
View 2 Replies
Jun 1, 2011
I have been working on a project for a week and suddenly it crashed during save (nothing strange had been imported or anything i just saved after moving content around) and now i cant open my file again. I contacted adobe support who claim that since the problem is related to the file this is not their problem, what a load of HORSE ****, who should i contact about this dell if its an FLA FILE!? I have already renamed the file to flash.zip then opened with WinRar and repaired as a new zip file to a different folder (which removes the corrupt content which is document something.xml) then i tried renaming this folder back to flash.fla however the file still does not open.
View 4 Replies
Jun 23, 2010
var request:URLRequest = new URLRequest("[URL]");
navigateToURL(request, "_blank");
This works fine on web based swfs, it fails on flash player.
View 1 Replies
Jan 11, 2006
I need open external application in MAC OS9 flash projector.
video.mpg --> call quicktime
music.mp3 --> call itunes
Adobeacrobatreader.dmg .
I try fscommand, but not work...I try use applescript to call the file, but don�t work.
View 6 Replies
Nov 9, 2009
I am having trouble getting even a trivial example of fscommand("exec", "..."); to work. I just need to open a Word .doc from within a flash exe projector. Eventually this needs to be on a cross-platform CD, but I'd be happy to see it work from the desktop of my PC at this point! I've attached a really simple sample.
View 3 Replies
Jan 10, 2008
we are developing a small application wih Flash CS3 which will be released as a standalone Flash Projector.exe.
We want to have a link to our website in the flash application that should open our webpage in the Default Browser of the System.
We tried:
PHP Code:
navigateToURL(new URLRequest("http://www.google.com"),"_blank");
But when I click on that link in our standalone.exe, on my system "ultraedit" gets opened and it tries to open a path on the local system and the webpage adress after that. "C:ProjectsInflationhttp:\www.google.de".
View 6 Replies
Mar 17, 2011
Is there a way I can exclude apps from the "Open With menu?
Finder mistakenly lists all standalone Flash apps I've built as possible choices when opening a SWF.
View 1 Replies
Jul 19, 2010
I think I know the answer to this, but. Is there any way I can open a CS5 file in CS4? A designer I'm working with created some files using her CS5. She's on vacation for 2 weeks (so I can't have her edit or resend the files as CS4) and I just got an email that the client needs a couple tweeks and all I have is CS4. Is there any way (or any program) that can backwards convert a CS5 file?
View 4 Replies
Jul 20, 2010
I just taught myself Adobe Flash and created a very intricate file with lots of moving parts. I saved it and then went to improve it. Of course it was taking forever so I got up from the computer to let it do its thing and I accidently knocked out my external harddrive. A lil freaked out I exited out of adobe flash- plugged it back in and went to open my file. However, it wont open now! I've saved it a dozen times after I added each new part but I have nothing now! Is there a way to get it to open? The message that comes up simply says failed to open document.
View 1 Replies
Jun 18, 2011
I have a fla file which opens, save and compiles perfectly in Flash CS4 but when I open it in CS5 it crashes Flash with the below error report. I have tried this on multiple machines all resulting in the same error message. I have also tried saving the file in CS4 under a new name, did a compact and save and a magic spell. Neither of which had any effect.
[Code]....
View 4 Replies
Apr 22, 2010
I have a webpage that currently display a powerpoint slides.The problem is that other can download the slides which I really dont want.
following issues:I dont want to convert the ppt slides to .swf then convert them to flash but rather let flash open the .ppt directly and display on the webpage.
View 3 Replies
Jun 9, 2010
I have been working on a flash website for a few days now and I cant open the file any more. When I try and open the file, Flash Professional cs5 Crashes with this error:
[Code]...
System: Windows 7 Ultimate (x64) If you want me to send you the file I can also do that...
View 2 Replies
Sep 8, 2010
I have files from a class that I took in 2D animation. There are things that I wanted to fix and finish, but the computers that we did the assignments on were macs. I no longer have access to a mac and my computer at home is a pc but whenever I go to open the file, a pop up tells me that its an unexpected file and will not open.
View 3 Replies
Aug 6, 2010
I have Flash CS3. I have created a flash file. If I click on the SWF file I have no problems opening it It plays. It looks nice I'm the man.However, now when I try to publish it, the HTML file will not work. It says "windows cannot find this file,you have typed the location correctly".I am double clicking directly on the file and not typing anything, in fact I was considering checking on Ebay to see if I could upgrade my PC to have eyes.The feature has worked previously, which leads me to the conclusion that something else has changed. I have tried using the publish setting, I have also tried using Dreamweaver to embed the file, and have also tried manually inserting the necessary code after seeing some on a website.
View 4 Replies
Nov 22, 2010
I have a flash file on the homepage of my client's website. When you click "Enter", the new page opens in a new tab. I want it all to stay in the same tab. If you would like to view the entire code yourself to identify how I could solve this issue, the site is: [URL]- but if not then I will paste the code of the flash object below:
<object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="720" height="540">
<param name="movie" value="Scripts/FrontPage2.swf" />
[Code]....
View 3 Replies
Aug 16, 2011
I've built a presentation that requires the need to open pdf files in Acrobat Reader... as I have been building this on a Mac I simply used the geturl code which has been working a treat... today when I tested it on a PC it opened the file in a browser window!
I'm not really a coder and have to rely on finding bits online that I can tweak... after many hours I have fixed the pdf opening problem by using the fscommand method, but unfortunately when the pdf file is closed, my presentation (that was running fullscreen) has minimised itself to a window 100% to the original stage size!
View 2 Replies
Mar 16, 2012
I am producing a fullscreen projector (.exe) file and have some large videos that cause the background to go black when they come on the stage. When I test the movie (not in fullscreen), it works just fine.
[Code]....
View 1 Replies