Image Scroller Not Displaying All Images...
Hi there all,
Could someone PLEASE have a look at this fla?
The scroller does not display all the images in my movieclip. It keeps on jumping when it gets to the end! It just needs to be a continuous motion - no beginning or end, just keep on looping.
Any ideas???
Thanks
FlashKit > Flash Help > Flash MX
Posted on: 07-05-2005, 09:35 AM
View Complete Forum Thread with Replies
Sponsored Links:
Text Scroller With Image With Mouse Scroller
Hi to all,
I have problem with flash. that i want to creat dynamic text & image scroller in scroller by creating custom scroller (not inbuilt component) That scroller i can scroll with help of mouse's scroller. (the mouse's scroller & image must be include in to the scroller box)
Help me !
Help me !
Reply me fast if u have solution for it!!!!
Regards,
Samual
View Replies !
View Related
Displaying A Larger/fuller Image By Hovering Over Small Image.
Hello guys n galls.
Ok its been a bit since I started learning the ins and outs of Flash. I haven't done much in terms of interactive stuff.
I co-run a site which you can find the link below, and in the past, if you check the home page, there were large 555 x 300 ish borders displayed one above the other. Now if you check the page, a mate altered it so that everything is more compact and theres only a little square containing a snippet of the original banners. Now I like this idea of compacting it all, but I was trying to think of ways to jazz it up a bit by incorporating flash into the whole thing.
I just had an idea of some how allowing the full banner images to appear in a larger screen when the cursor was to hover over the small squares which contain a little image. Would this be practical? Im thinking about the fact that there would be like 7 or so seperate topics at one time each with a small image that you could hover over. I was also thinking about possibly making it a bit more jazzy so that as the curser hovers over each topic, the outer edge glows or something like that with a sound effect.
COuld anyone help me with how i'd go about this?
SITE IS HERE BY THE WAY - www.aftershockpromotions.com
View Replies !
View Related
Image+text Scroller, Form Scroller, And Loading External Text Files - Urgent
Hi everybody!
Does anybody know how to do the following things in Flash MX?
1.Make a scroller with text + images in it;
2.Make a scroller with text + a form in it;
3.I followed the tutorial entitled "Scrolling Dynamically Loaded Text", but the text that I tried to load has over 160 lines, and I can only scroll down to about half way of the total lines. Why is that?
4.I also tried to load xml files using the code <?xml version="1.0" encoding="utf-8"?> on the first line of each xml file, but the ', &, and " " don't work.
Can anybody help me, please? This is urgent!
Thanks in advance!
animind
View Replies !
View Related
Image+text Scroller, Form Scroller, And Loading External Text Files - Urgent
Hi everybody!
Does anybody know how to do the following things in Flash MX?
1.Make a scroller with text + images in it;
2.Make a scroller with text + a form in it;
3.I followed the tutorial entitled "Scrolling Dynamically Loaded Text", but the text that I tried to load has over 160 lines, and I can only scroll down to about half way of the total lines. Why is that?
4.I also tried to load xml files using the code <?xml version="1.0" encoding="utf-8"?> on the first line of each xml file, but the ', &, and " " don't work.
Can anybody help me, please? This is urgent!
Thanks in advance!
animind
View Replies !
View Related
Targeting Thumb Nail Image In Image Scroller To Full Size In Middle Of Screen
Hi people....
Thanks for your time....I`m basically looking for ideas on how to do the following. Most of the work is done all I need I hope is a little actionscript... ( I hope)
I`m building a scrolling picture gallery for someone where they want the thumbnail images, once clicked upon to scale very large in the middle of the screen on top of the image scroller. When the image is clicked it zooms back down to where it was clicked upon in the scolling image gallery. The site that best describes this is http://www.chris-bailey.com.
I can do the scrolling image gallery (well, thanks to other friendly flask kit people) and get the user to click the image buttons to load a movie above the scrolling gallery but its targeting the moving images in the scroller to target to the middle of the screen and stop moving and then go back down to the moving scroller.... All the images in the scroller are seperate movies that are obviously easy to scale but I need to turn off the scrolling action when they start scaling into the main movieso they remain still to view. Any ideas please? Using Flash MX.
Thanks.... Angus
View Replies !
View Related
Displaying Images
I was wondering how i can make my flash movie display images located in a separate folder. I would like to periodically change the images in the separate folder -- and thus the images displayed in the flash movie would be different without having to re-program my flash movie.
View Replies !
View Related
Displaying Images
Hi
Im currently recreating my portfilio page in flash and want to display some of my work.
Im not sure weather to open the images in a large flash movie or to open them in a browser window. which is best?
i have tried loading them into a window but can't get it to center on screen.
thx
DoM
View Replies !
View Related
Displaying Images Using XML
I'm really struggling with this, getting to the stage of pulling hair out by now.
Basically I have a flash file which is populated by an XML file.
It works like a stocklist. Loading in data and images.
I can't get the image part to work.
The original flash file came from someone else but I don't know who and I'm confused as to what and where to put the part about the images.
The flash file scrolls when an item title is selected to show the coresponding details to that title. The scroll part works fine and all the data except the images load in. Don't understand what I'm doing wrong!!!!!
I've attached the relevant files for you to have a look at.
Please if any one can help it's be great
View Replies !
View Related
Displaying Images...
Can anyone tell me what am I doing wrong in this code? All I'm trying to do is just display an image on my page when someone clicks the thumbnail, better yet it would be great if I can display that image in a new window....what will I have to do in order to use the popUp function in javascript? Here's my code, i had been trying all kinds of things...I know it's reading my logic, cause it does output the traces....Also, I was trying something different on button 1 for testing purposes....Pleeeease Help
var myReq:URLRequest = new URLRequest("images/image1.jpg");
var loader2:URLRequest = new URLRequest("images/image2.jpg");
var loader3:URLRequest = new URLRequest("images/image3.jpg");
var loader4:URLRequest = new URLRequest("images/image4.jpg");
var loader5:URLRequest = new URLRequest("images/image5.jpg");
var loader6:URLRequest = new URLRequest("images/image6.jpg");
var loader7:URLRequest = new URLRequest("images/image7.jpg");
var loader8:URLRequest = new URLRequest("images/image8.jpg");
var loader9:URLRequest = new URLRequest("images/image9.jpg");
var btn_1:Loader = new Loader();
var btn2:URLLoader = new URLLoader(loader2);
var btn3:URLLoader = new URLLoader(loader3);
var btn4:URLLoader = new URLLoader(loader4);
var btn5:URLLoader = new URLLoader(loader5);
var btn6:URLLoader = new URLLoader(loader6);
var btn7:URLLoader = new URLLoader(loader7);
var btn8:URLLoader = new URLLoader(loader8);
var btn9:URLLoader = new URLLoader(loader9);
btn_1.addEventListener(Event.COMPLETE, loadImage);
btn_2.addEventListener(MouseEvent.CLICK, loadImage);
btn_3.addEventListener(MouseEvent.CLICK, loadImage);
btn_4.addEventListener(MouseEvent.CLICK, loadImage);
btn_5.addEventListener(MouseEvent.CLICK, loadImage);
btn_6.addEventListener(MouseEvent.CLICK, loadImage);
btn_7.addEventListener(MouseEvent.CLICK, loadImage);
btn_8.addEventListener(MouseEvent.CLICK, loadImage);
btn_9.addEventListener(MouseEvent.CLICK, loadImage);
btn_1.load(myReq);
function loadImage (event:MouseEvent):void
{
switch (event.currentTarget.name)
{
case "btn_1" :
//trace ("button one");
//img_holder.addChild(new URLRequest("images/image1.jpg"));
img_holder.addChild(btn_1.content);
//img_holder.loader1;
//img_holder.htmlText = event.target.data;
break;
case "btn_2" :
trace ("button two");
break;
case "btn_3" :
trace ("button three");
break;
case "btn_4" :
trace ("button four");
break;
case "btn_5" :
trace ("button five");
break;
case "btn_6" :
trace ("button six");
break;
case "btn_7" :
trace ("button seven");
break;
case "btn_8" :
trace ("button eight");
break;
case "btn_9" :
trace ("button nine");
break;
}
}
View Replies !
View Related
Displaying Images From Xml
i am trying to display images taken from a mysql db in a text area inside flash 8. i can get the text taken from the db to display but for the images i just get null.
the xml sheet loaded into flash is generated from php running queries from the db. the images i want to be displayed are passed into flash from the xml sheet in the following format.
<image> <img src='image/thumbs/construction/internal/thumb87.jpg' /> </image>
i have now been trying to get this to work since last friday and would just like to know if it is possible to do this and if so where am i going wrong.
i can post any of the code i have created if needed.
View Replies !
View Related
Displaying Images At Random
Hi all,
Could someone please help me out with randomizing? I'm interested in displaying three to four graphic images one at a time and having them appear randomly (kinda like the banner ads we see on the Web).
How would I go about doing this? I'm fairly new to Actionscripting.
Thanks!
View Replies !
View Related
Displaying Images Using Actionscript
Please help! I am trying to display images using a while loop in Flash MX. I am trying to create a directory tree structure similar to what Microsoft Explorer is using. Depending on the data it would display different number of folders, sometimes maybe 20 other times maybe 75 and there might be subfolders. I have the folder image and the line image to make the connection between the folders, I just don't know how to display the images using a while loop. Is there a function to display images and pass parameters (x,y coordinates) where I would like the images to be displayed on the screen? Is there a better way? Is this even possible?
View Replies !
View Related
Images Not Displaying Correctly
I have several mc's which only contain small png images (with transparency).
When they are positioned over a background image, the ones at the sides appear normal, but the ones in the middle appear distorted. They are all instances of the original created with mc.duplicateMovieClip. I am using Flash 8 and have tried setting compression for the images in the library to Lossless and JPG 100%. Any suggestions appreciated, thanks.
The chips to the left look fine, but not so good on the middle of the table!
View Replies !
View Related
Is Flash Displaying Images Or IE ?
i was wondering if when i load a movie with a image url is internet explorer displaying the image then or is flash?
the reason is with the type of transparency im using i have to save in .PNG image format and im pretty sure that not supported very well if not at all by IE, but i know flash uses them just fine.
so if i do the load movie with url image in .PNG will it not work?
http://thegaffney.com/
View Replies !
View Related
Displaying A Rating Using Images
What I want to do is display a rating for each article but using multiple pictures instead of a number. The articles are loaded in from sql and disaplyed using a browse or search, user ratings are sent with the article and displayed as a number.
I want the rating to display from 0 to 5 as pictures, so a rating of 2.5 would display as 5 little icons with 2 and a half of them normal and the other 2.5 with 30% opacity.
Just want to see how people would go about doing it, what kind of code would you write for it and would you load in movie clips for each half of an image and adjust the alpha with code or make movieclips that have all of the images already in them with the alpha pre set on them.
View Replies !
View Related
Displaying And Resizing Images
im trying to load some external photos through XML into a flash file, the photos ive got are quite big and it is going to take ages to resize them seperately,
im just trying to find out if there is a script which will resize and display my images ? ?
thanks for any help
View Replies !
View Related
Images Not Displaying In XML Slideshow - Please Help
I used the source from a XML Flash Photo Gallery tutorial and without making any changes, i uploaded it to test it -
http://mansfield-nursery.com/gallery/test.html
I could see no image. But when i run the swf file locally, i can see the images. I checked for the image location and path - everything seems to be fine. I am attaching the source files. Please check and let me know what's wrong.
Also in the gallery.as file, it has the line "ZigoEngine.register(Fuse, FuseFMP, PennerEasing);" - does the Fuse and PannerEasing gets registered automatically o do i have to install anything on the server ?!?
Thanks a lot in advance.
View Replies !
View Related
Displaying Images In Flash Through XML
i have created a simple content management system for a flash site which gets new articles from a mysql db and displays them within the site. i was asked to add an image upload to this section which i have now done and i am storing the images on the server and the paths to the images in a mysql db.
the problem that i am having is that instead of the images showing up on the pages i am just getting the path to the images. have i missed something out to get it to display the images?
here is my code (flash)
Code:
var theXML:XML = new XML();
theXML.ignoreWhite = true;
theXML.onLoad = function() {
var nodes = this.firstChild.childNodes;
for(i=0; i < nodes.length; i++) {
theTextBox.text += nodes[i].firstChild.nodeValue+newline+"
";
}
}
theXML.load("test_process.php");
and the rest (php)
Code:
$query = "SELECT * FROM internal";
$result = mysql_query($query, $link) or die("Data not found.");
$xml_output = "<?xml version="1.0"?>
";
$xml_output .= "<entries>
";
for($x = 0 ; $x < mysql_num_rows($result) ; $x++) {
$row = mysql_fetch_assoc($result);
$xml_output .= " <date>" . $row['date'] . "</date>
";
$xml_output .= " <title>" . $row['title'] . "</title>
";
$xml_output .= " <article>" . $row['article'] . "</article>";
$xml_output .= " <image>" . $row['image'] . "</image>
";
any help with this would be great. if you want to look at the test file i will pm you a link for it.
View Replies !
View Related
Displaying Dynamic Images Help
Hello, I have been fighting with this for days I think I've tried everything on the web and I'm just not either getting it or they are not good tutorials. Anyhow.
I have an XML database and my project is loading everything just fine. I have a node for an image thumbnail. I just can't seem to get the image to load into flash. Perhaps there is an issue with my holder? Not sure how to create one properly if someone could help me set that up I would really appreciate it.
View Replies !
View Related
Displaying Images In Flash
Hi, Iam doing a project for university on subliminal perception. In order for me to complete my project i have to flash images up on screen very quickly.
Iam using Flash MX and was wondering if there was a way of showing images on screen for a millisecond or two?
Thanks
View Replies !
View Related
Displaying Images From XML File
Okay -- so I am working on a project where I'll be using an XML file to parse info into the Flash movie. I've got the HTML formatting working great, but I can't seem to get the Flash movie to display the image I'm referencing in my IMG tag.
Here's my XML:
HTML Code:
<Rolodex>
<section id="0" name="COVER">
<blurb id="0" pagenum="1">
Quick Reference Guide 2006
</blurb>
</section>
<section id="1" name="Resources">
<blurb id="0" pagenum="2"><![CDATA[<img src="pagehead.jpg" width="778" height="55"><br><b>Contact Information</b><br>Blah,blah,blah<br>]]>
</blurb>
</section>
</Rolodex>
The <img src="pagehead.jpg" width="778" height="55"> won't display in my textfield, but the other HTML does. I'm trying to get the image to run off the local machine....am I missing something easy here? The image is in the same directory as my SWF. Thanks in advance!
View Replies !
View Related
Displaying Images For A Rating
What I want to do is display a rating for each article but using multiple pictures instead of a number. The articles are loaded in from sql and disaplyed using a browse or search, user ratings are sent with the article and displayed as a number.
I want the rating to display from 0 to 5 as pictures, so a rating of 2.5 would display as 5 little icons with 2 and a half of them normal and the other 2.5 with 30% opacity.
Just want to see how people would go about doing it, what kind of code would you write for it and would you load in movie clips for each half of an image and adjust the alpha with code or make movieclips that have all of the images already in them with the alpha pre set on them.
View Replies !
View Related
Displaying Images Dynamically
I have just configured php to work with apache. I'm totally new to php as well, which doesnt help.
What i want to be able to do is tell flash to load all my images that are linked from mysql in seperate MCs 3 rows high and 4 rows across. Id like to have a "next" button if there are more than 12 images in total as well.
I've attached a simple fla to show exactly what im trying to achieve.
Does anyone know of a tutorial or way to load movies in specific positions dynamically?
thanks for the help.
View Replies !
View Related
Displaying Images In Flash From A URL?
Hi,
is it possible to display an image in Flash dynamically that is at a specific place on the web if you have it's location?
for example if I have MySite.commypicture.jpg is there anyway I can show mypicture.jpg in Flash without having to import the picture into Flash manually?
If so how would I go about doing this - does anybody have a tutorial of this?
View Replies !
View Related
Displaying Images Dynamically
I have just configured php to work with apache. I'm totally new to php as well, which doesnt help.
What i want to be able to do is tell flash to load all my images that are linked from mysql in seperate MCs 3 rows high and 4 rows across. Id like to have a "next" button if there are more than 12 images in total as well.
I've attached a simple fla to show exactly what im trying to achieve.
Does anyone know of a tutorial or way to load movies in specific positions dynamically?
thanks for the help.
View Replies !
View Related
Displaying Images In Flash From A URL?
Hi,
is it possible to display an image in Flash dynamically that is at a specific place on the web if you have it's location?
for example if I have MySite.commypicture.jpg is there anyway I can show mypicture.jpg in Flash without having to import the picture into Flash manually?
If so how would I go about doing this - does anybody have a tutorial of this?
View Replies !
View Related
Images Not Displaying In TextArea
Hi,
I'm having difficulty getting an image to display in a textArea...
Here's the HTML:
<HTML>
<img src="../../../images/brief.gif" width="38" height="12" />
</HTML>
It works fine with displaying text and it's not anything to do with the file path as i've checked it in a browser.
The image is invisible, but does seem to displace surrounding text. I've tried putting it all in a BODY tag, but that doesn't help.
Thanks.
View Replies !
View Related
Displaying Images In Flash
Hi All,
I have a database that is set up like so:
This contains numbers ranging from 1-9.
ID - SYM1 - SYM2 - SYM3
-----------------------------
1 - 7 - 1 - 2
-----------------------------
2 - 3 - 1 - 5
-----------------------------
3 - 5 - 8 - 8
-----------------------------
4 - 4 - 3 - 3
etc.
I am then running a PHP page which connects to the database and drags out one record, e.g. Id 1. I'm then echoing this line out using the code:
Code:
echo ("&symbol1=$sym1&symbol2=$sym2&symbol3=$sym3&");
The output of this being:
&symbol1=7&symbol2=1&symbol3=2&
I'm then passing these variables into Flash and placing them in dynamic text fields using AS:
Code:
//Create an object to store the variables
loadText = new LoadVars();
//Load the required variables from PHP
loadText.load("http://www.mydomain.com/filepath/file.php");
//Once the variables have loaded display them in the three dynamic text field
loadText.onLoad = function() {
textarea1 = this.symbol1;
textarea2 = this.symbol2;
textarea3 = this.symbol3;
};
This all works fine, however the problem im facing is that i want the numbers to become images once inside flash, so for example if the line dragged from the database was 1, 1, 1.
I may want to display: Apple, Apple , Apple on the stage.
Whereas if the line dragged from the database was 1, 7, 2. I may want to display: Apple, Strawberry, Orange.
Can anyone offer me some advice on this?
Thanks in advance
View Replies !
View Related
Image Scroller- Loaded Image Keeps On Scrolling
Hello. I am working on a client image scroller for my compaines website. What I want to do is once the user click on a specific client logo, a image pops up inside a " holder" MC. But when this happens, the image that appears scrolls along with the scroller nav bar.
My question: is there a way to make the image linked to button to stop scrolling?
Please see the attachment and click on the " DELL" button to see what I am talking about.
TIA
View Replies !
View Related
Displaying Base64 Encoded Images
Hi Guys
We are writing an application which is heavily reliant on a PHP backend database which will be running oracle. We want to cut down the number of calls to this backend to the minimum to free up server resources.
One of the major calls to the backend is in loading jpg's and sw'f to display in the client flash movie. Most of these images are very small - some only a few bytes so we want to find a way of loading multiple images in one hit to the backend. At the moment the php interface returns the images in a base64 encoded format.
So my question is - how can I display an image that is returned in a sendandload request encoded as a base 64 string.
Can it be done?
Is there any other way of loading more than one image per back end hit?
Thanks
Giles Roadnight
View Replies !
View Related
General Question About Displaying Images In AS3...
So I'm trying to take the leap from time line coding to pure AS3 coding and it's been rough .
My question is what is the best way to display an image in AS3? I've read up on the Bitmap/BitmapData class but having trouble deciding if that's what I need because I'm having a hard time doing simple animations with my display objects such as fades and tweens. Is it even possible to do such things with Bitmap objects?
View Replies !
View Related
Preloading Images In An Array Without Displaying Them
How would I go about preloading the image links that are stored in an array without displaying them?
I'm thinking - use createEmptyMovieClip for however many images there are - and load them all offstage, but im sure theres a better way of doing this. caching? I dont know
(fyi, my objective is to have Flash know the dimensions of each image before it is displayed onstage. I know php can do this, but id rather find an alternative )
View Replies !
View Related
Displaying External Bitmap/Images
I tried using this code to display an External image, and I can load SWF file, but when it comes to image file(jpg, png, gif etc.), an error occurs saying that Loaded file is unknown, anybody knows why it happens?
Quote:
import flash.display.Loader;
import flash.net.URLRequest;
var request:URLRequest = new URLRequest("img/image1.jpg");
var loader:Loader = new Loader();
loader.load(request);
addChild(loader);
View Replies !
View Related
Displaying Images From Xml Sheet In Flash 8
hello all i am new to this forum and am in need of some help.
i have created image viewers before where xml passes the oath to an image and the flash displays the images.
i am now trying to create a small CMS for a flash site and the images will not show. i am trying to display these images inside a text field.
i have a php page which runs queries on the mysql db and then turns these queries into an xml formatted sheet. i have a column in the db that stores the paths to the images uploaded to the server.
once the xml is passed to flash it displays the text as it should but where the images are meant to display i just get null written.
i have been trying to get this to work now for the las couple of days and i am still stuck at the same place.
View Replies !
View Related
Loaded Images Displaying 1/2 Size
I've reworked the code in the load_images.fla from the Samples folder within Flash MX. It calls out to an images folder and loads a series of .jpgs into a defined area of the stage and fades them in and out. The stage is just a bit larger than the defined area
The images are all 160 x 120 pxls. When ever the .html page is viewed in any browser they all load in at about half that size. If you right click you can Zoom In and they appear at the correct size. I can also drag the images around on the stage.
I've tried all of the options in Publish Settings; Match Movie and Pixels and also the and also all of the Scale options but the movie always loads the same way. Too Small! I also want to "Lock Em Down" so they can't be moved or resized at all.
Any ideas, suggestions would be most welcome!
Belbz
View Replies !
View Related
Displaying Images Contained Within An Array
How would would you display all the images within an array? This is as far as I've gotten so far...
var images:Array = new Array;
images[0] = "1.jpg";
images[1] = "2.jpg";
for (i=0;i<images.length;i++) {
...
...loadMovie(images);
}
Edited: 12/14/2006 at 12:25:27 PM by fwitt
View Replies !
View Related
Images- Dynamic Loading/Displaying
I'm trying to create something that will load a bunch of images into an array and then be displayed whenever needed via using the attachMovie() function.
Code:
for (var i=1; i<list.length; i++) { //list is an array full of urls to images
_root.createEmptyMovieClip("img"+i,i);
loadMovie(list[i], "_root.img"+i);
}
I dont think this is what I want because I dont acually want the images to appear right here (this is the loading part). What I want is each image to be in a seperate symbol with a unique identifier so that I can create them dynamically during runtime.
I hope you can help me, I havn't worked with flash for about half a year so I've forgotten a lot of things.
Hope you can help, thanks in advance!
View Replies !
View Related
Displaying Images In A List Component.
Hey all,
I am trying to create a thumbnail viewer using a list component. I used list.cellRenderer to display a test image and it displays that image about 50 times vertically down the list component.
Can anyone direct me on how to use this component with images?
Thanks.
View Replies !
View Related
Displaying External Php Images In Flash
Hi, I'm trying to display dynamic JPG, GIF, PNG's from my database using php. Sorta at a loss. I checked the Flash "HELP" for a while but came up with nothing that worked. Also googled everything about "images, Flash, PHP" and "Dynamically displaying images in flash. Came up with nothing. Maybe I'm a bad googler but.....
anyhow below is my simple PHP that shows an image when looked at in browser. I've tried several ways to display it in flash. It works nice if I just place the server location of my actual pic in a "loader Component", But I need it PHP-Dynamic.
~thanks for any help
<?php
session_start();
?>
<html>
<body>
<img src="user_files/thumbnail1/<?php echo $_SESSION['thumb_1'];?>"/>
</body>
</html>
Maybe someone could show me a function in flash that will display the pics using "for loop" from php database, thanks
View Replies !
View Related
Displaying Metadata From Images In Flash
I am creating a photojournalism portfolio in flash MX, and need to display caption info. Before I manually add a text field on every frame for each picture, is it possible to write a script that can access the images meta date (file info in photoshop) and load the embedded caption into my flash movie? This could save me SO much time I might cry. Many thanks.
View Replies !
View Related
Images- Dynamic Loading/Displaying
I'm trying to create something that will load a bunch of images into an array and then be displayed whenever needed via using the attachMovie() function.
Code:
for (var i=1; i<list.length; i++) { //list is an array full of urls to images
_root.createEmptyMovieClip("img"+i,i);
loadMovie(list[i], "_root.img"+i);
}
I dont think this is what I want because I dont acually want the images to appear right here (this is the loading part). What I want is each image to be in a seperate symbol with a unique identifier so that I can create them dynamically during runtime.
I hope you can help me, I havn't worked with flash for about half a year so I've forgotten a lot of things.
Hope you can help, thanks in advance!
View Replies !
View Related
Displaying Images Dynamically In Flash
hi,
i'm new to this flash php/mysql integration, and i've managed to retrieve data from the database using php and displaying it in flash, but i can't manage the displaying of images.
As far as i know you just retrieve the images location from the database and then set it to a variable like you do the text, and then use loadmovie to display it in flash. But that doesn't seem to work.
i've even gone as far as trying this:
loadMovieNum ("chat.gif", 0);
but it didn't work either...nothing appears in the flash when i view it through the browser.
Any help would be greatly appreciated...i've been working on this for three days now..and i'm going quite mad!!
Thanks,
View Replies !
View Related
Xml Images Not Displaying When Viewed On Server
I'm loading several images via an xml file. When viewing the swf locally (Flash preview or embedded in html in a browser) everything displays perfectly.
However, once uploaded to any server (I've tried several) some of the images don't display. It seems very random, some display, some don't. In one instance the image appears briefly then disappears, so I know it is parsing the xml correctly and the image is getting into Flash, then something is causing it not to display.
Is this some known Flash bug? has anyone experienced this before and have a solution?
View Replies !
View Related
Displaying Images In Center Of User's Screen
Hello all,
I'm new to these forums and fairly new to Flash. I've learned quite a bit just from lurking here, and find that some of you experts are down-right heroic in the help you give newbies like me. So here I am with a question which I believe may be simple to answer for some of you.
I've been creating a simple portfolio for my freelance illustration business. So far I have an image scroller with a series of thumbnails which will eventually be used to display the larger version of each piece of work, which is where I need help.
I'm trying to achieve the following format/effect: When a user clicks the thumbnail in the image scroller, I would like the large version to "pop-up" in its own window in the center of the user's screen. As the "pop-up" of the larger version is displayed, the main movie behind dims down but is still visible. For a good example of what I mean, check out http://www.aeiko.net and go to the 'artwork' section.
Can anyone point me in the right direction to achieve this? I'm guessing it's simple, but I really am a true newbie.
Thanks in advance if anyone can at least give point me to a tutorial.
View Replies !
View Related
|