Continuare a vedere Flash nel 2021 nel browser

Flash, Flex, Varie, Web oscar Nessun Commento »

Per continuare a vedere Adobe Flash nel tuo browser puoi usare la mia prima soluzione:

  • Disintalla FireFox da pannello di controllo
  • Scarica una versione precedente di FireFox dal link ufficiale (non oltre la 8.4) oppure scarica la versione 8.3 qui
  • Scarica flash player da qui

mi raccomando devi disabilitare gli aggiornamenti automatici.


oppure se avevi già installato Adobe Flash player su FireFox allora scarica la cartella qui, rinomina “C:\Windows\System32\Macromed\Flash in “C:\Windows\System32\Macromed\Flash_old e poi metti la cartella decompressa in “C:\Windows\System32\Macromed\”. Chiudi FireFox e riaprilo.

Un’altra alternativa puoi trovarla al link oppure scarica i numerosi Flash Player per i diversi browser e sistemi operativi qui

Se hai bisogno di aiuto chiedi pure.
ciao

Accessing services-config.xml values from Flex at runtime

AIR, AS3, Flex Soft! Nessun Commento »

Ecco come accedere al file services-config.xml in runtime.

<?xml version="1.0" encoding="UTF-8"?>
<services-config>
	<services>
		<service id="amfphp-flashremoting-service" class="flex.messaging.services.RemotingService"
				messageTypes="flex.messaging.messages.RemotingMessage">
			<destination id="amfphp">
				<channels>
					<channel ref="my-amfphp"/>
				</channels>
				<properties>
					<source>*
				</properties>
			</destination>
		</service>
	</services>
	<channels>
		<channel-definition id="my-amfphp" class="mx.messaging.channels.AMFChannel">
			<endpoint uri="gateway.php" class="flex.messaging.endpoints.AMFEndpoint"/>
		</channel-definition>
	</channels>
</services-config>

Provare:

trace(ServerConfig.getChannel("my-amfphp").endpoint);

Flex 3 DateField with textInput editable format (Masked input)

Flash, Flex oscar Nessun Commento »

In Flex 3 isn’t a dateField where the textinput is formatted like DD/MM/YYYY than exist in Flex 4, I’ve make it:

Look it in action.

Download single component here and feel free update it, if anything, update also me.

Dowload the example here, into file zip there are the src folder and libs folder, so you have to create a project in Flex.

Flash vs jQuery 2013

AIR, Flash oscar Nessun Commento »

Ad oggi:

  • Google uses Blink rendering engine and V8 Javascript.
  • Mozilla uses Gecko rendering engine and SpiderMonkey Javascript.
  • Apple uses Webkit2 rendering and Nitro javascript.
  • Microsoft uses Trident engine and Chackra javascript.

e Flash? A me sembra che continuino a svilupparlo, alla faccia che doveva morire 2 anni fa.

Nuovo menu su iPad

Disegno, Flash, iPad Soft! Nessun Commento »



E’ da un po’ di giorni che è in linea e sicuramente i più attenti avranno notato qualcosa di diverso nel menu. E’ stato convertito il menu da Adobe Falsh in Javascript / jQuery.
E’ possibile vedere il menu anche su iPad.

Lasciate qualche commento se gradite questa nuova versione.

Generate from Flash CS6 a sprite sheet fix the dimension

AIR, Animazioni, AS3, Disegno, Flash, Flex oscar Nessun Commento »

You can place a .01 alpha background clip behind your animation, then Flash CS6 will detect that as the bounds and export the image to that size, while not affecting the visuals your exporting.
Look:





Home | Graffiti e Disegni | Educazione | Chi siamo | Blog | Progetti | Contatti
RSS Feed Comments RSS Accedi