Flash :: Movie Not Showing Thumbnail String
Nov 17, 2009
I have redesigned my site from a flashmo template and all is fine except for my thumbnail string not loading/showing in any browsers or even in my dreamweaver & flash previews.
my site is [url]... if you press on the 'decor' button you'll see the place where the thumbnails should be coming up and loading - but all it shows is a permanent loading sign on the first thumbnail and nothing else.
View 14 Replies
Similar Posts:
Aug 12, 2009
I'm a self learning flash programer. Currently having trouble on a xml photo album for a friend's website. The rest of the site is working like a charm, except for a few glitches here and there. My real problem is that i can't put the thumbs on the stage. I'm using this code to do it.
[Code]....
View 7 Replies
Jul 31, 2006
I am building a Flash file that has two thumbnail scrollers, and I'm having difficulty with it. The basic way it's supposed to work is like this. I have a t-shirt, and want to put a graphic on the t-shirt. The t-shirt is already loaded with no problem. I load the thumbnail script so I can pick from available graphics to place on the t-shirt. Fine so far. Now I want to show the back of the t-shirt, and select a different image for the back.
I've tried this two different ways:
1) Have them in different layers of the same frame, so that I can hide the inactive layer without erasing the info for that layer. The problem with this is that it seems something in the second instance of the thumbnail script is overriding the ability of the first instance to work properly. As you'll see here, the thumbnails load fine either way, but you can only change the picture if you hit "flip product": [URL]
or
2) Have the front and back in different frames. This seems to work better, but now it refreshes the initial image every time it flips between the frames rather than keeping the image that had been chosen: [URL].
So basically I'm curious how I can either
1) Keep the second instance from interfering with the first if in the same frame; or
2) Disable the refreshing of the initial image.
View 2 Replies
Nov 24, 2009
Basically I'm trying to output the contents of an XML document into a dynamic text field (as loaded - not just its node values and content - the entire thing - into a variable called _root.log). The text field is set to show the variable value of _root.log.This is the actionscript...
PHP Code:
var newProfileXML:XML= new XML("<contacts result='true'><contact name='John Doe'/><contact name='Jane Doe'/></contacts>");
[code].....
View 2 Replies
Jan 11, 2009
I'm trying to create a video gallery that has thumbnails. But I want the thumbs to be the first frame of the video. Is there any way to extract the first (or any other) frame and display it as bitmap data without having to download the entire .flv file?
View 4 Replies
Sep 2, 2011
This is my code [code]Basically what I'm doing is creating a string with a flash object and embedding into a new window. Now this works perfectly with IE9 and Firefox but for Chrome and Safari I have to resize the new window and then the flash object appears.
View 1 Replies
Mar 6, 2004
1) how do you open a new window if you have thumbnail pictures in the flash movie but want the full pic to open up in a new window? Is this Javascript inside flash?[url]...
View 1 Replies
Mar 31, 2011
I have a flash movie on a login page that shows up fine in every browser apart from IE8 (surprise surprise!), where I just see a red cross in a square. You can see what I mean if you look at the page in IE:
[URL]
Here is the relevant code:
<object type="application/x-shockwave-flash" data="mixup.swf" width="800" height="445">
<param name="wmode" value="transparent">
</object>
The movie was created in Flash 10 with ActionScript 3.
View 2 Replies
Mar 31, 2011
I have a flash movie on a login page that shows up fine in every browser apart from IE8 (surprise surprise!), where I just see a red cross in a square. You can see what I mean if you look at the page in IE:
[URL]
Here is the relevant code:
The movie was created in Flash 10 with ActionScript 3. why it is isn't working in IE?
View 11 Replies
Dec 3, 2009
I have a page.php with a flash banner embeded. banner.swf loads, but displays nothing because it is not getting its data from data.xml which is in flash/lighter/data.xmlIt only works if the banner.swf and data.xml and the banner_images are all in the root directory. That's not possible and totally unacceptable. So I did get some info here about setting a parameter like this :: :: which is exactly where the data.xml file resides. I figured that had to be the solution. Still no data gets loaded.... unless I have the data.xml, banner.swf, banner_images, all in the root directory where page.php which contains the object code resides. How can I make this seemingly easy thing work
View 1 Replies
Jul 21, 2010
I am trying to built a page where the user can upload their image, and image appear in a flash movie.
View 1 Replies
Aug 16, 2011
Cannot get movie to play page from link - below is code used (same code used for other pages from front page and works - this code is for page 5 which links directly from page 3 (not front page)
on (rollOver) {
if (_root.link != 5) {
gotoAndPlay("p1");
[Code].....
View 1 Replies
Sep 14, 2010
I have an object which needs to be added to an array, but when it is, it doesn't show the string inside. However, when I alert the exact same object, I get the result I'm looking for.
Here's my code.
newArray.push(obj.responseData.results[i].phoneNumbers[0].number);
alertMe(obj.responseData.results[i].phoneNumbers[0].number);
The first line shows nothing in that location in the array, and the second pops up a phone number, just like I'm after.
View 1 Replies
Mar 23, 2012
I'm working on an educational Flash animation. In one scene I have 4 buttons which need to show different movieclips. I have created all 4 movie clips and inserted into one layer in 4 frames, one after another one. I also gave the frames specific names. Then the buttons are all in one frame with a name so I could call it when we're on "rollout" mode. Now, when I go over the first button it shows its movieclip perfectly but the second one show two, overlapping, with the previous frame! I did also deleted the previous movie clip but still get the same error!!!
Here is the code that I use:
on (rollOver) {
gotoAndPlay("lobes", "think");
} on (rollOut) {
gotoAndPlay("lobes", "lobes-button");
stop();
}
lobes is the name of the scene, think is the name of the frame which has the movie clip and "lobes-button" is the name of the frame which has all the buttons without any movie clips.
View 5 Replies
Aug 16, 2010
I'm not even sure what you call it. When you go to some of the major web sites and big flash movie with option to shorten it is displayed. I've search the web for this and maybe i not calling it right.
What is the name of this flash movie called when you come to site and big flash movie comes up and pushes everything down? It has a option to reduce size by clicking button.
Anybody know where you can find this tutorial?
View 3 Replies
Nov 28, 2007
I have made a image-viewer. I've this AS for the viewer:
Code:
import mx.transitions.Tween;
import mx.transitions.easing.*;
function loadXML(loaded) {[code].....
Now i would like to make a loop for the thumbnails so they don't have a beginning or end(Now when i scroll to the right the thumbnails stop at the last thumbnail, i want it to begin at the first thumb again).I'm also trying to make that the middle thumbnail represents the photo in target_mc.
View 1 Replies
Jul 10, 2007
I am making a gallery, which you can view here:[URL]ok, firstly, when you click a thumbnail, you cannot scroll them until you roll off the click thumbnail, and I'm not sure why. is it just a movieclip thing? or can I put some code in to re-get focus of something? ok, now for the two general questions:
1. When you roll over the thumbs, they go up, sometimes they flick back down though, even though you are rolled over them still. is this just because they are moving?
2. Does anyone know why when I add this:
[Code]...
View 1 Replies
Jan 16, 2009
I'm using a template provided by the kind folks at [URL]. I have done a lot of changes to the template (and I still have more cosmetic ones to go) but I like the way it is set up.
I have a portfolio page where I would like to display videos. The page is currently set up to show images and their descriptions with the click of a thumbnail. I would like it to show movies and their description with the click of the thumbnail.
I created the flash video player, I have not gone into the xml playlist though. Is there a way instead to have user trigger the movies to play in the video player with the click of a thumbnail?
Also, when users click another thumbnail ( to see another movie) or exit this page entirely to go to another flash page on my website, is there a command so the movie will stop playing when they do something else?
Here's my link if you want to see what I'm talking about: [URL] (Click on the "Wedding Portfolio" Tab to go to the page I'm working on)
I'm also attaching my fla file if that helps! (Whoops, it's too big to upload to the forum -- 3.5meg) You might be able to download it at this link: [URL]
View 12 Replies
Oct 11, 2009
Im trying to create via xml and a for() loop a thumbnails wiewer and each thumbnail have a simple onrelease function.....but my probleme is that my 'container' movieClip and 'BT' movieClip dont show when I export the movie...also when i trace()them the output is empty. maybe is because they are inside x.onLoad(xml){} function ? At the end of the script you can remove // before the trace() function for ckecking in the output panel. here is my code:
xml file: TumbLoader.xml
<?xml version="1.0" encoding="ISO-8859-1"?><slideshow><photos thumbnail="thumbnail/1.jpg" /><photos thumbnail="thumbnail/2.jpg" /><photos thumbnail="thumbnail/3.jpg" /><photos[code]...
View 8 Replies
Dec 4, 2006
Whenever I open a new movieclip in Flash, the stage size is distorted (should be a 600 x 450). It should be a rectangle and be placed in the middle of the screen. Instead, when I open a new movie clip, the stage is placed all the way to the left of the screen and I only have pasteboard on the right hand side. Because of this, I can't see the entire stage
View 4 Replies
Mar 6, 2004
1) how do you open a new window if you have thumbnail pics in the flash movie but want the full pic to open up in a new window? Is this Javascript inside flash?
2) How do they do the menu bar here at this site:[URL]
View 1 Replies
Aug 14, 2009
I have a problem with one of my swf files, for some reason is showing up blank. This is the url: [URL]
View 2 Replies
Nov 30, 2009
I can't figure out why my font (type) hasn't been showing up in my Test Movie. I tried it first along with my first scene, and it didn't work. I put the type in a second scene (now 74, don't ask) within the same file, and it still doesn't show up. I'm using a mask to make the type appear and I know from tutorials, I have it going in the correct position to reveal the type. It's clearly not showing up. Even in Test Scene, it's not showing up. I've exhausted all my experience (which isn't saying much) to try
View 3 Replies
Apr 16, 2010
I am trying to make a logo appear permanently at the bottom left corner of my flash movie, but it is not displaying at all, can anyone help me with this (see attached file- dewslider_ori is being called by fla's swf[not incl.] ) --Flash CS4 As2.0--
View 4 Replies
Oct 18, 2011
I import one MP3 format video in a flash template by going to File>Import Video and follow the steps as desired and after finishing it shows correctly. The problem is when I upload the same to the server it did not show at all.
View 4 Replies
Jun 14, 2011
I import Jpeg or any other images into flash , and I can click on it in the library and see the image, but when I bring it onto the movie scene, I just see the squares and the image is faded, it seems like it has brought the opacity of the image all the way down to zero , no matter what image type I save I get the same result, PNG, BitMap, GIF , is there anything I gotta do in preferences ?
View 1 Replies
Jul 28, 2010
I have 3 movie clips (Header_mc, Logo_mc, Introduction_mc) which all comes animating on stage at one time. Which looks all mess. What I would like is.
1)Logo.mc (Instance Name:Logo) comes on stage first after 5 Seconds
2)Header_mc (Instance Name:Header) should come second ater 5 Seconds
3)Introduction_mc (Instance Name: Introduction) should come at last
and I would like to do it all by using Actionscript 3.0 instead using Timeline in movieclip itself.
View 6 Replies
Oct 26, 2006
How do i make a player with a bar (showing where you are in the movie)?[url]...
View 2 Replies
Jan 25, 2007
i was wondering could somebody tell me what code would i use to hide a movie clip?
mcYouWin.visible = "false";
didn't work, but that was just a guess at the code lol.
Could anybody tell me what the code is to hide and show a movieclip with the name "mcYouWin"
View 6 Replies
May 24, 2007
I'm trying to display an image in a movie clip where the location of the image is derived from an xml document. I'm creating a menu from XML nodes and when the user selects that menu item a separate movie clip is updated with the XML information which corresponds to the menu items nodevalue. In my xml i have an image location defined and I want this to happen... when the user selects the menu item the node value for the image location dynamically loads the image into the movie clip.
View 1 Replies