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




Creating An Interactive CD In Flash



Is it possible to create an interactive cd in flash 8? Has anyone done it here or can anyone point me in the right direction?Thank youTLM



KirupaForum > Flash > Flash 8 (and earlier)
Posted on: 09-28-2006, 08:36 PM


View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread

Creating An Interactive CD Using Flash
Hi,

[Flash Professonal 8 - Windows XP]

This forum seems to be main about using Flash for the web, but I hope there is someone out there that help me.

I am creating an interactive presentation that will be burned on CDs for our customers. I want to have a demonstration video in the presentation. It's only short - maybe 2 minutes long and shows a lady demonstrating a product.

My problem is that when I try to import the video, the wizard asks me How would you like to deploy your video? The obvious choice for a CD-bound presentation is "Embed video in SWF and play in timeline" but this gives a warning about audio synchronisation issues. In fact, this is exactly what happens. The video runs slower than the audio.

Has anyone done this - embedded video in a presentation for a CD? Any tips? I feel like I have tried every possible option

Thanks

Tom

::Creating An Interactive Flash Timeline::
Hi everyone

An interactive Flash timeline is one of the most crucial if not main parts of the application im currently creating. The timeline shoudl scroll automatically when the mouse moves i.e. when mouse moves towards the left of the timeline, the timeline also moves to the left.

Ive tried searching the net, for so long - almost everywhere for tutorials on this and cannot find anything! Ive found that alot of people have tried tackling the same feature, i hope this query will help solve my troubles.

Thanks in anticipation, your help will be very much appreciated.

E.V.E

Creating A Interactive Video CD Using Flash
I am wanting to create a interactive cd (video cd) with my portfolio on it. I think that if I put the player on the cd and tell the movie to use the player on the cd to play it would work. Only prob is I am a little confused in how to this. Is it possible?

THX for any input.

[Flash CS3] Problem With Creating An Interactive Slideshow
Hi,

What I try to make in Flash is some kind of interactive slideshow, with .swf files instead of static images. I want to have kind of control pannel with buttons numbered from 1 to n, always visible at the front layer. In the background, there will be swf files that change, for example, every 30 seconds. And each change consists of fade in and fade out effect of the swf container (and so the loaded swf file itself). During the swf changes, the buttons should change too by switching their states from 0 to 1 and so on. User should be able to skip to any frame he wants by clicking the corresponding button.


This is the code I already have:

Code:
// Preparation
button1_mc.framenumber_txt.text = "1";
button2_mc.framenumber_txt.text = "2";
button3_mc.framenumber_txt.text = "3";
button4_mc.framenumber_txt.text = "4";
button5_mc.framenumber_txt.text = "5";

active_but=1;

function changeButState (but_mc:MovieClip,but_st:Number) {
if (but_st==1) {
but_mc.frame_btn_sel._visible = true;
but_mc.framenumber_txt.textColor = 0xffffff;
but_mc.frame_btn_active = 1;
} else {
but_mc.frame_btn_sel._visible = false;
but_mc.framenumber_txt.textColor = 0x98cfe7;
but_mc.frame_btn_active = 0;
}
}

button1_mc.onRelease = function () {
active_but=1;

}

button2_mc.onRelease = function () {
active_but=2;

}

button3_mc.onRelease = function () {
active_but=3;

}

button4_mc.onRelease = function () {
active_but=4;

}

button5_mc.onRelease = function () {
active_but=5;

}


// Changing buttons and loading content

