New tags added for component TRUE PARALLAX XML for background Autofit Screen Size
#  /  posted on Dec 29, 2010
Home / Forum / Components Discussions / Parallax Background Creator XML
Started 1 year ago by jjletho
Last reply by tarzancoe
New tags added for component TRUE PARALLAX XML for background Autofit Screen Size
I bought the component but when I export the movie I see the following errors:
main.as, Linea 76 1046: No se encontró el tipo o no es una constante en tiempo de conciliación: Loader Event
main.as, Linea 81 1046: No se encontró el tipo o no es una constante en tiempo de conciliación: Loader Event
main.as, Linea 108 1046: No se encontró el tipo o no es una constante en tiempo de conciliación: Loader Event
sry
you can't beacuse layers are overlapped, transparent but overlapped...
This component looks amazing! Is this a background that resizes. Will it continue to work (slide around) when I have buttons (either in flash or html/css) placed over it? Hope this makes sense?
yes it will work.
as you can see in the sample there's 3 button and it works without problem
Bought it.
However, no matter what I do, the FLA file (Main.fla) won't open in Flash CS3. I get the message "Failed to open document" (I downloaded the version updated 01/18/2011 and then also tried the earlier version - without success). Would love some help.
I've added to download main.fla in CS3 version
consider that I save for CS3 with FLASH CS4.
Thanks jjletho for your quick response - this is a brilliant component and highly recommend it to all!
I can use my xml parallax backgrounds and headers. My site is in the wordpress platform: http//:blog.rigofotografia.com.br Please reply to my email: contato@rigofotografia.com.br thanks Vanderlei Rigo São Carlos/SP - Brazil
Hi ! First of all : thanks for this great component !!
I just have a question : I want to have a fixed image on top of all the parallax ( a png file to simulate glass effect as if we look through a window). How can I manage to do so ? I tried to change value of the top layer speed but didn't work because it still have the zoom effect.
Thanks by advance for your help ! :)
i am unable to use the file in wordpress as a background . . I am using swfobject.js and adding code to my header (PHP theme editor) also created a css container and put the object in and also checked if is wmode set to transparent . Other swf files load ok but they are packaged into a single file this one uses xml , how ever if i directly use the swf file in the url of the browser the component works perfect . Please help .
Hi great component
but!
When I try to add a simple button, I end up in this message
/biz/flashfiles/parallax/main.as, Line 1 1180: Call to a possibly undefined method addFrameScript. I am pretty new to AS3, so am I missing something - how to define method? do I need to add some code to the main.as ?
Best Regards
S
Well I Have tryed and tryed nothing workes
All I need is to use Parallax as a startpage and with one button there leads me to another external URL , there opens in same window ! That is all
Just like your eksample on top - if you have that .as file there is used there it would be helpfull and find a way to change it to my need. please email to soren@meisterbrau.com
I can't get it to work, please help what code and where do it go
open main.as
in the import section add:
import flash.net.URLRequest;
import flash.net.navigateToURL;
in the init function put
stage.addEventListener(MouseEvent.CLICK,goURL);
then create the goURL function
private function goURL(e:MouseEvent){
var menuURL:URLRequest = new URLRequest("http://www.yourlinkhere.com");
navigateToURL(menuURL, '_self');
}
Hi,
I just bought this... It's superb - thank you.
Everything's working fine, expect the swf doesn't load in the center (it's left-aligned), and it doesn't go full screen.
The instructions in the pdf say nothing about how to embed the swf: I'm using swfobject 2.2, and have tried as both static and dynamic, but I can only get the swf to appear if I pass a width and height in px.
I noticed, by viewing source on one of the demo pages, that you pass the args: "main.swf", "main", "100%", "100%", "9", "#ffffff" when instantiating a new Swf_Object.
If I try '100%' for both width and height, the swf doesn't appear at all.
My code, when using the dynamic method, is:
params.menu = 'false'; params.scale = 'noscale'; params.allowfullscreen = 'true'; var flashvars = false;
attributes.id = 'main'; swfobject.embedSWF('http://www.domain.com/main.swf', 'main', '1280', '800', '9.0.115', 'http://www.domain.com/shared/flash/expressInstall.swf', flashvars, params, attributes);
Thanks for any help.
Hi! I have a little problem..
I put my paralax banner in a folder called "parralax01" (instead of the root of my website) All images and swf are in that folder. The problem is : the paralax banner doesn't appear on my home page.. Why ?? (I check the link, it is correct, it aim the "main.swf" in my paralax01 folder)
I thought that maybe because the paralax banner isn't launch from the root of my webite makes a problem ? My website isn't online yet. I work local for the moment.
Another question : more than one parralax banner on my website is possible ?? How ?
Thanks by advance for your answer. :)
check the sintax...of the folder name
seems that you call parralax instead parallax
you can use two banner in the same
Hi, Thanks for your reply so fast jjletho. :) I checked my syntax and all links are correct. I can't put 2 parallax on same page. You succeed doing that ?? How ?? Have you got an example of a webpage with 2 parallax banners on it ? Just to see in the code how it looks like. Thanks by advance !
Boas, será que me poderias indicar o código para criar o efeito both slide? estou a desenvolver um trabalho e não sei como criar esse efeito, já procurei em vários tutorias e nada... Aguardo resposta, cumprimentos *
I need to create scrolling 3 different text fields that go at different speeds on the page (parallax). as it is for the ipad, the parallax should react to onmousedown or mouseclick (user finger). it also needs to support TLF text. can I do all of this with your component? I do not know programming, just basic.
Please login to post replies.