Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash








A Lil Advice Or Expertise Please


I am working on a flash mx training certification program. Where the user is going to watch videos and listen to audio then take a test and depending on score print a certificate. The deal is the file size is huge with all the video, images and audio. (average around 7-8mb). Do any of you have an idea of a good streaming video server technology? I wanna compress file size so the user will not have to sit thru lengthy preloads.

Any Ideas?




KirupaForum > Flash > Flash 8 (and earlier) > Flash MX
Posted on: 01-20-2003, 11:23 AM


View Complete Forum Thread with Replies

Sponsored Links:

In Need Of Your Expertise
Hey there,

I'm very new to Actionscripting and I was wondering if any can help me. I want to open a separate popupwindow from a flash file. I already have a blank button but that doesn't control the opening.

Below is an example,
pop up window funtion - click on image (invisible button) sets a _root variable. You can't put the javascript code directly on the invis button as it isn't on the root level and wont execute the OpenURL script. The main code (probably on a clear MC in the main timeline) which onEnter Frame, checks for variables and runs the openURL script - This contains a bit if javascript that sets
attributes like width height etc of the window.

Is this correct?

View Replies !    View Related
Need Your Expertise
Hi everyone....

I've got a script that cycles through some letters, and then makes out a work from a variable....

I've got 2 problems....

1) I would like to have the script to cycle with 2 words that are in ex:
var1 = word1
var2 = another word

as it works now it only supports one one cycle, as I said, i should support 2 words... After the first word is done cycling through there should go X seconds, and then it starts cycling through again until word2 appears....


2)
There ins't same same distance between letters, which i dont understand because of this line of code im using:
_parent["let"+x]._x += x*8.2;

------------------------------------------------------------------------

Anyway, the whole code is:

onClipEvent (load) {
if (_name == "main") {
//Set the word
name = "Butiksassistenter";

for (x=0; x<name.length; ++x) {
this.duplicateMovieClip("let"+x, x);
_parent["let"+x]._x += x*8.2;
_parent["let"+x].endLetter = name.charAt(x);
}

//Letters that is's going to cycle through
_root.alphabet = "BbpuatrifkusmaesksoinPsstuelnetnetrer";
_alpha = 0;
} else {
cycle = true;
}
}
onClipEvent (enterFrame) {
if (cycle) {
if (this.letter == endLetter) {
++_root.count;
cycle = false;
} else {
this.letter = _root.alphabet.charAt(random(_root.alphabet.length ));
}
}
}

View Replies !    View Related
Oldnewbie....I Need Your Expertise....please Help
I've created this menu:

menu


It has a stop() on frame 1, so right click and hit play to be able to see it.

Notice how when you click any of the buttons, the clicked picture moves to the left, but when it goes all the way around, the picture is there again, and it's not suppose to appear again until you click another button. Help please!!

the fla is here

menu.fla

I'm going crazy I've tried different things and nothing works...thanks in advance

View Replies !    View Related
New To Flash Looking For Some Expertise.
I am trying ot help a friend's band with a webpage and was wondering if anyone could give me a link to an example menu similar to http://www.c2media.com/flash/
or if no one knows where an example is someone could give me some pointers.

Thank you so much

View Replies !    View Related
Need Your Guys Expertise
my website http://jim.xeria.net/ is being made for my Senior Exit Project (Big Project we have to do inorder to Graduate High School and well I have 2 problems....

1 I was wondering if you guys could help me make a preloader for my site or instruct me how so it all loads at once...

and 2 when i load the site theres a constant blinking in the background and I need it to be smooth is there any ideas on how to fix it?

Thanks

Jim

View Replies !    View Related
Need Your Guys Expertise
my website http://jim.xeria.net/ is being made for my Senior Exit Project (Big Project we have to do inorder to Graduate High School and well I have 2 problems....

1 I was wondering if you guys could help me make a preloader for my site or instruct me how so it all loads at once...

and 2 when i load the site theres a constant blinking in the background and I need it to be smooth is there any ideas on how to fix it?

Thanks

Jim

View Replies !    View Related
Preloader < Works But Needs Expertise>
I used a tutorial article on preloaders that is on this web site:
http://www.flashkit.com/tutorials/Ac...89/index.shtml

