Go Back   Flashtory Support Forum > Flash Files Support > Flash Menus > Quick 3D Carousel AS2

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-24-2009, 11:26 AM
Junior Member
 
Join Date: Jul 2009
Posts: 28
Default Action on pics

search pictureClick.as in you source file Folder open it and look for:

//function called by onPress event and return "name" variables from xml (if action is other that "_blank")
function pictureClick(par)
{
//example 1
//in xml:<picture thumb="test-images/aaa.jpg" description="description" name="1" param="action"></picture>
//in xml:<picture thumb="test-images/bbb.jpg" description="description" name="2" param="action"></picture>
//par is the name value from xml name=1,name=2 and so on
yourMc.gotoAndStop(par); //par=1,2


//example 2
//in xml:<picture thumb="test-images/aaa.jpg" description="description" name="swfFolder/tes1.swf" param="action"></picture>
//in xml:<picture thumb="test-images/bbb.jpg" description="description" name="swfFolder/tes2.swf" param="action"></picture>
//par is the name value from xml name="swfFolder/tes1.swf",name="swfFolder/tes2.swf"
yourMc.loadMovie(par);
}

also open preview.fla save it,save pictureClick.as and recompile it
Reply With Quote
  #2 (permalink)  
Old 12-02-2009, 05:17 PM
Junior Member
 
Join Date: Dec 2009
Posts: 4
Default action on pic

I have followed the indications, but the loadmovie does not work.
I attachment the file. Can you resolve the problem?
Thank s
Reply With Quote
  #3 (permalink)  
Old 12-03-2009, 06:36 AM
Junior Member
 
Join Date: Jul 2009
Posts: 28
Default contact me: stanescu_laurentiu@yahoo.com

stanescu_laurentiu@yahoo.com
Reply With Quote
  #4 (permalink)  
Old 12-03-2009, 04:01 PM
Junior Member
 
Join Date: Dec 2009
Posts: 4
Default

Hallo!
I send mail.
Reply With Quote
  #5 (permalink)  
Old 12-04-2009, 07:07 AM
Junior Member
 
Join Date: Jul 2009
Posts: 28
Default

didn;t received..try to use other email ...
Reply With Quote
  #6 (permalink)  
Old 12-11-2009, 11:25 AM
Junior Member
 
Join Date: Dec 2009
Posts: 4
Default

Hello,
I am using carousel with click _root.mc.loadMovie(par);
. When I open the swf I want that the carousel under it is not active, but that he is reactivated when I close the swf over.
Thank
Reply With Quote
  #7 (permalink)  
Old 12-11-2009, 02:47 PM
Junior Member
 
Join Date: Jul 2009
Posts: 28
Default ????????

sorry i didn;t understood you ..
Reply With Quote
  #8 (permalink)  
Old 12-11-2009, 03:18 PM
Junior Member
 
Join Date: Dec 2009
Posts: 4
Default

I send mail
s.valerya@gmail.com
Reply With Quote
  #9 (permalink)  
Old 12-15-2009, 09:50 AM
Junior Member
 
Join Date: Jul 2009
Posts: 28
Default ok

ok got respone on email
Reply With Quote
Reply

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 Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
based on a modified theme of CompleteGFX