Turning Sound Completely Off.
Turning sound completely off.
--------------------------------------------------------------------------
I have a site I'm doing for a client the link is:
http://www.johncliffordtaylor.com/cav/
I have a turn off ambient wave sound button that comes up. But the client wants it to be a turn all sound off button. I'm having a hard time making that happen.
I currently have a:
on (release) { stopAllSounds(); }
action on the turn off ambient wave button down at the bottom of the flash portion of the site. Any ideas or links on how to make all sound completely turn off when this button is pressed would be great. THX for the help!
FlashKit > Flash Help > Flash Newbies
Posted on: 01-23-2007, 03:43 PM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Turning Sound Completely Off.
I have a site I'm doing for a client the link is:
http://www.johncliffordtaylor.com/cav/
I have a turn off ambient wave sound button that comes up. But the client wants it to be a turn all sound off button. I'm having a hard time making that happen.
I currently have a:
on (release) {
stopAllSounds();
}
action on the turn off ambient wave button down at the bottom of the flash portion of the site. Any ideas or links on how to make all sound completely turn off when this button is pressed would be great. THX for the help!
Turning Sound Completely Off.
Turning sound completely off.
--------------------------------------------------------------------------
I have a site I'm doing for a client the link is:
http://www.johncliffordtaylor.com/cav/
I have a turn off ambient wave sound button that comes up. But the client wants it to be a turn all sound off button. I'm having a hard time making that happen.
I currently have a:
on (release) {
stopAllSounds();
}
action on the turn off ambient wave button down at the bottom of the flash portion of the site. Any ideas or links on how to make all sound completely turn off when this button is pressed would be great. THX for the help!
Turning Sound Completely Off.
I have a site I'm doing for a client the link is:
http://www.johncliffordtaylor.com/cav/
I have a turn off ambient wave sound button that comes up. But the client wants it to be a turn all sound off button. I'm having a hard time making that happen.
I currently have a:
on (release) {
stopAllSounds();
}
action on the turn off ambient wave button down at the bottom of the flash portion of the site. Any ideas or links on how to make all sound completely turn off when this button is pressed would be great. THX for the help!
Turning Sound Completely Off.
Turning sound completely off.
--------------------------------------------------------------------------
I have a site I'm doing for a client the link is:
http://www.johncliffordtaylor.com/cav/
I have a turn off ambient wave sound button that comes up. But the client wants it to be a turn all sound off button. I'm having a hard time making that happen.
I currently have a:
on (release) {
stopAllSounds();
}
action on the turn off ambient wave button down at the bottom of the flash portion of the site. Any ideas or links on how to make all sound completely turn off when this button is pressed would be great. THX for the help!
Turning Sound Completely Off.
Turning sound completely off.
--------------------------------------------------------------------------
I have a site I'm doing for a client the link is:
http://www.johncliffordtaylor.com/cav/
I have a turn off ambient wave sound button that comes up. But the client wants it to be a turn all sound off button. I'm having a hard time making that happen.
I currently have a:
on (release) {
stopAllSounds();
}
action on the turn off ambient wave button down at the bottom of the flash portion of the site. Any ideas or links on how to make all sound completely turn off when this button is pressed would be great. THX for the help!
Turning Flash Movie Sound Off If Other Sound Begins?
Hello -
I'm not an expert Flash guy so I appreciate your help.
Currently there is a flash file with a sound file that plays continuously while a visitor is on the site. There have been new additions that add the ability to add sound files to different items.
How can I get the main flash sound turned off whenever one of the items with a new sound file begin to play?
How Do You Shut Off Sound Completely?
Hey all -
having an issue where I'm trying to completely turn sound on and off globaly using AS in variable form.
I basically tried using stopallsound(); but the problem is the sound in the MC that loop play the sound next time they loop. there anyway to come up with code with a variable that i can have sound = 0 off sound = 1 on for the entire movie including with the movie clips?
thanks
Mp3 Tag Before Sound Has Completely Loaded?
hi there,
im currently working on a little streaming mp3 player that uses external mp3s. I also want to be able to read the ID3 tags of the .mp3's. I was wondering if it is possible to let flash load the id3 tag before it loads the sound... because now the title of the songs says undefined untill the whole songs has loaded...
http://thomas.zeal-music.com/flash/thomvis/
who could help me out?
Sound Starts Before Movie Loads Completely
I'm using Flash Pro MX 2004 and I've created a movie with a progress bar and loader. I've used the progress bar and loader components that comes with Flash.
I use the loader to load a movie that contains a soundtrack sync'd to the movie. My problem is that the sound begins to play even though the movie isn't fully loaded and the progress bar is still "progressing." I've tried inserting a frame at the beginning of the movie that plays the soundtrack so that the sound isn't loaded on the first frame but that doesn't seem to help.
Does anyone have suggestions on how to fix this?
Turning Sound Off.
I added a button that turn sound off. However, when I click onto another scene, the new sound comes on. How do you make a master sound button that turn sound off throughout a show?
I know this is probably very simple, but bear with me, I'm a newbie.
Thanks.
Turning Off Sound
This might be posted in the wrong place - sorry!
I'm using Flash.ocx and I'd like to know if there's a way to mute all sounds in a movie using something like TSetProperty?
Many thanks,
peetm
Turning One Sound Off, But Not The Other
Hi there, I read you can only have one sound object. I have a demo that has a voiceover sound, and background music. I did:
voicey = new Sound();
voicey.attachSound("chapterone");
voicey.start();
And I then I threw the bgmusic in a MC and stop it with the button. SO I can get the background music to stop and the voiceover keeps going. But when I click the off button for the voiceover it stops all the sounds. Make sense? I want to have control over both sounds.
Thanks!
Turning Off Sound...HELP
Hi there!
I have an mp3 player that plays mp3's randomly in the background. It uses xml file for playlist. Now-I want to turn the sound off when you click on a link to a video page so that you can watch videos with the sound of the video playing. I used stopallsounds command and that turn off the sound but how do I turn it on again.
There are buttons on the player and the playbutton have this code attached to it:
if (playing == true)
{
gotoAndPlay(2);
}
else
{
gotoAndStop(1);
} // end if
Can I somehow call this function and that would start it again? Help would be highly appreciated....
Niklas
Here is the code of the mp3 player.
1st frame:
function scrollTitle()
{
songtitel = tracks.firstChild.childNodes[nodeNum].attributes.title;
songname_mc.songname_txt.text = songtitel + " " + songtitel;
songname_mc.songname_txt._x + songname_mc.songname_txt._width / 2 + 4 < songname_mc.songmask_mc._x ? (songname_mc.songname_txt._x = songname_mc.songmask_mc._x, songname_mc.songname_txt._x = songname_mc.songmask_mc._x) : (songname_mc.songname_txt._x--);
} // End of the function
firstLoad = true;
nodeNum = 0;
if (pause != true)
{
time = "00:00:00";
} // end if
stop();
playMusic = function ()
{
bar_mc.marker_mc._x = 0 + bar_mc.marker_mc._width / 2;
music = new Sound(this);
music.loadSound(tracks.firstChild.childNodes[nodeNum].attributes.path, true);
music.onSoundComplete = function ()
{
if (nodeNum < tracks.firstChild.childNodes.length - 1)
{
nodeNum++;
}
else
{
nodeNum = 0;
} // end if
playMusic();
};
songname_mc.songname_txt.text = tracks.firstChild.childNodes[nodeNum].attributes.title;
trace(tracks.firstChild.childNodes[nodeNum].attributes.title);
if (pause == true)
{
pausePos = Math.floor(bar_mc.marker_mc._x / barbg_mc * music.duration);
trace(pausePos);
music.start(pausePos, 0);
pause = false;
}
else
{
music.start(0, 0);
} // end if
playing = true;
gotoAndPlay(2);
volume_mc.volumefill_mc._width = music.getVolume() / volume_mc.volume_btn._width * volume_mc.volume_btn._width;
};
songname_mc.songname_txt.autoSize = true;
setInterval(scrollTitle, 70);
2nd frame
pos = new Date();
pos.setSeconds(music.position / 1000);
pos.setMinutes(music.position / 1000 / 60);
pos.setHours(music.position / 1000 / 120);
seconds = pos.getSeconds();
minutes = pos.getMinutes();
hours = pos.getHours();
if (seconds < 10)
{
seconds = 0 + seconds.toString();
} // end if
if (minutes < 10)
{
minutes = 0 + minutes.toString();
} // end if
if (hours < 10)
{
hours = 0 + hours.toString();
} // end if
time_txt.text = minutes + ":" + seconds;
3rd frame
if (playing == true)
{
gotoAndPlay(2);
}
else
{
gotoAndStop(1);
} // end if
Turning Synch Sound Off And On
Hello everyone.
Can someone please assist me.
In my flash movie I have a narration(audio) that is synched with the main time line of the movie. I have a single button which I want users to press and have the narration or sound turn off but not stop the movie from playing. If they hit the same button again the sound will resuem where the current playhead of the movie is.
Any suggestions.
I'm not sure if this is even possible with synchronized sound.
Thanks in advance.
Turning Sound On/off Using 1 Button
Good day flash gurus,
I have background music when my site loads up. How can I create one button that will turn off the sound and on. Keep in mind i want the music playing when the site starts, so when the user clicks the button, the sound will turn off.
thanks for any help.
Sound Comes Back On After Turning It Off...
I have 2 frames that are looping infinitely. When you click on the speaker to turn off the sound, it works, however when it loops back to the first frame, the sound comes back on. Anyone have a solution for this?
Here's my FLA for those of you who want to be really nice and fix it for me
http://www.benefitsinacard.com/dev/test_header2.fla
Turning A Sound Off Using Actionscript
Hey
I need to be able to control a sound in my application using a button.
The sound is called tennisBallSound. When the button is clicked it turns all sounds off including the background music. does anyone know why and can you help please??
Here is the code I have used:
//Tennis Ball sound
tennisBallsound = new Sound();
tennisBallsound.attachSound("tennisBall");
to create the sound
_root.start_btn.onRollOver = function() {
_root.tennisBallsound.start();
this is where its used^
_root.btnSoundoff.onRelease = function(){
_root.btnSoundoff._alpha=100;
_root.btnSoundon._alpha=50;
tennisBallsound.setVolume(0)
}
Turning Off Sound In This Scenario
Hello, I need help.
I need to load in an external .swf file into my new movie and stop the sound/music that is playing from the external swf file. I need the sound/music to stop immediately on frame one. I don't have the fla to the external swf file as it is years old. Can someone help me with this? I know there is "stopallsounds();" but I don't think I'm using it right because it won't stop the sound when I play the new exported swf.
So to recap - I've loaded in a .swf on frame one (into a blank movie clip) - and on another layer tried to add the "stopallsounds();" action - music still plays - HELP!
Turning Off Flash Sound Un Vb
i combined vb with flash. my problem is when i close the flash using vb command button the streaming sound inside the flash movie won't stop! what should i do to stop the sound when the shockwaveflash control in vb is being unloaded?
Turning Sound On And Off - Button
I have sound playing in my flash site i want to place a button, like the one attached when u click it i want the sound to turn off and the button state to have a cross though it, and when the button witht the crss is preesed again i want the original button to replace it and sound to play, how can i do this? thanx
Turning Sound Object On/off With 1 Button
Could I use a single button to toggle a sound object on and off, by using an if/else statement that combined these two bits of code? and if so, what would it look like (syntax)?
on (press) {if (playing!=true) { _root.firstSound.start(0,25); playing=true;}
on (press) { _root.firstSound.stop("firstSound01"); playing=false;
}
Thanks for any advice.
[F8] Turning Off All Sound When Button Is Pressed?
I have a site I'm doing for a client the link is:
http://www.johncliffordtaylor.com/cav/
I have a turn off ambient wave sound button that comes up. But the client wants it to be a turn all sound off button. I'm having a hard time making that happen.
I currently have a:
on (release) {
stopAllSounds();
}
action on the turn off ambient wave button down at the bottom of the flash portion of the site. Any ideas or links on how to make all sound completely turn off when this button is pressed would be great. THX for the help!
Turning Sound Off When Use Not Focused On Component
I have a flash movie on a page with other content. I want the sound in the flash to play when the user is "using" the flash movie but if the focus is elsewhere I want it to stop as it could conflict with a movie playing elsewhere on the page. Is that doable?
Jennifer
Turning Sound Off And On In A Movie Clip
Hi all,
really need help with this one! I have created an animation with an audio track in a seperate movie clip. I have been told for various reasons that if I want to put it on a certain site I have to have a button that will turn the dialogue off. Is there a simple bit of ActionScript that I could attach to a button to switch it off and on a bit like the visible = 0; command?
This would be saving me a lot of stress, thanks in advance!
How Do You Create A Toggle Button For Turning Sound On And Off
Hi,
I'm trying to create buttons for turning music off and on. I'd like it to work like toggle so when you turn off the music, you now have the option to turn it back on. Does anyone have a scripts they could share with me? I would really appreciate any help!
Thank You!
Kim
Turning Off Sound Accross Linked Swf Files
Hi,
I have just finished a site built completely in Flash (MX on a a mac running OS 10.3). The site has a main swf file that uses the 'loadMovie' command to load up various pages / areas. Some of the pages that load use sound on button 'over states'.
My question is: Is there a way I can build a sound on/off button into the main swf. file that will disable sound accross the site - including any files that are loaded into the site once the 'off' option has been selected.
The only way I can think of is to use a sound on/off button in each swf file - whicj I obviously dont want to do as the user will have to turn of sound on each page that loads.
Any help / suggestions would be helpful.
Thanks in advance.
J
Turning Off Sound Accross Linked Swf Files
Hi,
I have just finished a site built completely in Flash (MX on a a mac running OS 10.3). The site has a main swf file that uses the 'loadMovie' command to load up various pages / areas. Some of the pages that load use sound on button 'over states'.
My question is: Is there a way I can build a sound on/off button into the main swf. file that will disable sound accross the site - including any files that are loaded into the site once the 'off' option has been selected.
The only way I can think of is to use a sound on/off button in each swf file - whicj I obviously dont want to do as the user will have to turn of sound on each page that loads.
Any help / suggestions would be helpful.
Thanks in advance.
J
Sound Effects - Page Fliping/turning
Does anyone know of anygood sites for sounds effects? I am specificaly looking for page fliping sound effect...if anyone knows that would be great!
[CS3] Turning Off A Sound In A Mc From A Button In The Main Timeline
Hi. I have a movie clip that has a looping background sound in it. From a button on the main timeline, I want to stop that bgsound from playing. Is this possible?
Here is my code on the movie clip:
PHP Code:
bgSound = new Sound();
bgSound.attachSound("bgmusic");
bgSound.start(0,20);
and in the button I have:
PHP Code:
on (release) {
stopAllSounds();
gotoAndStop(32);
}
I don't want to use the stopAllSounds command because then it kills my sound on the button when clicked.
Thanks for any help you can give.
Mute Button- Turning Sound Back On
I've made a mute button for my embedded FLV sound. I'm using SoundMixer.stopAll(); as the controlling action. How do I start the sound up again? From what I could tell, there wasn't a SoundMixer.playAll();, which would be the logical choice.
The sound is embedded into the FLV, so I don't have direct control over it.
Thank you.
Turning Dial With Sound Clicks As It Turns ?
Hey Guys,
I'm having trouble with this turing dial. I want to have a clicking noise as the user drags the dials around. I've been trying to figure this out for a long time, does anyone know how to do this?
See it here: http://veronicahufana.com/Untitled-1.htm
Download the .fla file here: http://veronicahufana.com/testdial.zip
I really appriciate all your help,
AFTERBURNER
Completely New
Hi,
I am COMPLETELY NEW to Flash / Dreamweaver / websites... I have been thinking of designing a website for a while now and have played around w/ Flash, creating little movie clips and buttons etc. However...
I need to understand the full premise of using these two programs - I am familiar w/ HTML and understand how to create a website with different pages in etc etc in HTML say in FrontPage, but am not sure at all how to do this in Flash - I have been advised to do teh whole site in Flash and import it to Dreamweaver. That's ok.
But... do I literally just create a stage big enough to fill a browser screen and then insert my movie clips / links / menus etc and then save it and import it to Dreamweaver?
Also if say I have a button that links to another page, where exactly in Flash do I create this? different frame / different file?
Many Thanks,
like I say... am completely new but willing and eager to learn
Ambima.
Completely New To This...
I want to make flash cartoons, but I know absolutely nothing about it.
Do I need a program to make them?
Is there a good, free one out there that I can try it out with?
Thank you
Completely Random
I was trying to create and modify this script after I saw it in a tutorial I tried to add the code about making random colors. However, (This is going to be hard to explain) when Flash duplicates the 20 boxes they are all one color. The next batch of twenty boxes, however, are randomly different than the last but they are still all the same color. here is the source. Plz have a look at it and if you don't get what I'm saying, just simply create a simple movie clip named box.
onClipEvent (enterFrame) {
next = 0;
do {
number = random(3);
if (number==0) {
color = new Color(_root.box);
color.setRGB( 0x990000 );
}
if (number==1) {
color = new Color(_root.box);
color.setRGB( 0x009900 );
}
if (number==2) {
color = new Color(_root.box);
color.setRGB( 0x000099 );
}
_root.box.duplicateMovieClip( "box"+next, next );
_root["box"+next]._x = random(400);
_root["box"+next]._y = random(300);
_root["box"+next]._xscale = random(200);
_root["box"+next]._yscale = random(200);
_root["box"+next]._alpha = random(80);
next = next + 1;
number = random(3);
if (number==0) {
color = new Color(_root["box"+next]);
color.setRGB( 0x990000 );
}
if (number==1) {
color = new Color(_root["box"+next]);
color.setRGB( 0x009900 );
}
if (number==2) {
color = new Color(_root["box"+next]);
color.setRGB( 0x000099 );
}
color = 0;
number = 0;
} while (next<20);
}
Thnks for any help!!
I'm Completely Lost
I'm trying to make a scroll button or bar, whichever one is eaiser, but I'm completely lost as to what I need to do next, I followed the instructions up to checking to see the text scroll. Now I don't know what to do next to make the button or bar for the user scroll with. The directions aren't that clear to me as to what I need to do next.
Is their anyone out there I can help me, walk me through the procedure over the phone perhaps, I'll call you so it won't be a charge on your phone, just say when, please help me. I'm completely stuck.
I Am Completely Lost
alright now even though this will make me sound completely stupid, I will ask anyway, alright I am trying to create a flash thing for my site but the little boxes at the top are confusing me I am not sure what they are supposed to mean also how do I change the background color of it...
I've Gone Completely Loopy.
Hey guys,
I'm trying to do something fairly simple but my very very very tiny brain prevents me from doing it elegantly.
I'm building an rpg, and I've got an array of about 100 random names ("Dave," "Pete", "Susan"...), and I need to cough up two new arrays ('team_a' and 'team_b'), each consisting of EIGHT of unique names from the initial 'names' array.
So, the array 'team_a' should consist of eight values (names), and the array 'team_b' should consist of eight other values (names) - but it's important that the names DON'T repeat. I mean... heck, if Dave ended up on BOTH teams, that'd be awfully embarassing!
I've been trying to do a nice loop that will first generate 16 random numbers out of 100 (or the .length of the 'names' array), but even that is difficult for me.
Also, I can have the initial 'name' array full of NESTED arrays, right? So instead of *just* names, they can contain names AND other properties?
Any 'elegant' ideas? Help is definately appreciated!
Completely New To Flash
Hi FK peeps,
I'm completely new to flash so don't know 1 thing about it I would appreciate it if people here can tell me the basics and some nice tutorial sites. BTW I'm going to use Macromedia Flash MX for my stuff when I have enough knowledge.
Some questions I have:-[list=1][*]What program can you use to draw your own characters for animations easily? E.g. bacon_mans cartoon fox[*]Do you have to be good at drawing to make your own flash characters?[*]What do people expect from flash?[*]What other programs are useful when making flash animes?[/list=1]
Thanks
Zenob33r
I Am Completely Baffeled...
I found this interesting flash game, it is called the mind reader, cick here to see it, and I was amazed that it actually worked! Then I set my mind to trying to find out how it works, but couldnt! Do any of you out there know, cuz it is killin me!
Thanx
Completely New To Flash...
Hey All. I just started using Flash. So far I pretty much just play around with it as I do not know much. I also get pretty good results. I am proud to say I can make things on screen move. However I have a question about importing objects to stage. How can I make the objects background transparent so it will not appear over something in my animation? Also I need to know good straight to the point tutorials I can read on this site, there are so many.
Completely New To Flash
hello-
i just registered on flashkit. i have been interested in designing flash websites for a long time. i already am pretty familiar with photoshop and graphic design, and wish to combine my graphic design talents with flash. but i am clueless, to the extent of the word. i don't know what programs to use to make a flash website. i don't know anything at all! could someone PLEASE give me a few software names and useful websites to get me started? thank you!!!
if anyone would like to see some of my graphic design, i've included an example. you can also find some of my stuff at:
http://sweet-jane.deviantart.com
thank you in advance for your help!
<3glam st. glam
Completely Take Over The Screen
I was wondering how you can take over the complete screen like in this example:
http://www.rezmultimedia.com/indexl_re.html
i know about full screen in flash but how do you do it in a web page?
New To CS3 = Me Being Completely Lost...serious Help Here?
hey.
I finaly recieved my copy of Adobe Flash CS3 Professional today and I installed it with a simple little grin
Now..ive bene using Flash for over 4 years now! iam not fantastic using the AS2..but I am capable and can make simple RPG games and stuff like that.
Now iam having trouble with this new AS3 because of the newly way about it..no longer can you put code onto movieclips on the stage..and its all held in the timeline??
Now..I cant even make a simple button? can someone direct me to a bunch of basic tutorials for AS3??
For example..I want to be able to make my characters move....I could do that with ease using Flash 8..but now I dont even know where to begin! iam thinking about quiting on CS3 before I even begun! and just go back to simple AS2.....but hey..I dont want to dish it out yet..surely AS3 is better!
Ok..any tutorials would be neat! is there a speical site out there with lots of AS3 tutorials??
Thanks for any help here!
Completely And Utterly New To This
Ok, so I know pcs well, atleast as far as IT and such, and I know a few basics about website building but I'm jumping into wholely new territory here and I was hoping maybe someone could point me in the right direction as to where to start and what it is I'm trying to do so that I can better find guides/resources to help me along the way.
What I'm trying to do is make is http://www.jeejuh.com/playerx.swf one of those. Almost exactly, functionallity wise, I'd just be doing my own skinning/logo/colors etc but what would I be looking at making? What is that exactly? I've heard flash music widget, flash music store, but I don't really know where to begin. I don't just need a streaming mp3 player, I need the store functionality too for digital downloads and of everything I've seen anywhere, *that* player does what I'm looking for. So how where would I start for making one?
Thanks in advance for anyone who has a point in the right direction or some information about where/what I'd be starting at.
Completely New To Flash
hi everyone
i'm new to flash, i've been designing things in flash helping my sister out, but now i got to a roadblock
i've been trying to learn how to make a movie, which when you click a button, a little menu drops down with selection choices
i tried making a separate movie, which has a motion tween with the dropping down, but when i imported that into the main scene, it would just loop over and over
i thought that this AS code might work
HTML Code:
services_mc.onRelease = function() {
drop_anim.play();
}
i've got a movie clip which i gave the instance name services_mc.
i wanted it so that you click the button, and from below another menu would come down, sort of like a motion tween
HTML Code:
http://www.evolutionmpr.com/sports_hdr2.swf
HTML Code:
http://www.evolutionmpr.com/sports_hdr2.fla
i've got everthing else laid out that i can think of, i jsut cna't get this to work
anything you can advise me on i'd really appreciate
How To Do This, I'm Completely Lost Here
Okay, i've several ideas how to solve this, but all are not really code friendly. I'm working on a flash app that acts as a tabbased contentwindow.
Situation:
Load xml into flash, check
display xml into textfield, check
display xml as a pricelist in flash, error
XML:
Code:
<tabel reiscode="nobrespe">
<ROW id="0">
<CEL id='0'><![CDATA[Aantal personen]]></CEL>
<CEL id='1'><![CDATA[5]]></CEL>
<CEL id='2'><![CDATA[4]]></CEL>
<CEL id='3'><![CDATA[3]]></CEL>
<CEL id='4'><![CDATA[2]]></CEL>
</ROW>
<ROW id="1">
<CEL id='0'><![CDATA[21/05-03/06]]></CEL>
<CEL id='1'><![CDATA[265]]></CEL>
<CEL id='2'><![CDATA[329]]></CEL>
<CEL id='3'><![CDATA[399]]></CEL>
<CEL id='4'><![CDATA[599]]></CEL>
</ROW>
<ROW id="2">
<CEL id='0'><![CDATA[04/06-17/06]]></CEL>
<CEL id='1'><![CDATA[305]]></CEL>
<CEL id='2'><![CDATA[379]]></CEL>
<CEL id='3'><![CDATA[459]]></CEL>
<CEL id='4'><![CDATA[689]]></CEL>
</ROW>
<ROW id="3">
<CEL id='0'><![CDATA[18/06-24/06]]></CEL>
<CEL id='1'><![CDATA[319]]></CEL>
<CEL id='2'><![CDATA[399]]></CEL>
<CEL id='3'><![CDATA[485]]></CEL>
<CEL id='4'><![CDATA[729]]></CEL>
</ROW>
<ROW id="4">
<CEL id='0'><![CDATA[25/06-01/07]]></CEL>
<CEL id='1'><![CDATA[355]]></CEL>
<CEL id='2'><![CDATA[445]]></CEL>
<CEL id='3'><![CDATA[545]]></CEL>
<CEL id='4'><![CDATA[815]]></CEL>
</ROW>
<ROW id="5">
<CEL id='0'><![CDATA[02/07-08/07]]></CEL>
<CEL id='1'><![CDATA[369]]></CEL>
<CEL id='2'><![CDATA[459]]></CEL>
<CEL id='3'><![CDATA[569]]></CEL>
<CEL id='4'><![CDATA[849]]></CEL>
</ROW>
this needs to be displayed something like this:
HTML Code:
<table>
<tr>
<td>Aantal personen</td>
<td align="CENTER"><b>5</b></td>
<td align="CENTER"><b>4</b></td>
<td align="CENTER"><b>3</b></td>
<td align="CENTER"><b>2</b></td>
</tr>
<tr>
<td colspan="7">Aankomst maandag 18 dagen</td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>21/05-10/06</td>
<td align="CENTER"><b>233</b></td>
<td align="CENTER"><b>283</b></td>
<td align="CENTER"><b>323</b></td>
<td align="CENTER"><b>477</b></td>
</tr>
<tr>
<td>11/06-24/06</td>
<td align="CENTER"><b>293</b></td>
<td align="CENTER"><b>359</b></td>
<td align="CENTER"><b>419</b></td>
<td align="CENTER"><b>655</b></td>
</tr>
<tr>
<td>25/06-01/07</td>
<td align="CENTER"><b>315</b></td>
<td align="CENTER"><b>384</b></td>
<td align="CENTER"><b>449</b></td>
<td align="CENTER"><b>669</b></td>
</tr>
<tr>
<td>02/07-05/08</td>
<td align="CENTER"><b>355</b></td>
<td align="CENTER"><b>438</b></td>
<td align="CENTER"><b>525</b></td>
<td align="CENTER"><b>759</b></td>
</tr>
<tr>
<td>06/08-19/08</td>
<td align="CENTER"><b>295</b></td>
<td align="CENTER"><b>364</b></td>
<td align="CENTER"><b>425</b></td>
<td align="CENTER"><b>615</b></td>
</tr>
<tr>
<td>20/08-02/09</td>
<td align="CENTER"><b>239</b></td>
<td align="CENTER"><b>295</b></td>
<td align="CENTER"><b>338</b></td>
<td align="CENTER"><b>499</b></td>
</tr>
<tr>
<td>03/09-15/10</td>
<td align="CENTER"><b>209</b></td>
<td align="CENTER"><b>255</b></td>
<td align="CENTER"><b>295</b></td>
<td align="CENTER"><b>439</b></td>
</tr>
</table>
What i've tried so far. First I thought, oh well let's just import the html table into a textfield, but that's not possible in flash. So I started to think about a for next loop, that creates a table. As you may expect, this isn't really a great solution because the table could have different columns every time.
ThanIi thought about a solution where I would make jpgs frum html pages, and load these jpgs into flash. But this isn't really a good solution either. I really need to try to get the swf size as low as possible, it's about 5kb now, I don't wan it to be any larger than 10 kb.
I would like to ask you to give me a suggestion how i could solve this issue?
what i've made so far:
http://www.buroscanbrit.nl/flash/wonderland.html
|