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








Windows Projector - Help Please


I have published my movie in the windows projector format but my load movie function does not work.

On buttons I have actionscript telling flash to load a movie into an empty movie clip. I realise that it is probably beacause it is telling the movie to load in an SWF file.

Will I need to change the file extension to another format?

For example, on the home button, the script at the moment is:

on (release) {
loadMovie("homeintro.swf", "empty");
}


thank you




FlashKit > Flash Help > Flash MX
Posted on: 10-03-2003, 11:53 AM


View Complete Forum Thread with Replies

Sponsored Links:

Loading Flash Windows Projector From Another Flash Windows Projector
I am trying to make the button in my movie load another movie, but I am playing the flash in windows projector, is it posable that you can load a flash windows projector from windows projector, I tried it and had trouble, here is what I had for the action script:

Movie 1 button action script:


on (release) {
loadMovieNum("Movie 2.exe", 0);
}


When I had it as Movie 2.swf it works fine, is it possable to make a .exe to work?

View Replies !    View Related
Pop-up Projector Windows
I need help on how to open a new SWF, EXE or HTML file using a button within a movie, but showing no scrollbars, menubar, etc. (Nothing but the file itself!)

Please reply

View Replies !    View Related
Windows Projector ?
How can I get rid of the flash window in my exported windows projector (exe)
I just want my move to be displayed, no window or menu.Please help-Thanks

View Replies !    View Related
Pop Up Windows From Projector?
I know you can create pop up windows from an SWF embedded into HTML by using a Javascript function. But is there any way to create a windowless pop up from a projector?

Thanks!
dj

View Replies !    View Related
Mac Projector On Windows
If I mac a mac projector file on a windows machine, will it work? Also, can I use this file to autorun on a cd? Windows is showing it as a winzip file.

View Replies !    View Related
Projector Windows
I have created five seperate flash movies(large file sizes about 80MB) and exported them all as projectors. Each of them were intended to play by themselves as standalones. Now the client has requested I build a flash projector with an interface that will allow a user to access any of the other five projectors in order to put it on a cd-rom.

I need to launch a new projector from a running one how can I achieve this? I would appriciate any advice. Thank you.

View Replies !    View Related
Windows Projector...
Is there any actionscript to make the windows projector the exact size of my document? it is always adding about 35 pixels on the bottom of it.

View Replies !    View Related
Mac Projector On Windows
Hiya

I'm building an application for a client and now he tells me he wants a Macintosh projector file as well. I'm having trouble creating the .exe for Mac on Windows XP. Flash crashed a few times while I was doing it but I did eventually manage to create a .hqx file.

Can anyone give me a few tips on how to do this and, in particular, how I can test the .hqx file?

Thanks for any help
Mick

View Replies !    View Related
Windows Projector
A couple of questions about windows projector.

1. can i change the name of the window in the projector?. For example, instead of "Macromedia Flash Player 6" have MY COMPANY

2. how can i hide the menu bars in the windows projector? This is the FILE, VIEW, CONTROL, and HELP menus in the top of the screen?

Thanks a lot

G.

View Replies !    View Related
Windows Projector
When publishing a movie as a Windows Projector (.exe), is it possible to remove the 'Macromedia Flash Player 6' title bar and the Window control boxes on the top right?

Without publishing it in fullscreen?

Thanks in advance.

View Replies !    View Related
Mac Projector From Windows
Hi guys,

Been using Flash MX for a while on a PC, but have recently upgraded my Director to MX2004. I have noticed that there are seperate tabs in the publish settings for OS classic and OSX when making projectors. This isn't the case in Flash MX - does this mean that Mac projectors produced from here are compatible with both OS classic and OSX, or are these Mac projectors incompatible with OSX???

Cheers,

Tom.

View Replies !    View Related
Windows Projector
Hey there.

My friend wanted to take a look at my flash project so I published the windows projector and sent it to him. However I noticed that the projector(although it works) does not show external movies contained within my project.

