Hello,
I have a function that determines the user's resolution onLoad(). But I don't know how to display it on the screen in a TD. Can someone help me? The function is below.
Thank you
<script LANGUAGE="JavaScript">
<!-- Hide JavaScript from old browsers
function my_resolution()
{
if...
Hello,
I have a page with a series of thumnails. Each is supposed to launch a pop up with that picture but larger. The problem is that the first one works fine, but when you click on any other thumbnail, the picture is loaded on the pre-existing pop-up which is now behind the main page, and...
Hello,
I'm printing a document in a double sided format, and these pages are numbered. Is there a way that the numbering doesn't take into account the blank pages. How can I do that?
Thank you
Hello,
Does anybody have any ideas on how to show subtitles while a narrator's sound is played. reading the text dynamically from a text field or something. I only have space to display about 2 lines at a time.
Any ideas?
Thank you
Actually, I solved the problem by using a 2-dimensional array.
Bill, remember that it's reading from an array so you would need the [] there somewhere right?
Thanks to both.
Hello,
I have several arrays that are like this...
ch1sounds['test1.mp3', 'test2.mp3'...]
ch2sounds['test1.mp3', 'test2.mp3'...]
ch3sounds['test1.mp3', 'test2.mp3'...]
and I have the following expression to get the correct sound file to play
soundToLoad = "ch" + chapter+ "sounds[" + i + "]"...
Actually, I thought that was working but it's not. Here's my code
<a href="#" onclick="MM_openBrWindow('indexFlash.htm','','width=1020,height=700', 'left=0,top=0' )">Tutorial</a>
Is there anything wrong here?
Thanks
Hello,
I have a pop that unless it's launched in position 0, 0 you can't see the whole thing. Can some one tell me how I can give the new pop up window an absolute location?
Thanks
that is correct...
And I just solved the problem by changing the label to L1, L2, L3...
then, after step = step + 1, I added
frameToGo = "L" + step
gotoAndPlay(frameToGo)
That solved the problem.
Like always, you led me to the solution.
Thanks a million.
The thing is that the navigation increments when the user clicks next. So when the user clicks next, steps = step + 1, and if you were on step 2, now it should take you to the frame labeled 3. Does this make sense? Can I still use a number?
Thanks
Hello,
what is the syntax for gotoAndPlay(frameLabel) if frameLabel is a variable. See my labels are numbers, so when frameLabel is 3, I need it to go to the frame labeled 3, and not frame #3. Make sense? How can I do this?
Thanks
Oh man....I think I found the problem.
right now I have _level10.gotoAndPlay(_level0.step), which is understanding to go to frame number _level0.step, but I need it to go to frame Label _level0.step. What's the syntax for this. Translating a variable as a frame label.
Thanks
Hello,
Does anybody know how news websites post the news dynamically on their site. I know there are several public news feeds that they read and convert to html using XML, but that's is as much as I know. Does anybody know where I can find a tutorial on how to do this.
Thanks in advance
Actually, I'm not using that isLoaded variable anymore. That's why you can't find it. It was originally declared in level0, which is why you see level0.isLoaded. I'm getting most of the traces too, except the most important one...the one on masterPreloader.fla frame 10. There's a command at...
Ok thanks a million, I just sent an email to your hotmail accounts with a link to the zip file. I saved all the flas as MX.
Let me know as when you have anything. This is driving me crazy.
Thanks again
Oldnewbie,
I'm having a problem with a preloader you once gave me, and I can't figure out why it's doing this.
the preloader is in level5, but the swf it's preloading is loading in level10.
I put certain trace messages inside the preloader function, and it's going inside the if...
Hello,
I'm developing a training in Flash with many chapters. The user can navigate by means of Next/Previous or they can click on a master navigation button corresponding to the chapter they want to jump to. I want to do this in the most dynamic way possible. Meaning I don't want to...
Hello,
I have a spreadsheet with 400+ rows (only one column) of email address, I need to put a comma between all of those emails to be able to paste them onto the to: field. So how can I concatenate 400 rows, and put a comma inbetween each record?
Thanks in advance
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.