Thank you very much oldnewbie. I didn't explain my self. Can I use the code I stated with a clip that I created with Insert Symbol and it's in my library? Can I call it this way? Thank you.
How can I import a movie clip from the library to the screen pushing a button? Something like:
on(release){
clip_to_be_replaced.loadClip("the_clip_I_want");
}
I inserted a text file of the somefile.txt kind inside a dynamic textbox. It works great as you can see it in
http://www.gutadecarvalho.com/apagame/perfil.htm
How can I put links inside the text somefile.txt. How can I put the code there so you can see it but it can make a link to another URL...
I have a great text box with a scroll bar that works very nice as a stand alone. It works ok by itself in a html page (import/media/flash/mytextbox) and etc.
I have a flash document and I want to imort the textbox with scroll bar inside it. When I do (import to library/ drag the thing to the...
Hello everybody.
I have a dynamic text box that works fine. I put some more text and I want to scroll the text. I put an UIScrollbar in the right side of the text box. I do Ctrl+Enter and I see a beautiful text box with a scrollbar that works 100%. I export de clip to an SWF file and IT DOESN'T...
I have this page:
http://www.keepersoflight.pt/viagens/viagens.htm
that has 3(three) images that link to 3 pages. I can see it in my PC (and in all the PCs in vaious locations I tried). My client (I'm so fired) cannot see 2 of the images in his MAC. He doesn't see it in the IExplorer for MAC...
I need to have dual boot in my PC, for testing purposes. I already have Windows XP installed. When I try to install 2000 Server, I get the message "This CD ROM is from an earlier version. The configuration from this dis is deactivated"(I'm translating from portuguese, but basically it's this)...
It's just a back button. Not in a film, but in a web page. I solved it like this:
on(press){
getURL("javascript:history.go(-1);","_self");
}
on(release){
getURL("javascript:history.go(-1);","_self");
}
Why can't we work with these things without it making us crazy? Thank you and if...
I have this button with this code:
on(release){
getURL("javascript:history.go(-1);","_self");
}
Thank you.
I want it to work as a back button. I don't find any error in the code and yet IT ONLY WORKS IF I CLICK THE BUTTON TWICE! More: I have other buttons in the page and if I click once in...
This how you change the heading title:
includes/languages/english/index.php
define('HEADING_TITLE', 'What\'s New Here?');
How can I change it if my installation (it's an automatic installation in my web host) doesn't have the
includes/languages/english/index.php
path? Is it corrupted? Is...
I'm getting this strage error in the "getURL" instruction. I write
on(release){
getURL("something.htm");
}
and I get the message:
can't open omething.htm
The first letter disappears. Does anybody knoes what this is?
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.