ActionScript 2.0 :: Make A Splash Field Appear IE?
Oct 20, 2005A lot of people cant see my Swf's and i want to know how to make a splash field appear IE-> "If you cant see this file click here to download plug-in"
View 1 RepliesA lot of people cant see my Swf's and i want to know how to make a splash field appear IE-> "If you cant see this file click here to download plug-in"
View 1 RepliesI needed to make a loop for a intro splash, and since I have only programmed in php before, I tried this (to my suprise it didn't give a syntax error):
Code:
count=0;
if (count < 5) {
gotoAndPlay(40);
[Code].....
Been told as part of a university assignment i need to have a 30secs introductry Splash screen?What is a splash screen? how to make them?
View 6 RepliesI have some rain that falls and hits an instance of an MC called Pavement. I want it to create and MC called Splash (The name in the library).
Code:
if (hitTest(_root.Pavement)) {
i ++;
duplicateMovieClip(_root.Splash,"Splash" + i,1);[code]........
I basically comed the web for an answer but found nothing.How would one be able to set a splash screen for an AIR application built in flash.
View 2 Repliesis there any way to make splash screen [ means ist frame should stay sometimes and should jump to another frame] in flash mx 2004.
View 1 RepliesI have two HTML pages, each with a .swf movie on them. The first page has the splash .swf intro movie on it. I want to add a preloader to splash.swf that loads main.swf which is on main.html which loads when you click ENTER. I don't know if this is possible or not. The reason I have 2 seperate .swf's on seperate pages is because I need a different background color for each page. If this can't be done then I would be interested in just loading the main.swf into the user's cache as soon as they open the first page so that it acts as a preloader. I uploaded it to [URL]. The .swf's might not load correctly on mac's for some reason, but should be fine on a PC (no clue why).
View 1 RepliesIm trying to create a simple splash page that plays a video using the FLVplayback component. The problem is that it wont redirect the browser tot he homepage at the end of the playback.I've set up my FLA by putting an instance of the FLVplayback component in the only frame on the stage. I put another keyfram on a separate layer for actions and included the following actions (instance name of the FLVplayback component is videoIntro)
stop();
import mx.video.*;
videoIntro.contentPath = "masti.flv";[code].....
i seem to be able to reference the component correctly because i can set the contentPath. What im doing in that actionscript is identical to what i have seen in some tutorials.
I wanted to know what is the best way of centering an AIR application onto the screen. i am trying to add a splash screen and thats just appearing on the top left corner instead of center I have read about using some function known as CAPABILITIES which gets u the screen resolution and then subtracting the application width and height...
View 2 RepliesI've read all threads here already about this subject. For most AdobeAir projects for Android, no matter what size, it could take up to 20 sec to load the app, and while it loads, all you see is a black screen. As there's no support for a Default.png like there is for iPhone, we have to use a preloader.
I've only found one for Flex, which is no good to me as I'm using Flash Pro 5.5 (IDE). I've tried doing some simple preload-a-swf-preloader but it just loads it to 100% before showing anything anyway. Anyone here that can share a script of a simple preloader for Flash CS5.5? I know that to reduce the loading time and show a splash screen on android we need to make a very small swf that will contain the loading screen image, and that same swf will also preload the maingame.swf (but can that be done? Appstore don't like code in more than one swf) into it. My tries have failed.
[Code]...
I currently have a splash page which uses a variety of tweens to make an animation of a character running. The splash page also has music playing in the background and a small skip button (located in the corner) which is given the instance name "reelButton". I want the splash page to link to a loading page (file name "loading_screen.swf") I have created which uses a black background and an animation of a skull rotating. When I press the skip button, it does navigate to the loading page but the character running from the splash page and the music is still playing. I know its because I need to use the unloadAndStop command to stop all the movie clips from the splash page. But even with this it still doesn't seem to work.
Below is the code:
var contentLoader:Loader = new Loader();addChild(contentLoader);
reelButton.addEventListener(MouseEvent.CLICK, reel);
function reel(event:MouseEvent):void {
loadURL("loading_screen.swf");
}function loadURL(url:String):void {
contentLoader.unloadAndStop();
var request:URLRequest = new URLRequest(url);
contentLoader.load(request);}
I just want to stop all the sounds in the splash page. I don't need to give the user the option to start them again. The thing is only 20 seconds long. I just want them to be able to turn off all sounds for their convenience. I found this piece of code:
ActionScript Code:
import flash.media.SoundMixer;
SoundMixer.stopAll();
But how do I write the function/method?
I'm looking for a tutorial that will show me how to create a flash window that expands when you come to the web site and gives options of making flash splash smaller. I believe it has something with Dom and javascript.
View 0 Repliesi am trying to figure out how to create a water splash or bottle over flowing in Flash. can this be done?
View 2 RepliesI want to create a splash dots effect like htc wallpaper. So, the dots is shown one by one..randomly. And the transparency each dots are different. Example, I put amount of dot 100 dots. It's shown one by one until 100 dots and if animation finish, it will shown like this.
View 1 RepliesI think I have to add getURL() on the last frame of the timeline, but it's not working for me.I have:[URL]
View 2 RepliesClient wants the audio from splash page to fade out in bg when user clicks enter button and leaves page and enters next html page? How to do this? WIth AS? Javascript? Does this file need to be embeded on both html pages?
View 5 RepliesI have created a shooting game and I am struggling to create a splash screen at the beginning informing the user of the controls with a button to start the game, which removes the splash screen. I am trying to add the splash screen in the main timeline using addChild event. I can get the splash screen to appear on the game and remove it when the playgame button is pressed, but this prevents all the other event listeners so I am not able to fire or move the ship.
In the splash screen I have the code :
Play_btn.addEventListener(MouseEvent.CLICK,playgame)
function playgame(e:Event):void{Play_btn.removeEventListener(MouseEvent.CLICK,playgame)
parent.removeChild(this); }
and in the main timeline I have :
addChild(splashscreen);
Check out the link below, as you can see my overlay is hidden behind the flash element. However, the blue bar with the 'Continue' button appears above everything. Does anyone know what CSS changes I need to make so the overlay will appear above everything below it? The background loads an iframe.
[URL]
I can't add wmode="transparent" to the embed tag, since I have no control over the page loaded in the iframe.
i've made a splash page in flash but i want to have it looping till someone clicks on the button.Would this be possible with AS3?
View 3 Replieshow i can make script like this:splash screen in fullwindow rectangle follow cursor to choose language
View 0 RepliesI'm not even sure what you call it. When you go to some of the major web sites and big flash movie with option to shorten it is displayed. I've search the web for this and maybe i not calling it right.
What is the name of this flash movie called when you come to site and big flash movie comes up and pushes everything down? It has a option to reduce size by clicking button.
Anybody know where you can find this tutorial?
I'm a beginner level student. My project is to create a Splash Intro and a 4 page Website (Home page and 4 internal pages). I have to use Flash (no HTML, Java, CSS, etc). We are using Flash CS3 with Action Script 3. The Splash Intro should play continuously. This part I have working like a charm. However, the project requires a Skip Intro button. I have made the Skip intro button and gave the "instance" a name. The next part is where I'm stuck. I want to be able to click on the Skip Intro button and go to the first page of my "Website." I have all of my pages on one timeline. No movie clips. This is very basic.
My Home page has some animation on it. My name comes in from the left and three buttons come in from the right. When the user clicks on the Skip Intro button, I want it to go to the Home page, play the brief animation and STOP. I don't want the Skip Intro button to just go to frame 40 (for example) and just stop. And, if it goes to frame (50) for example and stops the user will miss the animation (right?). Here is what I have but it doesn't work:
[Code]...
Ive just finished a flash web site that ive used a lot of XML for loading my images from thumbnails. Its works great.
Except it takes maybe 3-4 minutes to load. I think whats happening is its loading all the images in that XML file before it even shows the first thumbnail, so thats like 2MB its loading.
Is there a way to preload all of the xml files at the start on my Flash splash page?
Here is the link to what im explaining.
[URL]
My website splash page is around 780x480 and the rest of the flash site is all 800x500. I'm not quite sure how to work this, but I want to have the splash page play automatically then go to the main page of the website. Can someone help me out with this? And does it matter that they are different sizes?
View 1 RepliesI have started this animation and I am turning rain drops into movie clips with a small splash animation in the clip. I can just copy and paste them so I won't have to animate each one or do programming. When I test this with the swf file they turn out fine. But when I try to export this into a jpeg/png,or avi the full animation in the movie clip doesn't work. It just shows the first frame. Is there a way to make this work since I would really like the single jgep files or avi since I need to transfer this to other programs. I thought there was a way to do this but I cannot remember or I don't know if they changed it with cs4 XD.
View 4 RepliesIs it possible to have a library of PDF documents (files in a folder), and create a splash screen in Flash, even if its a AirApplication, that can search the documents for specific words? I am trying to create a PDF search tool that I can be delivered via CD.
View 4 RepliesI can't understand how I should do to make a dynamic text field in cs5. I have tried to find a solution in weeks now and there is always the same answer. (Window > Properties), select a text type from the pop‑up menu to specify the type of text field: Dynamic Text.But the thing is that I can not find where in the properties I can select the type of text field. Where can I find It?? I have my properties panel on the right side and not at the bottom of the page.
View 3 RepliesIs this possible at all? I have tried to use the startDrag method for dynamic text field but I still can not drag it. If I converted the dynamic textField into MovieClip symbol then it becomes draggable. But I had to keep it as dynamic textField object because I am also applying formats defined in textFormat object to that textField. If it is converted to MC symbol, then I can no longer apply textFormat. Is there any solution. Basically I want to be able to drag and change its text format for given textField.
View 1 Replieshow to make text field with picture within like that
pic pic pic | txt txt txt
pic pic pic | txt txt txt
pic pic pic | txt txt txt
[code].....