ActionScript 3.0 :: Slideshow - 3 Bits Of Information To Be Display In The Flash And A Start Screen?
Nov 17, 2009
Ok, So I've decided to show some information on my site, but instead of using a static table, I've decided i wanted to use flash.Basically, want I want to do is have 3 bits of information to be displayed in the flash and a start screen.When the flash loads, it will show the starter Screen. From there the user will select either one of the three buttons,which will direct them to one of the 3 bits of information. I was thinking each bit of information on a different frame.How would I link the Buttons to the information?
View 4 Replies
Similar Posts:
Feb 21, 2008
I have an SQL database setup which contains Herbal Information such as CommonName, LatinName, MedicalUse etc, and need to display the information in a Flash DataGrid Component. I also have the corresponding PHP script to connect, retrieve, add and delete items from the database. Although I am familiar with Flash in a design sense I have limited experience using Action Scripts and am unable to complete the connection myself.
View 2 Replies
Apr 22, 2011
I want to create a slideshow banner that will showcase our products. The slideshow will contain the image of the product, the name, the price, the item code and the link when someone clicks on it. Each week we update the best sellers and it can be from 5 to 15 different products. Similar to what we have now in our website www.deiequipment.com which now is static, we want to animate it and rotate the products like a slideshow.The problem we are encountering is that we have to manually update the slideshow content.
We would like to know if there is a way through scripting or catalyst to connect to a database and simply update all these fields automatically. So for example if the database has 5 items, automatically will pre-fill each field listed above and the slideshow will have 5 products.
If we update the database now with 10 products, to update automatically. That way we can create 1 slide show, the time it takes to rotate to the next product, and add simple button controls to the slide show for next and back that will simply go through the loaded items.I tried to do a research on how to do it online but some takes me to scripting, others to catalyst dabases, but none are specific to what I need.As a note, the image will just be an image holder that will be updated with the image field in the database that points to the URL location of the image.
View 10 Replies
Jul 22, 2008
I've made a slideshow with externally loading text and images. How can I make it so after the title screen flashes off, the first thing is the first photo/caption without having to click on the next button?
View 2 Replies
Mar 23, 2010
Does anybody know a way for a swf file to communicate with the site its placed in. What I mean is I have a flash file with a start up screen in it, which has a tick box saying "Don't show this screen again" which skips to the sites content when tick, the same as what some adobe applications have when first started up. I think this might be able to be done using sharedObjects? But what I can't do is re-activate the start up screen from outside of the flash file. Is sharedObjects the way to go?
View 1 Replies
Mar 24, 2010
way for a swf file to communicate with the site its placed in. What I mean is I have a flash file with a start up screen in it, which has a tick box saying "Don't show this screen again" which when ticked skips to the sites content when tick, the same as what some adobe applications have when first started up. I think this might be able to be done using sharedObjects? But what I can't do is re-activate the start up screen from outside of the flash file. Is sharedObjects the way to go? Or should it be done using javascript?
View 1 Replies
May 31, 2011
I was wondering if Flash was able to handle PNG files with 16 bits per channel. I seem to remember (quite clearly actually) from some official blog post on Pixel Bender, that since Flash only handles 8 bits per channel and Pixel Bender works at 24, a conversion occurs when data is passed from Flash to PB and vice versa. (this thread is totally unrelated with Pixel Bender though) So if I'm correct, Flash uses 8 bits per channel even if you try to load a 16 bits per channel PNG. Do you guys have any experience whether this is a fact or not?econdly, assuming this is a fact...could I still load a 16 bits per channel into Flash, not to display it but to convert the data to a 8 bits per channel PNG that I would save as a file. For instance the 16 BpC PNG could be loaded in a ByteArray and I'd work from here, however I have to know whether the PNG would still be 16 BpC once it reach the ByteArray.
View 2 Replies
Oct 16, 2009
We have this legacy code of a flash video player that functions well enough but still has some loose ends I need to tighten up. It can do the basic "switch to full screen and back to normal size" stunts, however with one exception.
On the first fresh load of the app, if I switch to full screen mode first, and then click to play the movie, the player would be in full screen, yet the movie itself would remain in it's original size.
//trigger
if (stage.displayState == StageDisplayState.NORMAL) {
stage.addEventListener('fullScreen', procFullScreen);
stage.scaleMode = StageScaleMode.NO_SCALE;
[Code]....
The VideoDisplay object even returns the expected width/height, but the movie just plays in it's original size. If I switch screen sizes during movie playback, then the movie size will shrink or stretch as it should.
View 1 Replies
Jul 5, 2009
I'm kinda noobish when it comes to getting information from XML information sent to my flash file from the socket server. OK so for example the server sends me this:
[Code]...
I want to get the name of the user and the X and Y position! Is there a way I can get this information without a load of fuss from functions and other junk remember im kinda noobish.
View 1 Replies
Feb 11, 2011
I want to build a program built around my pc specs. Is there a way to access such information as how much ram I have or how much cpu usage is being consumed, etc.?
View 2 Replies
Jun 25, 2009
i need is a simple slideshow. already have images ready but when it start it only shows images for one second and goes to the next.i want it to stay on screen for ten seconds (i am new) (cs4) and needs to work when uploaded to website not just on my computer
View 3 Replies
Sep 19, 2011
I want a combo box to display a description of the information in the combo box. The name property is a good way to do this in my opinion "comboBox.name = This is what I named this Box". I have a text field ("textDescription") set to display the name of the comboBox on MOUSE_OVER, but only on the edges does the actual name of the comboBox appear. When in the middle, the textDescription displays "instance #" where # is an actual number. Is there some kind of container placed over the combo box or something??
View 5 Replies
Jun 19, 2009
I created a list using xml, which when clicked would display the appropriate information. Everything is working fine, except when a second item on the list is clicked, the information appears on top of the previous information.
[Code]....
View 2 Replies
Jul 16, 2007
I'm building a product page, here's the setup:
[URL]
On the index.swf is the main navigation that'll open swf's for the different categories. Those products.swf fills with products via php. This is the working code for products.swf:
ActionScript Code:
var t = "";
var cat:String = "products";
[code].....
Now my main issue is, I can't get the product_info.swf right. The problem is I don't know how you can define the products within the products.swf with a name, so you can tell which product you should display in the product_info.swf
View 5 Replies
Mar 11, 2008
I'm wanting the top 10 scores to display for a game I'm working on. I'm having trouble getting the information to display in a dynamic text box. I've been working on this for 2 days looking at examples and haven't had any luck. I don't know how to get more than one result to show in a dynamic text fields variable. Right now I am getting it to display the very last name in my database. It seems like I'm close, but there needs to be some minor adjustments or something. Could someone give me a suggestion on how to fix this?
Here is my php:
Code:
<?php
//connect to database
$link = mysql_connect(localhost, username, password)
or die("<b>error</b>: failed to connect to database");
[code].....
View 1 Replies
Apr 2, 2009
the website that im working on has 5 main buttons which then navigate you to a certain frame on the timeline which will display its respective information. but within one of those pages/frames i have 3 more buttons that i want to be active and take you to another frame on the timeline.
but when i try activating them with the same as3 code that i used on the other 5 main buttons, they do not work.
View 1 Replies
Oct 16, 2004
I am trying to build a standard slideshow, but it wont start. Someone named Uli mentioned something about using movieclips but he/she didnt elaborate any further.This is what my code is like:
mcSlideShow.onRelease = function(){
clearInterval(Interval);
Interval = setInterval(SlideShow, 3000);[code].....
View 9 Replies
Mar 30, 2003
I am using tell target with a button to display information when you rollover as follows
[Code]...
This works fine when I test the movie, but when I load this movie into another movie, it does not work.
View 2 Replies
Dec 17, 2008
I have 3 arrays, each containing a random number of elements.
Lets say: array1(), array2(), array3()
I want to display information from 6 array elements on my stage, ideally 2 elements from each array. However, as the arrays may contain more or less than 2 elements, if an array has < 2, I'd like to make up for it if the other arrays have > 2 by showing extra from those arrays instead. As evenly as possible. I'd like to know at the end how many elements of each array to add to the stage (Maximum of 6 altogether).i.e.If we say array1.length() is 3, array2.length() is 1, and array3.length() is 1 - then I'd like it to display 3 from array1, and 1 from the other two arrays.If we say array1.length() is 0, array2.length() is 4, and array3.length() is 5 - then I'd like it to display 3 from each of array2, and array3.So as to get 6 wherever possible, and spread them out evenly wherever possible.
View 2 Replies
Nov 23, 2009
I have converted an image into a button and am using the following code to use it as an external link.
[Code]...
This works fine which is great but I would like for it to display information about the link when the user hovers their mouse over the button. How would I do this?
View 1 Replies
Mar 20, 2010
I'm doing a function which checks what button has been clicked on and display information from a XML accordingly. Here it is:
[Code]...
View 1 Replies
May 13, 2011
I need to display a message in a flash project I'm working on. The message needs to be centered on screen, and can only be created using code.
Normally I could just put a dynamic text box on and hide it, but I can't this time.
View 2 Replies
Jun 15, 2009
I have recently followed a tutorial on how to create a simple loading screen, on completion of this i realised it was teaching me how to create a loading screen for a flash movie. How I would change my Action script so at the end of the movie it would display my website?
My current action script is as follows..
First frame:
Code:
bytes_loaded = Math.round(this.getBytesLoaded());
bytes_total = Math.round(this.getBytesTotal());
getPercent = bytes_loaded/bytes_total;
this.loadBar._width = getPercent*100;
this.loadText = Math.round(getPercent*100)+"%";
if (bytes_loaded == bytes_total) {
this.gotoAndPlay(3);
}
Second frame:
Code:
this.gotoAndPlay(1);
View 3 Replies
Jan 17, 2011
Is there any way to accomplish this? I need to make it so that overlapping pictures or things outside of the movie screen will not show while I'm editing the movie.
View 1 Replies
Jul 28, 2011
I would like to ask how do I extend my display on 2 moniters with flash in full screen? My stage size is 1600*600, I want the stage to be extended and display in both moniters. Each moniter resolution is 800*600. Red portion should be displayed on moniter 1, and Blue portion should be displayed on moniter 2. Now, both portions are displayed on moniter 1. Nothing at moniter 2. link to pic: [URL]
View 8 Replies
Nov 1, 2010
I've got four swf containing AS3, I want them to display in a row on full-screen mode. I can do this in AS2 bij loading them (other swf's with AS2) in timelines and fullscreen with fscommands. But I've tried searching for an AS3 solution the net a few days and looked for onEnterFrame and loadMovie etc. I just can't manage it.I can load one swf with:
Code:
var ldr:Loader=new Loader();
addChild(ldr);
ldr.load(new URLRequest("my_document.swf"));
View 7 Replies
Apr 8, 2009
I found a tutorial online to do a Image Slideshow. [URL]. But, I can not get anything to work. I am new to this and unfortunately do not have time to do any formal training right now. Probably when this project is done. When I "test movie" I just get a white screen w/ nothing on it. I should be getting a box 500x500 w/ a box that is 400x400 for my frame. I just finished step 3, and I do not get my frame box like a should.
Here is what my .xml document says:
<slideshow width="400" height="400" speed="5">
<image url="images/1.jpg" />
<image url="images/2.jpg" />
<image url="images/3.jpg" /> .....
And here is the action script.
var myShowXML = new XML();
myShowXML.ingoreWhite = true;
myShowXML.load("slideshow.xml");
myShowXML.onLoad = function() {
[Code] .....
View 15 Replies
May 11, 2011
ive made an xml slideshow on my application however when i try and move to another screen the slideshow keeps going in the background this is the webite of the tutorial i used:
[Code]...
View 4 Replies
Feb 16, 2011
I have a slideshow that is set up to run on an LCD screen. The problem is the slideshow turns to a white screen when left running overnight. I would like the slideshow to continuously play without having to do a browser refresh each day. I am thinking there is some build up of memory that is causing the problem. I have a loop to continually check my xml file to see if anything has been updated.
Code:
import fl.transitions.Tween;
import fl.transitions.TweenEvent;
[code]......
View 1 Replies
Nov 8, 2009
I was wondering if anyone knew of a component or 3rd party slideshow that supported displaying .swfs. Slideshow Pro is a nice component for video and images but lacks swf support.
View 2 Replies