| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Registered User
Join Date: Jul 2005
Posts: 9
|
i was just wondering, i've never used jsfl before, but could definatley use, i've made a template for a flash file which we use here at my studio for visualisations, the only things which need changing to re-purpose it are the images contained thier titles and the background colour. can i use jsfl to create a "make presentation from these" command that will basically take an empty flash document with nothing but a few imported jpgs in it, and turn that into my flash presentation???? (so it would resize the document, set the frame rate, promt for bg colour, show each image and promt for title, then add keyframes and actionscript to the movie, complie and test????)
or is that imposible? |
|
|
|
|
|
#2 |
|
Registered User
Join Date: Jul 2005
Posts: 9
|
so does anyone know if jsfl can help me? is what i'm describing possible using jsfl, or am i barking up the wrong tree???
|
|
|
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Mar 2005
Location: Oxford UK
Posts: 479
|
It's the right tree you're barking up! If what you're talking about is a tool that takes user settings and makes the presentation accordingly, you'll maybe want to look at WindowSWFs.
Last edited by jjbilly; 08-01-2005 at 11:28 AM.. |
|
|
|
|
|
#4 |
|
Registered User
Join Date: Jul 2005
Posts: 9
|
widowSWF's i keep hearing this term but haven't had time to investigate, am i right in thinking this is the swf's which play in the IDE as panels? if so than yes, building a swf panel (windowSWF) which accepts a library item referance and label (however many times are needed) and a bg colour, which affter hitting "build presentation" would build it, yes that would be perfect!!!
i guess so long as jsfl can do the following it's possible right? manipulate the timeline manipulate actionscript manipulate the stage and document settings i mean those are the only things which really need to be done in order to make it work, it's just they need to be done programatically(?) not by a human. |
|
|
|
|
|
#5 | ||
|
lala
Join Date: Feb 2002
Location: on the road
Posts: 2,859
|
Quote:
Quote:
when using windowswf you use MMExecute to call jsfl scripts. i attach my class i use to do it with ActionScript Code:
ActionScript Code:
|
||
|
|
|
|
|
#6 |
|
Registered User
Join Date: Jul 2005
Posts: 9
|
so presuemably i just create a panel i want to use as as a windowSWF, have some function calls to jsfl scripts which do the leg work, which sounds fine, except that panel would in itself need to interact with the ide no?
like i drag my screenshots onto it, or i pick them and give each one a title then hit build. how can i do that if the panel can only call external jsfl via MMExecute() ??? |
|
|
|
|
|
#7 | |
|
lala
Join Date: Feb 2002
Location: on the road
Posts: 2,859
|
Quote:
|
|
|
|
|
|
|
#8 |
|
Registered User
Join Date: Jul 2005
Posts: 9
|
ok opening a can of worms is not a nice idea, and it's never going to be forward facing anyway, so i guess that level of "ease of use" isn't paramount. so i guess what i'm trying to work out (now that i have established it's at least possible) is what is the best approach?
i guess (correct me if i'm wrong) that i could just import my however many screen shots into the fla (they would be named seqentially anyway) and then have my "build presentation" button just look for instances of bitmap library items beggining with "screen" and from that do it right? or even easier would be to put them in a folder? or even easier still tell jsfl how many there are via the windowSWF, and at the same time get the titles (so user types 5 into an input field .onKillFocus tells the windowSWF yo put 5 input fields one after another and the values of these will be sent to jsfl for the titles) is this sounding viable to you? am i looking at it the right way (as mentioned i've not ever worked with this sort of thing and although essentially just ecma script, it's the ide / file / code relationships which are confusing me at times, the concept of programming my program are a bit of a headFrench Connection UK ) |
|
|
|
|
|
#9 |
|
lala
Join Date: Feb 2002
Location: on the road
Posts: 2,859
|
yeah it sounds viable. i don't think there is a right and wrong only a more intuative and less so
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|