Flash :: Images On Its Site Half Grey
Feb 25, 2011
I have a website [url]... which has dynamic flash images, the images have the same info in photoshop. However, some of them load as half grey. 1'st page, gallery image 4 and contact page.
View 2 Replies
Similar Posts:
Jan 14, 2011
have a template which shows 12 bitmap and 12 symbols all the images are in place but when i preview the swf it only has half the images in the sequence?for exapmle it shows images 1,2, 4,5 7,9,11 they come in and go out in the sequences then loops again but misses out 3 6 10 12 ?? how can i get theses to show in the project.
View 4 Replies
Feb 18, 2009
So I can create a circle and an oval using trig in flash. But what if I want to create an oval with rounder points? I'm using this code for circles and ovals:[code]Could anyone help me in editing the code so i can control the tips of the oval and make them rounder?
View 9 Replies
Jun 18, 2006
I have a movieclip with an image fading in and out (using an actionscript tween class set to yoyo). This movieclip is loaded into a dummy movieclip when a button is pressed. The first time you click the button the fading movieclip plays as it should, fading in and out continuously. However, the second or subsequent times the button is clicked the fading movieclip goes crazy, half fading in/out and half jumping from one alpha value to another.
View 7 Replies
Aug 13, 2009
Building a flash website in CS3. I've made every button the exact same way, draw a rectangle, convert to symbol, type as either button or movie clip (doesn't seem to matter and I'm not using rollover stuff), alpha 0% and stick it on its own layer above everything else.Action scrip is as follows:
main1.addEventListener(MouseEvent.CLICK, gotoMain);
main2.addEventListener(MouseEvent.CLICK, gotoMain);
function gotoMain(event:MouseEvent):void
{
gotoAndPlay(1);
}
that's with 2 buttons for main. I have the exact same code multiple times for many different buttons. It works everywhere except the last two buttons on my page will work the first time you click them from the main page, but then don't work after that until you click on the main page again. Then it works.These two:
babout3.addEventListener(MouseEvent.CLICK, gotoAboutb1);
bcontact3.addEventListener(MouseEvent.CLICK, gotoBcontact1);
the function is described on an earlier action keyframe:
bcontact1.addEventListener(MouseEvent.CLICK, gotoBcontact1);
function gotoBcontact1(event:MouseEvent):void[code]...
Of course I've tried just having one button do this and copy/pasting the button on different areas of the movie, but nothing I've done fixes. I've even gone through and deleted every button and AS and redone it. I've put every button on its own layer (shouldn't matter but I'm trying everything I can think of).if there is an easier way of using AS to navigate a flash movie let me know. The other options I've seen seem a bit too complex at the moment.
View 1 Replies
Feb 8, 2005
The first half of the tween doesn't work but the second half does. It only does this when I add the code link._visible = 0;. This is to make the alpha completly disappear.
View 1 Replies
May 8, 2006
I am getting there, but can't seem to get the zoom out working properly or the way they zoom in nicey as well.I have posted the .flas (mx 2004 & 8) below:[URL]If any one could have a look at it and maybe tell me whats wrong and how I would get the effect like the website above.
View 14 Replies
Jan 10, 2011
i would like to know if it is possible to have a letter that is made up of multiple colors. for example above you will see a hebrew letter. the DOT underneath it is actually part of the letter, but it is a different color.is it possible to have this same functionality in flash? what i would need to do is upload an XML file with all the words, and i would need all the dots below the letters to be a different color
View 2 Replies
Mar 31, 2012
I'm using Flash Pro 8, and this is my scene right now: For some reason, I can't put anything over the door.I can't draw on it or anything. I can draw on anything else in the room.
View 2 Replies
Nov 17, 2011
[url]...
I received a Flash project from an outside source. In it I found that some library items had these grey, dashed guide lines. It seems like they are used for assigning resize boundaries or something. Anyways, i can't reproduce them in my own library elements nor can I find any information on them.
View 1 Replies
Jan 12, 2007
Basically I have a photography site that I update regularly with client images and new information, but me and flash doesn't exactly get on! I bought a flash template and have spent about a month fiddling about and slowly learning how flash works, and my knowledge of flash (non-existant) has shot up dramatically, but there are still things that baffle me. Is there any way of having an area on the page which looks at an XML for the information - text in some cases and photographs in another? How to layout the xml.
View 4 Replies
Feb 28, 2010
how to fix that gray dotted border around my flash movie? I would really like to get rid of it, but I don't now where, inside Flash or DW?
View 2 Replies
Mar 6, 2012
I'm new to programming AS 3 and Im trying to create just a simple puzzle game for learningI am trying to make it so when someone selects a puzzle piece, it becomes selected with a box around it that is dynamically created depending on clip size. I tried adding the clip that was created to be a child of the movie clip that is selected, when I went to drag it though it selected the shadow box instead.
View 3 Replies
Oct 23, 2006
In it are about 20 thumbnails that, when clicked, open up into large ~750x600 images. The images contain some text on them. In Flash itself, the images open up properly and look great. But when the site is placed on the web (and the html code below is used), the images are resized to smaller, poorer quality and the text (on the images) is practically unreadable. I have tried the images as jpegs and pngs - both look crappy on the web.
I use the following html code to make the site fit peoples' various browser window sizes. This is what is causing my problem, because when I don't use this html code the images look fine. But, I NEED to use this code in order for the site to fit various browser windows.
HTML Code:
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"
WIDTH="100%" HEIGHT="100%" id="index.swf">
[Code]....
So how can I make my site fit the browser window WITHOUT ruining my images in the process? How can I 1) keep the image sizes constant, or 2) let the images resize along with the rest of the site, but keep them in good quality?
View 1 Replies
Sep 16, 2007
Heres a direct link to the swf. (Flash Player 9 Req) [URL] Note that it loads random images to the right.
Now, when I embed this same swf into the actual site: [URL]
I don't understand
I've taken out the new javascript embed code, just to make sure that wasn't messing things around, but to no avail.
[Code].....
If I hard code the php file with the values listed above, everything works perfectly. But I'm using a php script that checks the directory for images, then provides that output.
View 9 Replies
Nov 30, 2010
I'm trying to make a modal pop up in my Flash application, not unlike the ASP.NET version seen here. I've already got the dialog box made, but I'm trying to add a semi-transparent gray rectangle over everything behind the pop-up, again like the one used in ASP.NET. Is there a way to do this in ActionScript? It needs to be semi-transparent, not fully, so you can still partially see what's behind it. I'm assuming you could apply this property to a Shape class somehow.
View 3 Replies
Mar 5, 2005
how make my buttons load text or images into a set area on a flash site.
View 3 Replies
Oct 29, 2010
i am working on an intro for a friend of mine and it includes a lot of individual photos. the preloader takes forever but i can figure out how to only load half of the movie instead of the entire thing before it plays. here's the code i have for the preloader itself:
Code:
onClipEvent (enterFrame) {
loading = _parent.getBytesLoaded();
[code]...
here's a link to the current test page so you can see the entire intro and how long it takes now with that code to load. i just want it to load part of the file instead of waiting for all of it.[URL]
View 1 Replies
Mar 16, 2011
My swf has a black coloured stage.
But when I open the html page in which the swf is embedded, as a full-screen pop-up window, using javascript, the stage colour of the swf is always grey - not the black I set. This happens with whatever colour I set as the stage colour.
View 1 Replies
Dec 2, 2011
look @ the source for this page [URL] It works great in all Webkit/Mozilla browers but in IE 9 we can only see the top half of the swf and in IE 8 it doesnt load @ all. I searched all the other threads and nothing seems to work
View 1 Replies
Jan 6, 2010
Code:
//p is movieClip
var p:pic = new pic;
var bmpData:BitmapData = new BitmapData(p.width, p.height);
[Code].....
when I compile, flash draws only half of the width of my picture, can any 1 tell me why? my fla file is bigger than 500KB so I can't attach ;(
View 7 Replies
Jan 29, 2010
A strange issue in Safari (both Mac and PC) versions... coming to the site with a clean cache and the Flash file, loads in cut in half, and hugging the top of the browser. A refresh fixes the issue!
View 2 Replies
Apr 7, 2005
How to accomplish the images menu when the site loads?
View 2 Replies
Oct 17, 2011
We have a flash game being developed in actionscript 3 and it runs much more slowly on our remote server.The game specs:-8 different movie clips, all 1 frame static png files from 10x10 to 100x100anywhere from 10 to 60 instancesof those MCs on screen at any given timeevent loop is run from a flash Timer at 25msall interaction is via the keyboardThe strange thing is, we publish the swf file and run it locally and everything is fast.We copy the swf to a remote server and everything runs much more slowly. The music plays at normal speed, but the movieclips all move around the screen at about half speed.
Why would the file run differently when fetched from a remote server? Isn't the swf always being run locally anyway? Also, we ran it locally and remotely with the task manager running and it does not seem to consume much CPU or memory.EDIT: Ok, this is really weird. I added a framecounter textfield to the game. It reports the number of ms since the last timer tick. It consistently reports 50ms. My timer is clearly set to 25. This explains the half speed, but what explains this? I also added a check on the timer.Interval property to see if it had changed and it hasn't; it's still set to 25 while the game is running.ode to use ENTER_FRAME instead of timer, and it works. I get the full 40fps, give or take a few %. Still not sure what's wrong with the timer though; if it was being delayed by the time spent in my loop it would fluctuate, but it doesn't. It's 50ms every time no matter how much is going on.Here's the code I'm using(more or less):
t = new Timer(25);
t.addEventListener(TimerEvent.TIMER, timerTick);
t.start();
[code]....
View 2 Replies
Mar 5, 2007
I have some sound on a button and want it to be about half as loud as it actually is, do I need to edit it in a SoundEdit program? Or can I just make it play half as loud from within Flash?
View 1 Replies
Sep 8, 2008
I've tried to incorporate Flash seamlessly into a website and the results are pretty clean, but when people actually click a button on the SWF, a grey dotted line appears around the sides of the Flash.This is in Firefox 3 only, but that's what the client uses.
View 7 Replies
Jan 13, 2010
[URL]I need some easy tuts on this, there are a few on here but which are good tuts?I know some items are fluid, and centered, but how do i do full browser scalable images with menu on top or below?
View 8 Replies
Aug 30, 2010
I just uploaded my exported swf to the site for the first time and it's running the movie but, either not reading the xml file or reading the xml and not loading the images.
View 1 Replies
Oct 3, 2005
But the problem is, the users are allowed to upload images in the site, for which a a swf will be played with random animation ( or the animation they selectPlease find below the operations that has to be doneEg. The member is allowed to upload the images and they can also select the list of animations from a dropdown list. when they click "next", they will see the image uploaded with the selected animation. In the next page, they can download the same as a screensaverPlease let me know, whether any tool is available to convert the SWF to screensaver dynamicaaly in a web itself. I knew that there are lot of tools available to convert the swf file to screensaver. But that all will work offline as a desktop application for which we need to give the swf as input. But in my case, everything has to be done dynamically
View 1 Replies
Aug 30, 2009
I have a simple test site to test scaling images proportionally.[code]The site is full browser with 3 MovieClips - header_mc, body_mc and footer_mc.header_mc is the strip across the top. body_mc is the middle section, which contains a image that is a MC, img_mc. footer_mc is the bottom strip.When the browser resizes, header_mc and footer_mc stay the same height, but the height of body_mc will change and footer_mc sticks to it's bottom.When the window resizes I want the image to resize proportionally - that's where I'm stuck.How can I resize the image to keep it's proportion.
View 3 Replies