(for instance, I used the actionscript command loadMovieNum ("main.swf",1) and that movie doesn't show in the projector)

Is there any way I can this to work?

Thanks in advance,
Lex

View Replies !    View Related
[F8] Windows Projector From CD Help, Please
Hi.
I made a project that is launched from a cd.
Users should be able to download a pdf file from the cd to their computers.
But i don´t want it to be opened on a browser using getURL. I need the file to be saved on their computers.
I tried the FileReference class but i think it only works with web locations and not local.
Is there any way to do this?

Thanks in advance!

airnan

View Replies !    View Related
Windows Projector
Ok, I have never published a Windows projector (stand alone) file, but I have published to SWF b4 and many times. I followed the directions in my Flash MX book, and created the Windows projector file from my Mac, but when I tried to view it the file just sat there and did nothing.

What am I doing wrong?

View Replies !    View Related
FLV With Windows-projector From CD
Hi, i try to explain you my Problem. I´ve created a Windows-Projector with some FLV-Player included, wich load some FLV-Movies from the lokal drive, if selected. It´s runs perfekt on my computer. But if i tell a friend to try this on his computer, he cannot see the movies. The Projector starts, but ther are no flv´s.

If i put all on my Webserver it runs, too. But i have to run it on an cd ...

What can it be? Please help me ... if you can :-)

Thanx
Lars





























Edited: 11/16/2007 at 02:33:31 AM by django52

View Replies !    View Related
Windows Projector / Mp3
Hi

I am working on a flash presentation, which will be published as a "Windows projector" file.

I have a mp3 file - that I want to load. the script below works fine when testing in Flash but when the file is published as a projector the mp3 file does not load.

My script:

var my_sound:Sound = new Sound();
my_sound.onLoad = function(success:Boolean) {
if (success) {
my_sound.start();
}
}
my_sound.loadSound("hold_on.mp3", true);


Any suggestions on how to get the script to work, when publishing a projecor file?

View Replies !    View Related
Why Would Projector Work In Mac Not Windows
I made a simple Projector in Mac OSX and published as a windows .exe Projector and a Mac projector.
All it has is a button that opens a window .
The window can be dragged, minimized, maximized and closed all from buttons on the window.
The problem is it works on my Mac but not all windows PC's.
Some, just not all.
The one it doesn't work on opens the Projector but the button doesn't open the window when clicked.
Any ideas?

Marc

View Replies !    View Related
Loading A Windows Projector?
Hi guys,

thanks in advance.

Need to know how to load a windows projector file (Flashmovie.exe)
from a MC button.

Thanks again.

Engineer

View Replies !    View Related
Flash Projector And SWF Windows
As an alternative, in case no one has a solution to my previous post I have the following question:

Is there a way to launch a flash projector or swf w/out viewing the flash window it is displayed in? Especially want to remove the flashplayer header. Bounding box is okay.

Thanks.

View Replies !    View Related
Flash Projector And SWF Windows
As an alternative, in case no one has a solution to my previous post I have the following question:

Is there a way to launch a flash projector or swf w/out viewing the flash window it is displayed in? Especially want to remove the flashplayer header. Bounding box is okay.

Thanks.

View Replies !    View Related
Secondary Projector Windows
I have created five seperate flash movies(large file sizes about 80MB) and exported them all as projectors. Each of them were intended to play by themselves as standalones. Now the client has requested I build a flash projector with an interface that will allow a user to access any of the other five projectors in order to put it on a cd-rom.

I need to launch a new projector from a running one how can I achieve this? I would appriciate any advice. Thank you.

View Replies !    View Related
Problem With Windows Projector
Hi guys,
I'm currently using flash mx on my pc(windows xp) but my windows projector file doesn't show after I publish it, but my swf and html files show. I didn't encounter this problem when I was using flash 5,
Is it a bug or something. 'cos i've reinstalled several times but it still reoccurs?

Thanks in anticipation

View Replies !    View Related
How To Antialias In Windows Projector?
Like the subject says, how do I get scaled images to appear antialiased in windows projector? I found a couple questions in this forum that cover the same thing, but I didn't find any answers. Even when the movie plays at the normal size I built it to, the images still have jagged edges. Any suggestions?

