You must log in to post.
-
Do you have this in AS 3.0 as well?Posted 9 months ago #
-
Hi, Thanks for your interest, but no, it isn't available in AS3. SnowcatPosted 9 months ago #
-
Hi,
Thanks for your interest, but no, it isn't available in AS3.
SnowcatPosted 9 months ago # -
Can SWFs or video be shown in this? Thanks.Posted 9 months ago #
-
SWF's can be used instead of images. You'll have to set loadSmoothed variable to false.
SnowcatPosted 9 months ago # -
any plans to release an AS3 version? also, is there a way to include a title along with description in the description panel? Maybe with a different color or bold?Posted 9 months ago #
-
any plans to release an AS3 version?
also,
is there a way to include a title along with description in the description panel? Maybe with a different color or bold?Posted 9 months ago # -
i have a problem with the text that appears in the top.Posted 9 months ago #
-
I cant put accentsPosted 9 months ago #
-
please help mePosted 9 months ago #
-
I use a loader component for show the image Gallery XML inside another SWF, it work but the scroll dont work...
Please help me.
ThanksPosted 9 months ago # -
davidpimienta: double click the "description_text" symbol from the Library, then select the empty dynamic text from the scene, then click Embed from the Properties panel and select Punctuation or any other character set that you need
jpgiron: I assume some events from the Image Gallery are overwritten by the loader component, or simply ignoredPosted 9 months ago # -
GreatPosted 9 months ago #
-
<object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0\" width=\"750\" height=\"830\" id=\"image gallery\" align=\"middle\"> <param name=\"movie\" value=\"image gallery.swf\" /> <param name=\"quality\" value=\"high\" /> <param name=\"bgcolor\" value=\"#222222\" /> <param name=\"allowScriptAccess\" value=\"sameDomain\" /> <param name=\"movie\" value=\"image gallery.swf\" /> <param name=\"quality\" value=\"high\" /> <param name=\"bgcolor\" value=\"#888888\" /> <param name=\"bigImageWidth\" value=\"550\" /> <param name=\"bigImageHeight\" value=\"650\" /> <param name=\"actualHeight\" value=\"200\" /> <param name=\"actualWidth\" value=\"125\" /> <param name=\"imageW\" value=\"125\" /> <embed src=\"image gallery.swf\" quality=\"high\" bgcolor=\"#888888\" width=\"750\" height=\"830\" name=\"image gallery\" align=\"middle\" allowScriptAccess=\"sameDomain\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" />
Posted 8 months ago # -
is it possible to provide html example that includes setting variable parameters.
here is my html code....
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>image gallery</title> </head> <body bgcolor="#222222"> <!--url's used in the movie--> <!--text used in the movie--> <!-- saved from url=(0013)about:internet --> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="750" height="830" id="image gallery" align="middle"> <param name="movie" value="image gallery.swf" /> <param name="quality" value="high" /> <param name="bgcolor" value="#222222" /> <param name="allowScriptAccess" value="sameDomain" /> <param name="movie" value="image gallery.swf" /> <param name="quality" value="high" /> <param name="bgcolor" value="#888888" /> <param name="bigImageWidth" value="550" /> <param name="bigImageHeight" value="650" /> <param name="actualHeight" value="200" /> <param name="actualWidth" value="125" /> <param name="imageW" value="125" /> <embed src="image gallery.swf" quality="high" bgcolor="#888888" width="750" height="830" name="image gallery" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object> </body> </html>
Posted 8 months ago # -
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="750" height="830" id="image gallery" align="middle"> <param name="movie" value="image gallery.swf" /> <param name="quality" value="high" /> <param name="bgcolor" value="#222222" /> <param name="allowScriptAccess" value="sameDomain" /> <param name="movie" value="image gallery.swf" /> <param name="quality" value="high" /> <param name="bgcolor" value="#888888" /> <param name="bigImageWidth" value="550" /> <param name="bigImageHeight" value="650" /> <param name="actualHeight" value="200" /> <param name="actualWidth" value="125" /> <param name="imageW" value="125" /> <embed src="image gallery.swf" quality="high" bgcolor="#888888" width="750" height="830" name="image gallery" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
Posted 8 months ago # -
Hi, I would like to integrate the gallery in to a site that I am building but I require the location of the XML file to be passed as a parameter rather than being fixed to images.xml. Is this possible? Thanks, StevePosted 8 months ago #
-
Hi,
I would like to integrate the gallery in to a site that I am building but I require the location of the XML file to be passed as a parameter rather than being fixed to images.xml. Is this possible?
Thanks,
StevePosted 8 months ago # -
mlrencher: please send me a private message with the html code...
steve: images.xml could be changed to anything else, but how exactly do you want to pass this file as a parameter?Posted 8 months ago # -
I am having problems setting the text size in the htmlPosted 8 months ago #
-
Do you mean the optional info at the bottom of the thumbnail (demo1) ?
That can be easily modified by editing the "description_text" symbol from the Library. Double-click it, then select the dynamic text field from the Stage, then in the Properties panel change any attribute of the text.
Thanks,
SnowcatPosted 8 months ago # -
still not heard from snowcat on example of passing parameters using html....Posted 8 months ago #
-
Hi, I cannot read your message well on he forum, the script is somehow interpreted and thus doesn't appear right. Please send me a private message, trying to avoid to allow the FC website to interpret and translate your code. On the other hand... on what I understand from you, you want to pass variables to the swf file as html parameters, which cannot be done. Regards, SnowcatPosted 7 months ago #
-
Hi,
I cannot read your message well on he forum, the script is somehow interpreted and thus doesn't appear right. Please send me a private message, trying to avoid to allow the FC website to interpret and translate your code.
On the other hand... on what I understand from you, you want to pass variables to the swf file as html parameters, which cannot be done.
Regards,
SnowcatPosted 7 months ago # -
Is it possible to customise the horizontal scroll bar so that it perpetually scrolls to the left in an endless loop when the mouse cursor isnt interacting with the movie? If so then is just what im looking for :)Posted 6 months ago #
-
Is it possible to customise the horizontal scroll bar so that it perpetually scrolls to the left in an endless loop when the mouse cursor isnt interacting with the movie?
If so then is just what im looking for :)Posted 6 months ago # -
Hi Snowcat,
Just bought a paackage from you. I think you produce great things. Thanks for that. One quick question on the Image Gallery XML.
How can I use it more than once on a site with different XML files?
(haven't gone into the .fla yet which might be the anwer, but maybe there is a secret setting in the htmlPosted 5 months ago # -
Hi,
I want the image gallery to be loaded into another file, but when I loaded into another flash the slider extends beyond the width of the stage when loaded into another flash, which also makes the slider not work properly. How do I get the slider to maintain the set width when loaded into another flash file?
Thanks
Posted 4 months ago # -
I‘m loving your file! Very customizable. I am wondering if it is possible to have the images automatically advance after a certain number of seconds. I have looked through the actions and I imagine that I could write an additional action to do this, but I am no expert, so thought I‘d ask you first.
Thanks again for your good work!
Posted 3 months ago # -
unknown:It's possible but I didn't provided yet functionality for infinite loops. I'll do that but I can't promise an exact day.
Andy: Yes, the FLA file is the answer. You have in there
xml.load("images.xml");
so you can add extra functionality instead of it to load different XML filesccvtee: You could do this: open the original FLA file, click on the bagkground shape on the stage, hit F8 and name the symbol say "gallery". Then go to the main timline and cut-paste all the code from the first frame in the root document to the first frame of the gallery symbol you just created. Then you can copy-paste the gallery symbol along with the other assets from the Library into your own FLA document's Library. Here (in your FLA document), above the layer you're putting the gallery symbol in, create a new layer and draw a rectangle having the size of the gallery. Right click the rectangle's layer an select Mask.
mwmultimedia: I guess you want images to loop too. Please read above.
Posted 2 months ago #


help
and feedback
latest
news
latest
forum entries