Posts

Showing posts from July, 2011

Cement Automatic Page Numbers in Place

hi everyone,   i have done search on i'm struggling find right answers.   i have document automatic page number on each page. want able lose 'automatic-ness' when shuffle pages around, number remembers used be. ie. on each page i'll have text reads "spread carried on page 22 of previous revision of document".   is there script can use achieve this?   please let me know if need further clarification!   much appreciated, lewis a few days ago wrote such script -- run against sample document see how works.   kasyan   var doc = app.activedocument; app.findtextpreferences = app.changetextpreferences = nothingenum.nothing; app.findtextpreferences.findwhat = "^#"; var finds = doc.findtext(); var found; for (var = 0; < finds.length; i++) {      found = finds[i];      try {           var pagename = found.parenttextframes[0].parent.name;    ...

Save deletes formatting and pictures - Joomla! Forum - community, help and support

i built site @ renacercob.org/renacer using joomla 1.5.15. build went well. yesterday, attempted update picture on front page. inserted picture visible when inserted, disappeared when attempted save. can insert text, cannot add formatting. i have tried using tinymce , no editor. each time try save, formatting have added removed. (including code added insert picture). disabled , re-enabled tinymce same results. tried used jce. when select article, blank screen. i'm feeling frustrated joomla. have thoughts or suggestions? make sure folder , file permissions correct. -------------------------------------------------------- resetting permissions turn ftp layer off , set files 644 permissions , folders 755 (if host runs suphp) , try installing again. you can reset permissions connecting hosting account via ssh , issuing following commands in /public_html folder (on cpanel host). hosting providers it's /www or /html folder. find . -type f -exec chmod 644 {} \; find . -type d -exec...

Performance Tuning On Livecycle ES

hi all,   i using lces2.my application has short lived process things data extraction,digital signature validation,some xml operations ,some database operations etc.the application invoked via portal , returns response portal.now limited users application works.   but when perform load test on ,at around 50 users load starts throwing exceptions.   any regarding how tune livecycle performance helpful   thanks , regards, leena jain More discussions in LiveCycle installation, configuration, deployment, and administration adobe

TinyMCE 3.26 not working in Joomla 1.5.15 - Joomla! Forum - community, help and support

i have had problem getting tinymce editing since version 1.5.12 (i think). i have 3 editors installed, 1 use jce (because gives me spell checker). editors work advertised except tinymce. see new version looks , if worth installing on site develop. i checked every thing as can without success. using firefox webdevelopper noticed following error: error: r not constructor source file: http://localhost/mysql/pache%20dev/plug ... iny_mce.js line: 1 hope can help Board index Joomla! Older Version Support Joomla! 1.5 Administration 1.5

Thread: Acer AspireOne mic not working with Flash 10 chat

hi everyone. installed ubuntu on netbook, acer aspireone. got running properly. @ first had problem using webcam online sites using flash 10 (facebook, youtube, tinychat), directed me adobe control panel , after setting permissions, working fine. yesterday, installed bunch of updates, , since built-in microphone stopped working in chat. microphone still works if record audio or use in other applications. of sites using flash video chat (listed above) can camera working, not mic. don't error messages or different before. difference no sound coming through. wish knew updates i've installed yesterday. 1 of them must have caused problem, since working fine before then. help. did figure out solution this? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Multimedia Software [ubuntu] Acer AspireOne mic not working with Flash 10 ch...

Help resize SWF in vertical direction

Image
i have more reach application, in simplify problem looks so: i dont' need in scroling. how it? javascript? or exists decision in actionscript 3? help plz. yes possible. define width, , set my_txt.autosize = textfieldautosize.left;   for example: my_txt.width = 100; my_txt.autosize = textfieldautosize.left; More discussions in Adobe Animate CC - General adobe

أتعرض للاختراق بشكل متواصل .. ماذا أعمل؟ - Joomla! Forum - community, help and support

السلام عليكم موقعي يتعرض لمحاولات اختراق بشكل متواصل بالرغم انني نفذت أغلب توصيات الحماية وقمت بتركيب الاضافات البرمجية للحماية ايضا الموصى بها في هذا المنتدى. الشيء الوحيد الذي لم اقم به هو تغيير اسم جداول قاعدة البيانات حيث انها مازالت _jos ولا أعرف كيف اغيرها بعد أن اصبح الموقع كبير وليس في طور الإنشاء. المهم الاختراق الذي يتم الآن هو لتغيير كلمة سر الآدمن مدير جمله والرسالة التي تصلني بخصوص الاختراق هي en date et heure : november....... une tentative de hacking commise sur :ant.dsabuse.com par 91.212.127.100 en appelant :http://ant.dsabuse.com/abc.php?auth=45v456b09m&strpassword=xzmwuw_agzcs&nloginid=43 pour plus d'informations, consultez logsentinelle.php de votre repertoire logs par votre ftp http_host_name: 91.212.127.100 ارجو المساعدة من اين تأتي لك الرسالة الموضحة وباللغة الفرنسية Board index Joomla! International Language Support International Zone Arabic Forum 1.5 !جوملا ...

Can I easily give site visitors ability to go back to where they left off?

not sure look? want set training site , give visitors chance go leave off training? i'm newbie have basics down. have cs4 dreamweaver. responses! there 2 alternatives:   1.  cookies 2.  database   to use latter, you'd have require user login.  you?   to use former, write 'bookmark' location session cookie, re-read on return site.   are @ experienced use of either? More discussions in Dreamweaver support forum adobe

Problemer etter oppgradering fra 1.5.13 til 1.5.15 - Joomla! Forum - community, help and support

har en hjemmeside som hadde joomla 1.5.13 norsk. bestemte meg dag å oppgradere. lastet ned: joomla_1.5.13_to_1.5.15-stable-patch_package.zip pakket ut denne og lastet den opp til min isp via ftp. så lastet jeg ned norske språkfiler 1.5.15, pakket ut disse og lastet den opp til min isp via ftp. saken er nå da den, @ hjemmesiden nå er nede. får feilmelding: fatal error: class 'jdatabase' not found in /home/osondodq/public_html/joomla/libraries/joomla/factory.php on line 562 har forsøkt med å legge tilbake den gamle versjonen av 'factory.php' uten @ det ble noe forskjell. har ikke endret noe på databasen. har sjekket linje 562 facroty.php fila, og der sier følgende: code: select all $db =& jdatabase::getinstance( $options ); noen som har tips om hva som er galt? var det feil måte å oppgradere på tro? Board index Joomla! International Language Support International Zone Norwegian Forum ...

How do I remove spaces between two tables on a homepage?

how remove spaces between 2 tables on homepage? made beautiful website recording-artist wife http://www.bridgetmusic.com/ , want better. if go source see have removed every small space, don't understand why tables not glued continuous black tile instead of distinct tables white spaces separating them. pointers appreciated. #1 don't use frames or frameset.  don't need them , don't want them. here's why: http://apptools.com/rants/framesevil.php   #2 fix code errors before worrying layout problems.   errors on index01.html http://validator.w3.org/check?verbose=1&uri=http%3a%2f%2fweb.me.com%2furomastyx.studio%2fb b2008%2findex01.html   errors in frameset http://validator.w3.org/check?verbose=1&uri=http%3a%2f%2fwww.bridgetmusic.com%2f   html & css tutorials - http://w3schools.com/     nancy o. alt-web design & publishing web | graphics | print | media  specialists http://alt-web.com/ http://twitter.com/altweb More discussions in Dr...

Thread: everything gone slower slower

i don't know happend? after installing ubuntu month comes slower every ten mints every thing stops mint comes normal status if there system restore windows? tell me way plz .. didn't answer me in absolute beginner talk don't know happend? after installing ubuntu month comes slower every ten mints every thing stops mint comes normal status if there system restore windows? tell me way Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] everything gone slower slower Ubuntu

Can not build export of application

when run application in debug mode .. works perfectly. but when try build run-mode application. flash builder returns warnings that     Описание Ресурс Путь Расположение Тип design:itempage module or application directly referenced. cause design:itempage , of dependencies linked in fx. using interface recommended practice avoid this. fx Неизвестно Проблема flex map:mapedit module or application directly referenced. cause map:mapedit , of dependencies linked in fx. using interface recommended practice avoid this. fx Неизвестно Проблема flex map:mappage module or application directly referenced. cause map:mappage , of dependencies linked in fx. using interface recommended practice avoid this. fx Неизвестно Проблема flex menu:mymenu module or application directly referenced. cause menu:mymenu , of dependencies linked in fx. using interface recommended practice avoid this. fx Неизвестно Проблема flex what meen? have do? google don't know.   ps sorry english...

Varningsmeddelande efter uppladdning - Joomla! Forum - community, help and support

Image
hej! jag har byggt en sida som fungerar klockrent när jag kör den på localhost (mamp) men när jag lägger upp den på fs-data webhotell så får jag varningsmeddelandet: warning: invalid argument supplied foreach() in /home/r/rast/www/templates/ja_rochea/ja_menus/base.class.php on line 60 sidan ser även annorlunda ut på kontaktsidan där texten helt plötsligt blivit större. Är det någon som har en aning om vad detta beror på? sidan ligger på: http://rast.se behöver verkligen hjälp med detta! joomla version 1.5.8 php version: 5.2.6 tack på förhand! hej och välkommen! för det första. uppdatera omgÅende till version 1.5.15. nu när du har hängt ut dig med version och länk så löper du stor risk att hackas eftersom du använder en riktigt gammal version av joomla. det andra är nåt med templaten som strular. kanske löser sig efter uppdatering... annars kan vi ta tag detta. en annan sak. jag försökte komma åt webino för att slippa skriva detta om säkerhetsrisken forumet. men din site ligger tyvärr...

Combobox, word wraps and variable heights

i trying make combo box variable height items have managed writing this: <combobox:mccombobox             id="combobox"             prompt="{_prompt}"             maxwidth="{container.width}"              itemrenderer="{new classfactory(mccomboboxitemrenderer)}"             dataprovider="{_dataprovider}"             change="_updateanswervo(event)"             open="_opencomboboxhandler(event)"/> private function _opencomboboxhandler(e:dropdownevent):void {                 var list:list = e.currenttarget.dropdown   ...

Thread: not booting after update

hi, in middle of update on acer mini 1 netbook 10.04 netbook remix , had leave. closed lid hoping continue de update home. when try boot up, machine gets login screen , seems freezes there. tried rebooting , going in safe mode , seems freezes also. got liveusb , decided try , works, data on 1 of partitions old, theres nothing of new files had earlier. there way me troubleshoot boot see whats bothering girl? thanks, uncas. while booting in safe mode computer halts following message... [drm:edid_is_valid] *error* edid has major version 0, instead of 1 [drm:edid_is_valid] *error* raw edid: i915 0000:00:02.0: lvds-1: edid invalid. please advice... Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [SOLVED] not booting after update Ubuntu

Administrator Template - Show Site Name (now hidden) - Joomla! Forum - community, help and support

i did stupid. more out curiousity , can't fix it. trialling new administrator template (joomlapraise). in template manager picked administrator>>kephri >> show site name -- no. it hid site name , top bar of administrator area. it's more aesthetic anything, when click yes, doesn't return position. when clear cache , offline files. suggestions make reappear? have copy image in joomla site? thanks help tim my oops. apparently templates not completed cherry or teal, option green. Board index Joomla! Older Version Support Joomla! 1.5 Administration 1.5

Articles metadata description and metadata keywords - Joomla! Forum - community, help and support

hello guys i have question these 2 parameters. what's big difference between metadata description , metadata keywords? should enter short text description , big list of keywords? recomended size these 2 parameters? what's best way improve visibility of article? thank you. search engines may use meta description display people searching sites. ideal length 1 or 2 sentences meta description. meta keywords, add in 3 4 keywords adequate. over-stuffing of keywords result in search engine penalization. Board index Joomla! Older Version Support Joomla! 1.5 General Questions/New to Joomla! 1.5

Thread: Searching on the Ubuntu Wiki

ok, weird 1 old schoolers. or new schoolers, whatever. created document ubuntu wiki around time ubuntu first released, , want make copy of it. title should along lines of "ubuntu how come" or "ubuntu hows come" created me, thegreedyturtle. now, wikis have pages show you've done on wiki, , find way, i'm having difficulty finding page. can't hits searching it. because of way document was, don't believe has been chopped , integrated new documentation in way. it's outdated enough no 1 use it. lot of info still relevant, want copy records. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [all variants] Searching on the Ubuntu Wiki Ubuntu

PS CS5 workspace menu problems

when go ps , click on window>workspace, not have 'sa ve workspace' nor have 'keyboard shortcuts , menus'. can explain me how save preferences with these missing? feel stupid, heck they? just window - new workspace.  creates 1 or writes on existing one.   like you, looked "save workspace" @ first.  think simplified menus bit much.   -noel More discussions in Photoshop Windows (read only) adobe

Adding authorized users to a newly created room?

so server side php has created new room, , want add list of authorized users , roles room in preparation them joining later.   can point me examples on how works?   thanks! lccs doesn't have list of authorized users. application provide valid authentication tokens.   you can implement requirements, though, using external authentication.   basically server-side application keeps list of users can access room in, example, database table this:   create table room_users {   roomname varchar(64).   username varchar(64),   userid varchar(64),   role int }   when user logs in through application portal , tries access room entry in room_users. if not there user cannot access room. if it's there can create external authentication token using values room_users row , pass flash application.   the sdk comes couple of examples using external authentication, can refer to. More discussions in LiveCycle Collaboration Services adobe

Crone job question ? - Joomla! Forum - community, help and support

i have account on godaddy have 3 sites in root . what line type 1 directory . not . till using tar -cvvf /$home/directory/exzample.tgz . $home can see data in root . how can backup 1 folder in root . i need code line . thanks . sort of puzzling query if understand it. command line includes path, needs that, path. if in /$home, specify sub folder of $home want backup, in same command. your example backup 1 file , 1 file only. exzample.tgz you need merely specify want backup. if parent folder. /home/mysite thats specify, not /home you need switch copy recursively, ie subfolders, first need name main folder want tstart with, apparently not /home rather /home/somethingelse instead of /$home maybe /$home/site1 or /$home/site2 whatever folder want up, specify in cron job. there switch -r copy folders sub folder specified. maybe missing something, if not, try specifying exact folder want backup, sub folder of /home or whatever. hope makes sense, if not, elaborate bit, or maybe el...

Frontpage registration - Joomla! Forum - community, help and support

Image
i wondering best way this: want have registration form , , login form on frontpage. frontpage using separate template , not have content. i thinking of setting homepage menu link (index.php?option=com_user&view=register) and rendering login form module. best way it? thanks in advance. set frontpage user> registration layout menu item. then put login module on sidebar. thats Board index Joomla! Older Version Support Joomla! 1.5 General Questions/New to Joomla! 1.5

Changing Access Levels - Joomla! Forum - community, help and support

maybe dumb question how change 200 articles public special quickly? do need click on each individual article twice in access column? seems there should way globally. thanks education can provide. if of articles in particular section or particular category, set section or category "special" access. then, if article in set "public" "section" or "category" setting override that. (i hope makes sense). Board index Joomla! Older Version Support Joomla! 1.5 General Questions/New to Joomla! 1.5

Thread: Error in Compiling Third Party Modem Driver

i trying compile third-party usb modem driver zte ac8710 ubuntu 9.10 ( linux-headers-2.6.31-14-generic) source code provided inside windows installation cd. directed in redame file, have changed makefile point correct linux source header files. geting following compilation errors: abhijit@lenovo:~$ cd linux abhijit@lenovo:~/linux$ make make -c /usr/src/linux-headers-2.6.31-14-generic m=/home/abhijit/linux modules make[1]: entering directory `/usr/src/linux-headers-2.6.31-14-generic' cc [m] /home/abhijit/linux/usb-serial.o /home/abhijit/linux/usb-serial.c: in function ‘destroy_serial’: /home/abhijit/linux/usb-serial.c:159: error: ‘struct usb_serial_driver’ has no member named ‘shutdown’ /home/abhijit/linux/usb-serial.c:165: error: ‘struct usb_serial_port’ has no member named ‘open_count’ /home/abhijit/linux/usb-serial.c: in function ‘serial_open’: /home/abhijit/linux/usb-serial.c:246: error: ‘struct usb_serial_port’ has no member named ‘open_cou...

Tone Curve sliders missing?

i have lr 3.2 , today noticed region sliders in tone curve panel gone.   has else experienced this?   wayne click on little square box @ lower right of the curve pane switch parametric curve.   rich More discussions in Lightroom Classic CC adobe

Joomla! Forum - community, help and support - Login

the board requires registered , logged in view forum. username: password: i forgot password resend activation email remember me hide online status session   register in order login must registered. registering takes few moments gives increased capabilities. board administrator may grant additional permissions registered users. before register please ensure familiar our terms of use , related policies. please ensure read forum rules navigate around board. terms of use | privacy policy register Board index

Puzzle Texture for CS4

i have hunted , searched on internet looking puzzle texture can loaded photoshop cs4 textures. i have found textures, none seem have right file extension. called adobe , absolutely no whatsoever. can me? please?? i haven't done texturizing, tutorial seems indicate can load puzzle.psd texture right within files photoshop provides.   http://www.photoshopessentials.com/photo-effects/photoshop-puzzle/   just scouting around, appears puzzle.psd file provided adobe through photoshop cs3.  however, google search "puzzle.psd download" turns bunch of possibilities.   -noel More discussions in Photoshop Windows (read only) adobe

Why do people use sh404sef and likewise? - Joomla! Forum - community, help and support

the joomla core sef enabled option in global configs seems work fine me , have nice looking url's... is there i'm missing? yeah, sh404sh can customize urls , set redirects helpful if want optimize website fullest. allows change urls, meta info , redirects in 1 centralized place. so if have client has site has terrible url structure : website.com/pages/789892/494839/section-2918 you can redirect url page has same content url like: website.com/seo-engines.html and won't lose traffic infamous 404 error page. just thought on topic. Board index Joomla! Older Version Support Joomla! 1.5 Search Engine Optimization (Joomla! SEO) in Joomla! 1.5

Why does using TLF text in an fla for Air yield a security warning?

i'm trying prepare fla in flash air application.  included in first frame tlf text field.  when run testmovie in air debug launcher warning:           warning: ignoring 'secure' attribute in policy file http://fpdownload.adobe.com/pub/swz/crossdomain.xml .  'secure' attribute permitted in https , socket policy files.  see http://www.adobe.com/go/strict_policy_files details.   if proceed compile application, install , run it, crashes.  seems tlf text field because when remove works fine. More discussions in Archived Spaces adobe

Extending content area - Joomla! Forum - community, help and support

i have done before, not sure find how again. i need extent main content area fit width right. template 3 columns, removed content on right , need extend content area way right. can please remind me how done. thx. ckeane wrote: i have done before, not sure find how again. i need extent main content area fit width right. template 3 columns, removed content on right , need extend content area way right. can please remind me how done. thx. some templates can stretch width of page, visit- templates, template, parameters.. check see if can set width, if not, grab css files , go work! Board index Joomla! Older Version Support Joomla! 1.5 General Questions/New to Joomla! 1.5

FTP Time Out - Cannot Open Remote Folder

i using dreamweaver cs3 , windows vista.  have set-up site definition (with user id , password) , used able connect remote server, open remote folders, , upload , download files using dreamweaver.  however, of sudden cannot open host directory remote folder of website information are, times out.  can connect server, if don't specify host directory.  changed ftp time out in dreamwever increase ftp time, still times out.  used able open host directory without problem, , have not changed information in site definition. have tried use fireftp, , can connect server cannot open the host directory, same in dreamweaver.   other pople working on same website, same site definition same user name , password can connect , open same host directory remote folder using dreamweaver on pcs without problem.  seems problem pc or dreamweaver setting, though have not changed settings.   does know causing problem , how can resolve issue?  thanks. when remove hos...

Mac Plug-ins for Adobe indesign CS5

hi all,   i making new  indesign cs5  plug-ins mac os. build project , error "jni.h no such file of directory"  .   pls kindly me out problem.   thanks  lot: do have javavm framework included in project?   regards bartek More discussions in InDesign SDK adobe

Open GL in CS4, not in CS5

in cs4 enable opengl drawing in gpu settings, while greyed out in cs5. didn't change video card (nvidia geforce 6600 w. 512 mb), os or whatsoever. yes, have latest video driver installed and yes, read list of supported video cards, still know why not possoble anymore.   i rid of jagged lines when zoomed out... guess why call upgrade.  cs5 uses opengl more. More discussions in Photoshop Windows (read only) adobe

Joomla not showing - Joomla! Forum - community, help and support

just switched on joomla conventional method of building pages using dreamweaver. @ providers site installed joomla , have no trouble getting administrators pages posting articles etc. created articles , posted them front page i'd have visual start with. installed smf forums software. went there too... marry them used jfusion bridge front forum. comes problem. when go site forum frontend shows not joomla frontend. need have other way around , cannot figure out need change this. i've searched here gone thru install instructions etc few times , cannot figure out make changes. appreciated. thx brian did install smf in same directory joomla? if overwrote important joomla files , have start over. install joomla in root of host did. create subdirectory install smf Board index Joomla! Older Version Support Joomla! 1.5 General Questions/New to Joomla! 1.5

Where are .pfb & .pfm files?

i installed indesign cs3 on imac running fusions , windows xp pro, , 1 - , 1 - font has disappeared. century gothic appeared when installed cs3 on pc, doesn't appear on font pull-down list now. documents created on pc can't "find" font. naturally every document have created business past 3 years has used century gothic.   a previous discussion mentioned copying .pfm , .pfb files, don't know files can found, or if indeed answer. thoughts? if need them indesign copy them program files/adobe/indesign cs3/fonts folder.   bob More discussions in InDesign adobe

Joomla! Forum - community, help and support - Login

the board requires registered , logged in view forum. username: password: i forgot password resend activation email remember me hide online status session   register in order login must registered. registering takes few moments gives increased capabilities. board administrator may grant additional permissions registered users. before register please ensure familiar our terms of use , related policies. please ensure read forum rules navigate around board. terms of use | privacy policy register Board index

Legal to use Lithos Pro in graphics?

hello, i creating graphics online game, including background, buttons, animations etc, , wondering whether legal use adobe font lithos pro labels of buttons , other graphical elements-- text not editable or selectable user, i.e. not part of dynamic flash text, part of rasterized jpg's included in game's interface. have read similar conversation in these forums wondering whether legal use adobe font in logo , concerning clarendon, recieved answer:      "fonts license adobe type library directly adobe ( not licensing  same font through third party), have absolutely no restrictions  against propose, creating filled polygons text." does mean project alright, or different rules apply lithos pro? since rasterizing text, not including font themselves, there should no issue. More discussions in Type & Typography adobe

Photoshop CS5 export layer comps bug / issue

i'm experiencing problem cs5 didn't happen in cs4. weird reason, when use export layer comps script, won't let me choose destination jpgs macintosh hd. work if export external drive. error message 'destination not exist'   i on snow leopard , have repaired permissions. around problem exporting external drive, seems weird issue.   any ideas? thanks, tom i cannot reproduce problem. could using »/« in name?   edit: other problematic name-parts spaces @ start of name or possibly umlauts, suppose.   other if problem doesn’t solved in forum try asking in photoshop scripting forum. More discussions in Photoshop Macintosh (read only) adobe

720x480 converting blurry/pixelated to 1280x720

Image
hey, hope can help.   i finished editing project recorded on 2 cameras (canon vixia hfs10 & panasonic ag-dvx100a).   the canon camera records avchd codec (1280x720), while panasonic records dv tape (720x480). both recorded @ 30 fps.   my project settings follows: 720 x 480 (1.2121) 29.97 fps 48000 hz - stereo when imported footage, fit avchd footage 720x480 screen. the video looks beautiful within premiere pro cs5, when attempt export video becomes pixelated (almost looks painted) , blurry. i have tried exporting many ways, anytime export 1280x720, video looks pixelated. i need export in high definition possible. (h.264 if possible). please help, out of solutions... i woud have edited in 1280 x 720 sequence.   then have used instant hd (plug in)  rez sd footage in same timeline.     if have aefx rez sd footage in ...if dont want spring instant hd plugin.   otherwise..you take quality hit on sd simple scale within ppro.   why did shoo...

Can't Download Shockwave - it stops midstream

within last month or noticed i'm not able view videos on tube. after troubleshooting (at least attempted troubleshooting because seems need expert troubleshoot...and not), seems need download shockwave. when try download adobe, download window says installing, progress bar goes 1/4 of way , stops. receive no errors...no nothing.  internet window indicates page "done".   i'm lost , bit...ok...more bit...frustrated. can me? tia it flash player need view youtube videos More discussions in Adobe Shockwave Player adobe

how can I alter this project to fit with another?

i created after effects project used corner pinning, masking , different size transformations.   i have older project same effects different size, corner pin , mask parameter settings. want able copy these old parameter settings new project effects.   is possible copy these old parameter settings new project , easiest way this? there 10 separate layer settings need copying.   many thanks! import old project new one, copy & paste old layers , comps new ones...   mylenium More discussions in After Effects adobe

how to change background images in <s:application>

hello! i want make webside flex4 as  web http://www.templatemonster.com/flash-cms-templates/29930.html but don't know how make change background images click , make sound when load page. can u me ,please. sorry write e not well. thanks much   bui thi phuong thanh- vietnam hi, please create sink application inside put image.and apply skin application on click.   below code.     main application <s:application xmlns:fx=" http://ns.adobe.com/mxml/2009 "                xmlns:s="library://ns.adobe.com/flex/spark"                xmlns:mx="library://ns.adobe.com/flex/halo" xmlns:mx1="library://ns.adobe.com/flex/mx">     <fx:script>         <![cdata[                     ...

Reader for Android

dear reader development team. excited have adobe reader support android. 1 question, however: why earlier mobile versions or ar, windows mobile 6, had more functionality current android version? difficult port features such "go page," "find text on page," "view bookmarks," "view note text," etc., of available wm device? *ecstatic* see update along these lines in near future. in advance! by way, willing *pay* (perhaps as $30 or $40) android version of adobe reader supported basic text annotations such highlighting, underlining, , adding notes. yes, these features valuable me. what's more, feel quite there lots of other people out there share these sentiments... More discussions in Acrobat Reader adobe

Thread: No Sound With Live CD using a Mac Mini

this happens consistently mac mini. no sound, though sighted husband says volume controls work fine visually (no grayed out areas, etc.) i'm hoping isn't pulseaudio issue? i having same problem, find solution ? Forum The Ubuntu Forum Community Ubuntu Specialised Support Apple Hardware Users No Sound With Live CD using a Mac Mini Ubuntu

Users not showing up in manager. - Joomla! Forum - community, help and support

i'm having issue after upgrading , changing few things on site. issue being users old site not showing in new sites user manager new users will. i did not update site through tools or opting use site base , combining 'jos_users' database entry old one. cannot distinguish difference between members added manually (not showing) , newly created brings me believe there file containing information isn't apart of database. could tell me if user information stored in file , if file located? all other appreciated. you need pick , add data 3 tables: jos_core_acl_aro, jos_core_acl_groups_aro_map, , jos_users. see topic: viewtopic.php?p=1430524#p1430524 Board index Joomla! Older Version Support Joomla! 1.5 Migrating and Upgrading to Joomla! 1.5

Thread: How can I host a website on my own PC using Ubuntu?

i want host own website www.xyz.com on pc. haven't got domain name or anything. read somewhere possible. how can this? apache? website should accessible other people via internet. can done using home <not server> version of ubuntu? you run apache without ubuntu server edition, highly recommend ubuntu server edition. have old computers? Forum The Ubuntu Forum Community Ubuntu Specialised Support Ubuntu Servers, Cloud and Juju Server Platforms How can I host a website on my own PC using Ubuntu? Ubuntu

موكون حجز نطاق واستضافة أرجو المساعدة من الخبراء - Joomla! Forum - community, help and support

السلام عليكم يا شباب منذ مدة وأنا أبحث عن تطبيق متكامل يعطي إمكانية بحث عن أسم نطاق وبعد تواجده يطلب بيانات الشخص ويعطي إمكانية إختيار استضافة وفي النهاية يعرض فاتورة الزبون ويقوم بإرسالها له ولمدير الموقع خلاصة الموضوع يا خبراء الجملة أريد تطبيق حجز أسماء نطاق مع استضافة ولكم مني فائق الاحترام والتقدير هناك مثل هذه التطبيقات في جملة وغالباً ما تكون مدفوعة جرب البحث عنها في تطبيقات جملة الرسمية بالتوفيق Board index Joomla! International Language Support International Zone Arabic Forum 1.5 !جوملا الإضافات البرمجية

Your RAW Workflow

hey all,   i need ideas or alternatives here.   at present time when go edit raw file, make needed changes can in cameraraw window comes , have picture open in full editor.  color corrections, etc.  @ point save photo psd file version set original.  allows me have lossless copy of photo of lighting , color correction made.  then, photo make different crops , other edits needed.  these save jpg because small , edited no further.  these photos have printed or distribute in other ways.   i similar pictures point , shoot.  original jpg start doing basic adjustments , saving psd file.   my problem workflow when save photo psd, 5mb raw file become 15+ mb psd file.  final jpg files not of problem.  know storage cheap, out of hand quick.   those of work raw files, brief description of workflow.  trying figure out if there better now, or should settle in , buy large hard drive (and backup drives) storing photos?   th...

Buttons Displaying But Video Not - Joomla! Forum - community, help and support

hello, for reason video isn't showing anymore @ top of http://donmyersmusic.com whether have full url ( http://www.donmyersmusic.com/images/vid ... eshow2.mov ) or part (don_myers_slideshow2.mov). though play, pause, etc buttons are. i great appreciate help, john . works fine me. i see small quicktime video starts automatically. could problem quicktime browser plug-in. Board index Joomla! Older Version Support Joomla! 1.5 Extensions for Joomla! 1.5