this.onEnterFrame = function() {
filesize = container_mc.getBytesTotal();
loaded = container_mc.getBytesLoaded();
preloader._visible = true;
if (loaded != filesize) {
ready=0;
preloader.preload_bar._xscale = 100*loaded/filesize;
} else {
preloader._visible = false;
ready=1;
}
switch (active_but) {
case 1:
changeButState(button1_mc, 1);
changeButState(button2_mc, 0);
changeButState(button3_mc, 0);
changeButState(button4_mc, 0);
changeButState(button5_mc, 0);
container_mc.loadMovie("sr_frames/frame_01.swf");
break;
case 2:
changeButState(button1_mc, 0);
changeButState(button2_mc, 1);
changeButState(button3_mc, 0);
changeButState(button4_mc, 0);
changeButState(button5_mc, 0);
container_mc.loadMovie("sr_frames/frame_02.swf");
break;
case 3:
changeButState(button1_mc, 0);
changeButState(button2_mc, 0);
changeButState(button3_mc, 1);
changeButState(button4_mc, 0);
changeButState(button5_mc, 0);
container_mc.loadMovie("sr_frames/frame_03.swf");
break;
case 4:
changeButState(button1_mc, 0);
changeButState(button2_mc, 0);
changeButState(button3_mc, 0);
changeButState(button4_mc, 1);
changeButState(button5_mc, 0);
container_mc.loadMovie("sr_frames/frame_04.swf");
break;
case 5:
changeButState(button1_mc, 0);
changeButState(button2_mc, 0);
changeButState(button3_mc,0);
changeButState(button4_mc, 0);
changeButState(button5_mc, 1);
container_mc.loadMovie("sr_frames/frame_05.swf");
break;
}
};
What it does is basically changing the buttons as mentioned above. And preloading .swfs (not sure if it works though).

To be honest, I'm not too sure what I should do next. I mean, I'm still learning and have quite a long road ahead. I'd be really thankfull for any help.

I try to make this fla file as simple as possible, so I though of making everything in 1 frame with AS. The loaded swf files will have their own animations (tweens, mostly).

I can share the source file if needed.

Thanks in advance.

Creating Interactive Exercises Within Flash That Save Feedback/data To A Database
Hello All:

I'm working to emulate a student handbook about healthy relationships for teens in a digital, interactive form that can save the data to be used to create reports in the future for applications for federal funding.

Teenagers will be clicking through content as slides, and then occasionally entering answers for quantitiative data. Either actually entering numbers, or selecting things that are most important to them, i.e. 1, 2, 3. They would be in drop down menus or a tile list.

I am assuming Flex 2 would be a solution, and an appropriate tool to use. However, I am not sure...

Where can I find some tutorials on how to accomplish this, both creating the exercises as plugins to a .fla/.swf and how to get the data to report to a database?

Thank you,
Adam

Creating An Interactive Cd...
Once I finish my work in flash, does anyone know how to burn the file to an audio cd for an interactive cd?? Like... what type of file should I export it as? and .exe or .swf ?? I'm lost.
Thanks for your help!

Help Creating Interactive Map
Hello,
Im trying to make a map, that looks like this one http://www.jetblue.com/wherewejet/
And Im wondering how they make that map so interactive like that

Im going to attempt to make one similar, and I wanted to see if anyone could point me in the right direction of some tutorials that would help me get started

Thanks in advance :-)

Best Regards,
DciplesHeat

Creating A Interactive Map
Hi,

I was hoping somebody could give me some help in creating:

I have a map of my local area and would like to do the following:

use movie clips to animate the rivers / chimmeys etc
be able to zoom in and out
Ability to click on areas which leads me to a new movie...

Any ideas ?

Creating A Interactive Map
Hi,

I was hoping somebody could give me some help in creating:

I have a map of my local area and would like to do the following:

use movie clips to animate the rivers / chimmeys etc
be able to zoom in and out
Ability to click on areas which leads me to a new movie...

Any ideas ?

Help Creating Interactive Map
I posted this in the Project Help forum but got no hits. I'm hoping someone here can point me into the right direction to find out how to do the task.

What I'm essentially wanting is to have a map that can be zoomed and panned. The map will also display symbols that won't be enlarged. When the user clicks on a symbol, information appears below. I'm pretty sure I can do the information through action scripting since I've had experience doing that in other languages. However, working with the map and overlaying the symbols in various locations has been rather difficult. I've never been able to get a map to be zoomed (without losing quality. I can enlarge it by changing the coordinates and so forth but the quality diminishes). Does anyone have any suggestions of a tutorial that can at least get me on the right path? Thanks.

Tim

