] Hi,
Any one can help me how to create a image in which should be transparent and i should see the background picture through another layer which is at foreground
Hi
Not very clear what u mean by an image??? You mean to say a transparent gif or png. OR object in flash.
In flash u can create a transparent effect by reducing the _alpha (color) value of the object. For example :
aShIsH
Hi Ashischandrs
Thanks for ur kind reply and i mean the object of flash. If i keep an object above a picture the picture should be visible through that flash object.
Please see the attachment i have given a sample please help me in doing like that(HR Resources - Object which is yellow)
Hi
Select ur flash object. If its a Graphic Symbol or Movie Clip. Select it and reduce its alpha value (press CTRL + F3 for properties box) to 35%. Then you can see the object kept just below ur object. Intensity of alpha depends upon the requirement.
aShIsH
I think I know what you mean my example is here. http://www.angelfire.com/zine2/bluidesigns/ ( yeah I know not very pro with angelfire ohwell). Now you animated text box (a external swf which is being loaded) actually has a black background as seen here (actually transparent but that background black why you dont see the text). [url=“http://www.angelfire.com/zine2/bluidesigns/main_txt.swf”]http://www.angelfire.com/zine2/bluidesigns/main_txt.swf. I wanted the same thing as you to have the background in the external swf I had.
Go to your File/Publish Settings. Then go to your html settings and set it to The Window Mode to transparent. Hit ok, save then publish.
Hope that helps!
Realized this says exactly what the tutorial that was posted earlier says but maybe the example will help.
edit relaized this is exactly what the early posted tutorials says but maybe the example will help!
Hai asish
Really thanks It is very helpful for me
Hi all
Please let me know how i can organize the scene to display in sequence by giving timings. for ex. if the first scene completes the second scene should automatically load and proceed. Please help me in this also. This presentation can be done thru slide or document which will be better for me
Please give a suggestion to proceed Please
Hari
Hai asish
Really thanks It is very helpful for me
Hi all
Please let me know how i can organize the scene to display in sequence by giving timings. for ex. if the first scene completes the second scene should automatically load and proceed. Please help me in this also. This presentation can be done thru slide or document which will be better for me
Please give a suggestion to proceed Please
Hari
Hi Hari,
You can organize scenes as per the flow of your presentation. Like Introduction
Index
Slide1
Slide2
…etc
Open panel Scene (SHIFT + F2), it will give u a list of scenes and heirarchy how the flow is going to be, and u can add as well as delete scenes from here as well.
On completing scene1 (ie ur Introduction) u just need to write a small script:
onEnterFame = function () {
gotoAndPlay(“Scene2”, 1); // 1 is a frame number on Scene2
}
Here in place of Scene2 give ur next scene name and in place of 1 u can also give frame label from where u want to begin u r presentaion to start.
aShIsH
Hi
Please say me how to forward the slide in the presentation (slide presentation) without the key press or any mouse input it should move to the next slide after the slide completes please help me regarding this as soon as possible
Thanks In Adv
Ashish i have send u a mail also di u received will u give me the solution
Hari
Hi Harri,
If u read my previous reply properly you will find the answer. I dont need to write any script on any event like click or mouse.
Say ur first presenation gets over on frame 10 of scene1 then u just need to write the given script on the 15 th frame ( 5 frame for giving a small break )
which will jump to the next scene. Like that u have to do in rest of the scecnes.
Its just a basic task. :sigh:
aShIsH
Hi ashish
Yes ashish when we design using scenes i m understanding. Did u saw Flash Slde presentation when u create new flash presentation it is not working in that slides there will be a master slide and child slide. In default they have set as right arrow key to forward but i want do it automatically i have tried with ur scripts ashish but it is not working please give me a solution. Im using MXFlash 2004.
Thanks in advance
Hari
Hi Hari,
There u r now. So you are using presentaions.
Ok Fine…Do the following steps.
- Create a MovieClip.
- Write this script on 1st frame:
setInterval(playNext, 4000 );
function playNext() {
_root.frame++;
_parent.gotoAndStop(_root.frame);
trace(“invoked”)
};
-
On your main stage on the first frame wirte this script:
var frame = 1; -
Drag that MC on to the stage.
NOTE: I am assumimg ur using only one SCENE and having ur slides frame by frame. If u created diff scenes then script will differ inside MC created above
setInterval(playNext, 4000 );
function playNext() {
_root.frame++;
_root.myScene++;
_parent.gotoAndStop(“Scene”+_root.myScene, _root.frame);
trace(“invoked”);
};
Here myScene is a counter similar to frame and define it as 1 on the main stage:
var frame = 1;
var myScene = 1;
But your scenes should be named as Scene1, Scene2, Scene3,…
cheers
aShIsH
Hi
Ashish
Ok. Thanks but i want how to set the slides in teh frame. While Im opening an new Flash Presentation there is a tree view which has the master slide and child slides which has the contents Now how to set the slides in the time line please have a look on mxflash 2004
Otherwise if u r in msngr please will u add my id and come for chat for a while please ashish. my id is pranovk_1987
Please give me ur valuable time for 10 mts in chat please please please