Can Someone Show Me How This Is Done
HEY GUYS,
CAN SOMEONE PLEASE SHOW ME HOW TO BRING UP THE CONTENT JUST LIKE THEY DID ON THIS FLASH WEB TEMPLATE? http://templatesweb.com/flash-templates.htm ON PAGE 6 ITEM NUMBER: #10855. THEY USED THE LINKS TO BRING UP THE CONTENT FROM THE BOTTOM UP AT THE BOTTOM OF THE SITE. I WOULD LIKE TO KNOW HOW TO DO THIS EFFECT?
THANK YOU,
WLSN18
FlashKit > Flash Help > Flash ActionScript
Posted on: 05-25-2006, 04:36 PM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Flash Uses XML File To Show Pics - Can I Randomize The Show Order?
I'm playing around with a flash template at the moment which uses an external XML file to display pictures in a flash frame. The file:
Code:
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
- <images>
- <pic>
<image>home/jpg/image6.jpg</image>
<myURL>http://www.yahoo.com</myURL>
</pic>
- <pic>
<image>home/jpg/image5.jpg</image>
<myURL>http://www.google.com</myURL>
</pic>
- <pic>
<image>home/jpg/image1.jpg</image>
<myURL>http://www.lycos.com</myURL>
</pic>
</images>
So in this case the site displays image6, then image5, then image1 - Can I do something to the XML to make them display in a random order instead of the list order?
Thanks
Why Does Slide Show Image Dispears After 3 Minutes (When Show Is Stopped)
I made a slide show with navigation buttons, but when the slide show is stopped for more then 3 minutes; the image just disappears. Here is the code I am using:
First Actionscript
Code:
loadMovie(""+photo1+"","mc1");
_root.mc1._xscale = 80;
_root.mc1._yscale = 70;
_root.mc1._alpha = 0;
Second Actionscript
Code:
var speed = 5
onEnterFrame = function() {
_root.mc1._alpha += speed
}
Then I tried this; the image did not disappear this way, but the transitional effect did not work.
First Actionscript
Code:
_root.loadMovie(""+photo1+"","mc1");
_root.mc1._xscale = 80;
_root.mc1._yscale = 70;
_root.mc1._alpha = 0;
Second Actionscript
Code:
var speed = 5
onEnterFrame = function() {
_root.mc1._alpha += speed
}
What do I need to do, too make sure image continues to display?
PS: I am sending query string from HTML to Flash to display variables (ie. movie.swf?photo1=mypic.JPG)
Show All Mode Doesn't Show The Right Objects
Hello!
I have an urgent problem. If anyone can help me I would realy apreciate it.
Please take a look at: http://www.alphadesign.3x.ro/menu.html
And then at: http://www.alphadesign.3x.ro/oct3-fixes.jpg
The problems highlighted in the picture can only be seen in "Show All Mode". If you zoom in the menu, those issues dissapear.
Can anyone please help me? It is very urgent.
Thank you!
How To Show/not Show Layer In Animation
Hi all I have a .fla with all the text on one layer. What I want to be able to do is offer users the chance to see the animation with or with out text ie give them an option (a check box I imagine) to turn it on or off.
Maybe I will need to use sessions or something? How do I do this?
Thanks for any pointers
Slide Show Image Dispears 3 Minutes After Slide Show Is Stopped - Why?
I have created a slide show with a stop button. The buttons stops; but after about 3 minutes of being stopped, the image just disappears and all I see is the movie's background. Does anyone know why this is occuring? If so, is there a quick fix for this issue?
PS: I used one of the goToAndPlay Key Frame events built right into my software; I assume it was this (to make movie stop):
Code:
on(release) {
stop();
}
To Show Or Not To Show The Color Of One MC.
I have one MC that he has an gray color, when I compel it, it is gray, everything is fine so far.
I had to create one param in the HTML pra to be able to change at any time of the MC color ex:"meuFlash.swf?&cf1=ff3300>...", any time that I change this MC color , my MC change too.
I create this.
code: new Color (fundo_mc.fundos_mc).setRGB (parseInt (cf1, 16));
My problem is the following one, when I speak in the HTML that I do not want to use this color "ff3300", I only want to use "meuFlash.swf?...", mine MC are all black, it are not of the gray color that I already had left, I do not know because it is all black.
somebody can help me
Sorry About my English
To Show Or Not To Show The Color Of One MC.
I have one MC that he has an gray color, when I compel it, it is gray, everything is fine so far.
I had to create one param in the HTML pra to be able to change at any time of the MC color ex:"meuFlash.swf?&cf1=ff3300>...", any time that I change this MC color , my MC change too.
I create this.
ActionScript Code:
new Color (fundo_mc.fundos_mc).setRGB (parseInt (cf1, 16));
My problem is the following one, when I speak in the HTML that I do not want to use this color "ff3300", I only want to use "meuFlash.swf?...", mine MC are all black, it are not of the gray color that I already had left, I do not know because it is all black.
somebody can help me
Sorry About my English
To Show Or Not To Show The Color Of One MC.
I have one MC that he has an gray color, when I compel it, it is gray, everything is fine so far.
I had to create one param in the HTML pra to be able to change at any time of the MC color ex:"meuFlash.swf?&cf1=ff3300>...", any time that I change this MC color , my MC change too.
I create this.
ActionScript Code:
new Color (fundo_mc.fundos_mc).setRGB (parseInt (cf1, 16));
My problem is the following one, when I speak in the HTML that I do not want to use this color "ff3300", I only want to use "meuFlash.swf?...", mine MC are all black, it are not of the gray color that I already had left, I do not know because it is all black.
somebody can help me
Sorry About my English
Best Way To Show Slide Show
Hello,
I have created a slide show in After Effects that I would like to put on a website.It was converted to an .swf that was placed on the page using Dreamweaver. The .swf is about 6000kb. What I would like to know is if there is a way to display this slide show using a much smaller file size? Is it possible to use an .flv and can an .flv be looped? If there is a book that explains how to do this I would be happy to purchase it.
Thank you,
Bosco99
To Show Or Not To Show The Color Of One MC.
I have one MC that he has an gray color, when I compel it, it is gray, everything is fine so far.
I had to create one param in the HTML pra to be able to change at any time of the MC color ex:"meuFlash.swf?&cf1=ff3300>...", any time that I change this MC color , my MC change too.
I create this.
ActionScript Code:
new Color (fundo_mc.fundos_mc).setRGB (parseInt (cf1, 16));
My problem is the following one, when I speak in the HTML that I do not want to use this color "ff3300", I only want to use "meuFlash.swf?...", mine MC are all black, it are not of the gray color that I already had left, I do not know because it is all black.
somebody can help me
Sorry About my English
Can Someone Show Me The...
...
Code for making a password interfernce with create an account option? I really want to know how to do this...
Could Somebody Show Me How To......
THIS IS GONNA BE SOOOO EASY FOR YOU TO HELP ME OUT WITH:
I never learned how (and I can't find a tutorial on this HUGE website) to make an animated button! Here's what I want to make: The button will be a tab and when your mouse rolls over it, it will slide out to the right. Here is a link to an example http://www.activequest.com/index5.asp (top left corner) , but their buttons slide down. Mine will slide horizontally. That's it!
I don't understand how to make the movie clip and then make it a button. Or, I don't even know if that's what you're supposed to do anyway.
So, could someone describe the process it takes to make one of these buttons? Or could someone point me to a tutorial?
Thanks! I appreciate it!
Show Fps
how do i show the fps on flash?
Show Me The Way.
Hi,
I have a problem that since two days I am not able to resolve.
I have tryed thousand of things, but I did not find the good one.
attached is a .fla file that show my problem.
Below is the explanation that are also included int the fla.
I am really looking for your help.
Show me the way.
Thanks,
-----------------------------------------------------------------
Details:
1. rollover the RedButton the BlueButton will move down. (OK)
2. rollout of the RedButton the blueButton will come back to
its original position. (OK)
3. rollover the BlueButton, it will spin. And when the
rollout it will spin back (OK)
4. rollover the RedButton, and directly rollover the
BlueButton (being down) and now rollout of the BlueButton
(not over the redbutton). The BlueButton will go back up.
(OK)
Here is my issue:
5. rollover the RedButton, and directly rollover the
BlueButton (being down) and now rollout of the BlueButton,
but this time go over the RedButton. You will see my
problem.
Informations:
The blue button is composed by two movie clips ("BlueButton"
and "HiddenBlueButton" which does the movement)
The AC is included on each of the 3 movie clips that compose
this fla.
In order to know if the mouse came from the BlueButton before
rollingOver the RedButton, I have tryed to use variables.
But I did not make it work.
Don't Show Again
How can I make sure that the flash animated banner (with a little intro on the banner) only plays when you are on the index.php and not on the downloads.php
thanks in adv
grtz
Can Someone Show Me How To....
make a really good rain effect? There wasn't any in the tutorials, but there was an fla you could download. It was a movie clip, and he used some randommovieclip function and generated it x and y value randomly. When I tried it, it didn't work. Someone wanna help me out?
Show Swf Or Not To Show Swf Rather Gif
Guys and Gals,
I am looking to set up code in an HTML file that will check to see if the user has the Flash plug in or not then depending on if they do or not i show them swf or a gif file.
Thinking it would read like this...
If (user has flash plug in ){
show the SWF file
}else{
show a gif file
}
Does anyone know what the code would need to look like or a tutorial on it...?
thanks
Verner
Why Won't Swf Show Up?
Hello
Using DW 8 and Flash Prof 8...Wondering how to get my sfw file to play - can't even see that there is a swf file in the large white space on this page, but there is...
http://www.enhancedwireless.net/Tech...Mechtest.shtml
the swf is not a final movie (just doing a test now) but how can I get this to show up? I thought I placed the right code on the page? I guess not.
Thanks
KB
Show Me The Way Please...
i want to create something similar to myspace with flash. can you guys show me how to go into doing this. i'm now an intermediate flash user and a really really a BIG Newbie in ColdFusion. But how should i do this. I also want to integrate a chat client so the users of my little "myspace". i believe i would need Flash Communcations Server for this. I heard i need to learn PHP. i'm in like a total confusion.
Can some one help me out? thanks a lot guys!
MC In MC In MC Won't Show
I'm making a full flash site. My main movie loads a photo section (an external .swf) and that loads another external .swf for the thumbnails to be loaded. I can see the thumbs fine when I view only the photo section, but when I try to load the photo section into the main movie, the thumbs don't show, but the photo section does. I'm creating an empty movie clip in the photo section. The thumbs are loaded into there. Is there a limit to how deep I can go into MC's? Do you know of another way to load the thumbnails .swf to make it show in the main movie as well? Any help is apprecitaed, thanks!
Show All?
I own Flash8 pro. I have a photo in a mc that plays great. I load it into another mc and reduce the xscale and yscale the same. It comes out blurry. When I right click and select 'show all' it clears up. How do I make it clear (not blurry) automatically?
This is the code that loads the mc with the image:
_root.createEmptyMovieClip("myMC_mc",1);
card_mc.loadMovie("http://mydomain.com/myMovie.swf");
card_mc._rotation = 90;
card_mc._xscale = 70;
card_mc._yscale = 70;
card_mc._x = 420;
card_mc._y = -40;
Show XML
Hi all,
How can I show a XML which is created in flash, in a new window
thanks in advance
Zerolam
Swf Won't Show Up
Hey everyone, I have an swf I'm trying to embed into my homepage but it will not show up on the page for some reason. Here is my embedded html code and css used to display it:
Attach Code
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml" />
<title>BSN Productions</title>
<link rel="stylesheet" type="text/css" href="css.css"/>
<script language="javascript">AC_FL_RunContent = 0;</script>
<script src="flash/AC_RunActiveContent.js" language="javascript"></script>
</head>
<body>
<div id="header">
</div>
<div id="mist">
</div>
<div id="content">
<div id="logo">
</div>
<div id="practicepics">
<!--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=9,0,0,0',
'width', '369',
'height', '251',
'src', 'pics',
'quality', 'high',
'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
'align', 'middle',
'play', 'true',
'loop', 'true',
'scale', 'showall',
'wmode', 'transparent',
'devicefont', 'false',
'id', 'pics',
'bgcolor', '#ffffff',
'name', 'pics',
'menu', 'true',
'allowFullScreen', 'false',
'allowScriptAccess','sameDomain',
'movie', 'pics',
'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=9,0,0,0" width="369" height="251" id="pics" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="allowFullScreen" value="false" />
<param name="movie" value="pics.swf" /><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="bgcolor" value="#ffffff" /><embed src="pics.swf" quality="high" wmode="transparent" bgcolor="#ffffff" width="369" height="251" name="pics" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</noscript>
</div>
<div id="mainstatement">
</div>
<div id="news">
<img src="images/news.png"><br />
<h1>WRI GRANT PROGRAM</h1>
<p>Figure out how flash pictures will work. when user scrolls over, picture should come out slightly
and name of topic should appear under. When page loads, pictures should appear to fall from
black header.</p>
<h1>NEW FIELD OF TECHNOLOGY</h1>
<p>Figure out how flash pictures will work. when user scrolls over, picture should come out slightly
and name of topic should appear under. When page loads, pictures should appear to fall from
black header sdafjadsfl dfsjkdsf k fdsajf dsk fdkajf d kdf dkf ad kd fksda f kdf dk salf cdd.</p>
<h1>SUPER BEING CREATED</h1>
<p>Figure out how flash pictures will work. when user scrolls over, picture should come out slightly
and name of topic should appear under.</p>
</div>
<div id="randquote">
<script language="JavaScript">
<!--
/*
Random Image Script- By JavaScript Kit (http://www.javascriptkit.com)
Over 400+ free JavaScripts here!
Keep this notice intact please
*/
function random_imglink(){
var myimages=new Array()
//specify random images below. You can have as many as you wish
myimages[1]="images/quote1.png"
myimages[2]="images/quote2.png"
var ry=Math.floor(Math.random()*myimages.length)
if (ry==0)
ry=1
document.write('<img src="'+myimages[ry]+'" border=0>')
}
random_imglink()
//-->
</script>
</div>
</div>
<div id="footer">
</div>
</body>
</html>
css:
#practicepics {
margin-left: -70px;
margin-top: 30px;
width: 369px;
height: 251px;
}
Edited: 10/29/2008 at 03:56:43 PM by alexmel7
SWF Won't Show Up In IE7
I tried to search for htis, but didn't find any solutions. I made a new page with a SWF in it, but it doesn't showup in IE7 when I view it. I have other pages that work, but just not this one.
One that works in IE (with other issues)
http://www.carrandoutdoor.com/
One that does not work in IE.
http://www.carrand.com/intro.html
I use Dreamweaver MX to create the pages, and Flash MX to create the SWF files. Any ideas?
Code below is the page that does not work.
Thanks
Attach Code
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Carrand</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#CCCCCC" background="bg.jpg">
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="middle"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center" valign="middle"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="835" height="635">
<param name="movie" value="start_page.swf">
<param name=quality value=high>
<param name="wmode" value="transparent">
<embed src="start_page.swf" width="835" height="635" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" wmode="transparent"></embed>
</object></td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
Edited: 04/13/2007 at 05:28:43 PM by binx4life
Mc.show();
what is the equivalent to show(); that is supported in flash player 8..
Could Someone Show Me How
I'm stumped!!!! My question is how to I make a button or word work like so.
I want the customer to be able to mouse over a sound, but when you take the mouse off of the button or word the sound will stop.
I own a guitar loops site and I'm using the mouse over technique now, but if they hit more then one button at a time the sounds play all at once causing jumbled sounds together.
Can someone help me please??
Thanks,
Ronnie Rokk
100% Og Show All
How can I make the Flash projector in 100% mode? I am doing an autorun and when it goes fullscreen, the whole flash animation stretching/draw out or something. I want it in the size, when I right click and press the 100% mode, and not the Show all.
I hope you understand me. I am not very good to write english
Anyone Show Me How To Do This ?
I'd like an animated image of a thermometer or similar.
We are collecting vouchers to redeem against sports equipment for our junior soccer club.
I'd like to use the image to display the amount of vouchers collected at that point, and it must be adjustable as we collect more vouchers.
I thought it would be good to animate the image to have the 'bulbus holding the liquid' moving around, i.e it looks like the liquid is slopping from side to side.
If anyone could show me how its done with a tutorial, I'd be grateful.
Ive got Flash8....and this will be my first flash project
go easy on me to start
Tom
Swf Won't Show In Ie On Pc
this code (from a file called index3.aspx, viewed using http)
CODE<%@ Page language="c#" AutoEventWireup="false" Inherits="PageBase" %>
<%
pageTitle="Test Page";
pageDescription="Seven Seas Test Page";
%>
<html><body>
start of movie code
<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="461" height="247" id="poo" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="bronzeseal.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#FFFFFF" />
<embed src="bronzeseal.swf" quality="high" bgcolor="#ffffff" width="461" height="247" name="bronzeseal" align="middle" allowScriptAccess="sameDomain" alt="bronze bed" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
end of movie code
</body></html>
Can We Show Something Else?
We have a wide flash visual that runs, but in the end simply shows a logo - something that needs little width. So here's the question.
Can someone suggest the best way, once flash has finished, to resolve it down (or hide it and replace with a gif logo) and use the space that it was taking up for other things?
Does flash publish an "I'm finished" event so we could trigger off some script to do dhtml? Or is there an even better easier way?
THANKS!!
Can Someone Show Me What Does What?
Hello all,
I'm by no means a heavily experienced programmer, but I can usually do alright parsing through code someone else has written. However, I'm new to flash and I'm having a hard time understanding how the logic path works. In something like Pearl or HTML (exceeding easy languages) the logic path is obvious. The script or page starts at the top of the page and works it's way south allowing for function incursions and such. Flash doesn't seem to do that.
Anyways, someone here gave me this link to a word processor site:
http://www.joshdura.com/archives/000163.php
I really like the program, and I'd like to modify it for personal use, or at the very least, understand how he did some of what he did so I can replicate. His code is all in library objects and when the fla file is opened in 2004 pro, it won't even run. Is this a problem from the upgrade? Or something in the fla?
But, on to the actual question:
I would really appreciate it if someone here could explain to me where the AS code starts and ends during the loading process. And also what happens when the Bold button is pressed. If I could see the logical path for the coding of these two actions, I think I could understand the rest.
Thanks,
Can Someone Show Me How This Is Done?
how do i do this nav?
http://www.thewreckers.com
has a cool navigation, where it's hidden off the page, unless you rollover it....then it comes out.
I want to learn how and I can't find any tutorials anywhere on this....help.
Any ideas would be most appreciated.
thanks,
jed
Why Does My Swf Not Show In
Hi I completed Lee's external swf preloading tutorial, I replaced one of
the swf files from the tutorial with my own swf file.
I placed all my images, .xml, .swf as my own .fla file in the same map, next to Lee's .fla and .swf files.
The only thing I altered in the actionscript is;
for:
//mcl.loadClip("swf1.swf",holder);//
into:
//mcl.loadClip("portfolio.swf",holder);//
(wich is my own .swf file)
now the funny thing is, if I simutale the download at a slow rate
(1.2kb/s) (or high), I can see that the preloader is in fact loading my
.swf file, but when its finished loading I don't see a thing, it's just white.
who can help me out with this problem
thanx
Show Clip
i have 3 button at the main stage.For ex named a, b and c
if i press button a, a mc named 1 move to a spot and show a news clip. and if i press button b, the mc move to another spot and shows another clip. And i have set a button on the "news mc" that when clicked it set it to visble=0 but when i press that button it wont show again if i click button a...sounds ****ed up? here is the fla
http://marshal.linc-up.com/ex/hmm.zip
please help me..
Slide Show
Hi I am making a slide show where you can cycle backwards and forwards through .swf files.
I have them loading and cycling though but I am having trouble with the sizing is there any way to size them dynamicly.
Slide Show
Does anyone know of a good way to dynamicly set up and play a massive amount of pictures in a slide show format?
Preloader Does Not Show
This has got me stumped. I have a resume website consisting of two frames, one with hyperlinks on the left that access both static pages and a Flash splash screen linked to a Flash gallery on the right. Previously I had the left frame link go directly to the gallery file, which displayed the preloader before displaying the file. However, since I added the splash screen, the right frame displays the static page until the splash screen is almost two seconds into the presentation (no preloader displays). What's my problem?
What Is The Best Way To Show Many Images?
Hi
I want to be able to show a gallery of images without slowing things up too much!!
I presume an external movie would be best, but can anyone suggest a suitable and basic way of doing this, ive looked through some images viewers in the gallery section and they are fantastic but seem very complex.
Any help is appreciated.
Thanks on advance
Slide Show Help Please
Hello,
I nned help creating a slide show file like the one seen here: http://www.hollywood.com . It's the animation at the top that has three different images flashing in the frame with the words "get full story" on one of the buttons at the bottom. If someone can tell me how they would approach doing this in Flash I would greatly appreciate it.
Thanks,
tdsilk2
Slide Show
I want to make a simple slide show with some family pictures. I would like to put the pics in an array and loop my program to call out each picture in the array instead of having a program with 1000 frames.
Is this possible or is there a better way to accomplish this?
I looked through the tutorials, but didn't see anything off hand. If there is one please give me the link.
thanks.
Show For 5 Secs?
Hi all,
I have a scene in a movie I want to run for say, 5 secs (it's a repetitive image) but am having problems getting it to do this.
I have used the "Trace (Int(GetTimer / 1000))" command in the actionscript box. This will obviously open a Trace window to show how long it's been running. I need to know how to hide the window from the final published movie and also how to tell the scene to show for 5 secs then move to the next frame.
Any ideas??
TIA
Jackmac
HEY YOU - Help Me & Show Off Your Smarts
Hi Guys,
Still working on a virtual radio.
I have a POWER button that turns "on" the radio when its pressed. So, like a regular radio, it turns on the music.
The radio has Radio Data System, so it has a text screen that displays information such as song title and artist after the appropriate button has been pressed.
Wanting my radio to be (somewhat) realistic, I want the radio station's name to pop up on the text screen when the power is turned on.
A few inquiries:
1. What do I do to get text on the screen after initial power-on?
2. Upon power-off, the screen doesn't go blank as a normal radio would. What actionscript techniques can I employ to fix this?
This is what I have for the button's actions:
on (release) {
tellTarget ("/music") {
play ();
}
}
Thanks
Slide Show Of .swf's
Hi,
This might be silly. I have a movie that contains thumbnails (buttons) that call each an .swf movie, that is basically a big photo. This was done with loadMovie, etc.
Now I also need that the big images can be controlled by a forward and back arrows, so this arrows would call in a relative way, the next movie. I have named the swf files consecutive numbering...
http://studiocom.com/scott/work.html
Can I do this? Is it an action script? Does anyone here can help me out?
Thank you!
Slide Show
Is there a way to make a slide show in Flash as you do it in go-live with a next and prev button. I want each photo to load upon request, when either button is pushed. All the photos are located on a server allready! Is there a way to do this? I know that you can make a slideshow within flash but then all the pictures would have to be included in the swf file right? Or is there a way to do it like that in Flash?
Show Swf's From Access?
I've loaded several url strings from my accesdatabase which refer to different swf's.
The string returned from asp to flash is like this :
filename[0]=/profiles/personal/profile0.swf&filename[1]=/profiles/personal/name1.swf& ...etc.
-- loadVariablesNum("getProfiles.asp", 0, "GET"); --
-- the above is the used action to get the string --
now i've wrote this funtion to duplicate a movieclip called testing then eval them into the array clones and eventually load filename[0], filename[1], etc as long as the array is.
function getallclips(){
clones=new Array()
for(xx=0;xx<_root.tr;xx++){
duplicateMovieClip(_root.testing,"testing" add xx, xx);
clones[xx]=eval("testing" add xx);
clones[xx]._x=clones[xx-1]._x+50;
loadMovie(_root.filename[xx],clones[xx]);
_root.testing._visible=false;
}
}
now for some reason the swf's wont load into the duplicated movieclips now placed into clones[xx]
loadMovie(_root.filename[xx],clones[xx]);
Can someone plz explain where i gone wrong, how to solve it or how to code it better?!
Im getting a headache over this!!! PLZ Help me!!!!!
ThugZ
Fonts Won't Show Up
I can download my fonts to myFK, but the font won't show up. It keeps giving me the default font when I use like in Flashtyper. It also doesn't show me the pics of fonts when I browse for them. Please solve my problem, oh masterful guru flash masters.
My .TXT Does Not Show Some Letters
ok guys here it is.
i all ready know how to load a .txt file into a dinamic textfield in flashMX. The thing is that i´m trying to load a spanish peace of text that has some á,é,í,ó,ú and the Ñ letters. When i upload the .txt file, it does not show those letters in my movie.
Thank you guys, i going nuts with this little problem.
How To Show Ur Banner?
how do you show ur flash banner on ur footer of ur message board? what is the code for this?
|