Posts

Showing posts from April, 2013

Need installation media for Acrobat 9

i use proprietary software supports acrobat version 9 @ point. purchased version 11 version appears available purchase , told can downgrade 9. have been unable downgrade have been unable installation media version 9. reseller purchased through has discontinued acrobat 9 , can not through adobe either. have tried 2 different resellers , both list acrobat 9 disconinued.   i'd know how supposed downgrade software if media version need unavailable   thanks. as acrobat 9 5 years old now, may want ask software vendor created proprietary software update software.   as solving immediate problem, adobe doesn't sell acrobat 9 anymore and, you've found, resellers don't either, may want other options, such ebay or amazon obtain licensed version of acrobat. More discussions in Installing, Updating, & Subscribing to Acrobat adobe

Illustrator CS6 has corrupted CS3, freehand files cannot be opened.

have computer cs3 on it, used open fh10 files. however last week installed cs6 on , unable open fh10 files in cs3. uninstalled cs6, didnt work. reinstalled cs3, didnt work.   so cs6 has aperently corrupted cs3. have solution? im thinking might try registry transplant computer fresh install of cs3. in illustrator cs3 application folder, go plug-ins>illustrator format, still have reader freehand.smrd plugin installed or did cs6 remove that? More discussions in Freehand adobe

Catalogue Size

what recommended catalogue size.  using elements 10.  reason ask backups external hd (on local home  network) taking forever! how big catalog ? its total size shown in first phase of backup. splitting catalog not recommended , backing 2 split catalogs require same time original one. integrated backup in organizer takes time required copying media files windows explorer. the writing time may different if use usb2, usb3 connections or networks...   http://www.johnrellis.com/psedbtool/photoshop-elements-faq.htm#_backing_up_your http://www.johnrellis.com/psedbtool/photoshop-elements-faq.htm#_splitting_and_rearranging   you might consider using incremental backups in elements or alternative backup softwares save time frequent updates, still rely on periodic full backups organizer (to run @ night). More discussions in Photoshop Elements adobe

JQuery inside functions - Joomla! Forum - community, help and support

i'm getting strange results when using jquery. on joomla home page , green text under "getting started" generated jquery statement, {$("#testjq").text("initial text");} , works fine. so, know jquery working. however, when same statement (with different text) put function fired clicking go button, nothing. there need add joomla work properly? outside joomla works perfectly. i have code: select all <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> on line 1 of editor. (code mirror) p.s. from seamonkey browser's error console: timestamp: 8/19/2014 12:27:13 pm error: typeerror: $(...) null source file: http://www.ncfoothills.net/design/ line: 134 Board index Joomla! Development Forums Joomla! Development Joomla! 3.x Coding

Joomla Login Page - Joomla! Forum - community, help and support

hello, i new joomla , need how locate loging in page backend. joomla not expertise , wanted explore it. hoping me here. your appreciated. thanks , have day. welcome joomla forum! add /administrator/ domain name administrator login page. see http://docs.joomla.org/j3.x:logging_in_ ... r_back-end Board index Joomla! Older Version Support Joomla! 2.5 General Questions/New to Joomla! 2.5

mismatch size ratio

Image
hi!   i have 960x540, 29,97fps, 45sec composition. need render mpg2-dvd @ specific size, 720x480. ae warn me there's mismatch settings ok because @ end, want m2v stretched. unfortunatly, ae doesn't stretch , creates black lines on each side of feature. way can resize without having black lines render non compressed file pretty big, 1,4gb.   so, starting 960x540 composition, there way can render m2v @ 720x480 avoiding black lines?   just drop composition in 720 x 480 sized comp. make sure par set correctly. image above looks want use wide screen.   fit composition in frame making sure x , x scale values identical. ae automatically make corrections par.   render 720 x comp. More discussions in After Effects adobe

Thread: 10.10. Unable to login or start session with any user account

hi, deleted files root/share folder in attempt remove program had made system virtually unusable. upon reboot of system accessed partition had edited , found unable login using login manager, every time hit login returns me same screen displaying message: unable start session. ideas? do know deleted? trying achieve , how did try it? assume have deleted part of /usr/share (there no root/share), contains lot of systems settings, difficult recover. know now, fresh installation simplest option. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Desktop Environments [ubuntu] 10.10. Unable to login or start session with any user account Ubuntu