Creating Interactive Room...
I am brand new to Flash, and I have no idea on how to go about this but I'll try to explain what I'm trying to do. I want to create a room in Flash, where there are buttons you can press that make things move/animate. Like a tv remote, that'll open a movie on the tv screen. Or a button that makes a cabinet open. Links to tutorials would be great, and any help would be appreciated.

Creating An Interactive Battlemap
Hello all ,

Im not new to flash but my knowledge of actionscript is very minimal.

Basically i have made a map based upon this tutorial but what i would actually like, rather than each city having its own image is for their to be two images in the marker (allied and axis). Whichever one that is used by the specific city is defined by an external source (txt or html).

Is anyone here up for helping me out?

Thanks,

B1scu1T

Creating Interactive Electoral Map
Alright, so I wanted to create an interactive electoral map to go up on my site, like the ones you see on CNN.com, and this stuff quickly went over my head. I have some experience in flash, but none in actionscript. I have the map drawn in flash but I still need to do the scripts to make it interactive. The basic things that need to be done are:


1. The map loads and starts with all the states gray in color (I already have done)

2. When a state is clicked on it needs to change to blue or red (I'm thinking of "one click blue-two clicks red-three clicks resets state" type of thing)

3. When the state is changed to a color it needs to add its electoral votes to the corresponding bar in a graph that would be at the bottom or to the side. So if you click on FL one time, it turns blue and adds 27 votes to the Democrat bar in the bar graph.

4. A way to store what the users pick in a MySQL database, but I'm more worried about getting the map working first.


This seems like it would be fairly simple but I'm completely lost at this point. If anyone could give me a basic outline of what I need to do so I can search for it or point me to the right tutorials, it would be greatly appreciated.

Creating An Interactive Clock?/
I am trying to create a project that helps kids tell time.

the idea is to have a clock with the minute and hour hands moveable by the user. The user will be given a time and then they will need to move the hands of the clock into that position.

I am not that great at actionscript, but do know a little bit.
I plan on having an hour hand, minute hand, and a random time generator that will give the user a time to do.

If anyone one has done this or has some suggestions please let me know.


thanks.
MB

Creating An Interactive Presentation For Cd
Hi all,
So I have created my presentation and want to put it on a cd and when they pop in, have it automatically start running. Also, it may be displayed on a projector.

Can anyone walk me through how to accomplish this?

Thanks in advance.

Creating An Interactive Timeline
yoyo
I was wondering how to create an interactive timeline like the one at http://www.u2.com

i would love for it to load the text from an external file when it rolls over a button (i already know how to do that) but how can i make it so it's easily updatable. I assume this means work with xml et al. I am unfortunately not well versed in that (actually not versed at all). any help is appreciated

pithcell

Creating An Interactive Presentation For Cd
Hi all,
So I have created my presentation and want to put it on a cd and when they pop in, have it automatically start running. Also, it may be displayed on a projector.

Can anyone walk me through how to accomplish this?

Thanks in advance.

Help Creating An Interactive Dictionary
I am attempting to develop an interactive dictionary in Flash MX and have come accross a "bump in the road."

Is there anyway to populate a Dynamic text field with an HTML encoded external text file? I want to set font color and hyperlinks on specific words in this text file... so that when pulled into the Dynamic text field the text appears to be formatted and has hyperlinks on the selected words.

Is this possible, or do I need to embed the text files into the Flash MX file (not calling it into the Dynamic text field)?

Thanks!

Creating Interactive Quicktime?
I'm trying to create interactive videos by linking to external quicktime files. I have each quicktime file inserted into the timeline of different flash movie objects. The first frame is a stop() frame, the video starts on the second. Buttons on the front page are setup to start the videos using whatever.gotoAndPlay(2). I then publish it as a quicktime movie, the exported movie is only about 20k, even with the flatten option selected. The buttons are not working and I'm not sure if its a limitation of quicktime or if I just didn't do it right.

If anyone has any advice as to a better way to set this up or any tips on getting it to work, I would appreciate it. Thanks.

-Brandon

About Creating User-interactive, 3D Environments
I'm an experienced web developer (programming, design, and motion design) who has recently found the beautiful Swift 3D v2! With a background in programs such as 3DSMax and console game development, my next natural curiousity is how much user-interactivity is available - using Flash 5 - within a 3D environment (created in Swift 3D for example). Is gamelike interactivity possible similar to a Grand Theft Auto III, MS Flight Simulator or any other modern 3D computer or console game?

ps I'm not really concerned if it's realistic to create (in Flash 5 and Swift 3D) a game with the magnitude of a Playstation II game, I'm just curious if ActionScript allows for the interactivity.

Is it possible?

Creating Interactive Buttons...:confused:
Hello i am a new flash mx user and i can do a bit of motion and a bit of shape tweening but nothin much. I am currently using Flash MX to build my online portfolio and was wonderig how to create buttons, interactive buttons that is, in Flash MX. If there is any tutorials online or if anybody might wanna help me out here, then please reply to the thread. Basically what I am lookin for is a button when you mouseover it flickers and when you mouseout it stays normal...

thanks in advance
cheers,
Igor

Can You Make A Swf File Interactive After Creating It?
If a program creates a swf file from a 3d movie, will I be able to import the swf into flash and make it play forward and backwards at the viewers whim? And make the swf loop when needed?

Creating A Interactive Graph (vs Time)
Hi People,

Im trying to made a interactive graph, lets say temperature vs time.... so when I switch off (check checkbox) the temp down and draw a curve and when I switch on the temp up to the top and stay constant...until I turn the switch again...

I do something but Im not happy with the result I want something more "smooth" in the changes ... mmm something like this
http://hosted.zeh.com.br/mctween/examples/tracer.swf

Some one have a good tip or example about how to made something like this?

Thanks.

Question On Creating An Updateable, Interactive Map.
Hey folks,

I was hit with a question today that I'm not quite sure how to answer. I have a potential infrastructure project for all our offices, to create an interactive map. This might be a bit too much for me to take on, but I would really appreciate all your feedback and thoughts on this one.

Ok, so the project would be to create an interactive map, that would be used by traveling consultants, who are 'hotelling' in any one of our offices. This map would allow them to find bathrooms, break rooms, printers...most importantly the printers. This map, when they bring up the printers on the floorplan, would display over the floorplan, and allow the user to click on the icon, and be linked to the driver installer for that printer.

Most of this would be fairly straight forward, if it were a one-time deal, but seeing as how we have many offices, and printers/printer drivers change frequently, this would have to be updated by a local IT person, who would be in control of the new printers, their location, and driver installer locations on the network.

would it be possible to create in interface for the IT personel, that would allow them to have a list of all their printers, and drag and drop it on top of the floorplan, have that location stored/saved somewhere so that when the consultant accesses the tool, the new printer and its location are available to that person?

Am I totally nuts for considering to do this in flash, or would there be a better alternative solution? I appreciate your thoughts.

B

Creating Interactive Video Tours
Hello all,

I was wondering if anyone out there could point me to a good resource for creating virtual tours using HD video or Digital Video footage. I'm envisioning a video player interface that will play video where there are objects in scenes that I can highlight and make clickable. In other words, you may be able to walk through a room, then see an icon over a particular object, and be able to learn more about that object by clicking on it.

Let me know what you think when you have a moment.
Any help or advice on this topic would be greatly appreciated.

Sincerely,
Dick

Creating An Interactive Movie Screen
I'm trying to create a website for my church. One of the pages is supposed to allow visitors to see a sermon in either .wmv or .mov format. If I draw or paste the background, how can I get the video lined up with the background and can I use buttons (play, pause, stop etc.) for the viewer to interact with the video? I really appreciate any help you guys can provide.
Csphinx

Creating Small Map Big Map With Scrolling Interactive Map
Hi i have a set of plans which i want to be able to scroll to view and move around and at the same time the map is hsown at a more closer view in a larger window, how can i go about doing this, here is a example of the type of inetractive map i want to create

http://www.ardennesoutlet.com/scheme.htm

Problem With Creating An Interactive Slideshow
Hi,

What I try to make in Flash is some kind of interactive slideshow, with .swf files instead of static images. I want to have kind of control pannel with buttons numbered from 1 to n, always visible at the front layer. In the background, there will be swf files that change, for example, every 30 seconds. And each change consists of fade in and fade out effect of the swf container (and so the loaded swf file itself). During the swf changes, the buttons should change too by switching their states from 0 to 1 and so on. User should be able to skip to any frame he wants by clicking the corresponding button.


This is the code I already have:

Actionscript Code:
// Preparation
button1_mc.framenumber_txt.text = "1";
button2_mc.framenumber_txt.text = "2";
button3_mc.framenumber_txt.text = "3";
button4_mc.framenumber_txt.text = "4";
button5_mc.framenumber_txt.text = "5";
 
active_but=1;
 
function changeButState (but_mc:MovieClip,but_st:Number) {
    if (but_st==1) {
        but_mc.frame_btn_sel._visible = true;
        but_mc.framenumber_txt.textColor = 0xffffff;
        but_mc.frame_btn_active = 1;
    } else {
        but_mc.frame_btn_sel._visible = false;
        but_mc.framenumber_txt.textColor = 0x98cfe7;
        but_mc.frame_btn_active = 0;
    }
}
 
button1_mc.onRelease = function () {
    active_but=1;
   
}
 
button2_mc.onRelease = function () {
    active_but=2;
   
}
 
button3_mc.onRelease = function () {
    active_but=3;
   
}
 
button4_mc.onRelease = function () {
    active_but=4;
   
}
 
button5_mc.onRelease = function () {
    active_but=5;
   
}
 
 
// Changing buttons and loading content
 
this.onEnterFrame = function() {
    filesize = container_mc.getBytesTotal();
    loaded = container_mc.getBytesLoaded();
    preloader._visible = true;
    if (loaded != filesize) {
        ready=0;
        preloader.preload_bar._xscale = 100*loaded/filesize;
    } else {
        preloader._visible = false;
        ready=1;
    }
    switch (active_but) {
    case 1:
        changeButState(button1_mc, 1);
        changeButState(button2_mc, 0);
        changeButState(button3_mc, 0);
        changeButState(button4_mc, 0);
        changeButState(button5_mc, 0);
        container_mc.loadMovie("sr_frames/frame_01.swf");
        break;
    case 2:
        changeButState(button1_mc, 0);
        changeButState(button2_mc, 1);
        changeButState(button3_mc, 0);
        changeButState(button4_mc, 0);
        changeButState(button5_mc, 0);
        container_mc.loadMovie("sr_frames/frame_02.swf");
        break;
    case 3:
        changeButState(button1_mc, 0);
        changeButState(button2_mc, 0);
        changeButState(button3_mc, 1);
        changeButState(button4_mc, 0);
        changeButState(button5_mc, 0);
        container_mc.loadMovie("sr_frames/frame_03.swf");
        break;
    case 4:
        changeButState(button1_mc, 0);
        changeButState(button2_mc, 0);
        changeButState(button3_mc, 0);
        changeButState(button4_mc, 1);
        changeButState(button5_mc, 0);
        container_mc.loadMovie("sr_frames/frame_04.swf");
        break;
    case 5:
        changeButState(button1_mc, 0);
        changeButState(button2_mc, 0);
        changeButState(button3_mc,0);
        changeButState(button4_mc, 0);
        changeButState(button5_mc, 1);
        container_mc.loadMovie("sr_frames/frame_05.swf");
        break;
    }
};

What it does is basically changing the buttons as mentioned above. And preloading .swfs (not sure if it works though).

To be honest, I'm not too sure what I should do next. I mean, I'm still learning and have quite a long road ahead. I'd be really thankfull for any help.

I try to make this fla file as simple as possible, so I though of making everything in 1 frame with AS. The loaded swf files will have their own animations (tweens, mostly).

I can share the source file if needed.

Thanks in advance.

Creating An Icon With An Interactive Ring
i need assistance on creating an icon that will behave in the following way:

It is a circular icon. When you click on it, a ring that is split into 12 segments will appear from behind it with "J F M A M J J A S O N D" (each month of the year) in each segment. As you rollover each segment it should change colour and when you click it, the colour will "stick".

I have completed the graphical elements but when attempting the actionScript i was lost. I couldn't even set up a simple rollover type effect.

I think i just need a couple of nudges in the right direction and i should be fine, thanks for reading.

Creating Fluid Interactive Animations Of Buttons
Can someone please point me to a tutorial that can walk me through something like what this site has for its interactive menu? I don't even know what that kind of interaction is called, so I don't know what to search for.

Creating An Ipod With An Interactive Scroll Wheel
Hi,

I am trying to create a simulated ipod with an interactive scroll wheel as well as the push button controls. Does anyone have any tips/resources to accomplish this?


Thanks,

John

Creating An Interactive Online Community Sketchpad
Hey all,

Quick question. I'm currently building a site, and I'd like to include a sketchpad similar (but perhaps more basic) to the one like this http://www.lukamaras.com/tutorials/c...awing-pad.html

My goal is to create a community canvas that will allow other users to see what is currently drawn, and add stuff of their own. I'm not sure if it'd be better to include an erase tool for users, or just have the whole canvas wipe clean at the end of each day/week/whatever, but that's getting into the finer details. I'm no whiz with PHP so I'm not sure if I'll completely grasp the process, but I'm also willing to pay someone to just build it for me if I can't figure it out. For now I'm just interested in picking everybodies brains. Thanks

Creating Interactive Child Window With Drag
I'm trying to create a window that launches from a button which the user can drag around the Flash interface and when they're done with it, the hit the close button on the created window (which is an external swf loaded in a movie). The issue I have is startDrag/stopDrag work as easily coded, but the whole window is considered an active draggable movie which makes it so I users can't interact with the button inside of it. I know this has been done before but I've never needed to code it till now. I thought about creating a bar at the top of the window to allow users to drag the whole window around using that, but then I couldn't get the bar (embedded in the window as a button) to startDrag its parent (root) window.

Any advice would be appreciated. TIA.

Creating Fluid Interactive Animations Of Buttons
Can someone please point me to a tutorial that can walk me through something like what this site has for its interactive menu? I don't even know what that kind of interaction is called, so I don't know what to search for.

General Question About Creating Interactive Tutorials
Hi,

I am new to Flash, and have the following question:

I need to create (or pay someone to create) web-based interactive tutorials.  Is Flash the best technology to achieve this?

Creating A Interactive Outdoor Kitchen Design Program
Alright,

An friend of mine opened up a custom outdoor kitchen store. I am going to be designing their website, most likely not in flash as that is not what they need.

However, they do need a program, made in flash, that will allow customers to go onto the site and design their own bbq with tile/stucco color/module pieces etc...

A friend of theirs who has a similair company took this idea they had and tried to develop one on their site...to say the least, it sucks.
Here is the link http://dime28.dizinc.com/~mtnvlcs/ou...ldyourown2.swf

tho so u can kind of get an idea of what I am looking at. I want it to be in 3d most likely, or just be able to change the stucco colors, and add different tile/granite tops, etc...

Creating Interactive Images Where Section Colours Can Be Changed By Viewers?
Hey,

im new to scripting, and am tryin desperatly to make a componant for dreamweaver in flash. i want to have a picture of a Nike shoes but have editiable sections such as the ticks, where viewers of my web page can change colours online?

Any help would be appriciated,

my email is vixytrixie@hotmail.com

cheers

Interactive Layers Over An Interactive Flash File
I've always been frustrated at the fact that dynamic text and images pulled into flash have not been able to be spidered by the search engines.

So, with a client site I'm developing, I'd like to try something different. I'm wanting to create a flash file with buttons that when clicked, open up the flash and create a blank area in the design where a div layer can be placed on top of the flash, positioned in such a way that it looks like it is part of the flash itself. When you then click on a seperate button on the flash, the div layer hides itself, and another div layer appears according to the relevant section of the flash you have chosen.

I might not be explaining myself very well, but for anyone following what I'm sayinig, has this been done before and does anyone know how?

Cheers,

Guy Blomberg

Problem : A Really Interactive Movie For An Interactive Web Page
Hi I am part of a hockey team and I want to build a website where people could specify if they come to play and when...

My question is : Is it possible to have a page in which people could move the items of a flash movie, and that those modification (telling others what they plan to do) stay even if your reload the page? In order that anyone going on the page could see the number of people coming and modify the animation to tell if they come or change their plans...

I am looking for any kind of help, trails, tutorials...

Thank You

Roievil

Tutorial: Creating A Flash Form + Creating Php To Send Email
I came across a great tutorial for those of you who do not know how to create a flash "contact" form and how to create the php file to go with it.

http://www.kirupa.com/developer/acti..._php_email.htm

Enjoy!

[F8] How To Make An Interactive Swf Still Interactive While Playing In Another Swf
Sorry the titles a bit long winded but that pretty much what I need to do. On our website I've got popups showing examples of work, so far these have only been jpegs or swf's that arnt interactive, ie they just loop. I now want to add a popup with an interactive swf, one where when the mouse moves over a part of the image, the image scrolls. Ive done this but when it opens nothing happens, someone mentioned 'nesting' but I'm still not sure what im doing!
Our websites:
http://www.optical3d.com
If you want to see what i mean,

The bit I can't get to work is in the visualisation section, under architecture and its the top right image

Thanks Steve

HELP-creating Links To .doc's And Creating Forms In Flash 5
right, how do i create a button in flash 5 that when pressed downloads a .doc file onto their desktop?(and how do i link to the .doc file?)

also how do i create a form in flash 5?

hope someone can help!!

mavis

Creating Animations / Creating Websites In Flash 8
I am trying to find some advanced animations for Flash 8 as well as information on how to build a website in Flash.

I am not exactly sure where i can find these questions out. I need websites that have tutorials that go step by step for beginners because I tried a simple custome scrollbar tutorial on here and got lost. It integrated all this actionscript but never told me where to put it or anything.

Get back at me asap if you can help.

Thanks

cd2502

Interactive Flash On TV
Hi,
Anyone knows about running interactive flash movies on the Set tops? Any site or Tutes there? Im talking about highly interactive flash movies and a lot of animation..what does one have to take care of if running on a TV?

This is a Firefighting situation as the Microsoft TV doesnt support flash 5, so whatever i have done i would have to make it again in flash 4...

waiting for your answers...

Manuj

Flash Interactive Cd
Oh, my first post on the boards and im askin for help already

Anyone help me with this? Ive just done a interactive cd movie in flash - How can i make it pop up full screen when it autoloads?

Oh yeah, how can i have a button which closes the window down too?

Im assuming its a FSCommand?

Thanks.

and hello everyone

Flash Interactive Map
Hi,

I am currently working on an interactive floor plan where a user can mouse over a particular area in the floor plan and preset info appears.

Is there any way to keep the info in a database so that updating the floor plan can be done easily.

Thanks,

Victor Hernandez

Interactive Flash Map.
Attention all you code wizards. I have a challenge for you. I have a flash map. thats basically divided into lots. The task is to make each lot cliackable. Once a lot is clickeed the entire map scales up and centers. I have done this using three pieces of code.

Flash Interactive CD-ROM
I am very comfortable working with Flash and I would like to design a CD-ROM that autostarts for BOTH pc and mac.

I have Director, however I am not as fulent with it as Flash. Can I create a bad-ass presentation in Flash and then import the .swf into Director and export the projector?

Any recomendations?


Thx,
Kevin

Interactive CD In FLASH?
Hey Peeps,

1. I am creating an interactive cd in flash. I was wondering about a few action scripts that I can use. For instance I was wondering how do I make a button target to a .pdf file in a folder and open up outside of the flash file? What is the action script for that?

2. How do I go about having the action script for the button open images in a new window when you click? Take in consideration I will be running this off a CD/Local Directory and not on the web so I dont know if I am able to do "get url" function.

3. I know Macromedia Director is probably easier to use in this aspect but I dont have the program and I dont have the time to waste searching for it on MIRC soo could anyone help me on this aspect?

4. If you have created an interactive cd in flash and compiled it as an .exe file what other bugs did you find? I am using flash mx 6.0 just as an FYI.. HELP!


Thanks,
Andy

Copyright © 2005-08 www.BigResource.com, All rights reserved