Archive

Posts Tagged ‘flash fix’

Flash Fix – 5 Minutes

November 3rd, 2011 Comments off

I’ve attached the project. If you open SWF file – click on Power – then Lesson 1 – then go forward to lesson 1.2. You will see the sentence on that page –

The skirt has a bit of a (flair, flare) at the hemline.

Right now, if you click on “flair” it turns red. “flare” turns green. I need that reversed for that sentence only. “flair” needs to turn green when clicked on. “flare” needs to turn red when clicked on.

I’ve attached the fla and swf file for reference.

This should take someone 5 minutes, so don’t give me any crazy bids, please. This is an easy 10 rating for someone.

I will place the money in escrow and release once I see the final working product. I have over 70 perfect ratings, so this shouldn’t be an issue.

Thanks!

Categories: Fix, Flash Tags: , , , , , ,

Small Flash Fix For Menu

October 11th, 2011 Comments off

I have a .fla file for a website theme I purchased and I need to remove their animated logo and replace it with my image logo.

Here is the URL for the existing website with the theme we need changed.

http://affiliatesalesllc.com/index.html

The part that says NSX.GQ (and tagline) needs to be replaced by an image file which is my logo.

I need this done quickly. It should be a very easy job for anyone with Flash experience. I will deliver the .fla files and logo upon awarding the contract.

Bill McRea

Categories: Fix, Flash, Logo Design, Menu Tags: , , , , , ,

Flash Fix

January 18th, 2010 Comments off

I have some Flash that is off centered and does not display correctly.
Locally it seems to appear fine but after posting to the server it seems
to be off centered.

See strongholdmp.com/flash I need this aligned so the text appears correctly. I have the .FLA file.

Thanks and happy bidding!

Categories: Flash Tags: , ,

Flash Fix

October 22nd, 2009 Comments off

Need someone to fix flash actionscript. Page doesn’t scroll correctly in flash and needs a modification. This is simple fixing
one (1) piece of a flash movie. Everything else works.
Should be easy.

Categories: Flash Tags: , , ,

Small Flash Fix

September 30th, 2009 Comments off

I need a small problem with a Flash header fixed. The SWF is attached.
As you can see, there is a blank area in the beginning, and the thin black frame is not uniform.
My Flash-Fu is kind of weak, and I don’t have time to fight with this anymore, but should be simple for an experienced Flash developer.

Categories: Flash Tags: , , , ,

Quick Flash Fix

August 27th, 2009 Comments off

I have a FLASH image flip view sometimes referred to as an Itunes Coverflow display. However, the images when loading on the first screen of the coverflow are not in their proper placements and overlap each other. I need this to be fixed. It should be a quick and painless task. I will send more details once I have chosen the programmer for this project.

Thank you!

Categories: Flash Tags: , , , ,

Flash Fix

August 3rd, 2009 Comments off

Can someone come forward to fix my flash AS2 code? I’ve been looking for a fix since weeks but this time I have a strict deadline with my client.

Need someone that can work with me for the next 6 hours. I’ll explain the code structure so it’ll be easy for you to identify.

Skype availability with headphones to speak with me is nice.

I’ll chose a programmer in 1 hour.

Thanks

Categories: Flash Tags: , ,

Quick Flash Fix

June 24th, 2009 Comments off

I need to make the video in this flash header loop. Please see attached files for the project.

Categories: Flash Tags: , , , ,

Flash Fix

June 20th, 2009 Comments off

I have a flash file that produces quirky movement between image transitions in Firefox but not IE and only on my server not on my home computer.

The bug occurs in the cms but also outside of the cms with a ordinary html file.

The quirky transition movement appears after the browser cache has been cleared and eventually clears itself up.

The flash file and template are being used in a cms templating system (based on Perl) here:
http://globalwalk.ca/test5/index.shtml.

The flash file tested in a html file outside of the templating system here:
http://globalwalk.ca/test5/example/index.html

The cms system developer site is located here:
http://globalmoxie.com/projects/bigmedium/index.shtml.

1. I need this bug fixed in a cross browser compatible fashion.

2. Can you take the same flash gallery and resize it for me in a 500×700 vertically orientated file after the bug issue is fixed.
(I will provide the original files including the fla file…)

3. The bottom right icons for facebook, youtube, etc are supposed to mouseover but don’t work in the cms system due to a javascript conflict (I think…).
I need the mouseover effect removed (because I’m tired of trying to fix it) and the icons working as ordinary links using the gifs already supplied.
Please use the colored gifs not the monochrome gifs. The working mouseover can be seen at:
http://globalwalk.ca/test5/example/index.html.

Cheers,
Terry

Super Easy Flash Fix

March 24th, 2009 No comments

I’m a dolt and I can’t figure out why my flash button won’t work in a banner I created. I need someone to enable to buttons and explain what I did wrong. I swear I tested it before and I swear it was working. Yeesh.

See the flash banner on the homepage at truthconcepts.com

I’ll send the flash source files to the chosen programmer.

Flash Fix

March 16th, 2009 No comments

when i use/embedd the swf to any site other than swf location i see:

Error #2044: Unhandled ioError:. text=Error #2032: Stream Error. URL: http://mydomain/imagetr.php
at sign_fla::MainTimeline/frame1()

the actionscript code is:

import flash.net.URLRequest;
import flash.net.sendToURL;
import flash.net.navigateToURL;
import flash.net.*;
import flash.events.Event;

//——————————————————————-
var url:String = “imagetr.php”;
var reqURL:URLRequest = new URLRequest(url);
var loader:URLLoader = new URLLoader(reqURL);
loader.addEventListener(Event.COMPLETE, handleComplete);
loader.dataFormat = URLLoaderDataFormat.VARIABLES;

function handleComplete( event:Event):void
{

var loader:URLLoader = URLLoader(event.target);

var display:Number = new Number(loader.data["display"]);
var banner:String = new String(loader.data["banner"]);

if(display==1)
{
var request:URLRequest = new URLRequest(banner);
flash.net.sendToURL(request);
}

}

========
i have some other codes which work so i will to see for compare

Bear