Posts

Showing posts from August, 2010

Delta servo control

hi i'm beginner, want control 1 of these servos arduino http://www.delta.com.tw/product/em/motion/motion_servo/motion_servo_product.asp?pid=2&cid=1&itid=5 i have angles(the shaft angle) @ times... dont know how can send pulses servo drive , important want able repeat rotation curve ( angle-time curve ) many times thank you quote the advanced canopen interface high-speed communication enables drive integrate other parts of automation more efficiently , effectively.  that sounds devicenet. that looks expensive equipment. used work devicenet based ac servo controllers similar 1 have , used program written 1 of amat's people worked dnet explorer plug devicenet equipped pc canbus  , comes on screen devices in windows device manager. click on device , expand , can read make, model, firmware version , , else . control send canbus commands include target velocity, acceleration ,deceleration, , position. (it has absolute encoder). in cas...

Help with logic for optical encoder?

code: [select] int encoder(){    int read = digitalread(4); if(read != lastread){ var = 1; }  if((var == 1) && (read != lastread)) {    encoderpos++;    var = 0;    lastread = read;  } }  is wrong? can tell me right algorithm?    the sensor working well, looks encoderpos isn't getting bigger. there more 1 kind of encoder. please post vendor link encoder. as example here link quadrature encoder , know if using ? http://playground.arduino.cc/main/rotaryencoders  Arduino Forum > Using Arduino > Programming Questions > Help with logic for optical encoder? arduino

My pc crash at flash 8 startup

help ! have trouble!! sometimes when start flash 8, during loading monitor shout down e pc freeze!!! it' s problem video card? same problem same pc , 2 different os installation (2 different hard disk) ! and after freeze rebooting pc windows does't start, because blue screen , self reboot. resolve last problem pluggin different video card , replacing original after windows start, or need let pc shot down few minutes.. my pc sempron 2600 768 ddr 333 geforce 6600 More discussions in Adobe Animate CC - General adobe

SPI_Mode3 causing SPI multiple device errors when using u8glib Library

hello i'm using arduino uno ds3234 real time clock using sparkfun library , sh1106 oled display using u8glib library, rtc , oled display both use spi bus of course separate cs pins. when run program reads rtc , displays time on both hyper terminal , on oled display firstly mess of numbers on hyper-terminal "45/25/165/18:85:85" instead of 27/08/14 19:15:05 , secondly oled display not show anything. it turns out rtc library obtained on sparkfun sets spi-mode 3 works per normal when oled not connected, when u8glib sh1106 driver sends spi commands display causes spi_mode reset  default point onwards makes communicating rtc impossiable. is there work around in software hardware cannot change use sw spi ?. extra info: u8glib constructor used: u8glib_sh1106_128x64_2x u8g(10, 7, 5);   //cs = 10, a0 = 7, reset = 5 u8glib has option store , restore state of hw spi registers. have @ this: https://code.google.com/p/u8glib/wiki/userre...

Forum no longer reloads automatically

until recently, after reading topic in forum , going unread topics list, list auto refresh. several days feature has vanished , manual refresh required. is change site - i'm not aware browser (safari version 7.0.5 (9537.77.4)) has been updated recently. i not seeing that.  read topic, go index , there more new posts there. Arduino Forum > Community > Website and Forum > Forum no longer reloads automatically arduino

can i use adb tools in raspbian? - Raspberry Pi Forums

hello. newbie raspberry pi. interesting can use adb tools in raspbian? adb available latest rapsbian (jessie) version, not old (wheezy) version code: select all pi@raspi2 ~ $ apt-cache show android-tools-adb package: android-tools-adb source: android-tools version: 4.2.2+git20130529-5.1 architecture: armhf maintainer: android tools maintainer <android-tools-devel@lists.alioth.debian.org> installed-size: 165 depends: libc6 (>= 2.15), libssl1.0.0 (>= 1.0.0), zlib1g (>= 1:1.1.4) homepage: http://developer.android.com/guide/developing/tools/adb.html priority: section: devel filename: pool/main/a/android-tools/android-tools-adb_4.2.2+git20130529-5.1_armhf.deb size: 62682 sha256: a238a7d451b48f6db48f4af660a8263649892ca0e893811758379ba677851f03 sha1: 816e941b924fd60188893d38af68861871ec9fa9 md5sum: 600a8cd9bafc1737c5fdab9b71313fef description: android debug bridge cli tool android debug bridge (adb) versatile tool lets manage state of emulator instance or android-powered...

