ActionScript 3.0 Fullscreen MAJOR Problem
I have a question regarding fullscreen mode in ActionScript 3.0. I already know how to activate fullscreen mode and I've successfully used it without problems in ActionScript 2.0.
So I have an application written in AS3 with a stage size of 640x480. In this application I add a few movieclips to the stage. Once these movieclips are added to the stage, I horizontally center them by doing this...
CODEthis.x = stage.stageWidth / 2;
Tek-Tips > Adobe(Macromedia): Flash Forum
Posted on: 25 Apr 08 16:14
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Major Problem With Browsers And Fullscreen Effect
hi
i've created a website that has a fullscreen background as part of the swf movie. in the movie a background image, that is much bigger than the movie's actual stage dimensions (800 x 500), fills the rest of the browser screen outside of those dimensions. this is achieved by having the swf's height and width at 100% in the html document (code below), rather than its pixel size.
in safari (testing on a mac) this works fine, but it doesn't work properly in any other browser. in internet explorer (testing on windows) the movie placement in the browser window is shifted up so that part of the movie is cut off. in firefox and netscape (testing on a mac) this shift is even more pronounced, and not only does it shift up but the bottom 2/3rds of the screen is blank! in opera (testing on a mac) there is a 10 pixel margin all around the screen (even though the margin set in the html document is 0).
any ideas what isn't working??
you can see the html code below, and the website can be viewed at http://www.immaterial.plus.com/subvista
many thanks for any help!
darren
html:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>myfile</title>
<style type="text/css">
<!--
body {
height: 100%;
width: 100%;
margin: 0;
}
-->
</style>
</head>
<body bgcolor="#ffffff">
<!--url's used in the movie-->
<!--text used in the movie-->
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="100%" height="100%" id="myfile" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="myfile.swf" />
<param name="quality" value="high" />
<param name="scale" value="noscale" />
<param name="bgcolor" value="#ffffff" />
<embed src="myfile.swf" quality="high" scale="noscale" bgcolor="#ffffff" width="100%" height="100%" name="myfile" align="left" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</body>
</html>
Major Major Major Print Headache Pleeeeeeeease Help, Someone
hey peeps, harldy anyone knows much about printing from flash i have found so anyone who can come up with a solution is a complete genius and deserves to be knighted.
Ok, i have a giant flash movie (2250x2400) with about 30 draggable boxes which can also be made invisible as the user wishes.
what i want is to be able to set flash to print the whole thing over a series of pages, presumably 6 i would think. Im thinking this would be done somehow by setting a value for the maximum print area by using actionscript and set it to the size of a4?
ive tried using printing masks with the #b label but it prints everything as it was in its original state before anything has been moveed or made invisible so this is therefore not an option!
Any ideas??
ive tried looking into this but as i say there is very little information regarding detailed printing action, maybe someone in here can be a hero!!!
many thanks in advance
any pointers or guidance would also be appreciated!!
cheers
david
Major Major Major Problem With Folder? So Odd
i have all of my fla files in a folder,
with any of them if i open and publish nothing works (my test is to load a component on the stage and it goes a bit mental flashing all its properties).
so:
1. i make a new document and place a component on, publish it and it works fine
2. i save it in a folder somewhere else, publish, works fine
3. i save it in the folder with my fla documents, publish it, the flashing is there again..
doesn anybody have any idea what to do with something like this, i have never experienced anything like it in flash before!
thanks
Dan Hodkinson
Need Major Actionscript Help
I know absalutely nothing about this actionscript thing. Where do I go to learn? The only thing I can do is a button which I have to copy and paste. A need the most basic Action script there is. When ever I use actionscript, I copy and paste it into the box, but it doesn't change anything about the movie. It does nothing. Am I doing something wrong? I am useing Liveswif by the way.
Major Actionscript Coding With Xml Help
Hi, i need some major help with actionscript coding
im making an mp3 player with xml stuff
i need help with the buttons, times, volume, lyrics [somethin ive added] and title/artist...the list keeps going!
also i would like to make another flash file which helps the user edit his xml file for the player and different colors for the player
please help, you can email me at rollrcoastrboy1029@sbcglobal.net
so we can talk easily, or you can reply to this thread
all help is greatly appreciated!
Major Actionscript Help/Guide ...
Last edited by calreks : 2005-08-25 at 03:15.
Straight nube here, on my friends behalf, our game clan is trying to create a site that includes a section where they can view their our stats. Can anyone tell how to use bungie's rss feed to format to flash.
Major Flash ActionScript Problems
ActionScript 2.0
Macromedia Flash MX 2004 Pro
Yeah Im Build A Flat File Flash ShoutBox. but Im havin problems reviving variable data. I use shouts.as for my flatfile and then I #include it. Then I have a Dynamic Text Box. In shouts.as I have
Code:
var shouts = "This Is A Test Message Smiliy Test : <img src=':)'>"
Yeah on the include i have
trace(shouts); and the textbox Var: is shouts .
Now The trace returns the data in the output but the dynamic textbox doesn't show it.
--
Also does anyone know how to use CSS in flash?
[Major PROBLEM] Loadmovie Needs Refresh [/Major PR
peepz,
my website runs flawlesson my on HD, but if a place it online the swf's i load into the mainmovie won't work, only if i use a browser refresh....
i use the loadmovie command for loading swf's in my empty mc wich is in my mainmovie!
it so weird im getting CONFUSED...
peepz i need a good advice...!!!!!
thn for all your answers..!
Fullscreen Actionscript
I'm not new to the flash world, but I've never done a fullscreen flash file.
I don't know how to make the flash file go fullscreen from a web browser....using fscommands in flash.
Can anyone let me know how to do this?
Fullscreen Actionscript Randomization
I have a code for randomized stars. My problem is how do I make it randomize at any browser size? It's a full flash site that I am making. Actionscript nub here. Heres what I have for the size of the randomization.
ActionScript Code:
var areaWidth = 500;
var areaHeight = 500;
Fullscreen Objects Actionscript
ok, so lets say you publish a fullscreen swf. I attached the no scale to the stage. What would I have to do to make the clips inside align around the stage. Like for example... have a clip align to the right, no matter how much the window is adjusted.
is there a certain piece of actionscript I attach to these clips?
thanks for your help in advance,
Leo
Major Problems With Actionscript "bugs" (?) With Flash 8 Pro And Mac Os X 10.3.9
I'm working with a demo version of Flash 8 Pro in Italian for Mac OS 10.3. downloaded from adobe site.
I get unespected result with my very basic actionscripting. That is to say errors that simply don't exixst. Then I cancel the code, retype (letter by letter) again and everything work for the output panel, but the whole doesn't work when .swf is saved. Similar problem with copy and paste. Same problem with copy and paste of frames and action from a "no errors found" movie to a onther, in which errors are found.
In other forums nice guys tested my code and says everything is fine, and it seems that the problem is my flash.
I unistalled-reinstalled-patched. But nothing seemed to change.
Does anybody of you had encoutered the same problems working on a mac? Any rumors of bugs? Any suggestion of how fixing the problems?
I can't attach the movie since it'more than 2 M
Actionscript Quicktime In Fullscreen Mode
I ahve written a cd in html so it willl run on Macs and PC's. I have written a introduction presentation that runs fine for PC's but for the Mac I am going to have to do something equivalent using Quicktime output (mov). I need the movie (presentation) to open fullscreen. I don't know how to call the quicktime file from a html menu on the mac and have it open fullscreen. Is there an actionscript that can do this?
I really don't know how to do anything on my new mac so close directions would be appreciated. Can I call the file from a htmlor from an icon on it? Phew I know how to do nothing on the Mac.
ChukkaJohn
[F8] [flash8/actionscript 2.0.] FullScreen + External Interface
Hello Community,
Hope you all are doing great.
I am working on a project heavily based on flash and javascript communication and I am doing it through flash 8 external interface class.
As we can achieve fullscreen mode by using the command
Stage["displayState"] == "fullScreen")
but when I try to do it outside from flash in browser through javascript, this command doesn't work.
Then through some articles I found out that the user has to explicitly click the button from inside flash to make this work....
So.......... is there any way we make it happen?
Thanks
Runnng External Swf Actionscript While In Fullscreen Mode
I am using Flash 9.0 (CS3 Pro). I am coding in Actionscript 3.0
I have two swf files, both interactive. During playback of the, a mouse event launches the second. I also want the mouse event to trigger a switch to fullscreen mode. The second swf is non-linear and requires user input to jump to the appropriate frame of the timeline. Everything tests and runs perfectly during standard screen mode but whenever I try to load and play the external swf file in fullscreen mode, Flash recognizes the actionscript built into the original SWF but ignores all of the Actionscript (this.stop(), this.gotoAndPlay(), etc.) embedded in the second (external) swf file.
How can I get external swf files to load with their scripted functionality in fullscreen mode?
Thanks for the help.
Aaron
-------
The code I am using is:
// --- this is the code contained in the first swf file
// function to launch second SWF file
function movieLaunch(event:MouseEvent):void
{
// Sets display mode to fullscreen. With this line present, Flash does not look at any Actionscript in ip.swf
// If I comment the below line out, the second SWF plays correctly and has full functionality
stage.displayState = "fullScreen";
// load and launch second movie (ip.swf) which is located in the same directory
var request:URLRequest = new URLRequest("ip.swf");
var loader:Loader = new Loader();
loader.load(request);
addChild(loader);
}
// Sets the listener for the button that will launch the second movie.
launchMovieButton.addEventListener(MouseEvent.CLICK, movieLaunch);Text
[flash8/actionscript 2.0.] FullScreen + External Interface
Hello Community,
Hope you all are doing great. This is my first post here.
I am working on a project heavily based on flash and javascript communication and I am doing it through flash 8 external interface class.
As we can achieve fullscreen mode by using the command
Stage["displayState"] == "fullScreen")
but when I try to do it outside from flash in browser through javascript, this command doesn't work.
Then through some articles I found out that the user has to explicitly click the button from inside flash to make this work....
So.......... is there any way we make it happen?
Thanks
u
[Major PROBLEM] Loadmovie Needs Refresh [/Major PROBLEM]
peepz,
my website runs flawlesson my on HD, but if a place it online the swf's i load into the mainmovie won't work, only if i use a browser refresh....
i use the loadmovie command for loading swf's in my empty mc wich is in my mainmovie!
it so weird im getting CONFUSED...
peepz i need a good advice...!!!!!
thn for all your answers..!
[Major PROBLEM] Loadmovie Needs Refresh [/Major PROBLEM]
peepz,
my website runs flawlesson my on HD, but if a place it online the swf's i load into the mainmovie won't work, only if i use a browser refresh....
i use the loadmovie command for loading swf's in my empty mc wich is in my mainmovie!
it so weird im getting CONFUSED...
peepz i need a good advice...!!!!!
thn for all your answers..!
If (fullscreen, True) { Fullscreen, False } & Vice Versa
Heya,
on (release) {
if (fscommand("fullscreen") == true) {
fscommand("fullscreen", "false");
} else {
fscommand("fullscreen", "true");
}
}
this doesn't work in both directions.. it only makes fullscreen if it's not already. i have it on a button, which is meant to toggle fullscreen.
lil help ?
ta
FK
Button That Can Minimize A Fullscreen Flash Exe To Not Fullscreen
Hi!! I have a flash projector file that turns fullscreen. I have a quit button at the top of the presentation but i want to have a button that will just minimize it to its actual size incase people need to see there desktop. Anybody know script for something like this. I was trying something like:
on (release)if
fullscreen=true
fscommand("fullscreen", false);
if
"fullscreen=false
fscommand("fullscreen", true);
BUT IT DIDNT WORK!! any help would be awesome!!! thanks!!
[AS FLASH8] - Loading Fullscreen External SWF's Into A Fullscreen SWF
Hey guys, sorry if this gets confusing I'm trying to explain the best I can.
Here's what I'm having a problem with: http://golibersuch.com/c/mnsm3.html
What I've done is created a "fullscreen SWF" by using ActionScript to stretch a movie clip (yellow rectangle) in the background to fill the whole browser frame. The navigation is positioned in the upper left using ActionScript also; when the user resizes the window, positions are adjusted so the nav always stays in the upper left. (Adapting the technique from http://www.tutorialized.com/tutorial...retching/13567)
External SWFs are loaded from an XML file into a blank movie clip on a layer that is between the yellow background and the navigation (adapting the kirupa XML Photo Gallery). Here's my problem: I want to be able to create full screen backgrounds for these external SWFs so when they are loaded into the main SWF they cover up all the of yellow background of the main clip. Also if the user resizes the window, I hope like the main SWF, the background on the external SWF can also resize to match.
If you press next twice to get to item three for example, I want to be able to stretch that orange box to fill the entire background. You'll notice if you resize the window on the third item, the orangle rectangle will adjust, it's just not correct. Any ideas? Maybe I'm going about this wrong. If this helps, a zip of all related files including .fla can be found here: http://golibersuch.com/c/mnsm.zip
Thanks! Any input would be appreciated.
From 'fullscreen' To 'normal'. Fullscreen Still Active?
Hi,
I have a window that's set to fullscreen. I would like to open another window from there that's not fullscreen and lose the fullscreen window.
Actualy I'd like to skip the fullscreen so I put a javascript on the page:
window.open('theURL', '_blank');
window.close();
The URL is opened but in fullscreen. How do I get rid of it?
ThanX for any suggestions.
cYa,
Ivo
FLVPlayback Fullscreen When Stage Is Fullscreen?
Hello, a bit of a newb to AS3 but can't find any answers to this.
I have my stage set to fullscreen and Exact_Fit.
stage.scaleMode = StageScaleMode.EXACT_FIT;
stage.displayState = StageDisplayState.FULL_SCREEN;
I did this because I don't want any borders and I want the swf to fit the screen entirely. I have videos i am displaying using the FLVPlayback with a skin that has the fullscreen button. When I click the fullscreen button, the stage is made smaller, nothing happens with the size of the video. I also have the fullScreenTakeOver property set to false. If I have it set to true, the video loads fullscreen, which is not what i want, need it to load at the normal size (800 x 600).
note:: If I do not have the stageDisplayState = FULL_SCREEN, and I have fullScreenTakeOver = true, everything works fine but the stage is in window mode and does not take up the entire screen.
Any Help is GREATLY Appreciated!!
Thanks!
Near Fullscreen Launch Without Fullscreen - How To?
Maybe someone can help: how to code a flash launch so that it takes up nearly, but not all of, the users' screen with a browser window?
I dislike flash that takes over the entire window opening fullscreen, this is hostile programming like popups ..
I'd like to be able though, to open the window nearly fullscreen, eg 10 pixel border, and minimize most of the browser bars, eg status window etc... ideas on how to code this?
much appreciated!
NEED MAJOR HELP
I have 4 buttons that load four different external movies into level 1 each at one time.
Button one: profile.swf
Button two: services.swf
Button three: experience.swf
Button four: contact.swf
all these movies have a frame label close which fades out the content. I have 3 problems:
Problem #1:
Lets say the user presses profile and the movie loads. Now when the user presses the services
button, I want to have the profile movie go to the close frame label and after it has faded out
I want services to load. Important: I want the services movie to wait until the other is finished closing.
Problem #2:
When I press profile, the movie loads. But when I press it again, it loads again. i want nothing to
happen if the movie is already loaded and the user presses its button again.
Problem #3: (and I think the most difficult one)
Each movie has a loading scene in it. But the user still has to wait for that loading scene to load.
The loading scene is the same for all four movies. I want to have this loading scene in my main movie so the
user wont have to wait for it to load each time in the external movies. The problem is that I also have
Precent loading variables. here is the loading actionscript I am using for the preloader in profile.swf
Code:
if (_totalframes eq _framesloaded) {
gotoAndPlay (22);
}
loadingM.size = getBytesTotal();
loaded = getBytesLoaded();
left = size-loaded;
loadingM.percent = int(loaded/loadingM.size*100);
How would I change this actionscript so I can put it in my main movie and have it work with profile or the other external movies. for an example of what I'm talking about, check out http://www.webagent007.com
Your help is greatly appreciated. Thank you.
I Need Major Help
I am new to databases and stuff. When I read the Coldfusion tutorial -
http://www.flashkit.com/tutorials/Ut...46/index.shtml
I was fine for the firt couple pages, but on the 4th and 5th pages, things got screwy. could someone read the tutorial at the site above and cleay up the 4th and 5th page for me? I've been working on it for MONTHS!
Need Major Help With Txt Box?
Hi all heres the problem
I have a scrollable txt box, calling external .txt files, here the code i am using for the txt box MC
onClipEvent (load) {
this.loadVariables(_root.content);
scrolling = 0;
frameCounter = 1;
speedFactor = 3;
needInit = false;
}
onClipEvent (data) {
needInit = true;
}
onClipEvent (enterFrame) {
if (needInit) {
if (textfield.maxscroll>1) {
// Text is loaded!
needInit = false;
}
}
if (frameCounter%speedFactor == 0) {
if (scrolling == "up" && textfield.scroll>1) {
textfield.scroll--;
} else if (scrolling == "down" && textfield.scroll< textfield.maxscroll) {
textfield.scroll++;
}
frameCounter = 0;
}
frameCounter++;
}
As you can see iam calling the content varibale from the _root of the movie, i have the action on the first frmae of the movie
content = "welcome.txt"
so it works out that the first onload event for my txt box is calling this varible content, which = a text file
e.g
onClipEvent (load) {
this.loadVariables(_root.content); <<<--------------
scrolling = 0;
frameCounter = 1;
speedFactor = 3;
needInit = false;
Txt box works fine and loads the welcome.txt file for me, but what i intended to do was use this one txt box to display all my content, so there wont be loads of serperate txt boxes for each section, so i tried this action on a button
on (release)
content = news.txt
i was hoping this would change the welcome.txt to the news.txt
but no, oviously the "onClipEvent (load) {
this.loadVariables(_root.content); "
was only run once as its inside a onload event
So in a nut shell how to i keep changing the content of 1 txt box calling external txt files, by using buttons
sorry i went on for quiet a bit, i just really wanted to get all the detials across
Hey Ppl Need Some Major Help Thx
hey ppl
quite an easy question really:
how can i make it so that when pressing a button, it opens up another .swf in the same window, like internet wise.
so:
i have a movie called bishi.swf and another called bishi2.swf, how can i make it so that when a certain button is pressed in bishi.swf, it opens bishi2.swf, but in the same window, plz help thanx
Need Major Help
i have a flash flyout menu and i need to put it in a dreamweaver template. However, i need to have it overlap a section of this template since it is a menu, but i cannot figure out how to make this menu overlap the table section. i have no idea how to do this and i thought you might know. again, it is a flyout menu that must overlap a part of my page in dreamweaver. Thanks.
Need MAJOR Help
Hi Everyone I'm new here, and I've just downloaded FLASH MX. I am a webmaster for a website and they are wanting a Flash Menu. I have the URL Example of what i need, but I was wondering if someone knows a very good tutorial starting from the beginning of FLASH MX. Please Email me...ryanna_leigh@hotmail.com
Thanks!!!!!!!!!!!!!!!
MAJOR Help
I am trying to figure something out that I am sure is somewhat simple.
I have a 6 seperate buttons that when rollover I want to fade in to alpha 100% and at the same time have text fade in a seperate area to the right. Upon rollover of each button, the text that corresponds with that button fades on the right. Upon rollout, the text on the right fades back to the original root text, and the button fades back to 50% alpha. HELP!! I cant seem to figure this out???
I Need Some Major Help Here.
Well I was making a site months ago, then I got so busy with school I had no time for it. Now I want to finish it and have forgotten quite a bit of stuff. I am stuck right now. I have two questions.
1. How can I get the movie to stop flashing like it is in the second scene?(After the enter button)
2. How can I get it so the bio will go to scene 3, music will go to scene 4, and links will go to scene 5? I am stuck.
www.geocities.com/blueprintforabackstabbing (Click the red x for the flash to show up.) Any help at all is very appreciated.
Shane
Need Major Help
I need help with FLASHtyper, I dont know how to upload animation. I have already uploaded it into 'myFK'. I also need to know how to upload my font, I am learning manualy how to use the program. I am new to everything on this site, so if you would please help me out the best you can. My email should be listed, if not: parabolicsquirrel@hotmail.com or chewyflame@yahoo.com (I have instant messenger for hotmail only).
Help Need Major Help
Hello i found this website when i was looking on how to make a nav bar that would act like a looping movie and move with pics on it and all that jaz and have links i found one but it didnt have a tutorial and i was wondering if anyone could help me out by sending me a tutorial here is the link of what i have i downloaded the files i just dont know what to do now im sorta new to flash so it would have to be a perty detailed tutorial but if anyone can help it will be greatly appriciated thank you
link to what i have downloaded http://www.flashkit.com/movies/Anima...-392/index.php please if u could send me a tutortial that explains either how to change the words and images or one that even just shows me from scratch thank you again
by the way i am trying to make this for a website for a bus. and i have everything set up except for this so if u could try to make it asap
I Need Major Help
This may be totally impossible, but if not, I really need someone that can tell me how to do it...
To simplify, let's say I want to make a flash movie that gives users a simple black circle. I want the user to be able to change the color of that circle and 'save' the state of that circle so that it can be retrieved later.
So let's say Johnny opens the movie and makes a blue circle. Sally opens the movie and makes a pink circle. Later, I want Johnny and Sally to be able to reopen the flash movie and retrieve the circles they created.
Any information to point me in the right direction would be GREATLY GREATLY GREATLY appreciated. And please keep your replies in idiot terms...I'm a simpleton.
--Ashley
Major SOS
I've switch to the new Apple Mini. Very Nice. My first MAC. Not my first to work with however.
1.25 GHZ
512 MB Ram
etc...with the fixins
I'm not here to discuss if PCs are better than MACs just want some help on a major issue. I don't have problems opening my files from my PCs. It seems like the files were ported over to the Mac quite nicely. However I'm having performance issues when opening those files in both Safari and IE 5.2.3. When opening other flash sites the browsers do their thing with excellent results. However when I opening my local htm files for preview the flash swf plays REALLY SLOW. I mean pathetic. But yet when I play the swf file on the stand alone flash player it works great.
WHY can I open other flash sites on Safari and IE and they work awesome but my local html file and when uploaded to the web it doesn't perform well and its jerky.
Any body have a suggestion?
[F9.065] Need Major Help
Hi
I'm trying to overlay an image using absolute positioning on top of the flash movie. Basically I have an image of trees on a transparent background and I want the treebranches to hang down over a flash video I have of bass jumping out of the water, however, when I run the movie, the flash object moves to the front and the image goes to the back of the page.
I have my z-index on the image set at 7, but no luck, any suggestions what I can do to fix this? I really am trying to avoid inserting the image in every scene of the flash file if at all possible.
Thanks in advance.
Major Help
i have few questions
how do i make a avatar for a mmo
how can i put my graphics and change to make a room and how do i make certain part of the room walkable
and how do i add a tooolbar with a text box sso wehn you enter a bubble pops up with the words and you character name
thanks in advance
I Need Major Help
I'm working on a fun little intro for my design firm's website and I have absolutely no clue how to create what we want. I have a square puzzle with 8 pieces in a grid to fit nine. You know, the kind you slide the pieces around and they make a picture? Well, I know how to startDrag and stopDrag the pieces, but I'd like them to snap into a grid somehow and also not be able to overlap each other. Can anybody point me in the right direction? Maybe a book that will help???
Thanks!
Need Major Help
Yo guys...first of all....nice job every1 i can count on all of u for help....2nd i have a question i have a file my teacher had made me actually updated it but its screawed up....i dunno action scripts very well and i dunno how to fix it....so ill explain what i need....ok the file is a flash and there is 1 text line and i want 2 but the only thing is every time i duplicate all the movie files and the grafix it shows errors if u can plz email me ill email the file 2 ya and maybe u can fix it cuz i tryed everything.....i belive u have to do something w/ the donotmodify....but...dunno what... ThANx ALl...
MAJOR PRELOADER HELP
okay, im new at flash. all i know is shape and motion tweening. i make movies, but when i see other movies with their fancy preloaders, i am some what "pooped". The best thing i could think of was to create my vary own PRELOADER! hmmm no where do i begin? what do i do? how do i start? as the questions went rushing past my head, it seemed to have a negative effect on goals. It seems so confusing. IM LOST. im done for. im lions meat. HELP!!!!!
Question: how do i make a preloader? im only 14, keep it simple please!
Acc/dec Major Difficult Way
Hi, I hope someone can help me because otherwise im screwed!!!
I need to make a movie clip move to a particular point on the stage, which can change its x axis.
I also need to make the dec / acc / top speed all variables that can be altered later.
sounds easy?
I can manage doing a normal acc/dec thingy, but if the point that needs to be decelerated too is altered, then the velocity needs to be calculated accordingly.
If anyone can help in any way shape or form, Pleeease post as I am really desperate!
RPG Help... Major Problemo :(
Ok everyone i sat at my computer for 2 hours getting this to work but nevertheless i did it. you can click on the movie below, then use the arrow keys to move crono around, NOW comes my problem...
*how can i make him avoid water or buildings by making him go no further?
anotherwords he cant walk over water or on top of houses... also if you can help me with this id mention your name in the credits...
CRAP i just thought of something else... what about a script to make it when you get to a point or roadway the map scrolls...? like in final fantasy when u exited the town how it changed scenes... thank you so very much for the help in advance...
HELP ME!!!
-Xclint
I Need Major Help Using Swish
hi everyone, i need a lot of help with swish as i am a very newbie to flash either with flash 5 or even swish. i am using wish which is the master of all flash movies and i want your help. anyone pls who has msn messnger and who are willing to help me with flash and building my site with flash would be greatly helpful. i need to learn flash from scratch. i have read paper clippings and step by step flash building but it didn't help me so please i need help from people who have swish and msn messnger so we can voice chat or text message so you could help me with swish.
Thanks Guys
Major Flash Help
I am doing a kiosk for a company, and they wanted to know if someone could fill out a form and have the info stored to the disk. I know flash itself can not do this.
Is there away to help flash do this action?
Unfortunatley the kiosk will not be connected to the net.
So I need to find a work around so the information can be stored the hard drive of the kiosk.
Thanks in advance for all the help
Help...Major Pop Up Frustrations...Help
OK, for the Flash button I've inserted to following code:
on (release)
{
getURL ("javascriptpenNewWindow('http://whatever/whatever.htm,'','height=XXX,width=XXX,toolbar=no,s crollbars=no,resize=no')");
}
and the following between the heads of the html page:
<SCRIPT LANGUAGE=Javascript>
function openNewWindow(URLtoOpen, windowName, windowFeatures)
{
newWindow=window.open(URLtoOpen, windowName, windowFeatures);
}
</SCRIPT>
The button is part of a Flash movie that is part of a separate html document. The pop-up works when the Flash movie is tested in a browser as a stand alone movie, but when added to my main html page, the button just flickers when clicked. I need help.... What am I missing here? Anybody? Anyone? Beuller?
|