Posts

What do you think is the best method to achieve this:

within main timeline, have bunch of buttons scale on mouseover , scale down on mouseout. help, have gotten these set how need them be.... that.   my next question bit trickier, think have few options achieve it, curious think best way such thing:   so, if rollover button, scale up, now, needs happen, when click button, button scales full screen bleeds, check out as2 version here: www.straightlinenyc.com/introduction/launch.html (go explore, , click of circles).   right now, thinking when click bubble, within movieclip build transition – if click, go btnhit label , there button scale , set stage me load in case study work. thinking @ end of scale full screen, put enterframe function, saying once hit frame, gotoandplay case study frame place on main timeline.   obviously, problem right now, if mouse off buttons hit state while occurring, goes away  – thinking on hit should remove hit state child.     the other option may make more sense, addc...

Thread: C++ loop problem (Not working as expected)

i keep getting slight issue, when try validate input. code: unsigned char response =0; while ((response < 1) || (response > 3)) { //if validation errs enter new cin >> response; } in theory should carry on until user inputs right item. i've changed char int , there's no difference. (not there should be) i've tried numerous ways of writing while parameters still nothing. here's how i've tested it. enter enter y, enter 1 = never ending loop enter 5 then 0 = never ending loop... i'm going try internal if... didn't work same results. enter letter repeats indefinitely, there way of validating natural numbers or way exclude else? works int type problem when type char read ascii chars instead of numbers if statement have compare against ascii chars bei adding single quotes around numbers or subtracting '0' (the offset of numbers in ascii) input no...

Need assistance with a js popup window

hi guys,   im adding pop window works website display small faq. downloaded cool 1 http://orangoo.com/labs/greybox/ im having trouble getting work. window comes looking how should page says "cannot find page". added google url in , had same result. instructions got listed below , code below that. okay post , apologize if im wasting anyones time   thanks..   append following header section (in between  <header>...</header> ). gb_root_dir url static files located: <script type="text/javascript">     var gb_root_dir = " http://mydomain.com/greybox/ "; </script> gb_root_dir should absolute. append following scripts , 1 stylesheet: <script type="text/javascript" src="greybox/ajs.js"></script> <script type="text/javascript" src="greybox/ajs_fx.js"></script> <script type="text/javascript" src="greybox/gb_scripts.js"></script> <link href=...

fade out effect before loading external movie clip?

hello!  i'm building flash web site has 6 pages.  whenever clicks on nav button, corresponding .swf file loads blank movie clip have on home page. i'd have content on current page fade out before content on new page fades in. i've used flash years, first web site i've built entirely in flash, , don't quite know how approach this....   i'm assuming actionscript easiest , efficient way produce effect, don't know how go doing it.  there way tell current movie go frame in movie , play before loading next external movie clip?     any suggestions appreciated.     thank you, nicole use 2 target movieclips.  1 displaying swf , 1 next 1 you'll want display.  when button clicked start loading of next swf  , use preloader code or onloadinit() method of moviecliploader class listener start fade out of current target movieclip (using tween class or actionscript) , start fade-in of loaded target.  when fading complete assign curr...

ZWeather fatal error -- urgent - Joomla! Forum - community, help and support

i'm getting fatal error zweather --- http://www.zcontent.net/ this happens in admin panel when try refresh cache: fatal error: allowed memory size of 20971520 bytes exhausted (tried allocate 128 bytes) in /home/xxxxxxx/public_html/enewspf/includes/domit/xml_domit_lite_parser.php on line 913 there similar error when try load component on front end. what happening here? Board index Joomla! Older Version Support Joomla! 1.0 Extensions - 1.0.x Components

Modifying a flex column chart

hi there,   i'm trying change x axis have 4 bars measure categories. bars show up, , track data, thin , in far left quadrent.   chart         <mx:columnchart id="categorychart" height="137" color="0x323232"             showdatatips="true" width="272" y="213">                             <mx:horizontalaxis>                 <mx:categoryaxis categoryfield="category"/>             </mx:horizontalaxis>               <mx:series>                 <mx:columnseries yfield="hea...

Special Access - How to set User to View Sections Marked "Special" - Joomla! Forum - community, help and support

my sections members marked "special" as is, public cannot see them. registered users can see link, told paid members can read content. in user manager, see nothing mark user "special".. giving me third category user access need. what frontend user setting allow them see "special" sections, without allowing them damage? it's ok if can contribute content, not publish or change it. goal let them see sections marked "special" users. thanks! bob Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x