Flash CS3 - Flash CS4

Free tutorials and scripts for all.
Actionscript 3.0

ImageLoader

This is a discussion on ImageLoader within the Componenti forums, part of the Flash CS3 e Actionscript 3.0 category; Salve a tutti. Ho una domande da porvi inerente al componente Image Loader. Una volta caricata l'immagine con componete ...


Go Back   Forum Flash CS3 Flash CS4 > Flash CS3 e Actionscript 3.0 > Componenti

Register Blogs FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 29-02-08, 16:00
Junior Member
 
Join Date: Jan 2008
Posts: 3
Rep Power: 0
lexen77 is on a distinguished road
ImageLoader

Salve a tutti.
Ho una domande da porvi inerente al componente Image Loader.
Una volta caricata l'immagine con componete ImageLoader è possibile tramite actionscript 3.0 rendere l'immagine cliccabile al link "www.esempio.html"

Grazie
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #2 (permalink)  
Old 02-03-08, 08:13
Administrator
 
Join Date: Jul 2007
Location: Cesena
Posts: 4,356
Blog Entries: 1
Rep Power: 6
Flep is on a distinguished road
Re: ImageLoader

Ciao e benvenuto

Sì è possibile.
Assegna ad esempio un nome istanza img_mc al componente.

Poi usi questo codice:
Code:
img_mc.addEventListener('done',immagineCaricata);
function immagineCaricata(evt:Event):void
{
	trace(' immagine caricata');
	evt.target.mouseChildren=false;
	evt.target.buttonMode=true;
	evt.target.addEventListener(MouseEvent.MOUSE_DOWN,go);
}

function go(evt:MouseEvent):void
{
	trace('ok');
}
__________________

 


I recommend: Essential Actionscript 3.0

- Non rispondo ai messaggi privati con domande tecniche. Apri una discussione sul forum !
- I do not reply technicians pvt messages. Open a thread !
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 04-03-08, 12:33
Junior Member
 
Join Date: Jan 2008
Posts: 3
Rep Power: 0
lexen77 is on a distinguished road
Re: ImageLoader

Funziona !
Grazie 1000
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 04-03-08, 12:51
Junior Member
 
Join Date: Jan 2008
Posts: 3
Rep Power: 0
lexen77 is on a distinguished road
Re: ImageLoader

Salve ,
adesso vorrei far uscire vicino alla manina una scritta tipo "click to enter"
come potrei fare ?

Grazie
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 06-03-08, 04:36
Administrator
 
Join Date: Jul 2007
Location: Cesena
Posts: 4,356
Blog Entries: 1
Rep Power: 6
Flep is on a distinguished road
Re: ImageLoader

Ciao,
ti conviene aggiungere l' evento MOUSE_OVER e la funzione ad esempio over.

Nella funzione over crei una nuova MovieClip con un campo di testo e la scritta 'click to enter'.
__________________

 


I recommend: Essential Actionscript 3.0

- Non rispondo ai messaggi privati con domande tecniche. Apri una discussione sul forum !
- I do not reply technicians pvt messages. Open a thread !
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

photoFlow

Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads

Thread Thread Starter Forum Replies Last Post
ImageLoader - Flash CS3 component by FlepStudio [ FREE ] Flep FlepStudio components 6 15-09-08 13:42
ImageLoader - caricatore di immagine Flep Componenti di FlepStudio 4 15-05-08 21:18


All times are GMT. The time now is 05:57.


Powered by vBulletin versione 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC4
Forum SiteMap


FlepStudio
by Filippo Lughi
P.IVA 03605860406