RoboHelp HTML v7to9 Migrate issue, Screen Tip field in images' properties w/DHTML Drop-down hotspot

hey all, in advance info can provide.  robohelp references below relate using respective version of robohelp html, , on xp sp3 pc.   for various reasons, tried migrating our data robohelp v7 directly robohelp v9, noticed same issue occurred when tried migrate our data robohelp v7 robohelp v8, 1 of reasons did not use robohelp v8 our production "version".   i noticed robohelp v9 (and robohelp v8) not populate "screen tip:" area/field of image's properties window existing screen tip text, though in html code of page , when viewing page within robohelp (ctrl-w) or through browser ie6 or ie8, screen tip text display when hovering mouse on picture.  robohelp v7 display text info in screen tip area.   please note, have of our images inserted in dhtml drop-down hotspot , use buttons associated java script "show images" (or "hide images") , these examples ones "screen tip:" field in image's properties did not populate in robohelp...

[JS] [CS5] Copy and paste into existing array

hi guys,     right i'm trying improve performance of script wrote copying , pasting pdf instead of loading 10 times.   and here's problem: when pasting copied pdf doesn't paste array original pdf in need further script. can somehow paste pdf array , specific position [i]?   i'm adding important parts of script.   greetings michael   var mydocument = app.activedocument; var mypage = mydocument.pages.item(0);   var mypageheight = mydocument.documentpreferences.pageheight; var mypagewidth = mydocument.documentpreferences.pagewidth;   myvertical=new array();   var myverticalcount=0;   var mystrokeheight = myvertical[0].geometricbounds[2]-myvertical[0].geometricbounds[0]; var mystrokewidth = myvertical[0].geometricbounds[3]-myvertical[0].geometricbounds[1];   for(i = 0; (mypagewidth-(i*mystrokewidth))/(i+1) > (mystrokewidth/3);i++){                  ...

How to calculate totals - Joomla! Forum - community, help and support

i have table looks this: code: select all office |        start        |         end         | total ------------------------------------------------------------ nyc    | 2014-07-01 20:56:00 | 2014-07-01 22:19:00 | 01:23 | ewi    | 2014-07-17 17:35:00 | 2014-07-17 18:05:00 | 00:30 | nyc    | 2014-07-11 03:09:00 | 2014-07-11 03:26:00 | 00:17 | ------------------------------------------------------------ so, shows when office had downtime , how long lasted. how calculate (add) total time "nyc" office only? so, want output 01:40 (combined 01:23 + 00:17). my query looks this: code: select all $query->select($db->quotename(array('id', 'office', 'start', 'end', 'total'))); $query->from($db->quotename('#__outage')); excellent question! here's query: code: select all select office, sec_to_time(sum(time_to_sec(`total`))) `total_downtime_office` `your_tab...

The image appears to be damaged message - LR4

lr version - 4.2 os - os x 10.8.2   i've moved new computer , i've started using lr4. since moving i've had few of imported images display 'the image appears damaged' message when in develop mode.   the image appears undamaged , can edit , export without issue, if copy image on disk copy cause message appear when copy image computer (running windows 7 , lr 3.3) , doesn't report image damaged.   i'm not sure causes lr report image damaged don't know why image appear damaged on 1 computer , not on another.   any or suggestions appreciated. hi,   perhapst not "images" previews. try delete previews , rerender previews. More discussions in Lightroom Classic CC adobe

General Question abt database backup/restoration phpmyadmin - Joomla! Forum - community, help and support

i need restore database previous version of joomla 3 install (this migration worked fine until started transferring modules backed database before step). two things. 1 when exported via phpmyadmin, have seen tutorials said use default (quick) options, , others said "add drop tables" did both. 1 want? second, assuming go import instead of export. need delete database first or can import on top of , overwrite it? options need? thanks! hi scifivision, in of cases default options works perfectly,but if database exists drop tables useful. or can drop tables manually(check table option available in phpmyadmin) import sql script. Board index Joomla! 3.x - Ask Support Questions Here Migrating and Upgrading to Joomla! 3.x

Postgres Error on Installation - Joomla! Forum - community, help and support

on installing postgresql database, encountered following error: code: select all jlib_database_query_failed sql=create or replace function soundex(input text) returns text immutable strict cost 500 language plpgsql $$ declare soundex text = ''; char text; symbol text; last_symbol text = ''; pos int = 1; begin while length(soundex) < 4 loop char = upper(substr(input, pos, 1)); pos = pos + 1; case char when '' -- end of input string if soundex = '' return ''; else return rpad(soundex, 4, '0'); end if; when 'b', 'f', 'p', 'v' symbol = '1'; when 'c', 'g', 'j', 'k', 'q', 's', 'x', 'z' symbol = '2'; when 'd', 't' symbol = '3'; when 'l' symbol = '4'; when 'm', 'n' symbol = '5'; when 'r' symbol = '6'; else -- not consonant; no output, next similar consona...

problem with layout - Joomla! Forum - community, help and support

i'm working template has "category blog" option. you can see here problem: http://hlehel.me/ar/blog the last 2 articles gathered in 1 colomne.. help please! ala validate html code. there unclosed div. http://validator.w3.org/check?uri=http%3a%2f%2fhlehel.me%2far%2fblog&charset=%28detect+automatically%29&doctype=inline&group=0 ps. don't understand multi-language setup. http://docs.joomla.org/language_switcher_tutorial Board index Joomla! 3.x - Ask Support Questions Here Templates for Joomla! 3.x

Thread: write problem

i want write mac os x partition inorder delete appleintelcpupowermanagment.kext file plz help well couldn't inside osx? haha, if not, can mount osx partition , browse file in nautilus. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] write problem Ubuntu

InDesign problem With Https cURL Seems Very Slow at first time to handshaking to server

i trying connect server using curl indesign, when trying call server, indesign takes time open , initialize socket. takes 25 seconds @ first time only, on subsequent calls fast.   *but when tried same programe c++ empty project fast. in 2 second result back,   *so problem indesign socket initialization using https @ first time because have tried same curl on simple c++ program , fast @ calls   specification: i using      indesign cs7 version 9.0(build 143)      visual studio 2010     can tell me solution,   * url contains https:// .......... (you can use google's https url testing)       ** have tested program using http curl , seems faster on indesign. so think problem https connection using indesign socket. makes heavy handshaking web server   my code snippet follows please try find if knows better. i put code while initializing dialog fields,   if(curl) {   ...

Language disappear in language manager (backend) - Joomla! Forum - community, help and support

Image
hello, i have website joomla 2.5.20 languages french (default) , english (for site) english (default) , french (for admin) i'm using falang , xmap suddenly in language manager can't see french language more (which default) (please see attached image) on front end , in falang exist no problem ! i'm using joomla since 2005 , never see before !! any please? best rgeads amorino hello, joomlup no 1 can me please? i'm blocked on point since 1 week best regards , thank amorino Board index Joomla! Older Version Support Joomla! 2.5 Administration Joomla! 2.5

Joomla extension that searches in database? - Joomla! Forum - community, help and support

Image
i need (typical?) joomla code searches through 1 or more custom database fields , returns list of found items. i looked @ joomla extension directory not find such extension (i guess plugin). before start developing own search plugin (using http://docs.joomla.org/j3.x:creating_a_search_plugin ) want double check via forum such nobody knows such (free or paid) extension? you should have @ fabrik Board index Joomla! 3.x - Ask Support Questions Here General Questions/New to Joomla! 3.x

Sound problems with flash player in Google chrome

whenever try play videos or play games using google chrome sound choppy. started when chrome updated newest version of flash player. don't have problem when using internet explorer. when checked version using of flash player in ie found out older version, 10.3. i have older computer , speed issue.  watch lot of tv shows using computer , prefer google chrome seems faster ie @ least computer. my pc stats windows xp pentium 4 cpu 1.80ghz 1.79ghz , 640 mb of ram 77% free space. is there way go earlier version of flash player google chrome? i have been having same problem well. sorry can't help. have been looking fix issue few days. my computer has these specs. windows xp running on bootcamp intel mobile core 2 duo 2.16 ghz 3gb ddr2 332mhz ram 128mb radeon x1600 macbook pro browser: google chrome. More discussions in Using Flash Player adobe

Как получить информацию о студентах - Joomla! Forum - community, help and support

Добрый день lms модуль достался по наследству , поэтому я в нем новичек Есть ли возможность посмотреть личные данные студентов , которые регистрировались на обучение. Где это находиться и как туда попасть? Заранее благодарю Вас за отзывчивость. Обратитесь на форум разработчика данного компонента. Board index Joomla! International Language Support International Zone Russian Forum Joomla 2.5 - Задайте здесь свой вопрос по поддержке Общие вопросы/Новичок в Joomla! 2.5

The obsolete 'copy' in save as .jpg

i supported pshop adobe when 4 came out (1997) , still have delete automatic insertion of 'copy' filename when save layered .psd .jpg. there no reason piece of code anymore. understand it, there weird concern that, since layers new, people wouldn't realize saving .jpg wouldn't preserve them , have save .psd - warned anyway on close.   can tell me why piece of code still there? can concoct reason have had delete 'copy' on save .jpg fifteen years now? sanity - make sounds good. please! this has topic of numerous threads.  here long 1 covers bases.  http://forums.adobe.com/message/4189806#4189806 More discussions in Photoshop General Discussion adobe

Error Message when using menu buttons in IE but not chrome

hi.   my uploaded site has issue when using menu buttons anywhere on site in internet explorer not on mac using chrome? error message come on screen takes 3 clicks go away  musejsassert: error calling selector function:typeerror: object doesn't support property or method . if click else pop ups again. ideas how rid of this? have tried re-uploading muse files same happens. tried uploading files different exported frm muse folder saw had worked else on here no difference? appreciated.   website : vanletteringco.com you may error ipage sorting when opening too, delete /root1 in address bar see site? thanks gav hello,   i getting musejsassert error on contact page of site when viewed in internet explorer. and can see have used webform jotforms suspect might creating issues here.   i suggest remove form  once , upload website again. if starts working fine embed code of form again jotforms , insert again check if works fine or not.   please let know resu...

Textslider : module Custom HTML ไม่โชว์ในหน้าเพจ? - Joomla! Forum - community, help and support

textslider : module custom html ทำยังไงคะ ลองใส่แล้วไม่สามารถโชว์ในหน้า homepage ได้ [carousel] [carousel_item]add image here [caption]powerful templates framework develop joomla base website faster![/caption][/carousel_item] [/carousel] จะขึ้นคำว่า ''this module allows create own html module using wysiwyg editor.'' ด้านบน? ทั้งๆที่โหลด jce มาแล้ว ? Board index Joomla! International Language Support International Zone Thai Forum คอมโพเน้นท์ โมดูล ปลักอิน ต่างๆ ที่ติดตั

Thread: recordmydesktop audio

i have been trying while ge trecordmydesktop record audio video of flash clip. can can ogg videos , there no audio. not use mic. know how audio captured video? in advance help. it may easier , better grab source of flash player applet rather trying capture yourself. there great addon firefox can called video download helper. gotbletu explains how record speakers output on 2 part video: http://youtu.be/qapkpjv-w24 may want pulse audio volume control in ubuntu software center enable achieve same results. however, if doesn't work can record audio speakers play application called outrec - http://outrec.sourceforge.net afterwards have attach audio video. method time consuming , not recommended. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Multimedia Software [lubuntu] recordmydesktop audio Ubuntu

Error: Is it big problem or not? - Joomla! Forum - community, help and support

hi everyone! i face problem in new installation of joomla! 3.2.3 the installation went fine but, in admin eria, appears me message disable magic_quotes_gpc! tried ad diferend files, .ini, .htaccess, several of codes!!! nothink happents! first, have code, solve problem and, put it? please detailed explenations!!! (i meen full code , root etc)!! and, if don't solve this, create me problems later? 1000 ansers! the correct answer can give speak web host. correct instructions differ every web host. dont waste time - ask webhost Board index Joomla! 3.x - Ask Support Questions Here Administration Joomla! 3.x

Check box based on dropdown selection

i have dropdown menu 3 choices: level i, level ii , level iii. if user selects "level i" menu, need checkbox named leveli checked. if select "level ii", need checkbox named levelii checked, , on.   i don't care if boxes checkboxes or radiobuttons. don't know if code needs go in dropdown menu field or in checkbox/radio button fields. if can help, please sure specify whether entered on change event, or exit event, etc. because clueless one!   i've tried of code combinations can come based on limited javascript knowledge nothing working , can't find examples of online... first make sure object > binding tab of dropdown tick 'specify item values'. in exit event of dropdown menu put (in formcalc):   if ($ == 1) then leveli = 1 levelii = 0 leveliii = 0 elseif ($ == 2) then levelii = 1 leveli = 0 leveliii = 0 elseif ($ == 3) then leveliii = 1 leveli = 0 levelii = 0 endif More discussions in LiveCycle Designer adobe

Access to admin site - Joomla! Forum - community, help and support

we had problem recently, (our domain name hosting overdue renewel) , came problem of not being able log in admin side of site (it says username/password incorrect, though has never changed , saved pc , have never had enter manually) , when looking @ "live" site, seems have reverted older version has none of changes have made since joined company 6 months ago. we have since renewed domain name problem still exists. have our seo company looking need access all. can on here help? it's frustrating have orders need fulfilled , can't access them access joomla administrator panel has nothing domain name renewal.. but sounds backup past has been activated.. Board index Joomla! Older Version Support Joomla! 1.5 Administration 1.5

How to check image size and 500PX upload action please!

hi, two questions please.   1. how check overall size of image in lightroom 4 before exporting.  in photoshop image/size in lightroom please?   2. have canon raw files , tiffs , want upload 500px , other web site galleries in 1 action.  possible?  how set action convert image, tiff, size , save jpeg , upload 500px using plugin in 1 action?  @ moment saving tiff jpeg correct size using pre set, exporting folder ready either manually upload or re-import lightroom jpeg upload. surely there quicker way this? 1. size visible in metadata panel, set dropdown exif. in addition, in grid, ctrl-j, can set options see cropped size in rectangle surrounding photo.   2. cannot, in 1 action, upload multiple galleries. each upload own action. don't know if there plug-in let upload lr 500px in 1 action; there plug-ins flickr , smugmug , several others. there should no need re-import. normally, plug-ins mentioned take tiff, resize according directions, convert jpg , up...

Article Scroller Issue - Joomla! Forum - community, help and support

hi, firstly hope i've posted in correct place! i'm having issues using article scroller modules on our site , can't life of me work out why. when built site had xpert scroller module scroll through latest news articles. worked fine @ point stopped working i've noticed has stopped working, if had noticed sooner might have idea of i'd done stop working. i've tried scroller working again re-installing , setting again still won't scroll between articles. as couldn't module work installed alternative called lof articles scroller won't scroll between articles. prove point tried installing third scoller module unite ticker , doesn't scroll. so i've come conclusion has else in our site causing problem have no idea what! i'm not software developer, i'm not full time web designer/developer i'm bit stumped causing i'm hoping more experience me might @ least able point me in right direction. hope has ideas. many thanks ...

Malformes URI - Joomla! Forum - community, help and support

hallo zusammen, ich bin aktuell noch "bastler" und habe folgendes problem: habe jevents installiert und in einem modul die kurzliste der nächsten termine. klicke ich einen dieser termine an, dann kommen die details: http://www.feuerwehr-feldkirchen.de/ind ... er_reset=1 das funktioniert im ie (v8). mit firefox bekomme ich diesen link: http://www.feuerwehr-feldkirchen.de/ind ... er_reset=1 und damit die fehlermeldung: malformed uri kann man hier einfluss nehmen? vielen dank! Board index Joomla! International Language Support International Zone German Forum Joomla! 2.5 Komponenten, Module, Plugins

Accidentally deleted template from server - Joomla! Forum - community, help and support

like dummy, accidentally deleted template server via ftp. proceeded reinstall template , have 4 instances of same template showing in template manager. when in template folder on server, there 1 folder template. when try uninstall the old template extension manager error "warning template uninstall: cannot remove default template." how can remove these instances of same template template , extension managers? screen shot attached. template titled "yoo_catalyst" appreciated. :-) did try making 1 of other templates - ie protostar or beez default template temporarily, removing yoo theme(s)? Board index Joomla! 3.x - Ask Support Questions Here Templates for Joomla! 3.x

I recently installed the security patch and now site won't l - Joomla! Forum - community, help and support

i installed security patch , getting following error on godaddy hosted site: warning: require_once(/home/content/44/6028244/html/includes/defines.php): failed open stream: no such file or directory in /home/content/44/6028244/html/index.php on line 28 fatal error: require_once(): failed opening required '/home/content/44/6028244/html/includes/defines.php' (include_path='.:/usr/local/php5_4/lib/php') in /home/content/44/6028244/html/index.php on line 28 i installed same patch on website hosted godaddy , works fine. what patch referring about? Board index Joomla! 3.x - Ask Support Questions Here Installation Joomla! 3.x

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

Install Template // Error Prompts - Joomla! Forum - community, help and support

hello well have problem. i know how install self-made template aso. but have problem, first time use template rapidweaver. have css , index.html, modified joomla php things. of cours there xml file. the problem is: have many subfolder this: - root - rw_common -- themes --- design name ---- css ----- breadcrumbtop i think that's why site doesnt work css.. i have say, install the template manually, because there error when try install extension manager. i install template discover option, , works. now question, how fix problem? is problem think? hope have idea. i don't think it's problem having many sub folders. make sure in index.php have path each css file set correctly. have link site? Board index Joomla! 3.x - Ask Support Questions Here Templates for Joomla! 3.x

Еrror of the manager of updates - Joomla! Forum - community, help and support

Image
the client joomla (3.2) here downloads http://www.joomla.org/download.html here problem 1 - can't define version 2- unknown extensions whether there solution of problem? Board index Joomla! 3.x - Ask Support Questions Here Installation Joomla! 3.x

Problem with Clipboard.generalClipboard

hi,   i've got problem sample code:          /* (...) */            import flash.desktop.clipboard;      import flash.desktop.clipboardformats;           /* (...) */           protected function oncopyhandler(event: event): void {           if (htmltext) {                    clipboard.generalclipboard.setdata(clipboardformats.text_format, text);                        clipboard.generalclipboard.setdata(clipboardformats.html_format, richtextutil.richtexteditortohtml(htmltext));              } ...

how reverse colors in pdf

Image
i have pdf white text on dark background.  doesn't use of our toner, reverse colors black text on white background.  can done in acrobat?   if not, have full design premium 5.5 suite don't know programs other acrobat (and don't understand well).     i appreciate simple, clear directions.    not sure forum submit question to.  apologies if not right one.    thank you. try this, screen shot aa9 pro. from print dialog, choose advanced open dialog shown. (i had selected postscript printer; testing generic ink jet not allow such.)   choose comp gray , select negative shown.   More discussions in Printing & Prepress adobe

Thread: Windows shares info

Image
if use nautilus share folder info stored? not show in /etc/samba/smb.conf file. work windoze clients though. dennis code: /var/lib/samba/usershares this type of samba share called usershare. works differently "classsic" samba share exists in smb.conf although global parameters in smb.conf still have influence on it. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Networking & Wireless [ubuntu] Windows shares info Ubuntu

Thread: Is Chrome and WebKit really supposed to be completely standards-compliant?

Image
if firefox user posting in forums, i'm sure you'd familiar wysiwg boxes, if i'm on chromium (or other webkit-based browser midori), box writing in monospace fonts. wysiyg nonstandard? besides there other small quirks doesn't work. there's online image viewer automatically scales images size if bigger width of screen, doesn't work on chromium, example. i'm not sure if bugs, sure hell won't if default browser switches chromium. , i'm looking forward day when gecko splitting tabs it's own process reality. me or webkit not our cup of tea well? ps sorry rant-like tone, it's been while until had speak it. i've switched , forth between ff, google chrome, , chromium on past year or , honestly, have no idea you're talking don't notice differences on forum or anywhere else aren't due choice of extensions , preferences. sure don't have odd extension makes...

How do you link video to a BC page?

how l.ink video bc website page? hi ted,   depends if video external or local. if it’s youtube, vimeo, or other type of external media, can embed code(there "share" button available next video) , paste on page in html view.   if it’s file own, you’ll have upload (in admin: modules > media downloads) , either insert {module_literature} tag (on page, modules toolbox, select media downloads) or use external media handler such http://videojs.com/ . if go solution, code stripped when using regular page editor, need use the  “develop” mode handle it.   here’s reference in case: http://forums.adobe.com/message/4464407#4464407 http://forums.adobe.com/message/4450497#4450497 More discussions in Newbie Corner adobe

Thread: Using Gl renderer error

i error when try lanch openra using gl renderer unhandled exception: system.invalidoperationexception: gl error: 1282 @ openra.renderer.glsl.graphicsdevice.checkglerror () [0x00000] in <filename unknown>:0 @ openra.renderer.glsl.shader..ctor (openra.renderer.glsl.graphicsdevice dev, system.string type) [0x00000] in <filename unknown>:0 @ openra.renderer.glsl.graphicsdevice.createshader (system.string name) [0x00000] in <filename unknown>:0 @ openra.graphics.renderer..ctor () [0x00000] in <filename unknown>:0 @ openra.game.initialize (openra.arguments args) [0x00000] in <filename unknown>:0 @ openra.program.run (system.string[] args) [0x00000] in <filename unknown>:0 @ openra.program.main (system.string[] args) [0x00000] in <filename unknown>:0 ...

Thread: Who manufactures Apple products?

Image
hey, wondering manufactures apple computers. know? used know name of company forgot! :/ want see how prices on products straight manufacturer. posted linuxuser12345 hey, wondering manufactures apple computers. know? used know name of company forgot! :/ want see how prices on products straight manufacturer. depends on product line. think flostor in usa, other products , parts manufactured elsewhere, asia probably. Forum The Ubuntu Forum Community Ubuntu Specialised Support Apple Hardware Users [other] Who manufactures Apple products? Ubuntu

Thread: While installing screen goes blank

hi all, i've got sony vaio vgn-nr38m laptop , trying install ubuntu 10.04 version. able start cd , fill in user name details, password, timezone etc. agree erase , install , click install button goes 5% , gives me black screen. thing visible mouse cursor, thats , nothing happens. know why or need avoid happening? regards, andrew see sticky on top of subforum Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Installation & Upgrades [ubuntu] While installing screen goes blank Ubuntu

Thread: Help needed please, this problem is so annoying.

hi hoping can me, using windows 7 , decided partition hard-drive use wubi install of ubuntu 11.04. @ first dual boot windows loader grub loader no problems, have not updated far know anyway. issue have, can't find when first boot pc can 70% of time choose os wish , load fine, other 30% of time selection unresponsive in keyboard not work, let boot windows 7(as default boot) , miss out on choosing ubuntu keyboard not move , down select os. if lucky , choose os want, boot fine, but! on restart of system everytime selection process wont let me choose os wish, therefore booting windows 7. don't have usb legacy option in bios(ive read can cause unresponsive keyboards) , 4 usb options have enabled. keyboard usb keyboard. dont have old keyboard try. have found temporary solution problem surely cant pc, if cant select os, shutdown pc, unplug it, hold power button discharge left power in pc. when start pc gauranteed able choose os wish out problems @ all, on restart s...

Large list of PDFs to display - Joomla! Forum - community, help and support

hello: i have huge list of archived pdfs need available through links or menus, best way display them? i don't want create article each of them or create 144 links in single article. they in 1 folder , can accessed chronologically. please help thanks the fileman extension need here: http://extensions.joomla.org/extensions ... ment/20722 Board index Joomla! Older Version Support Joomla! 1.5 Templates for Joomla! 1.5

Artwork below Mouse Point

hello,   is there way find artwork/layer below given location of mouse?   thanks, hitesh hello,   you can use aihittest.h suite.   aitoolhitdata hitdata; aihitref hitref; int distance; error = saihit-> hittestex (nil, & message-> cursor, distance, knolockedpainthitrequest , & hitref);   to test if object under cursor.   error = saihit-> gethitdata (hitref, & hitdata);   if (hitdata.hit hitdata.object &&! = null) {/ / if object under cursor. .... }   jlg. More discussions in Illustrator SDK adobe

help

what can make shock wave work right , not freeze up flash player | installation problems | windows   flash player | installation problems | mac os   same procedures apply...   mylenium More discussions in Using Flash Player adobe

login redirect fails after upgrade to 3.3.3 - Joomla! Forum - community, help and support

i have 3 local test copies of live sites in different directories under xampp. under htdocs have testing directory 3 copies. each directory has simple .htaccess file basic joomla sef rewriting , rewrite base set local directory i.e. /testing/joom1, /testing/joom2 etc. under version 3.1.5, post login redirect on 3 sites worked expected, i.e redirect of 'shop' take me shop page site example localhost/testing/joom1/shop site 1 etc. after upgrade 3.3.3 same post login redirect takes me localhost/shop doesn't exist, changing redirect 'index.php/shop' takes me localhost/testing/joom1/shop/shop-login (my login page called shop login of course :-) none of joomla documentation explains why behaviour have changed between versions, nor there explanation on how v3.3.3 working. help! i can't update live sites until resolve issue. welcome joomla forum! i disable .htaccess (rename htaccess.bak) & switch of url rewriting in global configuration. that way can determine if ...

Actions in PSE10 Effects Folder, but not in Pallet. Rebuilt database file didn't work.

my pc installed updates last night & a.m. of pse 10 actions aren't in effects pallet. i've rebuilt database 3 times , it's not fixing it. actions in photo creations folder. ideas?   thanks! More discussions in Photoshop Elements adobe

Seeking the right extension - Joomla! Forum - community, help and support

hi, i used joomla extensively 5 years ago, i'm newbie again when comes how has evolved since then. i'm trying create solution needs special event tracking in nonprofit setting. there several fundraising events year, many of them celebrity involvement, awards presentations, etc. isn't article site such. the types of data need entered event title, description, date, participants, participant roles, awards, , on. search data, user wants able filter tags or categories, ability drill down through multiple filters. i've spent lot of time looking through extensions directory, , feel i'm either going in wrong direction joomla or missing there. have recommendations? many in advance, roberta wallis did check right section ? http://extensions.joomla.org/extensions ... nts/events Board index Joomla! 3.x - Ask Support Questions Here General Questions/New to Joomla! 3.x

Add animation logo to project

hi everyone,   i'm newbie in ae, today downloaded project name head in clouds ( http://www.youtube.com/watch?v=p8ftowjdmj8 ), show camera go through clouds 3 layer of text, camera had been set move each time text layer appear , go through text. removed text layer , replace logo, timing not right, replace logo first text layer (the sixth aviator), logo appear @ 1st second, try move logo timeline camera slow down, logo disappear. weird first text layer timeline row start @ 1st second, appear @ 3s later, perfect timing camera. how can fix it? want replace text layer "the sixth aviator" logo, , same animation. please help, thank you! you need start over. when have template open select sixth aviator layer in timeline. select logo in project panel , hold down alt/option key , click , drag logo project panel timeline.   there go, you've replaced layer.   if you're still lost have go through basics. ae not program can start using without training. you've got learn h...

MX publish problem

i upgraded mx 11.5 mx 2004 , having problem creating projector from director movie created in mx 2004.   in windows computer have movie folder containing mx file(pi-9-mx) , the quicktime movies uses.  when click on pi-9-mx icon, director 11.5 comes on , the interactive movie plays fine.  when go publish cross platform projector (pi-9-mx.exe , pi-9-mx.app) after selecting these 2 options in the publish>settings>publish window no .exe or .app file created.     so why doesn't work?   fred (retired chem faculty) hmm.  didn't mention seeing update movie dialog box, should have been first thing saw when tried open older movie new version of director.  did not mention it?   i mean, pushed "publish" button too, right?  didn't answer sean couple weeks ago when trying make sure not using trial version of director.  happens when try publish?  anything?  see dialog box says publishing? More discussions in Director Lingo...