It works but the progress bar becomes visible only after 45% of the content has been downloaded. Why?
I want the progress bar to be visible the second the end user presses enter on their keyboard. Also, the dynamic text doesn't show any info. the 2 dynamic fields are blank!! Why??
If you want to see it first hand goto http://www.conceptualdesign.net/about.html


Thanks

View Replies !    View Related
Expertise And Input Needed
Hello,

I am designing a washing machine interface for a project at school and I am in way over my head. This is my first project working with AS and I am at a stand still in my quest to have a working interface.

My original design was a carousel that sequence out a user as they would make their selections on the washing machine (Mode> mode selections> Water Level> water level selection, etc.) I don't think it's that important anymore but I've found myself stalling on how to go about incorporating the secondary levels of information. Any help or advice to get to the next level would be appreciated

The dial has 2 invisible buttons located on the top and bottom to advance the carousel

Here's a link to the files if you feel like playing around with them.

http://www.mediafire.com/?ij2on1wykwz



http://www.mediafire.com/file/zjwlzq..._levelmenu.jpg

Thanks in advance

View Replies !    View Related
Help Me XML And Flash Expertise Required
Hello there!

I am wondering if anyone would be so kind to help me out with the following.

I am looking to make a flash movie (130px x 56px) that draws in information from a xml file. This has to work with Flash 5 Plugin.

Take a look at here(PLEASE COPY AND PASTE LINK INTO BROWSER WINDOW, it will not work if you directly click on it):

http://www.geocities.com/freeeky/xml_pic.gif

It shows the layout of what im after.

Here is what it has to do.

1. The text 'SD' has to be a clickable link. The XML file will supply the URL and also specify whether it opens a new browser window, or opens a pop up window with a specified size.

2. The numbers are supplied by the xml and need to be updated every 60 seconds, as the xml file will also be updating constantly.
The colour of the numbers will change when they increase or decrease in value from the last update. So if they go increase they turn Orange and if they get smaller they go a a Blue.
These need to be clickable links, that open either a new browser window or pop up as specified by the XML file.

3. The names on the far right will be specified by the xml file too.
This does not need to be a link, just display the text.


Here is the XML that I have been supplied with (COPY AND PASTE LINK INTO BROWSER):

http://www.geocities.com/freeeky/tester.xml

I think its probably self explanitary. 'dir' means the direction the numbers are moving.

I dont think this would be too tricky to an advanced xml/flash user...but for me its a nightmare!!

If someone could knock up a test fla for me that would be great!

Please help.

Michael

View Replies !    View Related
Flashers Show Your Expertise Here
I M MAKING A FULL FLASH SITE AND well i got the full flash thingie and i have converted everything perfectly into external swf's and bla bla. But when i preview it as i click on the link the swf appears with only text on the same page in which the link is present. The text just apears on the very own page ??
ANY SOLUTION ....

View Replies !    View Related
Need A Little Help Here Please Flash Gamess Expertise
i am making a slider image puzzle games my problem is i read all article about AS in "collision" but nothings works, imagine you have two square (square1,square2) what i want to happen is the square1 must not pass through with the square2 it is like walls to each other ether i can use the drag and drop or the cursor key up, down, right, left...

i know everyone of you already played the puzzle slider games could somebody help me out with my problem please! an FLA.. of yours that i can download can be very helpful on me. even a simple 2 square..

thanks in advance guyz!!!! GOD BLESS

View Replies !    View Related
Wanted: Flash Scripting Expertise
Hi
I am pitching an idea to a company using a Flash player that plays 4 embedded videos. Initially the player allows a user to view each of the videos 3 times. When the 'free plays' have been used up the user is required to go to a website and purchase an unlock code that allows the user to continue viewing the videos. A file is written to the PC that tells the player that the videos are unlocked.

Job spec
-Actionscripts or coding so that a flash movie player logs how many times a video is viewed and then denies permission after 3 viewings.
-Interface with an existing web-based database that supplies a unique unlocking code
-the ablility for the player to write an ini file to a directory to tell the player if the player is unlocked

any pointers in the right direction or offers to do the job are welcome
skybeedoo
skybeedoo@latinmail.com

View Replies !    View Related
Need To Tap So Expertise From You Guys On How To Appoint Variable
Hi


I need help on :

If i got this 2 files one is main.swf ,another is showing.swf

i want showing.swf to link back to main.swf --->frame 400

if it possible?


thanks in advance

