First, i'm sorry to post this twice. i posted in flash forum, but is a js problem...
My swf (1.swf) stays inside an html page (1.htm). I need to get the focus on it just when i open the page. For this i use a js inside the 1.htm head page:
function fuoco(){
var IE =...
I have an html page (1.htm). Inside a swf (1.swf); 1.swf is a game and i need the focus on it when it opens the 1.htm window. To get the focus i use this js:
<script language="JavaScript">
<!--
function fuoco(){
var IE = navigator.appName.indexOf("Microsoft") != -1...
Could i use hittest and geturl together in a mc?
I'm trying this code:
onClipEvent (enterFrame) {
if (_root.mc1.hitTest(_root.mc2)) {
getURL(index.htm);
}
}
But it doesn't work.
Another way I tried is to put the code in the main frame in the main timeline:
if...
I have my home.html with 5 links inside. Each links are target to frame.html. If i press the link number one, i would like that in the frame.html it is loaded determinate pages in the frames...
For example frame name="top"... here i have to load top1.html
frame...
I have a mc with 5 keyframes with labels:
uno
due
tre
quattro
cinque
I have 5 istance of the same mc on stage.
Inside mc in the layer actions i put:
inizio = new Array("uno", "due", "tre");
tocco = new Array("quattro", "cinque")...
I'm looking for a script that display 6 pictures in orizontal step by step. When the sixth is shown then start the redirect function... Each pictures swap every 3 seconds, so this page is visible for 18 seconds...
Thanks :)
Ah! the pictures could stay in six cell with a different bgcolor
I'm tring to open a pop up with this script in the main timeline of the movie:
Movieclip.prototype.centra = function (nome,titolo,lar,alt,feat){
var w = System.capabilities.screenResolutionX/2;
var h = System.capabilities.screenResolutionY/2;
var x = Math.round(w-(lar/2));
var y =...
i MAde a form in Flash Mx.
I would like the reset button put the initial item display in the combo box
on (release) {
sender_nome= "";
sender_cognome = "";
sender_email = "";
fax = "";
tel = "";
message = "";
sender_indirizzo =...
I must finish a form made in flash mx.
I have 6 txt field, 2 check boxes and 1 combo box.
PHP file send the date to a specific e mail address
My question is.... How can I take the selected item in a combo and the checked value in a check box? Do I need a function in flash, or it is just enought...
I'm tryng to prin a work in Illustrator 9. The file is in CMYC.... but the colors are complitely different from the "Originals" in the screen.
I try to fix the color settings in costum mode, in color management off... i try all the possible combinations, but nothing. I don't understand...
I have a mc "picture". Inside there is another one "image" and inside "image" there are 4 mc (mc1, mc2, ecc..).
Each mc1, mc2, ecc.. start an animation on mouse press. The mc1-2-3-4 became bigger till fill all the screen... the problem is that i can see the mc that...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.