hi guys,
i am a flash developers and after searching lots of video gallery in flash pages i doesn't found any appropriate solutions. so after scratching my last hair i found a very simple solutions to it .here are the steps
first download Aleo Flash Slideshow Gallery maker with crack
step1; make a video slide show there . it contains swf files,xml,images, and htmls
step 2: make a folder aput it there.
step3 open flash file and save it to the same folder.
step4; in layer 1 . select a rectangle tool . convert it to movie clip say image_mc (instance name image_mc).
select another layer :type text and make it as button (say instance name pub01_buttn)
now the actionscripting part
select one layer name it action and type the following actions there
pub01_buttns.onRelease = function()
{
image1_mc1.loadMovie("name_ of _your_ swf file_ which _is _calling_ xml file.swf");
}
that all you will find the miracle.
i am a flash developers and after searching lots of video gallery in flash pages i doesn't found any appropriate solutions. so after scratching my last hair i found a very simple solutions to it .here are the steps
first download Aleo Flash Slideshow Gallery maker with crack
step1; make a video slide show there . it contains swf files,xml,images, and htmls
step 2: make a folder aput it there.
step3 open flash file and save it to the same folder.
step4; in layer 1 . select a rectangle tool . convert it to movie clip say image_mc (instance name image_mc).
select another layer :type text and make it as button (say instance name pub01_buttn)
now the actionscripting part
select one layer name it action and type the following actions there
pub01_buttns.onRelease = function()
{
image1_mc1.loadMovie("name_ of _your_ swf file_ which _is _calling_ xml file.swf");
}
that all you will find the miracle.
No comments:
Post a Comment