View Replies !    View Related
Preloader For Windows Projector?
Is it possible to use a preloader with a Windows Projector file? I have a large flash windows projector file that auto loads to Windows from a CD. Because the file is large, it takes about 2 mintues for the projector to start playing. How do I display something on the screen to indicate to the user that the file is loading???

PLEASE HELP!!!

View Replies !    View Related
Windows Projector .exe Shows Nothing...
i am publishing my movie as a windows projector .exe and i am using Flash MX 2004. When i open the .exe file, nothing shows but just a blank white area.

!!!whats happening there!!!

I tried to re-install flash player and even flash mx 2004 itself but got the same problem.

View Replies !    View Related
Sound Lag In Windows Projector Exe?
Hi all,
I have a large game published as a windows projector exe and I've
noticed that after a couple of hours the sound begins to lag behind
the game (every sound that is). It gets progressively worse too.
Has anyone seen this before?
Much apprectiated,
DumbMonkey.

View Replies !    View Related
Making Changes In Windows Projector
i have created a presentation in flash and published it as an exe(windows projector). now if i have to change or replace an image in it without using the FLA file or using the update button in the library..how do i do it. i tried replacing the original image with another image with the same name in the folder but the image is not changing in the exe...kindly help.





























Edited: 07/17/2007 at 08:33:32 AM by vaishusash

View Replies !    View Related
Windows Projector (.exe) File
Hi,

I am hoping this issue I have can be resolved with AS. I have created a CD autoplay slash screen in flash, where the user can select to install an application, browse the CD drive and read the readme file. My issue is that when the user select the install button, the system asks if the user's wants to run the setup file but this is opened behind the full screen autoplay exe, which means the user either gives up because they cannot see the prompt, keeps clicking and nothing seems to happen or realises and has to ESC from full screen or close the autoplay down.

Is there a way in which focus can be taken away from the exe and given to an external prompt or window, or minimise the exe from full screen to the user's task bar. I have tried using fscommand("minimize", true); however this does not seem to work, and I am not sure if it's the correct syntax.

I appreciate any help offered.

Kind regards.

View Replies !    View Related
Windows Projector Size
hi

I´m creating a exe projector for a project and I´m wondering if the movie would be too slow since there a lot of pictures on it. On a projector the movies are loaded just like on the web or all of them are loaded at the same time?

thanks

View Replies !    View Related
-->windows Projector Prob<---
hi guys,
i've just exported a swf file to windows projector exe format.

when i tried to play this exe file on another computer, it reads the file as an FLA file and not as an exe, and it doesn't play at all.

anyone knows what could be wrong?

a windows projector file is supposed to be playable on all PCs correct?

kate

View Replies !    View Related
Autorun Windows Projector
i don´t know exactely wich forum this question applies, so I entering here...

I´m putting a flash movie projector in a Cd-rom and I´d like to make it outrun when put on a drive. How can I do it?


thanks

View Replies !    View Related
Fullscreen In Windows Projector
Hey,
I have a Flash presentation I want to autorun in full screen mode. I set this using StageScaleMode.FULL_SCREEN, and it works fine if I run the swf file. However, the exe file opens a blank full screen, and only when I exit with ESC does it show the actual movie in a regular window. Why?

View Replies !    View Related
Dynamic Text With Windows Projector
Can you use dynamic text for a windows projector file? I using a simple loadVariablesNum ("intro.txt", 0);

Works great in a swf on a web page, but doesn't work in a Windows projector. (Text file is in same folder.)

englund

View Replies !    View Related
Opening POP-UP Windows From Projector.EXE Files?
Hi again!

Is there any way I can open pop-up windows from an EXE file that display no menubars?

I tried the "custom_window_opener" you guys recommended me the other days and it works fine, but only when working from an embedded SWF file. I tried to make it work from a Projector file and it just didn't.

How can I open pop-up windows from an EXE file but showing no statusbar, menubar or anything but the file itself??

View Replies !    View Related
Opening IE Windows From Flash Projector
Hi,
I have to open a browser window which has no scroll bar and in fullscreen mode from a flash projector. Is there any way of doing that. please help me out of this.

