Novice Requires Help With Basic Problem
OK I am a complete novice when it comes to flash and really need some help on probably the most basic of errors. I have followed various deifferent methods found on various posts and forums but none have solved this issue. I have created a basic animation with a front page then wish upon the button click the next part of the animation to load and bring up the menu for the rest of the site. However it either plays the animations straight through or it doesn't play at all.I have uploaded the fla file herehttp://www.daveclissold.com/untitled.flaPlease could somebody take a look and show me where I'm making the obviously stupid mistake.Dave
General Flash
Posted on: Sun Nov 04, 2007 1:24 am
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Novice Requires Help.
K I am a complete novice when it comes to flash and really need some help on probably the most basic of errors. I have followed various deifferent methods found on various posts and forums but none have solved this issue. I have created a basic animation with a front page then wish upon the button click the next part of the animation to load and bring up the menu for the rest of the site. However it either plays the animations straight through or it doesn't play at all.
I have uploaded the fla file here
Untitled.fla
Please could somebody take a look and show me where I'm making the obviously stupid mistake.
Dave
Novice With Basic Query
If at first you don't succeed.... I figured it out but thank you for looking!
Hi.
I'm using Flash 5 - its been an absolute age since I last did any of this (4 years...) and rusty is not the word!
I've got a movie running within in a scene (which has been stopped). What I want to do is to start the scene running again when the movie element has finished (but not in the same frame duration, if you get what I mean).
Any guidance would be really, really appreciated...
It may not be a pretty way of doing things but it's the only way I know how!!
Thanks in advance...
Preloader That Requires 100%?
Curious about scripts that would require a preloader to show 1-100% before going to next scene. ( so on really small files it doesn't just show the animation )
I've tried doing this so far and havn't gotten it to work.
Thanks in advance.
Preloader That Requires It To Go From 0-100%?
Okay yet again I post on this topic.
I need a flash preloader that requires it to show all the loading numbers ( 0 --> 100% ) even if someone has loaded that part of the webpage before.
A good example is the fact most preloaders do not even show up if you hit the refresh button on browser.
Examples of what I am looking for are like 2advanced.com preloaders where it still shows it and it going 0-100% even if you have visted that part of the site.
Thanks In Advance
-X
Where Can I Get A Php Mailform That Requires...
Hi,
I was wondering if anyone can direct me to a place to either get or purchase a php mailform. I do a few but I would like to find one where it requires the user to imput his email twice just so the email is correct. I am not sure how to hard code that in. The contact form would have 5 imputs: "Name", "email", retype "email" again, "contact phone number", and a "message box". I am asking in the Flash MX section cause this is the program I design my sites from. I really appreciate any help.
Newbie Requires Help
any one please help i am a newbie at web designing when using flash to make a swf if i place a url link when viewing the page live i have to double click the area to make the links work (activate the flash player then the link becomes live)
also using dreamweaver if i insert a flash button this has the same effect. in simple terms how do i make them single clicks... thanks in advance eg is at the follwoing url. http://www.axey70.dsl.pipex.com/healing-therapies/index.html
What Requires More Cpu Power In An Animation?
I use FlashMX and saved an animation in .exe, full screen. To make it less CPU-demanding for slower computers, what could I change?
Note: I don't care about file size in this case, just about processing speed.
It's a Flash 6 compressed movie format, mp3 112kbps sound, no bitmaps and 640x480 res.
Newbie Requires Help With 'for' Loop
Hi there,
Can someone help me. Below is shown a small snippet of code. Am I correct in thinking that the 'for' loop goes through every 'name' in accounts[i] and 'name' holds the data from the relevant line of a table of data? If so how can I change the loop to a 'do while' loop?
How can I pass the information stored in the table to a variable that I can check in the 'while' part of the loop. If I'm correct because I'm trying to change it to a 'do while' loop I'll be getting rid of the 'for (name in accounts[i]) {' which sets up the variable name?
for (name in accounts[i]) {
if(this['input1'] == accounts[i][name]){
goodname = 1;
position = i}
j++
}
Any help would be appreciated, thanks in adavance.
Nick
This Page Requires AC_RunActiveContent.js.
im doing some banner advertising on site dontstayin.com - the banner is flash, however i keep getting the error
"This page requires AC_RunActiveContent.js"
however i cant install this .js on their server - it only allows me to upload the .swf file. is there anything i can do to disable the AC_RunActiveContent.js file request?
Thanks
[F8] This Page Requires AC_RunActiveContent.js.?
I've nearly finished building my website in flash and tried to upload it to a server using FTP but when I try to check the website nothing appears appart from this message: This page requires AC_RunActiveContent.js.
I'm a newbie at Flash and have no idea what this means! Could someone tell me how I can fix it please? Thanx in advance!
This Page Requires AC_RunActiveContent.js.
I get this message "This page requires AC_RunActiveContent.js." when viewing my .swf file which is loaded into a dreamweaver page and uploaded as a html file. so, I downloaded the java script fix for this and uploaded it to my server, it got rid of the pop up message brilliantly, however ..... it has pushed my home page down to the bottom of my page when I view it (about the same hight as my .swf file approx 15cm). As soon as I take the java script off the server it aligns to the top again which is great but the Warning message appears again. Can anyone help?
This Page Requires AC_RunActiveContent...?
Hi all.
I'm testing my new website through my computer and I keep getting that following error code.
I know it had to do something with the AC_RunActive thingy with my last site for the counter but I don't want a counter this time. I have no action script calling for a counter and I have removed all ac_runactive content from the file where I am testing my site from.
What the heck? How do I eliminate this error?
Thanks so much
[F8] Newbie Requires Help, Pelase
Hey Guys,
Just need a little help, i'm using flash cs3, i have brought a template but am struggling to find how the pages link together. I have searched high and low but can not figure it out, can someone help shed some light on this.
If any other info is required please let me know.
I have worked out that the button use the numbers 1 -6 to link to other pages but if i was to create a new page or duplicate another page how would i tell it that it is no 7?
example
the code below changes the page when the button is clicked, at the moment it is set to "6", how was this "6" origanlly defined for that page?
on (rollOver)
{
gotoAndPlay("over");
}
on (rollOut)
{
gotoAndPlay("out");
}
on (release)
{
if (_root.link != 6 && _root.changeCont != true)
{
_root.men1 = true;
_root.pgChange = true;
_root.link = 6;
_root.gotoAndPlay("p" + _root.link);
_root.imLink = 6;
_root.cont_images1.play();
} // end if
}
This Page Requires AC_RunActiveContent.js.
I am new to flash. Recently purchased a template and made the necessary changes to the site. When I went to upload the html file to the server, I received the error "This page requires AC_RunActiveContent.js." when I visit the site. Below is the code that I have. I have tried to use the swfObject, but have 0 idea on how to use it.
Thanks in advance for your help.
<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>index</title>
<script language="javascript">AC_FL_RunContent = 0;</script>
<script src="AC_RunActiveContent.js" language="javascript"></script>
</head>
<body bgcolor="#cfc6ad">
<!--url's used in the movie-->
<!--text used in the movie-->
<!-- saved from url=(0013)about:internet -->
<script language="javascript">
if (AC_FL_RunContent == 0) {
alert("This page requires AC_RunActiveContent.js.");
} else {
AC_FL_RunContent(
'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0',
'width', '766',
'height', '660',
'src', 'index',
'quality', 'high',
'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
'align', 'middle',
'play', 'true',
'loop', 'true',
'scale', 'showall',
'wmode', 'window',
'devicefont', 'false',
'id', 'index',
'bgcolor', '#cfc6ad',
'name', 'index',
'menu', 'true',
'allowFullScreen', 'false',
'allowScriptAccess','sameDomain',
'movie', 'index',
'salign', ''
); //end AC code
}
</script>
<noscript>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="766" height="660" id="index" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="allowFullScreen" value="false" />
<param name="movie" value="index.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#cfc6ad" /><embed src="index.swf" quality="high" bgcolor="#cfc6ad" width="766" height="660" name="index" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</noscript>
</body>
</html>
This Page Requires AC_RunActiveContent.js
This page requires AC_RunActiveContent.js
I’ve seen this discussed before, but mainly on web site problems.
I’ve “published” a small flash animation as “html”, I can then open it from Internet explorer and view it.
However, if I e-mail it and the receiver try to open it he get this error:
This page requires AC_RunActiveContent.js
I sent it to myself as well, and I get the same error.
I can open the original html, but not the one that circulated the web????
Any ideas please???
Cheers
Olle…
WebService Requires Attributes -- How Can I Set Them?
I am using Flash 8 Professional.
I am dealing with the WebService class and calling a SOAP webService.
My code looks like this ::
Code:
var myWSDL = "http://www.mycompany.com/myWSDL.wsdl";
var myService = new WebService(myWSDL);
myService.onLoad = function(wsdlDocument)
{
var myObj:Object = new Object();
myObj.parameter1 = value1;
myObj.parameter2 = value2;
myObj.parameter3 = value3;
var myPC:PendingCall = myService.myMethod(myObj);
myPC.onResult = function(result)
{
trace(result);
}
}
If I examine the myPC.request object, it looks something like this ::
Code:
<XML Header Stuff>
<Root Node Stuff>
<myObj>
<parameter1>Value1</parameter1>
<parameter2>Value2</parameter2>
<parameter3>Value3</parameter3>
</myObj>
</Root Node Stuff>
This is fine -- that's the way it should look, BUT, there is one little problem. My webservice expects these parameters to have an attribute associated with them. So the above example completely dies.
What I really need is ::
Code:
<myObj>
<parameter1 attribute1="AT1">Value1</parameter1>
<parameter2 attribute2="AT2">Value2</parameter2>
<parameter3 attribute3="AT3">Value3</parameter3>
</myObj>
Can anyone please help me figure out how to make this happen? I've hit a brick wall and have no idea how to progress from here. Any suggestions, ideas, comments, etc are greatly appreciated.
Requires Key.isDown Knowledge..
I'm trying to control a movie with a Key.isDown function.. basically the movie loops until a key is pressed, after which it simply plays to the end and stops completely.
i've named the first frame 'start' and put this script on it:
var paused = false;
at the end of the movie, i've put another keyframe with this script:
if (paused == false)
{gotoAndPlay("start");
}
else
{gotoAndPlay("stop");
}
and then finally at the last frame named 'stop':
stop();
the only thing im not sure of is the code for the Key.isDown function, at the moment i have:
if (Key.isDown(Key.CONTROL)) {
paused = true;
}
on the first frame but it doesnt seem to be working.. can someone help possibly?
This Page Requires AC_RunActiveContent.js.?
I've nearly finished building my website in flash and tried to upload it to a server using FTP but when I try to check the website nothing appears appart from this message: This page requires AC_RunActiveContent.js.
I'm a newbie at Flash and have no idea what this means! Could someone tell me how I can fix it please? Thanx in advance!
This Page Requires AC_RunActiveContent.js
i tried to publish my site to my .mac account and i got the "this page requires AC_RunActiveContent.js" message.
i thought that if i uploaded the AC_RunActiveContent.js file into the same folder as the HTML and SWF file, it would fix this problem but it didn't work.
then, i read online that using SWFobject would fix the problem. this also didn't work, possibly because i don't know how to make it work. do i really have to go through and edit a whole bunch of code to fix this problem? all i want to do is publish it. flash really knows how to make me feel like an [frustrated] idiot.
could someone please please please help me??? i'm dying.
Help Requires, Newsletter Link.
ok, heresd my problem, i have been trying to sort it for about a month or so now. and no body i have asked seems to be able to help me :-(
www.djpaulbayley.co.uk/new
on the first page you see the "newsletter" subscription link,,, all i want is fo that to be uses to send a basic email to Pauls inbox.
Nothing fancy, jsut a simply notification to paul. as he wil do the rest.
I have uplaoded the .fla file to http://www.leedrummond.co.uk/page1.fla
If you manage to suss it out would you be able to drop me the file back to my email ( lee@leedrummond.co.uk )
I would so much appreciate this.
Thank you
Lee
.hqx Mac Projector Requires Unziping?
Hi all,
I have been doing tests to make sure my interactive cd works correctly on all computers, however, I have run into a problem with the Flash Mac Projector. It seems that on one mac the file requires unziping before being used? On another mac the computer cannot open it, simply ignoring clicks on the file.
On a side not - I am publishing the file on a pc, and the winzip icon appears next to the mac .hqx projector file, would this create a problem?
I posted awhile ago asking about the solo-ability of projectors, and i think the answer was that the projectors purpose is to work without having flash, so I was just wondering why I am having trouble with the mac one...
Thanks for the help!
Haus
Page Requires AC_activeruncontent.js?
I've got this really cool fountain animation (it's basic, but I like it...) uploaded to a googlepage, but when I upload the html file that flash automatically creates, and try and go to it, it says:
This page reqires AC_activeruncontent.js
Any easy way to fix this?
(I've been doing this for a while, just upgraded to AS3 and don't know what I'm doing wrong...)
This Page Requires AC_RunActiveContent.js.
i was wondering if i could get a lamens explanation of how to fix this problem.
it seems the more i read the more confused i get. about it.
so okay here is my problem.....
i went to publish my site and i get this message " This page requires AC_RunActiveContent.js."
here is the source from the html page. if someone could help me out with what to do -- i would be eternally grateful... i am new to java scripting and i dont understand where to put what
<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>MS GREEN - Mississippis Gulf Region Energy Efficient Network</title>
<script language="javascript">AC_FL_RunContent = 0;</script>
<script src="AC_RunActiveContent.js" language="javascript"></script>
</head>
<center>
<body bgcolor="#278741">
<!--url's used in the movie-->
<!--text used in the movie-->
<!--
<p align="left"><font face="Arial" size="10" color="#2f0506" letterSpacing="0.000000" kerning="0">April 9 2008</font></p><p align="left"><font face="Arial" size="10" color="#2f0506" letterSpacing="0.000000" kerning="0">Please pardon our dust while we work to bring you a new and improved collecton of energy efficient information. Here at MS GREEN we work hard to bring you the latest and currently upto date information on going green. In the mean time -- please feel free to contact us at INFO@MSGREEN.ORG with any of your questions.</font></p><p align="left"></p><p align="left"><font face="Arial" size="10" color="#2f0506" letterSpacing="0.000000" kerning="0">April 5 , 2008</font></p><p align="left"><font face="Arial" size="10" color="#2f0506" letterSpacing="0.000000" kerning="0">Gulfport held its annual Home Show at the Mississippi Collesium and we are glad to report it was a success.</font></p><p align="left"></p><p align="left"><font face="Arial" size="10" color="#2f0506" letterSpacing="0.000000" kerning="0">April 1, 2008</font></p><p align="left"><font face="Arial" size="10" color="#2f0506" letterSpacing="0.000000" kerning="0">We are glad to announce that MS GREEN is offically launched</font></p>
<p align="left"><font face="Arial" size="10" color="#2f0506" letterSpacing="0.000000" kerning="0">MS GREEN is an envelopment of various professionals who came together to form an alliance to better serve you, the consumer. </font></p><p align="left"></p><p align="left"><font face="Arial" size="10" color="#2f0506" letterSpacing="0.000000" kerning="0">Our goal is to provide you with highly trained professionals who carry a top-notch reputation. Through-out our web-site you will various contractors for all of your building needs. Simply use this web-site as a gateway. </font></p><p align="left"></p><p align="left"><font face="Arial" size="10" color="#2f0506" letterSpacing="0.000000" kerning="0">Find which ever type of contractor you desire and simply email that group and you will be contacted to answer whatever questions you may or to schedule your estimate. Each group is a coalaliton of several contractors and when an estimate request is submitted you should recieve a reply with in 24 hours of submission. For general inquiries please contact us i<a href="mailto:msgreen.org"><i>nfo@masgreen.org</i></a></font></p>
-->
<!-- saved from url=(0013)about:internet -->
<script language="javascript">
if (AC_FL_RunContent == 0) {
alert("This page requires AC_RunActiveContent.js.");
} else {
AC_FL_RunContent(
'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0',
'width', '780',
'height', '800',
'src', 'index',
'quality', 'high',
'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
'align', 'middle',
'play', 'true',
'loop', 'true',
'scale', 'showall',
'wmode', 'window',
'devicefont', 'false',
'id', 'index',
'bgcolor', '#278741',
'name', 'index',
'menu', 'true',
'allowFullScreen', 'false',
'allowScriptAccess','sameDomain',
'movie', 'index',
'salign', ''
); //end AC code
}
</script>
<noscript>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="780" height="800" id="index" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="allowFullScreen" value="false" />
<param name="movie" value="index.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#278741" /><embed src="index.swf" quality="high" bgcolor="#278741" width="780" height="800" name="index" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</noscript>
</body>
</center>
</html>
so what i want to know -- is what do i put where and is there a js file i need to make?
and yeah -- i know there is one other post about this -- but it confused the crap out of me.
i appreciate the help guys -- i really need to get this so i can understand and learn.
cheers
Flash SWF That Requires HTML Page?
hi
i have a SWF movie that in want a user to view ONLY inside an HTML page, not by itself. is there a way i can require the HTML page with actionscript inside the SWF? thanks.
Changing Images (which Requires Remembering The Last One).
Let me start off by saying, I am a very basic flash user, but I learn fast. I am trying to figure out what to do, and I don’t even know where to find the solution for it.
What I am trying to do is:
I have 27 different photos of a room. The photos have a combination of a floor that is wood, gray, or brown. Next the room has a countertop that is blue, brown, or gray. Finally, it either has a wall that is yellow, grey, or blue. When a person clicks a photo with the desired color, I want to it remember what the previous photo had, and change the color of the single item to the one clicked while keeping the other two item colors. The default image will just be a room with a wood floor, blue countertop, and a yellow wall.
Any help or a pointer to a tutorial would be greatly appreciated.
-Adam.
(I am using MX 2004)
EDIT:
What I would like to happen is that all the images are just loaded inside a holder. I would rather the images not be a symbol, but be called from outside flash. I’ve been using this code to call an image.
on (press){
_root.holder.loadMovie("C:
oomimagesLLV_W1_F1_C O1.jpg");
}
When the person selects a different color, for example, clicks the blue countertop while the countertop was brown, the floor was wood, and the wall was yellow, I want the image to change to a blue countertop with a wood floor and a yellow wall.
Any suggestions?
Idiot Requires Help With Appearance Of SWF In A Browser
At the risk of sounding like a complete imbecile I'll fire this one into the hole - SO - used to be, with this particular project I'm working on, that when i'd publish it and have a peek in a browser that the swf would display as it does in the flashplayer.. i.e - although the movie itself is 950 x 600, it would, when the player was maximised, allow movement of a flash cursor i'd created over the whole page.
Evidentally I've done something to botch that as now the 950 x 600 of the swf is as far as i can maneouver the cursor. Once it goes outside that area it reverts to your standard mouse arrow.
It's got to be a simple solution, surely, but i'm buggered if i can figure it out.
Any suggestions?
Thanks
tonto
Video Requires To Be In Same Folder As .fla File
I've used the great flash video tools in Flash 8 with the free controls and such. It seems I can't publish a flash swf of a video clip to load into a browser window unless the clips is published in the same folder the .fla file resides in. I have included the path when trying to put the swf files in another directory but the controller never loads and the video just plays. Yes the controler is published in the same folder as the swf video file. They've made this flash video creation pretty easy but I 've tried to get the swf and controler file in different directories from the origional .fla project file but they never work.
Any clues as to what I need to do?
Ie Requires Installation Of Language Pack
I'm working on a website in flash, I published the swf and uploaded it with the html to the server (http://www.ashoresrealty.com).
When I try to access it with Internet Explorer 6.0 on a machine a Windows XP with English alone it pop-ups a dialog box that says that the Hebrew language pack needs to be installed, but no Hebrew fonts are being used in the swf (even though I created the website on a Windows XP computer that is Hebrew enabled).
How do I eliminate the Hebrew language pack dialog box the appears?
thanks in advance...
Problem With Site That Requires Flash
Hello!
I have Adobe Flash Player installed on my pc (Version 9,0,47,0 installed successfully) and it works 100% fine on websites like YouTube etc etc but when i try to view videos on the site http://www.blinkx.com/ i get a message saying :-
"You must have Adobe Flash Player installed
to view the blinkx website properly.
You can download Adobe Flash Player here."
Obviously this is crazy! does anybody know what the hell i can do about this?
thanks!
Edited: 10/28/2007 at 12:17:35 PM by Mike1152
This Application Requires JavaScript Support ?
Hello all?
I downloaded FMS developer version last week and have been trying to test some examples given.
But it seems like javascript is never called in my brower which is Internet Explorer 7.0.
When I open up, for example, sample_room.html which can be found in the example folder, I found there is
a quote:<noscript>This application requires JavaScript Support</noscript> block. Everytime I execute this file,
I get this message.
As a result, it seems like there is no connection made between FMS and clients. I tried to change script options
in the option menu with no result.
Currently, FMS and APM(apache, PHP, mySQL) are installed in my PC and the samples are located in the apache's root directory. My OS is Windows XP.
I've spent almost a week with this. I think I've tried almost everything that I can think of. But as I'm not feel
comfortable with javascript or html, it is really hard to find the answer.
So, could someone help me?
OnPress Always Requires A Double-click, WHY?
Hello,
I have set my buttons up to be onPress but they don't work with a single click, you need to double click each button. I can't figure it out. I've used the onRelease event and I get the same thing.
visit this site to see my issue www.psychografix.com/dp3/news.html
This is the script for my buttons as they currently work:
on (press) {
newsbutton.onPress = function() {
getURL("news.html", "_parent");
};
}
Thanks in advance for your help!
OnPress Always Requires A Double-click, WHY?
Hello,
I have set my buttons up to be onPress but they don't work with a single click, you need to double click each button. I can't figure it out. I've used the onRelease event and I get the same thing.
visit this site to see my issue www.psychografix.com/dp3/news.html
This is the script for my buttons as they currently work:
on (press) {
newsbutton.onPress = function() {
getURL("news.html", "_parent");
};
}
Thanks in advance for your help!
HD FLV Or MP4? Which Requires Less Resources In Flash Player?
I am currently adding a Super HD option to my site that will allow for a much higher bitrate than our current HD and larger dimensions.
While I had just figured I'd increase the bitrate on (let's say) a 720p file during conversion to FLV, would it be easier for visitors to run an MP4 instead of FLV?
In short, which file type demands more resources from the user's computer? FLV or MP4? The least demanding in this size would obviously be the preffered choice.
Thanks
Ryan
Shameless Newbie Requires Fuse Help
Hi!
Just started experimenting with actionscript and am using fuse to do a simple alpha tween. Currently got this code:
Code:
import com.mosesSupposes.fuse.*;
ZigoEngine.register(Fuse, PennerEasing, FuseFMP);
var f:Fuse = new Fuse();
f.push({target:spaFoyer, start_alpha:0, end_alpha:100, seconds:4, ease:"easeInOutQuad"});
f.push({target:gym, start_alpha:0, end_alpha:100, seconds:4, ease:"easeInOutQuad"});
f.push({target:circleRoom, start_alpha:0, end_alpha:100, seconds:4, ease:"easeInOutQuad"});
f.start();
Is there any way to get the tweens to pause at the end of each tween, then have it fade out again, but whilst it fades out the next fades in. Also, I;d like it to loop if possible.
If fuse is entirely the wrong choice for doing this then please let me know.
Thanks.
Simpleton Pek Requires Fancy Email Signature
My mate has a snazzy email sig. which shoots across the screen explodes etc, I want one to. I figure swish light might be able to do this but i don't know how to import the snazzy sig i've made into my email signature in outlook. Any help mucho appreciated!
Loop Error, Strange. Requires The Help Of An *expert*
the problem is, that right now game_list.length = 2 and so the z variable alternates between 0 and 1. How ever when I press the button, no matter what, z is equal to 2 for some reason, and this happens for both buttons.
here is some out put :
Code:
TRACE z the first time : 1
TRACE z the second time : 1
TRACE z the first time : 0
TRACE z the second time : 0
TRACE z the first time : 1
TRACE z the second time : 1
z : 2
TRACE z the first time : 0
TRACE z the second time : 0
TRACE z the first time : 1
TRACE z the second time : 1
Code:
for (z=0; z<game_list.length; z++) {
trace(" TRACE z the first time : "+z);
this["gamebar"+z].details.onPress = function() {
if (current_viewed != "none") {
image_holder.image_adder["empty"+current_viewed]._visible = false;
}
trace("z : " +z);
image_holder.image_adder["empty"+z]._visible = true;
text_box.detail.text = this["game_num"+z].content;
};
trace(" TRACE z the second time : "+z);
}
im stumped
Page Requires Refresh To Show Flash? Please Help
Hello all, I am having a bit of trouble with my site, it seems that in Firefox you have to refresh the page to get anything to show up then you only see 1 part of 1 slide? In IE you usually have to click allow active X and refresh, then everything is fine. Please let me know what might fix this Thanks
http://www.iamdesign.net/main
(the first part http://www.iamdesign.net works fine)
Dynamic Text.url In Scroll Bar Requires Two Clicks
I am using the .url property in a dynamic text field for links; All links open in the same "_docViewer" target window (set via TextFormat); The text fields are added to a movie clip and then set to scroll in a ScrollBar component.
So here is my problem: When clicking on any given link first time, the link opens in a new window... as it should. But when you navigate back to the page with the Flash movie and click on another link (or the same), you must click twice, or you must click in the area of the DynamicText Field/ScrollBar and then click the link.
The Movie can be viewed Here
Thanks for any help in advance
XFactorstudio XPath Requires Full URL To Load?
I just did a project that called in a static hand-edited XML file to render some content in a Flash piece. I decided to use XFactorstudio's XPath implementation and try it out. Much to my surprise, the day I was trying to launch the project, I could not load the XML properly from a server, even though it worked fine when tested on a local Flash player client.
Typically, I use flashvars in my OBJECT and EMBED tags to leave me the option of changing the relative path to an XML file in one of my projects. I then just load the flashvar into the project. It keeps it from being hardcoded into the Flash interactive.
This time, I used a relative path (urlencoded) in the flashvar, and nothing happened. The XML wouldn't load. It WAS on a phsyically different server, but the relative path should've worked. Instead, the only way I could load the XML using Xfactostudio's XPath implementation was to use the FULL absolute URL in the flashvar (e.g. http://www.website.com/xmlfile.xml).
Any ideas why this may have happened? Is that something that happens with XFactorstudio's XPath implementation?
Thanks,
IronChefMorimoto
Email Form Requires URL To Start With Www To Work
HELP!
I have an email form in Flash that works great expect if the user has entered the URL without the www ie youradress.com instead of www.youraddress.com. Does anyone know why this is? the CGI Script the vars are sent to works fine regardless of URL from an HTML form it just wont work if from flash!!??
Sorry if this is a rookie question but i am!
If it helps i have included the AS2 from form send button
Attach Code
on (release) {
emailStatus_mc.emailStatus_txt.text = "SENDING...";
sendLV = new LoadVars();
receiveLV = new LoadVars();
receiveLV.onLoad = function(s) {
if (s) {
emailStatus_mc.emailStatus_txt.text = "MESSAGE SENT... THANKS";
} else {
emailStatus_mc.emailStatus_txt.text = "PROBLEMS SENDING PLEASE TRY AGAIN LATER...";
}
};
sendLV.recipient = "me@mywebsite.com";
sendLV.subject = "CONTACT FROM WEBSITE";
sendLV.Message = Message_txt.text;
sendLV.Name = Name_txt.text;
sendLV.email = Email_txt.text;
sendLV.sendAndLoad("http://www.mywebsite.com/FormMail.cgi", receiveLV, "POST");
}
}
Loading Child Swf That Requires Xml Into Parent Swf Breaking
Hello
I have a flash movie that loads in a photogallery swf that uses xml. The photogallery works fine on its own, but i run it problems when loading that movie into a parent movie. It cant find the URL. If im using relative path, it should be relative to the main swf right? Ive tried that and also an http path. no luck. Any advise for this type of problem?
Thanks
>> XML Newbie Requires Assistance - Calling All XML Wizards <<
Hello All,
Does anyone have a clue how to change the xml flash photo gallery here: http://www.kirupa.com/developer/mx2004/xml_slideshow.htm -
to allow for the photos to be resizeable, or for horizontal and vertical photos to arrive at different designated coordinates. This has been driving me crazy for days. Would appreciate some help. I'm an html and css wiz, but this xml stuff is pretty new to me. Thankya
Flash In Html Requires A Click To Become Active
Hi
This problem seems to have happened sometime in the last month. I have flash that used to require only one click to perform an action. It now requires 2 clicks. It is like the flash has to be clicked to get focus.
an example www.mcit.net.au (the banners at the top)
This has happened on multiple domains with different swf files.
If the swf file is called directly into a browser it works fine. If it is called within html it fails.
Does anyone know what is going on?
Cheers
Brownie
Sorry. Forget about this. I did a search for click to activate to use this control and found some posts
Button Requires 2clicks To Load External Swf
On a shell movie I have 5 buttons inside a Menu MC. The buttons load external swf's to a container MC (named holder or holderLeft). In test mode I only have to click the buttons once. On the web I have to click them twice to get them to work. I waited between clicks to test if it was a loading time issue, but nope, requires 2nd click.
Once the external movie has been loaded once, it only takes one click to replay it.
See http://www.esearing.com/flash_site/escomMenu.html
Photography button is not yet active.
Button Code
on (release) {
_root.holder.loadMovie("mySwf.swf", 5);
}
mc "holder" actions to slide in menuitems MC
onClipEvent ( load ) {
_x=1000;
_y=110;
xtgt=125;
_alpha=30;
setProperty(_root.holderLeft, _visible, false);
setProperty(_root.holderRight, _visible, false);
}
onClipEvent (enterFrame){
_x+=(xtgt-_x)/10;
if (_alpha < 100){
_alpha+=5;
}
}
eSearing.com
a work in progress
Novice Help.
Hello all,
I have just created a button and I want it to lead you to a certain frame of another movie. I have tried to so assigning the following script to the button:
On release
loadmovie(xxx.swf)
goto (number of frame)
But it does not work. When I press the button, it loads the other movie but playing it from the beggining and not from the specific frame I want it to.
What can I do?
Thanks in advance.
Novice Needs Help
I've only just started using Flash and I wondering if anyone can help my actionscript issue. I want one of my buttons to goto the nextframe and then continue on to the the frame label I have specified. I thought I'd be able to use goto for both, but it says you can't use two gotos in the same block. Does anyone know how I can do this?
Thank you!
Novice Help....
Hi there! I'm hoping some of you flash gurus out there can give me a hand. I've taken just a basic flash class and one actionscripting class so I know some but not enough! I'm designing a besic website using flash and have run into a snag...
...on my home page I preload several swf files on different levels. when you click on a nav button it loads the appropriate swf....ok that part is fine. the swf that opens has a couple of buttons...when you click on the gallery button it opens up a movie clip that has like 12 thumbnails and each of those can be clicked on to open up a larger pic of the thumbnail...that all works fine...to get from the sub nav (gallery button) to the place in the movie where the movieclip loads I just use a gotoAndPlay ("gallery")(the name of the frame label) anyway...it opens and then the movie clip works perfectly but if you go back up and click the gallery button again you can see the playhead go back to the frame, but the movieclip actually stays where it was and does not go back to the first frame. what am I doing wrong ??
does any of that make sense?
thanks for any advice. I'm sure there are more complex scripting ways to do these things, but I'm just a beginner!
Kari
Novice Needs Help
using Flash professional
created a button with the following action...
on (release) {
getURL("www.uptownrecords.com","_blank")
};
it fails to open the url.
is the code correct for the flash version i am using?
|