Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash








Problem In Creating Flash Projector(exe) File


Unable to view the contents of the exe file created in flash using Projector. Any solution for this ? can anybody ...........?




FlashKit > Flash Help > Flash ActionScript
Posted on: 06-04-2005, 01:03 AM


View Complete Forum Thread with Replies

Sponsored Links:

Problem In Creating Flash Projector(exe) File
In some systems projector file contents are not opening. Is it a problem of any virus or system or we need any separate plug-in for that ?

View Replies !    View Related
Creating Projector File From Mac To Pc
hi there,
please ,i need help with that,
i have a project that made on mac,(it's a presentation)
i need that to work on pc computer.
how can i do that?
thenks for reading till here &...

View Replies !    View Related
Creating Projector (exe) From .swf File
Hello friends,

I have a .swf file and I want to create a projector using this file. But the problem is that when I had created this movie, I used FS command to not to show menu. As a result whenever I am opening the .swf file I am unable to see any menu to create a project. Accidently the .fla file is deleted from my machine. Is there any way to create a projector. Please help. I am in trouble

Salim

View Replies !    View Related
Creating A Text File From Projector
From the research I've done it looks like I need a third party program to do this. Shared objects won't work because I need it to be easy to transport this project from one computer to another and sof files are pretty hidden.

Is there a program that any of you would recommend? *********** seems pretty cool, and does a bunch of other stuff too.

Any advice would be appreciated. Thanks

Also, if anyone knows of a way to do this on a mac projector that would be awesome.

View Replies !    View Related
Creating A Save Option In A Projector File?
I want to create a projector file that you will be able to enter your name (which will be able to be viewed on other scenes) but i wondering how i would do this with a projector file to make it save (like you do with a cookie on a web page) so it remebers it.
if anyone has an answer to this one please let me know
and thank you in advance
sam
aka: Deadsam

View Replies !    View Related
Memory Error When Creating Projector File
Any help appreciated.

Running MX with 512MB RAM on PC, but get this message when creating projector file (for CD-rom use) with embedded video files

"Error creating Flash Movie. There was not enough memory available"

512MB isn't enough??

Could start chopping scenes and loading and unloading sub-clips, but that gets messy.

dman

View Replies !    View Related
Flash Crashes When Creating Mac Projector
When I try to publish a Mac projector file, MX crashes on me every time (I'm on a PC). Anybody else experience this? Have recommendations?

Any help would be greatly appreciated!

View Replies !    View Related
Problem In Creating Flash Projector
The flash file published using projector (exe) is not displaying the contents

Can anybody show me the way to solve that ?

View Replies !    View Related
AS2 - Creating A Projector In Flash Player
Hi,
What is the importance of creating a projector in Flash Player when the player (if available on both platforms) can play the swf file? Do we have an autorun feature here.

Is it the same a we used to create projector in Director so that the flash movie (imported into Director) can work on both platforms.

Thanks

View Replies !    View Related
Flash Projector Creating Blank Files
I am using Windows XP Pro SP1 and Flash Player 7 installed. The problem is that no matter for which swf file I create a projector exe, it creates a blank files of default width and height. I have searched many places but can't find a solution. Any help would be appreciated.

View Replies !    View Related
Open A Pdf Or Word File From Flash Projector File?
Hiya
I'm making a catalogue in flash 4 as a projector file to run on someones laptop.
Can you set a button to open a pdf or word file (eg a pricelist form) while the flash show is running?
Cheers
Michael

View Replies !    View Related
How Can A Flash Projector EXE File Load An AVI File?
Plz help us!!

How can we load an AVI-file when a button is pressed in a Flash Projector EXE file??

We've tried the getURL(*.avi); command, but it's doesn't work properly and it will activate IE to execute the AVI.

And we've tried batches and EXE's, but this is getting too complex.

Plz help us, this is a very difficult problem for us!

View Replies !    View Related
Flash Projector & Pdf File Help.
Hi, I am doing a cd-rom presentation in flash. Now my client wants to be able to click a button which will then open up a pdf file in acrobat. is this possible?

thanx for any help

View Replies !    View Related
Flash Projector File
Hi All

Can I define the position of a flash projector file? means if I want that a
projector file whenever executed should open at the exact bottom right
position of a monitor. Is this possible?


THNX,


Tushar

View Replies !    View Related
Run An External File From A Flash Projector
I'm building up a Projector and I need a help on a certain Subject.
I want to run a SCM file using flash.. (SCM is for Lotus Screen Cam)
It's like a Windows Media Player Vídeo. I Have the main executable file, which I can run to open the software and run inside it the SCM. What I want is to load this file from a Flash Projector. It must, like, open the software and run a specific SCM file when I click the button in the Projector. Do u have ANY idea of how do I do that?

Does anybody accept the challange?

View Replies !    View Related
MX / Flash 5 Projector File Size
What's that mess with MX projector file size ? The same FLA file compiled to .exe with MX gives me a 947Kb file whereas compiled with Flash 5 it is only 543Kb (same file, same parameters, same all) !!!
The FLA file only have some JPEGs,no sound.
Do I missed something? Is that all due to the embed player ?

View Replies !    View Related
Opening A PDF File From FLASH MX Projector?
How can I open a PDF file from a FLASH projector.....I have tried the GetURL, and nothing..........hyperlink does not work either! Please help....gotta have CD rom presentation done in couple o dayz!

Thanks flashers!
DJ

View Replies !    View Related
Flash Projector File - Compatibility
Are there any limitations for a projector file? i.e. will a projector file published from MX work on any system?
Thanks.

View Replies !    View Related
Opening .pps File From Flash Projector
Hi,


I used this code


Code:
on (release) {
fscommand ("exec", "start APS_Guidelines.pps");
fscommand ("exec", "cmd /c APS_Guidelines.pps");
}


to open a powerpoint presentation from a flash projector in flash 5 but it doesn't work in FLash MX.

Can anyone help me out with this?
Thanks!

View Replies !    View Related
Running A Exe File From Flash Projector
I made a menu in flash and exported it as a projector so I can make a autorun cd. But I cant get it to run the other application that I have on cd. For Example. I have the projector "menu" then I have subfolders Winamp,Notepad..etc

So it looks like this

Projector

winamp/winamp.exe
Notepad/notepad.exe

So I try fscommand and put
It looks like this for winamp

on (release) {
fscommand("exec", "winamp\winamp.exe");
}

I publish the projector and run it,but when I hit the button that has the fscomman nothing happens.

Any clues or tips to help me out

Thanks

View Replies !    View Related
Need To Open A PSD Or PDF File From Flash Projector
I need to open a PSD (Photoshop Document) and a PDF file from within a Flash Projector. I do it within Director with a Buddy API Xtra, but can't find anything in Flash. Any ideas?

View Replies !    View Related
Help Flash Projector Linking To .SWF File
How do you get a publish Flash Projector to link to a .SWF file.

I've tried the following, but doesn't work.

(release) {
_root.contents.loadMovie("locations.swf");
}


and

(release) {
fscommand("exec", ""locations.swf"");
}


I can't get either one to work. Does anybody know what I'm doing wrong?

Thanks,
Carl

View Replies !    View Related
Flash Won't Publish Projector File
I have been creating a autorun dvd in flash. It contains audio and a small 2 min long video at the start. At first when I tried to publish it would be fine and worked. But now that I have added in a few extra bits of audio it won't publish anything (swf, html, projector). Even when I do a ctrl + enter it goes through the export process but nothing appears.

Any help would be appreciated.

View Replies !    View Related
Executing A Projector File From Within Flash.
I have been looking online all night to find information about launching an executable projector file. So far I've had no luck. I need to execute it once a user has clicked a particular button from within the .swf Can anyone please help me out. This is possible isn't it?

View Replies !    View Related
Linking To URL From Flash Projector File
I'm trying link to a website and also a readme.txt file from two buttons in a flash projector file that is set to fullscreen. The button links work ok but the new browser window is displayed behind the projector file. therefore the end user will not know if the new window has opened or not. how can i make the browser window open in front of the projector file.

i'm on a PC if that makes and difference?

View Replies !    View Related
Opening A Doc File From A Flash Projector
Hi all,

I have some problem opening a words document via flash projector.

Here the code i use


on (release) {
getURL("doc/unit1/LP.doc", "_blank");
}


It WORKS prefectly on my computer. Opening up the doc file in words and in the foreground.

But i recieve feedback that sometime it doesn't open up in the foreground, and sometime, it open up in Internet explorer instead.

Is there any solution that i can make sure it opened up in WORDS and in the foreground?

Thanks!

View Replies !    View Related
Fullscreen Flash Projector File
Is it possible to make a fullscreen flash presentation from a projector (.exe) file that loops without using a product such as this http://www.flashjester.com/index.php...ricks_jugglor2 ?

Scaling of the movie is fine but it needs to loop...

View Replies !    View Related
Problem With Projector File In Flash Please Help
Hi all,

I've created a flash application which I want to put onto a cd. There is numerous .swf files in the application and I have them all linked through the
loadmovie command
That is if a button is pushed, one of the other .swf files is run
I have everything saved in a file called links and i'm using the code
loadmovie("links/xxx.swf", 0) to watever file.
However, all thats coming up is a blank screen, it seemed to work fine with the compressed .swf files and i'm only getting this problem with the projector file!!!
Does anyone have any ideas what i'm doing wrong or how i could get it to work because i'm stumped!!!
Any help would be greatly appreciated,
tanx a mil in advance,
regards,
derm

View Replies !    View Related
How To Open Pdf File In Flash 8 Projector
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 Replies !    View Related
Help How To Open PDF File Within Flash Projector?
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. Can you help?
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 Replies !    View Related
Executing A Projector File From Within Flash.
I have been looking online all night to find information about launching an executable projector file. So far I've had no luck. I need to execute it once a user has clicked a particular button from within the .swf Can anyone please help me out. This is possible isn't it?

View Replies !    View Related
Linking To URL From Flash Projector File
I'm trying link to a website and also a readme.txt file from two buttons in a flash projector file that is set to fullscreen. The button links work ok but the new browser window is displayed behind the projector file. therefore the end user will not know if the new window has opened or not. how can i make the browser window open in front of the projector file.

i'm on a PC if that makes and difference?

View Replies !    View Related
Reading Pdf File From Flash Projector
Can any body out there show me how to read pdf file from flash projector ??


thank you.

View Replies !    View Related
Opening A Doc File From A Flash Projector
Hi all,

I have some problem opening a words document via flash projector.

Here the code i use



ActionScript Code:
on (release) {
    getURL("doc/unit1/LP.doc", "_blank");
}


It WORKS prefectly on my computer. Opening up the doc file in words and in the foreground.

But i recieve feedback that sometime it doesn't open up in the foreground, and sometime, it open up in Internet explorer instead.

Is there any solution that i can make sure it opened up in WORDS and in the foreground?

Thanks!

View Replies !    View Related
Launching External PDF File W/ Flash Projector
Hello!

I'm creating a CD-Rom presentation and auto starting with a projector created in Flash 4.
The criteria is ( From a buttion link ) to launch a PDF file located on the same CD-Rom
without the intervention of a browser. The "Get URL" command works successfuly,
yet it doesn't work without the intervention of the browser poping up and then launching the file.

Is there a script available for launching external files

Smitty,

View Replies !    View Related
Launch External PPT File From Flash Projector
I have a CD that launches a Flash splash screen automaticly when it is inserted. This splash screen has a number of options such as install powerpoint viewer, read more about us, launch the presentation, etc.

So basicly, i have got the powerpoint viewer launching ok as it is an exe file but when i use the same code to lauch a powerpoint (.PPT) file it does nothing.

Any ideas on what code i need to insert to make this happen?

Thanks

View Replies !    View Related
Launching A Word File From Flash Projector
Hello

I am working on a projector for a cdrom project, and they want an option to launch a word file containing information directly from the Projector.

The word files will be burned to a cdrom along with the projector. What's the most efficient way to launch one of the word files? I tried using the GetURL feature, thinking it would simply try to launch the file, but it doesnt recognize it.

Any help would be appreciated...

Thanks! Jenn

View Replies !    View Related
How Do I Load A Video (avi, Mpg, Mov) File From A Flash Projector?
I'm creating a CD that autoruns a projector file that has a friendly interface for people to select and play pre-recorded movies in AVI format. I've been using GetURL (assigned to buttons) to open the movies, but they don't always open, usually Windows will prompt to save the file to disk. How can I get the AVI movies to just play from their current location on the CD?.. PLEASE HELP.

-Nick
-nrossi@access995.com

View Replies !    View Related
Loading Director 8 Projector File From Within Flash
Hi there I am in the middle of putting together a CD and have run into a problem. I am trying to load a director projector file from within my fscommand full screen swf flash movie. I need a button from with the flash movie to load the director projector (not embedded in a HTML page)

Please note that the flash must load the projector and not a HTML window

I have tried the loadURL command, however no success

Any help would be more that appreciated.

View Replies !    View Related
How Do I Open A Website With Flash 5 Projector File...
i'm building a digital portfolio which will play from a CD. i need to know how to make the (Flash 5) projector (.exe) file open a website that is stored on the CD, not online.

Also, is it possible for a Flash 5 exe file to open/play .avi files? I'm using one on the CD as well.

Any help will be appreciated. Thank you.

View Replies !    View Related
Flash Version Check In Projector File
If I am not using an HTML doc with my Flash file, but just a projector file (the file will be on a CD and not accessed from a web site or page), how can I do a version check for the correct version of Flash? Will the version check from the HTML tab in the publish settings still work?

View Replies !    View Related
How Do I Save A File To The Desktop From A Flash Projector?
Hi fellow Flashers!

I am creating a Flash Projector for Mc and PC and it's going to go on a CD. I'm including a folder on the CD with various "downloadable" files (jpegs, PDFs, etc). I want to be able to click a button in the projector file and have a linked file saved to the desktop. Right now, when I click a button, the linked file opens in a web browser. How can I make that linked file an object that can be saved directly to the destop? I've seen CD-ROM media kits that do this: I click the button for the object I want to save to my desktop; a window pops up that shows the file name and it gives me an option to select the exact location on my computer where I want the linked file saved to.

I'll bet this is a really easy button actionscript, but I cannot figure it out. Can anyone help me? Thanks nycomett

View Replies !    View Related
Open External File From Flash Projector
I've done everything I can think of and looked all over, does anyone have any idea of how I can open an external file like a .doc or .pdf form the standalone flash exe projector.

Someone sent msg that I have to have a subfolder on the cd however, they wasn't sure how to call it.

Any clue or can this be done.

View Replies !    View Related
Can A Bat File Tell A Flash Projector To Load A Movie
Rather urgent need some help.

Is it possible to launch a bat file that will communicate with an already running Flash MX 2004 projector and tell it to load a specific movie and perhaps set a variable too.

I guess if it could call a function in the Flash projector, this would do?

Any help much appreciated

View Replies !    View Related
Opening A Text Or Exe File In A Projector In Flash 8
sorry guys i know this is posted in the tutorial section but i dont understand it. I know there is a way to open text files and exe files in projector for a presentation im doing. I know there is a way to do it easy without a batch file using the geturl command. What i wanna know is ill be putting this ona cd however allt he files will be int he same directory as the projector file. What actionscript do i put ina button to open up this files when i click on them in the projection.

Thanks your helo would be appreciated

View Replies !    View Related
Cheap FlASH PROJECTOR FILE Maker
i've just made a flash projector file but i just need to pack into a
"SINGLE EXE" file with FLV video like what you can do in JUGGLOR
http://www.***********.com?section=tricks_jugglor3

does anybody know a off any cheaper or free alternatives?
there a few out there but they don't supoort flv playback on the projectors
they build

i don't need anything fancy, just a very basic converter with flv support



any head up would be great

thanx

Fm3

View Replies !    View Related
Trail Version For Flash Projector File
Hi..

can we make trail version for Flash Projector File..and how plz could anyone help on this

Thanks

View Replies !    View Related
Loading An External Exe Thru A Flash Projector File
hello -
I am looking for a solution to loading an executable (Filemaker) underneath a Flash projector file.

Documentation is well described on the following kirupa page:
http://www.kirupa.com/developer/flas...orcommands.htm

In my case I work with a full screen projector file. The excutable is
loaded via actionscript in a frame:
fscommand ("exec", "MyFileMaker.exe");

This works fine, but this loads over the projector file.

My problem is that I want to have MyFileMaker.exe
loaded underneath the Flash projector file.
How can this be done?

Finally I close the projector with a button:
on (release) {
fscommand("quit");
}

Suggestions welcome!
Kind regards Foxtrot

View Replies !    View Related
How To Oben Word File From Flash Projector?
can please any one help me to open a word file from flash projector also can i open an auto cad
file from flash projector ? please any body help me?

View Replies !    View Related
Flash Detection And Videos In A Projector File
I am going to be creating a auto run CD-Rom using a Flash projector file. I have made these successfully in the past using Flash 7.

But for this one I need to put alot videos in the presentation. I figured a good way to approach this is to use to use the new Flash 8 video FLVs. But I have had problems before with this method, lagging when loading from a CD.

My questions are:

Is flash detection needed for a projector file?
Do you have any suggestions on the best way to approach using video in an auto run CD?

Thanks

View Replies !    View Related
Loading An External Exe Thru A Flash Projector File
hello -
I am looking for a solution to loading an executable (Filemaker) underneath a Flash projector file.

Documentation is well described on the following kirupa page:
http://www.kirupa.com/developer/flas...orcommands.htm

In my case I work with a full screen projector file. The excutable is
loaded via actionscript in a frame:
fscommand ("exec", "MyFileMaker.exe");

This works fine, but this loads over the projector file.

My problem is that I want to have MyFileMaker.exe
loaded underneath the Flash projector file.
How can this be done?

Finally I close the projector with a button:
on (release) {
fscommand("quit");
}

Suggestions welcome!
Kind regards Foxtrot

View Replies !    View Related
Copyright © 2005-08 www.BigResource.com, All rights reserved