View Replies !    View Related
Popup Windows In A Projector File?
Hi,

Please could you help me and tell me how to execute a popup window that contains a swf file form a projector file, That is for a CDROM.
The get URL function will pop an html file with my swf in it but I would like to be able to size the popup window and i don't know where to put the Javascript that will do that when i create a .exe because my main flash file is not embeded in an Html page.

Thanks for the help.

Regards

Xav

View Replies !    View Related
Flash Projector & Popup Windows
I'm making a cd presentation with Flash and the final product will be a projector (.exe)

I'm having trouble with one thing. I would like to open a popup window from within the projector with a specified size. Since the movieclip is not embedded in an .html page, I'm having difficulty.

Doesn't anyone have any ideas? Also, would it be better if the cd presentation was created/exported with Director 8.5? - I'd have to learn it though! hehehe


Thanks a lot!!

View Replies !    View Related
Windows Projector To Full Screen
im putting a windows projector on a cdrom. i know how to do autorun but i do i get the windows projector to automatically go to full screen?

View Replies !    View Related
Opening HTML Windows From Projector
I have a bunch of HTML links accessible from a Flash Projector (EXE). The projector is running in fullscreen mode, so the WinXP status bar, etc are hidden. The first link clicked on opens the HTML page Internet Explorer. When I click back to the Flash projector the IE window disappears (i.e., it is sent to the back).

My problem is that when the user click on any additional links the URL is loaded in the same window as previously, but this time the window stays hidden behind the fullscreen projector (unlike the first time a URL is clicked and IE opens)! Is there a way to always force a new instance of the IE browser that will open 'above' the projector?

I realize the user could 'ALT TAB' to browse to the IE window or minimize the projector (by pressing ESC) and use the WinXP status bar to select the IE window, but neither of these solutions are ideal. I want all clicked URLs to 'pop-up' above the projector within IE.

Any help greatly appreciated.

Glenn

View Replies !    View Related
Linking Windows Projector Files To Others
Hello.
I have made more projects and i would like to gather all of them under only one interface. So how can i execute an exe file (found on my computer) by clicking on an image button? I am using Flash 5.
Thanks.
Iulia.

View Replies !    View Related
Mailto: From A Cdrom Projector In Windows Xp, Possible?
Hello,
I cannot get a mailto command to work one my cdrom project. Ive tried both using just text+property inspector and scripting a button with mailto.

We've gottin this to work in win98 but not xp. We are using a projector built in flash mx on a pc.

Thank You.

View Replies !    View Related
How To Configure Flash Windows Projector?
Hello.

With Flash MX, I can create a Window Projector (exe) for my flash movie, but how do I configure it?

For example, I want to change the title to something else instead of "Flash Player X".

I also want to make it zoom to the max window size when the projector is launched.

Can I pass command line arguments to the projector? Perhaps there are options I can choose when I create the projector?

I am new flash user and I am unable to find out the info with the help function and on the web.

Thanks in advance.

View Replies !    View Related
[F8] Projector Swf + Windows Media Player
I have been asked to provide a swf for a standalone windows media player. Does it accept the swf file format? If so, is it possible to use setInterval() within the animation. I'm unsure because this is a time based function and executes code in milliseconds. Thus, I imagine it wouldn't execute correctly in a media player as it doesn't have an internal clock.

I would very much appreciate any help.


Many thanks.

View Replies !    View Related
WIndows Projector (.exe) Crashing On Startup?
Figured I'd attach a small reward for anyone who can help me get this problem resolved. It's not a ton but consider it a token of my appreciation for whoever gives me the advice that gets this to work.... $25USD via Paypal.

THE PROBLEM:

i've got an error with a EXE file output from FlashMX Crashing upon startup.

It appears whenever someone running Windows XP opens my .exe projector, a black DOS window pops up for just a second then crashes. They said it is giving them some rapid error message that is impossible to read completely (Too quick) but they were able to make out "Too Big" The Machine is very capable so I doubt it's system limitations.

