PDA

View Full Version : How I use swf in swf (nested) / ScrollPane ?


lse123
11-03-2006, 04:33 PM
Flash is case-sensitive in naming(symbols,form fields,components) ?
How I use ScrollPane ?
How I use swf in swf (nested) ?

Noct
11-03-2006, 04:51 PM
1.) Yes

2.) http://www.flashkit.com/tutorials/Getting_Started/Flash_MX-estudiow-757/index.php

3.) You will have to be more specific about what you want to do, or what your problem is. If you mean you want to dynamically load a swf into your file at runtime, you need to use loadMovie.

lse123
11-04-2006, 04:11 PM
I am using flash mx 2004 prof.
=======================
3) I want the small swf at:
http://www.PolisPhotos.com/samples/webform-lc-contact/email_mx-combobox-backbutton.html
inserted in a small space in the swf at:
http://www.polis-index.com.cy/flash-lc/background2curv-buttons29oct2006b2_content.html
-----------------------------------------
2) I want the big swf at:
http://www.PolisPhotos.com/samples/webform-lc-design/design-your-ws-form.html
inserted in a small space in the swf at:
http://www.polis-index.com.cy/flash-lc/background2curv-buttons29oct2006b2_content.html
------------------------------------------

lelales
11-04-2006, 07:56 PM
In your flash document create an empty movieclip.
Place this movieclip on the stage where you want the top left part of the form to load.
Give the movieclip and instance name like "form_mc"

then on the timeline where you want the movie to load, probably the first keyframe write:loadMovie("form.swf", "_root.form_mc");


assuming the name of the swf you want to load is is "form.swf"

lse123
11-05-2006, 03:35 PM
In your flash document create an empty movieclip.
Place this movieclip on the stage where you want the top left part of the form to load.
Give the movieclip and instance name like "form_mc"

then on the timeline where you want the movie to load, probably the first keyframe write:loadMovie("form.swf", "_root.form_mc");


assuming the name of the swf you want to load is is "form.swf"
I am using flash mx 2004 prof.
=======================
May use and the Loader component for this action ? I used Loader component to insert a swf file(a webform) . When I tested in in flash the drop-down menu of the form do not opens , well ?