Referencing instances dynamically

is there other way of referencing existing instances on stage besides using "static" syntax: this.myobject.aproperty = x ; i need iterate through lot of instances on stage , use variable pass name of instance referencing. i've been searching books , online documents hour wihout finding answer. an example in c-syntax showing how want reference these instances: for( count = 0; count < 10; count++) instance[ "instance_" + count ] = "#ffccaa" ; any newbee appreciated - frustration growing fast! if created several movieclips on stage during author-time , want dynamically reference them without giving instance name, use code below. flash must give movieclip on stage default name (“instance1”, “instance2”, etc.). code work fine it’s uncommon reference them default name. depends on situation. More discussions in ActionScript 1 and 2 adobe

css not working on site

i have used dreamweaver , trying validate. have design ok in program, on server seems not using css. <link rel="stylesheet" type="text/css" href="swimteam.css"> <!doctype html public "-//w3c//dtd html 4.01 transitional//en" " http://www.w3.org/tr/1999/rec-html401-19991224/loose.dtd"> when remove doctype site looks correct. any suggestions palyswimteam.com jj the link stylesheet cannot *above* doctype. -- murray --- icq 71997575 adobe community expert (if *must* email me, don't laugh when so!) ================== http://www.dreamweavermx-templates.com - template triage! http://www.projectseven.com/go - dw faqs, tutorials & resources http://www.dwfaq.com - dw faqs, tutorials & resources http://www.macromedia.com/support/search/ - macromedia (mm) technotes ================== "3pack105" <webforumsuser@macromedia.com> wrote in message news:eeumbl$p7s$1@forums.macromedia.com... >i...

Thread: hulu on 64bit flash - firefox on 32bit flash

hulu has released linux version of hulu desktop . great news! have few problems though. run ubuntu 9.10 64bit , hulu desktop starts after fresh restart. found out flash problem in relation ubuntu 64bit version. (so not 9.10 beta). problem can solved removing 32bit flash , installing 64 bit flash, 64bit flash not work imeem.com. so, question: there way let hulu desktop use 64 bit flash, while firefox continue using 32bit flash. in way i'll best of both worlds. i'm looking forward input! hulu messes flash 9.10. if access hulu firefox 1st, can watch vids @ tube, otherwise youtube won't work. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Multimedia Software [SOLVED] hulu on 64bit flash - firefox on 32bit flash Ubuntu

arduino IR blaster sketch problems

Image
hello, recently tv's remote broke down thought let's make ir blaster arduino, wired , used code: http://pastebin.com/lbspmkla the first problem ir blaster included in arduino package didn't work had cut ir blaster out of old remote i surprised see ir led light (through camera) , see tv respond here problem, code sends signal every 20 seconds causing tv go on , off every 20 seconds want send signal when press button, tried many different codes , 1 seemed tv wouldn't respond is there can change code sends throught ir blaster when press button? thanks, nnvt why don't hide remote under cushion? Arduino Forum > Using Arduino > LEDs and Multiplexing > arduino IR blaster sketch problems arduino

Frontend login issue still not resolved - Joomla! Forum - community, help and support

Image
quite time ago had issue site users not log in unless ticked 'remember me' button. backend see logged in. whosonline module update, , keep updating everytime hit refresh. after installing 20 times, me , host gave on domain. (luckily used testing, put down weird ufo interference wouldn't allow joomla! installed on particular domain, other joomla! installs worked fine on server) now problem has returned bite me in on customer's website. time cannot forget it. at moment though, public user login's aren't required. @ later stage site grows in popularity though will. for have given him url takes him login form can update own site. requirement remembers tick box, otherwise won't work. i have updated 1.0.12 , still have problem. anyone have idea why happens?? it seems random thing site site? had same problem on site  in case discovered redirect directive in htaccess file causing trouble. moved static content site joomla had put redirect directives in htaccess fi...

Installing joomla on comp - Joomla! Forum - community, help and support

hi! i'm hoping here can me. i'm 1 of administrators on college website, , site run on invision power board. basically, senior in charge told me learn how use joomla, use properly. now, frankly speaking, i'm *not* tech-savvy @ all, please bear me. told me download xaamp well, start playing system first, , make necessary changes on site. can please tell me how can install joomla, , start playing around ? xaamp installed, , need set joomla. i've downloaded joomla 1.0.12. i realise know very, little, please me out. welcome joomla! , joomla! community. yes possible run joomla! on local machine. if running xp might starting point faq - how set up/install joomla on win xp local testing http://forum.joomla.org/index.php/topic,25954.0.html , http://forum.joomla.org/index.php/topic,88838.0.html these might prove useful in getting know how joomla! works. don't know skill level start @ beginner through more experienced minidoc: anna's joomla tips http://forum.joomla.o...

Admin problem after install - Joomla! Forum - community, help and support

Image
hi guys, i'm kinda new joomla, installed latest version, , did correct, when want go administrator page, error: warning: require_once(/var/www/www.6tmma.be/sevsin_joomla/administrator/templates/joomla_admin/login.php) [function.require-once]: failed open stream: permission denied in /var/www/www.6tmma.be/sevsin_joomla/administrator/index.php on line 221 fatal error: require_once() [function.require]: failed opening required '/var/www/www.6tmma.be/sevsin_joomla/administrator/templates/joomla_admin/login.php' (include_path='.:/usr/share/php:/usr/share/php5:/usr/local/lib/php') in /var/www/www.6tmma.be/sevsin_joomla/administrator/index.php on line 221 i have absolutely no idea what's wrong, if help, great thanx!! ps: file login.php there , cmod 777 ! read : permission denied in /var/www/www.6tmma.be/sevsin_joomla/administrator/index.php on line 221 ^^^^^^^^^  ^^^^^^^ ^ login.php check user rights , permissions and never user 777 rights never ! dir max 775 file ma...

archivo txt a html

hola todo el mundo, me gustaría saber como puedo hacer para que una pagina html publique el contenido de un fichero txt. gracias david david, lo ideal es que uses algun lenguaje de servidor como php o asp para leer el txt e incluirlo dinamicamente en tu archivo. saludos, gabriel "informaticatec" <informaticatec@ya.com> escribió en el mensaje news:eh0uj1$6q8$1@forums.macromedia.com... > hola todo el mundo, me gustaría saber como puedo hacer > para que una pagina html publique el contenido de un fichero txt. > > gracias > david > > > > > More discussions in Foro en español adobe

[Solved] Cannot burn bootloader w/ Tiny AVR Programmer on Linux (Windows works)

hello, edit 3: solved. needed add udev rule documented here: https://learn.adafruit.com/usbtinyisp/avrdude edit 2: appears software issue. able burn bootloader on first on windows machine, must wrong linux config. changed title of thread accordingly. ideas? i'm attempting use tiny avr programmer[1] burn new bootloader atmega328[2] via avrdude on linux, i'm running issues. specifically, "initialization failed" avrdude. can upload sketches same atmega328 chip via usb ftdi breakout[3] think chip ok. as physical connections, i'm connecting reset, gnd, vcc, miso, mosi, sck atmega via jumper wires, , i've confirmed jumper wires good. i've confirmed vcc ~+5v. i've tried , without cap , pull-up resistor on reset pin of atmega. atmega has 16mhz crystal between xtal1 , xtal2 2 caps ground. nothing else connected. i've tried removing crystal well. on tiny avr programmer side, i've tried connecting 2x3 isp pins, 1x6 programmer out pins, pr...

Thread: buffer

when down loading video/audeo intermittent caused buffer idea how on come checked few post out succes using ubuntu 9.04 speed answer mb/s wil fix got holland have fast broadband speed Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Multimedia Software [ubuntu] buffer Ubuntu

New joomla! page - Joomla! Forum - community, help and support

hey, i making content item , want make link in content item. understand how make link, want make page (by using joomla!) accessible using link. so, basically, how make brand new page joomla! tried making content item , linking that, didin't know how because don't know should enter url. thanks. http://www.yourdomainname.com/index.php ... &itemid=47 just replace numbers above iwth numbers in database content item.  add menu item , click on see url joomla generates.  delete menu item , use url whatever need. lloyd Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

RoboHelp Search

hi, i using robohelp html x5.0.1 build 606. know there limitiation on how robohelp search string in documents. there words ignored when search 'and', 'this', 'for' , other similar these. i have topic called "iis" , in documents well, abbreviation , being used often, when searching being ignored system. there way robohelp not ignore word "iis"? also, when type "iiss" system finds documents "iis". thanks help. More discussions in RoboHelp HTML adobe

Presunte resistenze sui pin di Arduino UNO (digitali e analogici)

Image
salve tutti! mentre sperimentavo con arduino uno, avevo deciso di misurare la caduta di tensione su un led (verde) alimentato direttamente senza resistenze (lo che non si dovrebbe fare, ma mi è servito per sperimentare), ed è risultata nei diversi casi: 2,64v sui pin digitali da 0 13 impostati su output (uno su high, e l'altro su low) 2,91v fra il pin 13 (impostato su high) e il pin gnd sovrastante 4,72v fra pin gnd e 5v (quelli sinistra) 2,65v fra pin analogici impostati come output (uno su high, e l'altro su low) allora la domanda è: per esserci delle cadute di tensione tale ai capi del led, vi è una resistenza in serie ai pin di outuput? ero conoscenza delle sua presenza sul led 13, ma data la caduta di tensione maggiore sul led, sembra addirittura minore di quella degli altri pin. questa domanda mi è sorta conoscendo la legge del partitore ohmico di tensione, con la quale volevo misurare anche queste presunte resistenze, ma non avendo un milliamperometro, e non c...

Playing wav file from SD card on Ethernet shield

hello, trying figure out how wav file play micro sd card on seeed w5200 ethernet shield, using sd , tmrpcm libraries. seemed me should have been able use of example code tmrpcm library, changing file name, , had work. have made sure sd card formatted correctly. converted file mp3 wav using itunes setting sample rate 8.00khz, sample size 8-bit , channel mono, instructed , copied the sd card. have set cs pin 10 output ethernet peripheral , set pin 4 chip select pin sd card. after of still can't  file play. thought maybe tmrpcm library because had issue importing it, after figured out , put debugging code (tmrpcm.isplaying()) in tell me in serial monitor whether or not song playing, library seemed working fine. have ideas?? code: [select] #include <sd.h> #define sd_chipselectpin 4 #include <tmrpcm.h> tmrpcm tmrpcm; void setup() {   tmrpcm.speakerpin = 9;   pinmode(10, output);   digitalwrite(10, high);   pinmode(9,output); //speaker pin ...

Any other OS's than Raspbian and such? - Raspberry Pi Forums

Image
i bought new rpi 2 today, , await delivery wondering if there other os's work on raspberry pi apart ones specified on website? more particularly, looking linux mint version supports arm7 linuxson wrote: i bought new rpi 2 today, , await delivery wondering if there other os's work on raspberry pi apart ones specified on website? more particularly, looking linux mint version supports arm7 there specific forums under other , within general posts many others: viewforum.php?f=56 linux mint ubuntu respin different desktop environments ie cinnamon, kde, xfce or mate, no armhf versions available raspberrypi

Progetto abbandonato - Joomla! Forum - community, help and support

Image
navigando sul forge di joomla ho trovato un progetto interessante creato il 19 gennaio 2006 e che, alla data di oggi non sembra essere morto. il progetto è stato creato da joomla.it e prevedeva la creazione di una versione veramente accessibile del nostro amato cms. da qui il nome di joomlafap (for-all-people). chi se la sente di "adottare" il progetto insieme me? non è morto , se vedi sul sito joomla.it , sono uscite altre versione non messe sul sito! p.s.nelle mie intenzioni , salvo tempo , conoscenza ancora da acquisire , versioni di joomla tableless , vorrei riuscire farlo diventare multipiattaforma , cioe , pensavo ieri , palmari / telefoni che consultano internet aumentano , quindi bisogna adeguarsi! Board index Joomla! International Language Support International Zone Italian Forum Template - Grafica

Can I see a diagram to show the different voltage of the pins ?

im confused new arduino owner. picture showing pins can output 5v , output 3.3 volts ? can power 5volt device when using usb power sourse ? appreciate much. mike. most arduino boards run @ 5v. those boards have digital pins, can 0v or 5v if set output. the 3.3v output power sensors , so. some arduino boards run @ 3.3v, don't have 5v @ all. which arduino board have ? you can power 5v device using 5v pin. if current required, usb voltage might drop little, , 5.0v might 4.8v. Arduino Forum > Using Arduino > Installation & Troubleshooting > Can I see a diagram to show the different voltage of the pins ? arduino

Boot from SD no longer works, now what?

already several weeks working happily filesystem moved sd card. using following fstab entry on flash: code: [select] config mount         option target        /         option device        /dev/sda1         option fstype        ext4         option options       rw,sync         option enabled       1         option enabled_fsck  0 and creating filesystem on /mnt/sda1 using: code: [select] mkdir -p /tmp/cproot mount --bind / /tmp/cproot tar -c /tmp/cproot -cvf - . | tar -c /mnt/sda1 -xf - umount /tmp/cproot now of today, booting sd card in not work correctly. white led on, cant ssh yun. also once, saw blue led (wan?) flash couple of times. when boot without sd card, fine. however, if insert sd card, can go /mnt/sda1, if "ls" empty? normal? if inse...

GPIO pin layout - Raspberry Pi Forums

hi new raspberry pi (not new electronics). can pin layout of 40 gpio pins? if choose use ubuntu o/s. there library available support i/o pins? believe pins configurable. how set configuration? application need @ least 3 rs232 (uart) ports (i going add ttl/rs232 converter myself), need few digital input , digital output. in advance wei guo hello, either use google or http://elinux.org/rpi_low-level_peripherals there 1 (hardware) serial port available. can use usb-serial-adapters, of course. regards, gerhard raspberrypi

Input from a 4X4 keypad of one arduino & display it on 20X4 lcd of other arduino

please help.. need code to take input 4x4 keypad of 1 arduino uno , display data on 20x4 lcd of other arduino uno using xbee wireless model. there should be wireless communication between 2 arduinos using xbee. quote please help.. need code take input 4x4 keypad of 1 arduino uno , display data on 20x4 lcd of other arduino uno using xbee wireless model.   this isn't program writing service. forum. if have question, means ask. don't ask write  your program you. ask question pertains "how [etc...] ", , we'll 1 thing @ time. far getting crank out code , post it, don't think going happen.  i have written programs 4x4 keypad using 74c922 output dcba code.  http://forum.arduino.cc/index.php?topic=211548.0 once receive code on local uc can send character remote ascii,  (since xbee can send anyway) the lcd display on remote same arduino tutorial. if don't understand wiring shown there need because can...

Arduino Pulsgenerator

Image
hallo, ich bin im moment dran einen pulsgenerator mit dem ardunio due zu programmieren. ziel ist es pulse mit 1 mhz via serial monitor zu steuern. nun habe ich folgendes problem. ich kann eine abfolge von zeichen in den serial monitor eingeben und entsprechende impulse erzeugen, allerdings entstehen pausen zwischen den pulsen  welche viel länger sind als die eigentlichen impulse. nun weiß ich nicht wie ich diese pausen eliminieren kann code: [select] #define nop __asm__ __volatile__ ("nop\n\t");   int pulse = 0 ;   long = 0;    int z =0;   int l =0; void setup() {                    pinmode(12, output);   pinmode(14, output);   pinmode(15, output);   serial.begin(115200);     reg_piod_ower = 0xffff; } void loop() {           while (serial.available() > 0) {            int pulse = serial.read();   ...

Thread: Problemas de instalacion de uBUNTU

sres. les comento que tenido inconvenientes para instalar algunas versiones de ubuntu ( 8.04 / 8.10 / 9.04), les comento que compré un disco de 80 gb sólo para instalar este sistema operativo pero doy en la tecla...me bajé las versiones desde la página oficial (versión i386) y usando la comienzo instalar configuro el idioma, configuro el teclado, elijo en que disco instalarlo y después al comenzar instalar todo bien..pero aproximadamente al 25% comienzan los problemas ya que me arrojar un error en un archivo que según informa no se condice con el que se encuentra el cd-dvd, el tema es que te permite seguir con la instalación eligiendo la opción skip, pero al aparecer 40 veces con diferentes archivos sacarán sus conclusiones de que se termina instalando...no obstante la notificación del error plantea algunos posibles orígenes del error: * disco rígido roto * problemas al grabar el cd-dvd; el problema que menciona es la velocidad de grabado. * problemas de tempe...

Opel Astra CAR400 tape to GLCD please Help

hello; firstly, sorry bother you. i read article here, need on issue, http://forum.arduino.cc/index.php?phpsessid=j48vf7b69h00o1e9vj7ps4dnp7&topic=78634.45 i think, have send data tid arduino. i want now, data tape (audio, radio frequency, etc.) using standart glcd want show. how can make it.  want use  glcd  because mid broke down  smiley-sad  , expensive. for example, how read data tape using arduino . give example? i apologize bad english. please me  =( Arduino Forum > Using Arduino > Displays > Opel Astra CAR400 tape to GLCD please Help arduino

Corrupted variables?

   i've got misbehaving code. here's relevant excerpt: b2[3]=0;     serial.println(cmd);   b2[4]=0;     serial.println(cmd); "cmd" changes 4 0 in above lines. thought might out of sram variable space, slashed resource requirements under 2k & i'm still getting same thing. what's going on? cmd allocated on stack , b2 has replaced it. Arduino Forum > Using Arduino > Programming Questions > Corrupted variables? arduino

OpenGL not avaible - Raspberry Pi Forums

im still trying mpu6050(gy521) module working raspberry, i´m trying make graphics mpu, got pygame.error: opengl not availble. please help. http://blog.bitify.co.uk/2013/11/3d-ope ... -from.html are trying run 3d visualisation python program site gave on rpi? if so, says won't run on rpi. because rpi has opengles rather opengl, you'd need modify code use opengles library. i've not done ogles python quick google mentions libraries rpigl https://github.com/stephanh42/rpigl should trick. raspberrypi

JSON error - Raspberry Pi Forums

i visitting api of oldschool runescape returns strings in json, won't work me. current code: code: select all import json import urllib.request name = input('osrs name? ') url = 'http://services.runescape.com/m=hiscore_oldschool/index_lite.ws?player={0}'.format(name) open_url = urllib.request.urlopen(url) read_url = open_url.read().decode() format_to_string = str(read_url) j = json.loads(format_to_string) print(j) if try example name itz_craft, error. code: select all osrs name? itz_craft traceback (most recent call last): file "/home/pi/programming/python3/runescape/json_test.py", line 11, in <module> j = json.loads(format_to_string) file "/usr/lib/python3.4/json/__init__.py", line 318, in loads return _default_decoder.decode(s) file "/usr/lib/python3.4/json/decoder.py", line 346, in decode raise valueerror(errmsg("extra data", s, end, len...

DataBinding update notification

folks - writing mvc-based flex application view (in case tree component) bound model (in case xml object). setting data model's bindable property , tree showing data. fine. want expand tree user when data first appears. i've found can call tree.expandchildrenof(rootnode, true) accomplish task problem if can't find events fired when dataprovider changes. tree smart enough realize when i've changed model's xml , reflect changes in tree there not event tells me has happend can call expandchildrenof? does have other suggestions how accomplish this? thank in advance. ryan More discussions in Flex (Read Only) adobe

Help with Joomla! Pack - Joomla! Forum - community, help and support

Image
i got component , installed it.  saw on page got mentioned delete configuration.php + installation folder before running it.  do from?  noob joomla don't know much.  have been able set when comes deeper stuff have no idea.  still learning every day.  also, leave output , temp folder directories or change them?  if change them change them to?  thanks! Board index Joomla! Older Version Support Joomla! 1.0 Extensions - 1.0.x Components

HTTP Client code

i have question client in http server i try write part  sub code in main code . code: [select] void printdatehttp() {   client.print(day[tempday]);   client.print("<br />");    client.print("<br />");    client.print(monthday);   client.print("/");   client.print(month);   client.print("/");   client.print(year);   client.print("    ");   client.print(hour);   client.print(":");   client.print(minute);   client.print(":");   if(second<10)   {     client.print("0");   }   client.println(second);  } so when call function print me data on screen. but error - quote error: 'client' not declared in scope why it?  isn't client "global" can use on code? thanks, post code. as looks have failed declare global instance of...

Newie needs help

flash entirely new me please forgive dumb questions. i using studio 8 package , want convert wmv file swf file, used flash 8 video encoder converted wmv file 'flv" file. expecting swf file. i tried play flv file nowhere. what do next? doing wrong? there step should taking? thanks , guidance/suggestions. in flash, file > import... select wmv file. -- dan mode --> adobe community expert *flash helps* http://www.smithmediafusion.com/blog/?cat=11 *the online radio* http://www.tornadostream.com *must read* http://www.smithmediafusion.com/blog "russ" <ralltuck@dtsc.ca.gov> wrote in message news:eemqmd$qf5$1@forums.macromedia.com... > flash entirely new me please forgive dumb > questions. > > using studio 8 package , want convert wmv file swf > file, > used flash 8 video encoder converted wmv file 'flv" > file. expecting swf file. > > tried play flv file nowhere. > > do next? doing wrong? there step...

Receive String from Ethernet Shield/Server

hello all, have arduino ethernet hooked serial lcd screen spark fun.  screen 20x4.  have screen working arduino , can statically print strings on screen.  however, want send packet arduino via ethernet contains strings print on screen.  best way implement this?  thinking packet send arduino have newline character tell me when break string next line , on.  can't seem wrap head around how this.  can setup ethernet server no issue, stuck on how receive/parse string.  know much: code: [select] ethernetclient client = server.available(); if (client == true) {     while (client.connected()){         if (client.available() ) {               parsestring(client);  //would method call handle right or should parse right here?  , how parse each line out assuming use newline seperate?  should globally declare 4 strings put each in?           ...

Se me cuelga mi placa Arduino Ethernet

hola toda la comunidad. mí plaquita aurdino ethernet- no escudo- funciona en principio bien, no obstante tengo el siguiente problema, después  de varias horas de funcionamiento- variable- se me queda el sistema colgado, hecho varias comprobaciones y el micro no se cuelga, para mí es el módulo w5100, le pongo programas estandar de pusingbox,twitter, servidor de web funcionan correctamente pero vuelvo comentar que al cabo de no más de dos días se cuelga el sitema, parece como si se produjera un desbordamiento de una pila o algo por el estilo en el módulo w5100. ver si alguien me puede orientar sobre este extraño problema. p.d. no tengo otra placa para descartar hardware. code: [select] //// // // general code http://www.pushingbox.com arduino + ethernet shield (official) v1.2 // //// #include <spi.h> #include <ethernet.h>   ///////////////// // modify here // ///////////////// byte mac[] = { 0x90, 0xa2, 0xda, 0x0f, 0x83, 0xd1 };  // sure address u...

Bekomme man sowas auch ohne array hin?

Image
http://www.youtube.com/watch?v=k7tumij3cu0 z.b minute 2:21 würde das gern über ein teensy laufen lassen, bin mir nur nicht sicher ob das geht ohne das ich die bilder einzeln in 1 und 0 darstellen muss! da dann der speicher auf dem teensy bald voll wäre  für antworten bin ich sehr sehr dankbar! ja, aber das ist keinesfalls einfacher! jedoch braucht ein pixel nicht 1 bit sonder bis zu 3 byte! bei der größe wären das bereits 3kb nur für das array. sowas wird auch normal nicht mit einem mcu alleine gemacht. hier wird ein pc im hintergrund genutzt, der die sachen verarbeitet siehe http://www.ledstyles.de/index.php/thread/22271-jinx-led-matrix-control-und-die-n%c3%a4chste-matrix-software/ Arduino Forum > International > Deutsch (Moderator: uwefed) > Bekomme man sowas auch ohne array hin? arduino

Joomlos templeitai - Joomla! Forum - community, help and support

Image
sveiki, gal kas bandet kurt patys temas joomlai? gal zinot kurie failai koreguojasi ir gal zinot kur bent pasiskaityt biski apie tai?  understanding joomla / mambo css in 5 minutes http://www.joomlart.com/tutorials/templates_tutorial/understanding_mambo_css_in_5_minutes.html Board index Joomla! International Language Support International Zone Lithuanian Forum