Flash App That Auto-builds .exe's
Hi,
I've been thinking about building a menu system creator that an operator can use to select items that will make up a final menu system. For example, the operator could pick any permutation of options from a choice of, say, 50.
What I need to know is if there is any way that a Flash application such as this menu builder can automatically create a Flash projector at the click of a button; or is there any way to publish using AS inside an swf, and without the main Flash shell?
If anybody has any thoughts on this, or has done something similar, then feedback would be greatly appreciated.
Ta.
FlashKit > Flash Help > Flash General Help
Posted on: 06-14-2006, 08:44 AM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Issue With Certain Flash Player 9 Builds Running AS3
Hello All,
I am having an issue with certain Flash Player 9 builds when running AS3 code. Currently, the SWF will play properly if the build is 9.0.47.0 or greater. However, if the build is lower, i.e., 9.0.28.0, any SWF that uses the native Flash components, i.e. listbox, button, etc., do not display properly on stage. An illustration of the issue can be viewed here. Is this a known issue?
The problem would seem to be easily rectified by upgrading the FP Version, however, this is a course that is being taken on machines that are 'locked' down from immediate upgrades.
Any suggestions or insight on how or why this error is occuring and other possible ways to resolve it.
Thanks for any and all suggestions.
Help On AS Code That Builds 3d Menu
Hey, guys!
I was following one tutorial that I found on GotoandLearn.com and got some doubts...
You see, thatīs a 3d rotation menu (like a carousel) all based on AS... And it rotates in a clockwise direction... When a menu item gets in the middle of the rotation it gets bigger, in order to make the depth illusion... Right now this is happening once the menu item gets on the right-middle of the circle... The point is that I want to make it get bigger once it reaches the left-middle of circle...
Since itīs hard to explain what I am talking about, I am sending the fla to help...
Thanks in advance, guys!
Large Project Builds
In a nutshell, I am looking for a build tool and continuous integration tool that work well for large Flash/ActionScript projects. It also has to play nice with FlexUnit or AsUnit.
I see that Ant and Antennae are used by some folks for builds, but Ant has always driven me nuts with its verbose XML syntax. If this is really the best choice right now I suppose I can bite the bullet, but I would rather not!
Any suggestions?
Text/Bullet List Builds/Transitions?
Hi Folks,
I have a block of text consisting of several bullet points. I now want to turn this list into a build which automatically wipes or reveals each bullet point individually as you would in a Powerpoint presentation. How can I accomplish this effect in Flash?
BTW, I am building this as a Flash Slide Presentation.
Thanks in advance.
Glen
Auto Pop Up Window With Auto Close.
Hi Guys.
Im trying to open a html file.
When double clicked I need it to open the html file (open.html), then automatically open another centered pop up window, then automatically close open.html.
I have got it working but it asked me if I want to close down the window. yes/no.
script
.................................................. ............
<html>
<head>
<title>Untitled Document</title>
<SCRIPT LANGUAGE=JAVASCRIPT TYPE="TEXT/JAVASCRIPT">
function newWindow() {
newWindow = window.open('http://www.yahoo.com', 'newWin', 'width=400,height=525')
}
setTimeout("self.close()", 1000)
</SCRIPT>
</head>
<body onload="javascript:newWindow()" bgcolor="#FFFFFF" text="#000000">
</body>
</html>
.................................................. .............
Can anyone advance on this for me.
Cheers,
Shaun
[CS3] Auto-play/Auto-resume: Is It Possible?
Hi,
I'm making an interactive film. At certain points within the film, the viewer has the ability to select from a few options that will direct them to an external video clip (they are flashback scenes). The main story pauses when the user selects a flashback scene and I'm clear on how to achieve this.
However, my issue is that once the flashback scene ends and the external video closes, I'm not sure how the main story will resume. Is it possible for it to auto-play (resume) in some way? My last resort would be to have the viewer select a play button - this is only because I do not want a break in the narrative and want to limit the amount of clicks the viewer has to make.
Basically, I really just want to know if what I want to achieve is realistic without making the viewer initiate the action. Any suggestions and comments would be greatly appreciated.
Thanks!
Auto Submit/auto Counter
Hi, I know this is possible but I can't seem to find a script on how to do it.
I want it to have a counter for everyone who submits and at the end, it shows how many people did the flash game.
http://neebit.com/s?ab39540f21.swf (not totally done yet)
Have A Flv Not Auto-play But Still Auto-buffer?
I know in the flash video player component's parameters you can set autoplay to true or false, but can you make it so the video will buffer even if autoplay is set to false, and without the user hitting play?
I wan't no delay once they hit play, but they don't have to watch the video.
Auto-play/auto-resume: Is It Possible?
Hi,
I'm making an interactive film. At certain points within the film, the viewer has the ability to select from a few options that will direct them to an external video clip (they are flashback scenes). The main story pauses when the user selects a flashback scene and I'm clear on how to achieve this.
However, my issue is that once the flashback scene ends and the external video closes, I'm not sure how the main story will resume. Is it possible for it to auto-play (resume) in some way? My last resort would be to have the viewer select a play button - this is only because I do not want a break in the narrative and want to limit the amount of clicks the viewer has to make.
Basically, I really just want to know if what I want to achieve is realistic without making the viewer initiate the action. Any suggestions and comments would be greatly appreciated.
Thanks!
CD Auto.ini On Flash Swf
Hi,
I'm putting an swf on cd for someone. I'd like the cd to automatically play the swf file upon placement in a cd drive. Does anyone know how to include a text file (or something) which will automatically pop up and play the swf. This would need to work on Mac and PC.
Thanks!
Auto-run Flash From A Cd
I'm almost finished my flash attempt, and I'd like it to auto-run from a CD automatically when it's inserted into a drive. Anybody know how to do this?
[MX] How Do I Auto Run A Flash Doc For Pc & Mac On A Cd?
hi all,
first time on, so if the question sounds thick im sorry!
what im trying to do is launch a flash swf from a cd... tho i want 2 versions, one for mac and one for pc!
how do i do it? or do i just need one? if anyone out there can help that would be good!
forceyboy
Flash Auto Img Name (CMS)
I'm creating a photography site where the user wants to upload different photos into different sections.
Rather than going down the flash cms (flashblocks?) route, I know how to create a fpt client so that they can upload photos into a folder where the flash file can read them from, but how would i go about create a image description/title for each picture?
Could it read it from the image file name?
Any other suggestions?
Flash As An Exe For An Auto Run
ok here is what I am tring to do .. I am making an auto run file and you have to attach it to an exe file.
I have goten every thing working my only problem is that when the file auto runs it brings up the whole player with it .. its not just a clean splash screen. I would either like to know how to just bring it up as a splash screen or perhaps how to get it to go full screen .. thanks in advance for your help
CDrom With Auto-exe Flash
I want to know how I can make an auto-executable flash file in a CD-rom. This CD-rom have to run in Mac and PC computers.
Thanks in advance.
(And sorry for my english)
Auto Scrolling In Flash
Hello everybody,
I have connected a flash file with SQL Server. The flash file is retrieving data from a table and showing in the file. What I want to do after display is that the data should scroll automatically in the file. I have been able to scroll on onMouseOver and on onClick events, but am unable to do the same on onLoad event.
Please could anyone help me in solving this problem.
Thank you
Vishal Yajnik
[Edited by vishalyajnik on 08-30-2002 at 03:43 AM]
Need Flash MX Auto Run That Works...:D
hi all...
Just wanna ask if there is any development on the Flash Mx auto run...all i really want to do is to have a stable auto run script which is like macromedia director... and if flash already devloped a standalone player like director have?????
TY and more power
Bernols
Flash 6 Auto Detect
Hi,
Could anyone please tell me what javascript to use to auto detect if the user has flash 6 plugin as the page loads.
And to send up a message to say they need it if flash 6 is not detected.
thanks if you can help.
Auto Detect Flash?
I am looking to auto detect flash on a viewer's computer.
true = index.html
false= index2.html
is there anything out there that can help me?
Auto Refresh In Flash ..
hello ppl ..
i need help in how to enable auto-refresh in flash
because my database will keep on changing over time ..
i know this auto-refresh is possible in HTML but does it in flash ..?
if it doesn't occur automatically, perhaps there must be a way so
that the page will refresh when the user click a button isn't ..?
pls guide me on this ..
Flash Cd Auto Launch On Mac?
Hello, I am trying to put an auto launch on an interactive cd I have created in flash mx 2004. I am just trying to get the .swf to load automatically when the cd is inserted. For some reason I cannot figure out how to do this on a Mac. Does anyone out there have some suggestions? Thank you very much.
Auto-run For CD Developed In Flash MX?
I need to create a CD-ROM for a client. l would like to use Flash MX because of it's support of video now, but I am unsure whether or not I can make it auto-run on either the PC or Mac operating systems like you can with Director. Does anyone know if this is possible? If so, please tell me how.
Flash Auto-run Function
Does anyone know if Flash has an auto-run function that would say, open a file automatically when the CD that it is on is opened - similar to a slide show? Any info would be helpful. Thanks!
Auto Run A Flash File [help]
I developing a flash game and i willl want to p put it on a cd however is f i want the flash game to automatically run when the cd is placed into the cd drive, is this possibl
[MX] Flash Won't Auto Play
I have a flash menu bar on my website and nothing I do seems to work to get it to play on load. It will play if the page is refreshed or if you click play. I also have a flash movie on the page, and that plays at load just fine. Any suggestions?
Auto Triggered In Flash CS3 Via AS3?
It seems to be a very fundamental question, but I have no clue how as3 works in flash cs3... maybe it's a brand new OOP structure I guess?
So here is my question:
Before in AS2, we can declare a class, then import it into the frame, something like this:
Code:
import somewhere_in_path.ANewClass;
var a:ANewClass = ANewClass();
But seems that most of the flash cs3/as3 projects don't perfer this way anymore. Take a look at the following source:
http://www.adobe.com/devnet/flash/ar...o_gallery.html
it used a custom Class named FlashVideoGallery which is defined at fvgFlashVideoGallery.as , but when I check the .fla file, there's no similar code shown above entirely in the .fla project.
So what exactly is the magic? without declaring the object, but everything is still functioning.
ps. to see the main screen in fla via Flash IDE, you can turn of the first two layers (Actions & Preloaders), then goto the second frame.
Any clues or hints appreciated...(even a simple website link clarifying the concept works as well). thx in advance!
Auto Refresh In Flash ..
hello ppl ..
i need help in how to enable auto-refresh in flash
because my database will keep on changing over time ..
i know this auto-refresh is possible in HTML but does it in flash ..?
if it doesn't occur automatically, perhaps there must be a way so
that the page will refresh when the user click a button isn't ..?
pls guide me on this ..
Flash CS3 Auto Save?
I haven't gotten a chance to use the new Flash yet and I was wondering if it had an autosave feature or an auto-backup feature. I've lost a lot of hours from forgetting to save every few minutes, so i was hoping that this may be featured in the new version of Flash, and if it isn't they may want to think about putting it in.
Auto Resizing Flash
Hi, I was trying to prevent piracy, and increase website efficiency by containing my swf's within a main swf, a container, if you will.
What I need to know is, how do you make the container swf expand and shrink with the browser, like at http://www.rolex.com ??
Any Help would be appreciated.
Flash Auto Play
hi, I just created a simple flash effect for my website but the problem is the users need to click on the flash area first then they would be able to get the flash affect, my question is how do i tell flash to make it automate play so the users don't have to click on the "flash area" first to get the affect?
the site is
http://www.theclayman.com/
choose the flash version
also I use an external jpg and loadMovie to load all the picture (if you rollOver to the link you supposed to get the different pic on the right side) but sometimes it tooks a while for flash to load the image how do i make it to load faster then?
Auto Resizing Flash
Hi, I was trying to prevent piracy, and increase website efficiency by containing my swf's within a main swf, a container, if you will.
What I need to know is, how do you make the container swf expand and shrink with the browser, like at http://www.rolex.com ??
Any Help would be appreciated.
Auto Convert PDF To Flash?
A client wants to be able to convert pdfs to Flash movie files on their site to ensure diagrams etc are limited in their ability to be saved or printed from the site.
Is this possible? I can see how this could be done automatically but they seem to think it can.
Cheers
Auto Scrolling In Flash
How can i make this newsbox scroll automatically and pause when the user mouses over the text? Here is an Example of what i have now. Its pretty manual right now.
On one of my buttons I have this actionscript to get it scrolling. On the other its opposite (-=1):
-----------------------
on (release) {
txtBox.scroll+=1;
}
-----------------------
*here is the rest of the code
/*text parameters*/
txtBox.html = true;
txtBox.wordWrap = true;
txtBox.multiline = true;
txtBox.label.condenseWhite=true;
/**********theCSS***************/
headLineStyle = new TextField.StyleSheet();
headLineStyle.load("headline.css");
txtBox.styleSheet = headLineStyle;
/*********XML Loader*************/
headLineContent = new XML();
headLineContent.ignoreWhite = true;
headLineContent.load("headline.xml");
headLineContent.onLoad = function(success)
{
if(success)
{
txtBox.text = headLineContent;
}
}
CD Auto Starter With FLASH ?
Hallo
I have a question.
I have a flash project, and i want to create an Autostart CD, that run auto the flash project.
How i do that???
-------
Thanks
Auto Flash Install
Is there anyway to install automatically flash player. I mean when you enter a site before you can see the content (if player is not installed) the flash player window should trigger (when you agree to install flash from macromedia.com). I saw some sites doing that.
Auto-updater/auto-news Updater/journal..ect Whatever You Want 2 Call It..
i was wondering if anyone had an already premade auto-news/auto-updater/journal esque thing for flash?
Similair to these here:
http://www.pleistoscene.com/theatre.htm
skip the intro stuff [unless u want 2c it]
goto 1:00 and 11:00 i believe it is where the news &journal are..something like that..all they use is a flash document with a TXT file they simply upload.
I know you find stuff like this for News tickes, but im not looking for a ticker..something for my news portion of my site and a journal iam creating..this is the only site i knew of that had them.
any support is appreciated..thanks
.worm
Flash And Auto-rolling Frame
Some one forces me to do this:
An intro flash, at first it`s fullscreen in browser, then ZOOM (not switch) to the top as a banner of the page in order to show the common html content below.
Then click on the buttons of the banner flash, the html content will change into another page.
So, how`d you think of this?
Auto 'no-flash-program' Detect
Some people who come to our site don't have FLASH and don't understand that they need it. I hate to cover every page with 'you must have FLASH'.
Does anyone know an auto-detect code I can put in my HTML to detect to the viewer they don't have FLASH?
thanks for your help!
Auto Detrct Flash Player
is there an actionscript that can detect if a user already has flash player installed on their computer?
Thanks
Auto Close Flash File?
Anyone know how to auto close a flash file after its done playing? If so, will it work on a projector (.exe) file?
Thx
Martin
Auto-detecting Flash Player
hi guys
can any body tell me how to auto-detect the flash player
can i do it using publish settings or javascript?
Flash Plugin Not Auto Installing On Win XP
we have recently made the jump to support FLASH MX on our website, but we were very concerned with making sure we did not exclude any users... we thought that it would be possible for the users to automatically download the cabs from macromedia and install, and run. everything seemed nice until yesterday one of our co-workers tried to access the website on windows XP, and it pops up with the macromedia "trust content , blah blah, install, yes, or no" box... so he hits yes and then we assume that everything starts to download and work, but instead... nothing happens... everything hangs, and its just a black box where the flash MX movie is. He was not a administrator on the machine, but i am not sure that matters... none-the-less, we logged him out, logged in as a admin, and hit the page and got it to work, but mere coincidence, a non-coworker user (client) accessed the website from his home computer and was on XP as a admin (personal computer) and the site did the same thing... is there a problem with windows XP? i understand the issues about the active X controls how you cant overwrite the flash 5 control, and then they came out with a new name or something to that effect, but has anyone else had this weird result? i cannot export as flash 5 because i am using buttons as objects and it seems to be a flash MX thing...
any help would be much appreciated as our website is live and we have clients hitting it every day, and would like a minimum number of problems.
thanks, Zuriel
Auto Resize Flash Document
Iīve seen in http://www.ziguweb.com/ how the flash movie resizes when you resize the window or the window pixels.
I was wondering, if someone knows how to do that?
Auto Launching Flash Projector From CD
I'm developing a promotional cd for a local company. Is there action script that I can include, that will command the Flash projector to launch once CD is loaded into the bay? Any help is appreciated, thanks.
Auto Detect Flash Player
does flash mx automaticly detect flash 6 player and if it is not present it send you to macromedia.com/downloads?
Auto-Update Flash Gallery
I am triying to build a photo portfolio on a flash site. I want to do it dynamically. However, I want to avoid having to touch the actionscript everytime I update. So what I want to do is basically make the Flash READ the total content of the path (/images/gallery/) and organized the thumbnails.
So the update reduce to drag and drop on the right path for the site to be update. Anyone have a snippet that can do this. I was thinking something like lenght but I am not experienced working with this. Please help me.
|