View Replies !    View Related
[mx] A Little Problem - Array Expertise Needed
Hi there, I've got a problem to solve... and it needs a bit of array expertise...


Okay, here are my buttons:


Code:
//////// This is an array, a list of the buttons used.
var buttons = [this.button_1, this.button_2, this.button_3, this.button_4, this.button_5, this.button_6, this.button_7, this.button_8, this.button_9, this.button_10];

Each of my buttons has a "slider" graphic, with the absolute length of each slider being set via a variable.

Like this:


Code:
//////// Set reference for the absolute length of each button's "slider".
var length_1 = 214; // slider length for button_1
var length_2 = 205; // slider length for button_2
var length_3 = 237; // and so on...

What I want to know is, when I call for example "this.button_3" out of the array... how do I get it to express it's corresponding "slider" length? In this case it would be "length_3".

For example:


Code:
this.slider.xscaleTo (100*length_#, 0.6, "easeOutBack");
It'd have to be done using the array system, but I can't quite get it right... maybe it needs an array within the array? Or maybe it can be done using the existing "i" value somehow?


Here's the code in full:


Code:
//////// Includes tweening extension.
#include "mc_tween2.as"


//////// Set reference for the absolute length of each button's "slider".
var length_1 = 214; // slider length for button_1
var length_2 = 205; // slider length for button_2
var length_3 = 237; // and so on...
var length_4 = 345;
var length_5 = 239;
var length_6 = 237;
var length_7 = 239;
var length_8 = 298;
var length_9 = 228;
var length_10 = 165;


//////// This is an array, a list of the buttons used.
var buttons = [this.button_1, this.button_2, this.button_3, this.button_4, this.button_5, this.button_6, this.button_7, this.button_8, this.button_9, this.button_10];


//////// Loops on all buttons from the first to the last one...
for (var i=0; i<buttons.length; i++) {


//////// onRollover actions...
buttons[i].onRollOver = function() {
this.title.colorTo (0xcc0000, 0.1, "linear"); // change colour
this.slider.xscaleTo (0, 0.4, "easeOutQuart"); // reduce slider length

mySound=new Sound;
mySound.attachSound("3");
mySound.start()
trace("3");

};


//////// onRollout actions...
buttons[i].onRollout = buttons[i].onReleaseOutside = function() {
this.title.colorTo (0x666666, 0.01, "linear"); // back to original colour
this.slider.xscaleTo (100*length_#, 0.6, "easeOutBack"); // back to original slider length

};


//////// onRelase actions...
buttons[i].onRelease = function() {
this._parent.activateItem (this); // when the mouse clicks... activate it!
trace ("Hey, button "+this+" was clicked.");

};


}


//////// Function that activates a button.
this.activateItem = function(item) {

// Checks if there's an activated item already; if so, deactivates it.
if (this.currentItem != false) this.deActivateItem();

// Activates it, finally
this.currentItem = item;
this.currentItem.alphaTo (50, 1); // reduces opacity to 50
this.currentItem.slider.xscaleTo (0); // locks slider length on 0px
this.currentItem.enabled = false; // disables button, so it won't receive mouse events
};

//////// Function that deactivates the current/previously activated button.
this.deActivateItem = function() {

this.currentItem.enabled = true; // back to a normal button
this.currentItem.alphaTo (100, 0.5); // back to original opacity
this.currentItem.title.colorTo (0x666666, 0.01, "linear"); // back to original colour
this.currentItem.slider.xscaleTo (100*length_#, 0.6, "easeOutBack"); // back to original slider length
this.currentItem = undefined;

};

stop();
Thanks in advance for any help!

View Replies !    View Related
Expertise Needed For A Simple Issue
Hello,

I am trying to get around a customer's firewall issues. They have a local flash sniffer on their intranet and don't want their employees leaving my companies program/their local intranet to obtain a Flash Player.

It appears, however that even if you disable the context menu in flash with Actionscript, the "about Macromedia Flash Player 7" still remains and links to Macromedia.

Also, if you take out the direct links that flash outputs when publishing its HTML in the <object>/<embed> tag does nothing to stop Flash Player from taking a user to Macromedia if the plug-in does not already exisit.

Is there any solutions/hacks/work-a-rounds involving this issue

Thanks,
callard

View Replies !    View Related
[F8] Flash Accordion Menu - Expertise Sought
Hi everyone. I’m new to this so bear with me. I’m hoping someone can help me out here with a flash accordion menu on my site.

http://www.themilitary.co.uk

switch site to Army of Me and you’ll find it on the left. The fla file can be downloaded at:

http://www.themilitary.co.uk/aom/images/aom_nav0.fla

Ok heres the problem – probably familiar to anyone whose dealt with these things before and you can spot it immediately when you use the menu: I need a way to keep the section open on the menu when you click on a subnav option. I have little understanding of actionscript and it took me a while just to get the menu to work and look the way it does (i didnt build it from scratch obviously). But i did build the entire site so i have some knowledge of html. I am guessing i need to pass a variable from each html page to direct the movie to ‘stay open’ at certain points. What this code might look like and where it would go is beyond me at the minute. If someone would be kind enough to download the fla file and give me an idea of what code needs to go in each page i’d be very grateful.

Thanks in advance – Antony

View Replies !    View Related
Flash Accordion Menu - Expertise Sought
Hi everyone. I’m new to this so bear with me. I’m hoping someone can help me out here with a flash accordion menu on my site.

http://www.themilitary.co.uk

switch site to Army of Me and you’ll find it on the left. The fla file can be downloaded at:

http://www.themilitary.co.uk/aom/images/aom_nav0.fla

Ok heres the problem – probably familiar to anyone whose dealt with these things before and you can spot it immediately when you use the menu: I need a way to keep the section open on the menu when you click on a subnav option. I have little understanding of actionscript and it took me a while just to get the menu to work and look the way it does (i didnt build it from scratch obviously). But i did build the entire site so i have some knowledge of html. I am guessing i need to pass a variable from each html page to direct the movie to ‘stay open’ at certain points. What this code might look like and where it would go is beyond me at the minute. If someone would be kind enough to download the fla file and give me an idea of what code needs to go in each page i’d be very grateful.

Thanks in advance – Antony

View Replies !    View Related
I'm Upgrading. Technical Expertise+suggestions Would Be Valuable To My Reseach... :)
Hi! I posted a while ago and have since made more informed decisions what I'm looking for,

My current PC is:

AMD64 3500+ 2.2ghz
1gb RAM
Abit AV8-3rd Eye (Socket 939)
NVIDIA 6800GT 256mb

This PC doesnt seem to be up for the task anymore it crashes all the time using programs like AE/Flash & Photoshop and I would like to upgrade.
After some research I am interested in building a new computer using Intel Core 2 Quad Q6600 2.4GHz (Socket LGA775). This really looks to me the best value for money processor right now.

I want to spend around £500 (1006.85 US$)

For the other components I am VERY loosely considering:

RAM: http://www.komplett.co.uk/k/ki.aspx?sku=321028, (Corsair TWIN2X 6400C4 DDR2, 2048MB CL4) £60~

Motherboard: http://www.komplett.co.uk/k/ki.aspx?sku=329724 (ABIT IN9 32X-MAX WiFi) £130~

Graphics Card: http://www.komplett.co.uk/k/ki.aspx?sku=327560 (Point of View GeForce 8800GTS 640MB) £230~

This is a very rough outline as to what I wish to buy, what do you think? -be critical! I don't want to pay for anything I won't use and this will be my only upgrade for perhaps 3-5years so I must choose and time it very wisely.

With the CPU included at £165~ this should cost me just under £600. Could I get a good enough performance with a cheaper graphics card and motherboard? I believe I can reduce the total price by about £100 this way. Or on another note, should I purchase 8800GTX? Is the performance difference that good? I don't want to buy the most expensive components, but I want a significant increase in performance over my current system and it would be great if the computer can outperform my Xbox 360 console for videogames (by setting this benchmark I can be confident I'll be able to run Crysis, Gears Of War and others), so I am all about the best value for money here and the only component that clearly offers this is the Processor to me

Thanks for any help!
...and I know this post is a little messy I've basically brainstormed everything I wish to achieve

View Replies !    View Related
Some Advice (actually A Lot Of Advice) On Navigating My Web Site
My web Site consists of 1 large flash movie that is being used as a template for the site as a whole. Different 'pages' in the site will consist of the same movie...different colour and content.
ie
Page1 = template/ red/ content A
Page2 = template/ blue/ content B etc etc

My problem is with navigation ( and not knowing enougth about flash )

Choice 1. use traditional hltm with frames. navigation buttons on the left frame call up the a url to load the new flash template.

Problem. Can the call command to load, the url, also navigate to a certain frame within the template?

Choice 2 Make the different pages into different scenes within the same movie.

2A Can the navigation buttons be in a different frame ( web page frame as opposed to a flash frame) and if they can how do I navigate
,or can I navigate as below

Button 1 = load url= www.blah/blah/blah gotoandplay= frame 40

2B the navigation button are in the main movie ( template ) how do I tell it to go to,

button1= go to scene2 frame 30 and play

Lastly!! If I go down the scenes route does flash load the whole movie before it starts playing, this would not be acceptable due to download times, or can it be made to;

1 Load the next scene when it is requested
even better
2 Be made to load the other scenes while the user is looking at the first scene

There will be a large bottle of whiskey ( if your old enougth) for any help that you can give me. Thanks

View Replies !    View Related
A Little Advice Please?
Hi,

I have a couple of very general questions and maybe one or two not so general questions.

I`ve recently downloaded the trial version of Flash 5, and I`m finding it all a bit much for me.
I have zero knowledge of HTML (is this going to be a major problem) Having used a drag and drop webdesign program called Trellix web for the last 3 years.
I understand how to insert HTML scripts into this program to activate certain things like counters and guestbooks etc. but my first question is...

1. Will it be essential for me to learn HTML and how to use a program like WSFTP before I can ever get to upload anything I create in Flash 5.
2. Any suggestions as to where to go for a "complete idiot`s guide to Flash" so i can actually understand the damn thing?
3. Will I be able to use the art programs I have (PSP7 , Adobe 6, Ulead 6 and 7, Cool3d, Animation shop, etc) to design my graphics and then convert them into Flash files that will become animated yet smaller in size for my web pages?
4. Are there any of you fine people out there who have the time to actually help me out as and when I get completely stuck on what I`m trying to do?

Many thanks for your help...and bear in mind that the trial is only 30 days, and I WONT be buying the full version if I cant understand how on earth it works...lol

Phil/Voyager

View Replies !    View Related
Need Some Advice From You
im in a little bit of a bad situation. some of you might have seen my posts from before. ive been learing this type of work for the past 4 years mostly on my own i just turned 20 and im not sure how to handle the work. i got this job with this start up skate company which is what ive always wanted.and basically im doing all the real work. its just me and the boss. its my first real job ive only done work for friends. but the problem is ive only been paid once and its suppose to be a perminent job. and im not sure what i should get as pay. also im working from home and thats no good its like never leaving your job and im a little bit addicted to the work. im not really that concerned with the money i saw it mostly as a learning experience. but for the amount of time ive put into this i should be paid somthing. should i have the guy set up some kind of written agreement or what? also i have all the artwork for the decks for printing so i have some advantage if he tries to screw me i really should just talk to him. but i just wanted to see what real professionals think i deserve.
ive been working since the end of april sorry about this but i have no one else to turn to for help im on my own so.

http://www.nvertsports.com
its not the best site but im working on it

View Replies !    View Related
What Do You Think? ANY ADVICE?
This is my first website using flash...

I was just wonder if it was a little over-kill or not?

http://www.hydrofog.com

lemme know if you have any suggestions... i'm very open to constructive criticism... i appreciate any advice.

Thank you

Ryan

View Replies !    View Related
Need A Little Pro Advice
Im currently workin on a personal flash site just to see how its workin.. but i showed it to a few friends and they say it takes awhile to load. I havent really been Using Flash for that long, and im not that good at at..yet.. but i was wondering if anybody give me some pointers on reducing the file size.. anything.. It's not even that big of a site yet.. and its takin a long time to load.. idunno whats up with it. any advice would be greatly appreciated

http://www.angelfire.com/tx5/imagine0/

View Replies !    View Related
Advice On Png's
hi..

okay does this make any difference to player performance.....

... a png file that is as big as the stage but only holds an eighth of stage of colour infomation the rest of the image is transparent..

or a cropped down image that just holds a small amount of transparent infomation and the rest of the colour infomation..

i have 10 of these that are fading in and out of each other...

will this cause serious player problems when i start to
do other things over the top?

View Replies !    View Related
---Need Advice---
Hey guys,
I've just downloaded the trial version of Flash MX.
Should I uninstall my Flash 5? Or just install MX?
How does it work?

Thanks.
Olga.

View Replies !    View Related
Need Advice
This is question regarding working with layers (I think) and flash 5.

I want to make a frame that has several buttons. when clicking on the button one word appears, when clicking on the another button another word appears.

My problem is that I have several frames and the words are shared among them all, so I don't want to make the appearing words for each frame seperetly.

Is there a way to call the appearing word, without leaving the frame I'm in - so that the image on the frame will stay?

I know it is kind of complicated and I hope I managed to explain what I want.

Thank you vary much.
Efrat.

View Replies !    View Related
Looking For Some Advice
Ok, writing a movie that can display schedules, there are 28 potential classes going on, rooms are numbered 101 through 212, I am bringing in the data for the schedules using loadvar from a text file, works great. here is my problem, if there is nothing in 102, I want 101 and 103 to show up in order, without the blank space where 102 should be. would I be better off making all of the dynamic text boxes and then sending the vars to it, or would it be better if I make the dynamic text boxes dynamic, so they are made on the fly? I think that is the way I want to do it, but I am having problems assigning a var to the dynamic text box in code. I can hard wire the vars on a dynamic text box but not with code, keep getting a ";" expected error. thanks in advance, and remember, I just need to know how I can assign the vars to a dynamic text box with code. or if I am even on the right track.
Thanks
Jeff

View Replies !    View Related
Need A Little Advice Please
Hello everyone,

First I must thank everyone for all there input on this board. It has really helped me out THANX!! =).

Okay now my question...

I put together a preloader for my site. Rather than putting it as a seperate scene, I placed it as a movie clip on the first frame of my main timeline.

I decided not to go the scene route, due to the fact that when I placed it as a seperate scene. Alot of my action scripting I had wrote did not work anymore. I beleive that this was due to a targeting issue. Rather than change all of my page I scrapped the scene all together.

My problem (or maybe its just flash) is that when I test my movie using the bandwidth profiler set to a 56k connection or less there is almost a 7 second delay before my preloader kicks in. You basically just sit there staring at a blank screen. I think this maybe confusing for users when they arrive.

Is there something I can do about this? I don`t want people leaving my site due to the fact that they think it doesn`t work...

thanks in advance..

View Replies !    View Related
Need Some Advice
I am a flash designer. I know very little action script. I want to be able to learn how to create internet apps and things of that sort. Can someone be so kind to recomend a book of my knowledge. Here is what I saw to be the most reasonable one. http://www.linuxcentral.com/catalog/...=JJ8Buw1CT7UA2
also
http://www.linuxcentral.com/catalog/...=JJ8Buw1CT7UA2
also
P.S. I do not know ASP, PHP, Or CGI. I can work with them but not write them.

View Replies !    View Related
I Need Advice
I thought I understood this but I guess I don't. I am working on a practice quiz and want to show a timer while students take the quiz. I have a getTimer on a movie clip on frame 5 and a getTimer on the try again button on frame 7. I am using an array to dynamically load jpegs and to load the questions and answers. Everything works fine except that when I use the try again button to reset the quiz my timer doesn't reset. The quiz has 20 questions. You can use the number keyboard (A = 1, B = 2, C = 3, D = 0)to quickly go to the end of the quiz. Can someone please take a look and give me suggestions. Flash is just a hobby for me so I am no expert. Of course the pics won't load from here.

View Replies !    View Related
Need Advice
I am developing a multimedia soft & Flash-part of it is mine.
Could you suggest me some other features that should be in
the Flash part of this soft
You can find it here
http://www.show-kit.com/preview.php

View Replies !    View Related
Thanks For Help All, But Need More/advice, Please
thats a doughnut for everyone who helped me so fast the other day, thank-you.

But, i have another problem and need some advice. I have a site for a client (musician) that is becomming "very big", actually they are being signed by, Canadian Rockers, Knickleback (still in the works).

I need to have some music on the site, how do i preload a mp3, or should i, or is there a better way, thanks again all.

P.S. If you got a set please check out the site and let me know what you think, good or bad, cheers. ( made with flash, html, javascript )

http://www.themarbleindex.com

View Replies !    View Related
I Need Advice
i need to spruce my sit up a bit..

View Replies !    View Related
Need Some Advice...
hi all!

is it possible to load a movieClip from the library into an empty movieClip on the main scene?

if yes, please tell me what action i should use for that.

thanks a lot

View Replies !    View Related
Any Advice? With My MC
Ok I just finished my first movie clip.... Could someone please download this file and let me know if I did it right? maybe i could of done it differently.....

Any advice is most welcome.

View Replies !    View Related
Any Advice ?
Hi my problem is probably really easy to solve but I can't find information anywhere on how to do it. I want to create a movie where by when you click on one menu option the content moves in and when you click another menu option the old content moves out before the new content moves in. thus creating a very flowing movie. Can anyone help? thankyou !

View Replies !    View Related
Need Advice...
i made a website for a small size company, they are asking for the fla file.. should i give to them the fla.file for free or should i ask for money and how much.. higher than what im charging them for the swf or lower? thanks!

View Replies !    View Related
Need Some Advice/help
Hi! Can you help me please I would like to know how these sites are made http://www.hostrocket.com http://www.dinix.com The presentations are really what I am looking at as I really like them so could some on please help me even if it is to advice me on how the general site is put to gether. thanx but yeh you have to admit there cool sites hey :lol:

View Replies !    View Related
Hmm.. I Really Need Some Advice Please
I am making a site that looks like a 3x5 inch index card on a tablecloth. The tablecloth is a the html background pattern. But I decided that for some of the site sections I want objects to appear that are outside the 3x5 card (such as a pen, or a coffee mug, whatever.)

I could make the flash stage bigger and put some of the background on the flash stage and try to make it align with the html background, that way i would have space to put objects outside the 3x5 card.... BUT i know the backgrounds wont align correctly for all viewers.

So can i just make the stage take up the whole viewing space and not have scroll bars appear for the cloth background, but only when the 3x5 card goes off the screen???

View Replies !    View Related
Advice Me Please
Hello!
I need some help here regarding my little flash development, here the case looks like this:

There are four boxes and one object, there is an interactivity which i completely dont know how to do. What i exactly want to do is when someone drag the object to all of these four boxes, object only go to the correct box where we defined to which one it should go. Lets make it more simple by numbering all of the four boxes and the object have to go inside the third object. So, if the user drag the object into 1st, 2nd and the 4rth object, it shows an error message but if the user drag the object into the 3rd box it shows welcome and move forward as we designed.
I know my english is not good, you people must be getting problems understanding my question. But i think every thing has been cleared. So, kindly advice me how can i do that or is there any same script stored in Flashkit somewhere, kindly help.


Thanks and await,
Amir

View Replies !    View Related
Help Or Advice PLEASE
Please take a look at the enclosed file.

It is a menu system for a website. It has some mouse trails that attach to the mouse. This is where the problem lies!.

Everything appears to work fine. But if you leave the file alone and do not move the mouse, after a certain time, you will see a LARGE version of the MC that attaches to the mouse appears on the screen and is rotating. What is going on?

PLEASE HELP

Lee

View Replies !    View Related
Advice Please X2
Hiya peeps!
I just made a clock in Flash 5 which has a special 'animation' evry hour; on the hour & i want 2 put it on my website. The only problem is, im quite dense when it comes to colours!

PROBLEM 01 ::
Could you please look @ my site:

http://www.terminalnet.co.uk

My clock will appear in the top right corner where it says 'Watch this space'.

I'm not too sure of wat colours 2 put for the hour, minute and second hand, also the clock face.
If i put it all as blue, then it may look 2 ordinary, and i want the clock 2 stand out, but if i put the colours different, the clock mite not 'fit in' with the page. Please help.

PROBLEM 02 ::
In a post i read about a week ago, it said about puttin the flash bg as transparent using html. After searching through posts, i could not find the one i was looking for .

Ne1 know how 2 make the flash movie 'transparent'??


Please help.

T-I-A


jag

View Replies !    View Related
A Little Advice Please..
I am building a Mp3 player for a website i am creating however i have a couple of questions...

I can import the track details from the database without trouble and load them into the player, however I wonder the best way to create the playlist. Should i place the tracks and their information into an array or is there a better object to use?

I am using a sound object to play the tracks, is it a good idea to create a new sound object for each track or should i reuse just one or two...which leads on to my next question..if i were to use 2 sound objects does anyone know how i can fade the two sounds together, a nice little function perhaps

SO far my code can be simplified to

code: //Create Sound for the MP3
mainS = new Sound();
//------------------------------
//Loads the track into the sound
setTrack = function (trackSource) {
mainS.loadSound(trackSource, true);
currentMP3 = "Song Has Loaded";
gotoAndPlay("Playing");
};

//------------------------------
//function for completed track
mainS.onSoundComplete = function() {
title = "Song complete";
gotoAndPlay("Paused");
};

//------------------------------
//Test Data
src = "d:/beats/sausagesong.mp3";
setTrack(src);

View Replies !    View Related
Need Some Advice On How To Do This...
I have a picture of the world, kinda like this:

http://www.maproom.psu.edu/graphics2/dcw/world-rmap.jpg

Except nicer-looking.

Anyways, what I want to do with it is to have each continent kind of "flash" randomly. Think of lightning in the sky (the sheet lightning). I just want to make each continent flash randomly.

I'm just not sure how to go about 'cutting' the continents so they're seperate symbols and stuff. Can anybody give me some advice to kick-start this little project?

Thanks!

View Replies !    View Related
Need Some Serious Advice On Where To Go With This.
Hey all,

I've been contracted to do something I've never done before. The concept is clear - it will be a Flash advertisement, and when you hover over it, a little survey appears. There will be about 5 radio buttons for people to select, and as they select the radio buttons I need the data to be posted to a server (no submit button, is this even possible without a submit button?

For exmple:

Your Age:
[] 15-25
[] 26-35
[] 35 and over

Your sex
[] Male
[] Female

So on and so forth..

So basically, when a person rolls over this ad, a little survey will popup with radio buttons for them to select. I have no idea how to:

1) Make it so the data is posted to a server without a submit button - is it possible? Or should I just have a submit button?

2) How would you assign an action to a radio button? Would I have to make the radio button have an invisible button over it to post the data?

3) Is there anything I'm missing?

Thanks a lot, I really appreicate it

-Zach

View Replies !    View Related
Need Some Advice
I have a site almost ready and I need a little help. www.tsigold.com
When you click on a pic of a tool on the right side it will take you a .php page I have created for now. But it will limit my needs for what I am about to do. I have started a new .swf page with a scymatic of the tool in black and white in this new movie that I am calling 72tt_1
I want to connect to my new movie now instead of the .php page. How do I do this?

View Replies !    View Related
I Need A Little Advice
i am having a problem with the text in a flash header. am just learning flash, the tutorials on this site have helped a bunch. the text fields are not working with my buttons even tho i've converted them to buttons and tried several other things. the site and the header i'm speaking of is here: www.deadly-alliance.net
the .fla is here: www.deadly-alliance.net/zoo/Logo.working.fla
thanks!

View Replies !    View Related
Advice/Help
Hi just in the middle of doing a site for a friend but wanted some advice on what to do with the logo and buttons.

Heres the site: http://www.townbarclub.com/dev/

He wants the centre part to be a simple mask of a picture (i've just put one in of the bar now.)

Im thinking i want the logo to have a shine effect or something...... but am a bit of a newbiw so it could be difficult.

As far as the buttons are concerned i just want them to change colour or summat?

Any advice would be great.

View Replies !    View Related
Need Advice
I need some advice. Im going to school to become a graphic designer and I wanna eventually go into Website Design. I have a school project coming up where I need to create a music video with some interesting animation. I decided to go with System Of a Down "Toxicity." I need some ideas for an interesting intro. Any ideas? I ran across this site and I'm trying to show my teacher that it works well with getting tips on how to do things. I would like to make a project out of things that he hasnt taught us in flash to show the power of this website. Thank you all for your time and any advice would help greatly.

View Replies !    View Related
Need Advice
Hello.

I am looking for some advice on how to accomplish this.
Attached is a fla file when viewing as a swf and rolling your mouse over button 1 text 1 and text 2 appears at the bottom. Is there a way to add another roll out at text 2 so more text rolls out at the side? (see jpg)

I did not create this file, I was just asked if I could edit it. I have basic knowledge of Flash.

If there is anything anyone could do to help me I would really appreciate it.

Jason

View Replies !    View Related
In Need Of Help And Advice.
Hi all,

Hope you can help me.

I have just had a request from a client to provide a still image of a menu that we have produced for print onto DVD so as it can be displayed on a plasma screen within the restaurant.

Can anyone point me in the right direction as to how to go about this?

Has anyone had any experience of anything like this before?

Thanks in advance.

View Replies !    View Related
Copyright © 2005-08 www.BigResource.com, All rights reserved