I can start a Full-Screen page with a Java Script on the HTML page where the button is that opens the Full Screen page.
But when I start from a Flash website and want to open a REAL Full Screen page I need to have a HTML page in between with a button to open the Full Screen page (described...
On stage there are two movieclips (mcA and mcB)
In mcA I have a button. On release I would like to place movieclip C in mcB. How can I do it?
With my current script I only manage that mcC opens on stage.
on(release){
_root.attachMovie('movieclipC','mcC',1);
_root.mcC._x=500
_root.mcC._y=100
}...
Thank you for your help.
I just found out: If I keep the same name where in my script I had put 'example1' - no new window will open.
But as it does not work really smooth I will try to follow your advice.
Out of a Flash menu I am opening a html popup by pressing the button 'example1'. No problem.
on(release){
getURL ("javascript:NewWindow=window.open('example1.htm','name','width=835,height=220,left=0,top=0,toolbar=No,location=No,scrollbars=No,status=No,resizable=No,fullscreen=No')...
Starting my mother.swf the movieclip mc_picture is loaded as well. Also a special button.swf is loaded into a level.
Pushing a button in this button.swf loads grandchild.swf. And when reaching frame 10 of this grandchild.swf I want the MC, namely the mc_picture to go to alpha=50.
I placed the...
How can I insert a Quicktime .mov into my Flash Website and position it exactly? I guess that I have to first include it into a HTML page. Right? Or how?
Thanks for helping,
Aribert
Can I insert a small HTML page into my Flash page?
(I have a Quicktime movie (.mov) and a Java applet. As I would like to include these into my Flash website and cannot include them by themselves - but they should be in a HTML environment - I wonder if the HTML page can be inserted on a certain...
My array is loading images and it does. It is situated on the timeline:
_root.num=0;
_root.arrayname=new Array(‘image1’,’image2’,’image3’);
Instead of feeding the array with these variables I have created a textfield from which the ar-ray should get its variables.
It is called: ‘text1.txt’...
Maybe you might be able to help:
Wanting to load a textfield with a button there are two possibilities:
1) creating a textfield with double-click on button and filling out the 4 fields
2) using ACTIONS, where I can place action script in for more precise wishes
In this case I want to load an...
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.