The goal here is to create a CD-ROM of a 180 product catalog... with each product having a page, then playing a 20 second video clip upon request. The output EXE is around 20MB with all videos imported into the library (but only 1 product page created).

The file contains no complex actionsscriping.. just a very basic "press button goto frame 2 where the video resides" type of scripting. I can't imagine what conflict is causing the issues. I tried searching for .exe ... windows projector crashing.... etc to no avail.

PLease help guys...

Thanks
Matt

EDIT: I am open for better suggestions if there is a way to get hte SWF to play in a window on a PC. I just need people to be able to insert the CD, click on one file (or have it autorun) and then have it run on any PC (wthout the standalone flash player installed) inside a window (browser is okay if it is just a blank frame (not buttons, sliders, etc.)

IF there is a size limitation I have read something about "wrapping" a large SWF inside of a project EXE then autoruning the EXE from the CD. Is this simple to do? I am very rough with regards to actionscripting and would likely need a step by step tutorial if anyone is willing to help.....

View Replies !    View Related
Embed Video In EXE (windows Projector)?
I'm trying to embed a video into a windows projector (exe) file. I would like the video to be contained in the single exe, but I don't want to run into the video/sound synch problems embeding the video in the timeline creates. Any advice?

View Replies !    View Related
Windows Projector Needs Flash Update?
We have been making some Actionscript 3.0 windows projectors in CS3 lately, and for the most part everything has been great. However, on some older machines it will require a flash update before the projector will run. I guess I am a little confused because I thought the projectors were self-contained with the flash player. Is there something to do when compiling to solve this, or something else that I should do to make sure that these projectors can play on a majority of computers (some may not have internet connection). Thanks!

View Replies !    View Related
Windows Projector File Extension?
I would like to know what the file extion for a windows projector file when published. I realise that when published normally, flash publishes an SWF file. I will explain why I need to know.

I have a movie that has buttons, when pressed the buttons load in external SWF files into empty movie clips. This does not work with the windows projector files, so I need to know what they are called. I have looked in their properties but can't see the info there.

Thank you.

View Replies !    View Related
Windows Projector Info Needed.
Hello again everyone.

Getting straight to the point: I need to make a stand-alone application preferably chromeless. Even if it has a window border, I'd like to be able to change the title of the window and the icon represting my app. as well as the icon displayed in the title bar.

Oh yea... The app. is in Flash.

How do I achieve that?

Tried messing around all I could with Flash's (.exe) publish settings but to no fruitful results.

Please help. Please?

Thank you very much.

View Replies !    View Related
LoadMovie, Projector And Windows XP - Won't Load.
Hello all,

having a big problem. I am loading a bunch of external jpegs using the following code. Works great everywhere, except on Windows XP. Seems neither the SWF or a projector will work. The client is using Player 8 and otherwise everything works. I've also tried using "/images/" but no luck.

loadMovie("images/"+newArray[i]+".jpg", textArray[i].photo);

Anyone know why XP hates this when Win2000 and OS X are fine with it? I don't have XP installed so can't really troubleshoot it.

View Replies !    View Related
Windows Projector File Extension?
I would like to know what the file extion for a windows projector file when published. I realise that when published normally, flash publishes an SWF file. I will explain why I need to know.

I have a movie that has buttons, when pressed the buttons load in external SWF files into empty movie clips. This does not work with the windows projector files, so I need to know what they are called. I have looked in their properties but can't see the info there.

Thank you.

View Replies !    View Related
Exporting A Huge .fla To Windows Projector
Hi everyone!
I have a major problem with flash.. We're doing this project that involves a lot of videomaterial. The videos have been imported to the timeline of a movieclip so that it's easier to make some interactions within certain frames of the movie.. Everything seems to be ok with the file itself - only thing is, that we can't export it.. We used Mac g5 to export it, but it crashed, after that we used a dual processor pc with 2gb of memory, and it still says that flash is out of memory.. Now, the file itself is a little over 1gb, probably the only flashfile that big.

It would be extremely important to get it exported, but if 2gb of ram doesn't work on it, then what does?

The problem isn't the lenght of the timeline, since it already exported the same timeline without the videos.

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