Flash Loading A Slide Depending
Feb 2, 2011Is there any way to show a certain slide in flash CS5 depending on what day of the week it is? Say for example its Monday the flash file on load will show a slide designed for Monday.
View 1 RepliesIs there any way to show a certain slide in flash CS5 depending on what day of the week it is? Say for example its Monday the flash file on load will show a slide designed for Monday.
View 1 RepliesI have built a really basic way to determine what slide to show depending on an nsTime var. It works, but is way over bloated. I keep thinking of just one function to do the test, but think the whole else/if statement needs to be there for it to work. So for the most code awesome wranglers here, what would you do? (knowing I don't know classes, etc.). I would love to do something completely different like cue points but all the videos are done and I have a day to keep my job 8^( Lastly
[Code]...
I am using currentSlide.gotoNextSlide to change between slides, however I can't make it stop playback on load of each slide.I have a motion tween with I need to NOT play automatically when the slide loads... but no matter how many iterations of stop(), gotoAndStop(), etc I use, nothing will stop the clip from playing when it is loaded!
View 1 RepliesIs there a way for flash to detect a user's bandwidth, and depending the size of bandwidth, stop loading, or continue with the load? Now that I'm thinking about it, this would probably be a javascript detection script and if the bandwidth is high, load .swf, if not load a .jpg?
View 3 RepliesQuestion: Is it possible to let flash load different files with an if-statement depending on from where the file is entered?My plan is to publish the swf with an html file. So theoretical as there are many different locations for IP adresses it should be possible to have the if-statement check, from where my file is opened
View 3 RepliesI want to beable to automatically load an external txt file into my flash movie according to what date the computer thats viewing is running.
Heres what I mean. If the computer that is viewing my swf file has the date Friday 1 Jan 2004 then txt file "1" would load and show. If the day was 5 Jan then txt file "5" would load and show.
I have hunted around for a tutorial for this but havint been able to find one. At the moment I am using simular script used in the display date & time tutorial on this site, if that helps.
im loading in a xml doc and it loop in the xml doc depeneding on how many node are in it. and attaches the nodes to a mc. the mc has three text fields in it. im trying to move that mc called t over 50px on _y.Code: as of right now they load on top of each other. does anyone know how i would go about doing that?
View 12 RepliesHow can I tell flash to load swf depending on date? I want my movie to load swf on 3-3 or something and I don't want it to load on other dates.
View 3 RepliesI want to beable to automatically load an external txt file into my flash movie according to what date the computer thats viewing is running. Heres what I mean. If the computer that is viewing my swf file has the date Friday 1 Jan 2004 then txt file "1" would load and show. If the day was 5 Jan then txt file "5" would load and show. I have hunted around for a tutorial for this but havint been able to find one. At the moment I am using simular script used in the display date & time tutorial on this site,
View 8 RepliesI had done a swf content for some major resolution ..flash800.swf,flash1200.swf,flash1600.swf. I load a swf at first which detects the x resolution of a screen and then loads appropriate content. the problem is that tke decision-making swf loads that flash movie into itself , so I have to do the checking resolution swf the maximum width and height the same as in the biggest (flash1600.swf) movie loaded into it....that makes all my work meaningless.
View 4 RepliesHow could I get a nice tween like this one: [URL] Specifically the now playing slide in and slide out effect.
View 1 RepliesI am creating a flash slide presentation to use as part of an online portfolio. I have created a presentation that so far has three slides, each containing a flv that I imported and added a skin to.Is there any way to stop the movie on slide one (besides manually) when I move to slide two? I don't care if the mvie returns to the begining or not i just want to beable and view the video on slide two without hearing the sound from slide one.
View 5 Repliesthis is what I am trying to do:
1st slide: pre test (3 radio buttons)
2nd slide: video
3rd slide: post test (3 radio buttons) - this page has a submit button that calls a .php script
The Pre Questions are setup like this:[code].....
wondering if this is a Global Variable problem? Is there any reason that the "variables" variable would stop populating after the first slide? Obviously, they are getting to the last slide since the submit button is passing them (or is the external file doing it?), but don't know why the post ones are not going.
I am trying to build a vertical slide scroller based on a tutorial for a horizontal slide scroller and am having difficulties undertanding what values I need to change in the code for the slider mc in order to make it work. The horizontal slider is quite smart and there is additonal functionality attached to it to affect it's movement which I'm not too worried about although it would be nice)
Code:
// set up content_mc info
contentRight = _root.content_mc._x;
[code].....
I have a flash map of the UK which is divided up into the counties, a user clicks on a county and is then directed to a new url, eg. [url].... The flash map remains on that new page in case they wish to select a new region.
What I want to know: is it possible to manipulate the flash so that if the [url]...then london remains highlighted on the flash map. I presume I will have to use some AS which is fine as long as it is AS3.
in that i have a text box.when i enlarge the swf window the size of swf is large.In that time i want to resize the textbox.how to do this?
i need to adjus the x,y ,width and height depend upon the stage height and width.
update
when i resize the window it looks like that
i have a flash movie that has a clock , slideshow and text scroller that plays all day in my resaurant. I want to change it so that it plays a movie with special offers in the mornings, then plays a movie saying we're reopening at 4.15 in the afternoon and then play another movie wit clock/slideshow inteh evening. How can i set my flash code to play these 3 different movies at the specified times automatically.
View 14 RepliesI'm trying to make a movie clip move left or right depending if you move the cursor to the right or left on the screen. The clip is long and it have a lot of thumbnails and when it reaches the end of the stage has to stop. I have achieved this, but when the mc comes to the side of the stage it is getting slower and slower and I need it to move with a constant speed.
This is the code:
var x_down:Number = 2900;
var end:Number = -((x_down)/.8 + 50);
var key:Number;
var c_key:Number;
var start1: Tween = new Tween( padre_mc, "x", Regular.easeInOut, padre_mc.x, (padre_mc.x + 280), 1, true);
[Code] .....
I was wondering how I make my buttons go to the next slide in a flash presentation Only know the code to do it to the next scene in a regular flash project.
View 1 RepliesIm trying to embed an HTML code I got from slide.com into my flash website I'm editing in Flash CS3.Any way I can create a movie clip from this code?
View 2 RepliesCan somebody explain shortly how to create a Flash Slide-Show in a HTML Document? Let's say I have 5 images with logo and want that they change every 10 seconds. Do I need to work with JavaScript?
View 1 RepliesI am new to flash and need to know how to build a slideshow that has 1 or 2 rows going up and down and then when you click on the picture it pops up huge next to the 2 rows?
View 6 RepliesI just created simple slideshow using Flash and it s working well, but i woudl like to put little tricky. Before it display next images, current it will slowly disappear in to whithe color, and then show next image.
View 12 Repliesi have a one web link have a flash display, below the flash display some scrolling picture, when we click the image that image goes up, as well as left and right have forward & backward button, how can i do this type of flash file,
View 2 RepliesWe are creating custom flash animation and import it into powerpoint using articulate, I want to move to next ppt slide if I click a button in flash
View 2 Repliesi'm making a game and i don't know what script to use to change the alpha color of the graphic symbol i used.the game is a shooting game, ex: target points is 50, if the score is 25 the alpha color should be at 50%, if score is 50 alpha is at a 100%i tried this script but it doesn't work
onClipEvent (load) {
if(score<=50){
skeleton_mc._alpha = (score/50*100);
[code].....
I would like to make a flash banner which inserts City name depending on ip address of user viewing the banner!
View 3 RepliesI have a datagrid in my Flash app whose data keeps updating quite frequently.On every update, I need to change the cell color of only those cells whose data has changed.That too, if the updated value is less than the older value then the cell color should change to RED else, GREEN.I have tried using labelFunction, cellrenderer, etc. But to no avail.By no means, I am able to access the present data in the cells to compare it with the new data.
View 1 RepliesI looked at many books but I can't find how I can make a slide show using flash.
View 1 RepliesIs it possible to rename slides dynamically in a Flash presentation that is created using the Flash Slide Presentation template in Flash CS4. So, if I have a presentation with 50 slides and they are named 001 to 050 and I need to insert a slide between slide 010 and 011 is there a way to have Flash renumber them or do I have to just manually rename.
View 2 Replies