Sunday, April 4, 2010

Javascript: Open a Form

Hi There,



I really need some hep with this. I have spent quite a bit of
time on it already and have scoured the forums.

I am using v1.

I am trying to open a form at the end of a movie so I can ask
a couple of questions and have the results emailed. I know that
Captivate has the quiz/survey, but the resulting email is ugly and
my users are not happy with that. I have this working outside of
Captivate, but I am having trouble getting Captivate to run this.



within the Captivate .htm file I have:



%26lt;!-- saved from url=(0013)about:internet --%26gt;

%26lt;!DOCTYPE HTML PUBLIC ''-//W3C//DTD HTML 4.01
Transitional//EN''

''
http://www.w3.org/TR/html4/loose.dtd''%26gt;

%26lt;html%26gt;

%26lt;head%26gt;

%26lt;meta http-equiv=''Content-Type'' content=''text/html;
charset=utf-8''%26gt;

%26lt;title%26gt;nypro fsa%26lt;/title%26gt;

%26lt;script type=''text/javascript''%26gt;

%26lt;!-- Begin

var gstrEmailTo = '''';

var gstrEmailSubject = '''';

var gstrEmailBody = '''';

var myVar = 0;



function openform(){

document.write(''I am in the function'')

formwindow=window.open('fsafeedbackform.html','formwin',
'width=500, height=400')

}





openform is the function I have created. I have another html
file that contains just the form (fsafeedbackform.html) it is in
the same directory.



On the last slide I have a click box that when clicked has
the command-%26gt; javascript:openform();



However when I run the .htm on my website it doesn't run any
of the slides. I don't even see the ''I am in the function'' comment.



Can someone please help!!!!
Javascript: Open a Form
I haven't the time to try it myself, but I think the solution
is to just remove ''javascript:'' from the code you've setup on the
button in Captivate.



Try calling just: openform();Javascript: Open a Form
Your example is a little confusing as the form seems to be in
the same file as the .swf, but you're opening a different page in
new window?



Also, can you clarify what you mean when you say ''when I run
the .htm on my website it doesn't run any of the slides''? Are you
saying the Captivate movie itself doesn't run?



If so, make sure you have the browser set to notify you of
scripting errors (in IE, it's Tools | Internet Options | Advanced |
Display a notification about every script error). You may have a
JavaScript error somewhere that's breaking the page as it
loads.
Thanks for the replies. I will try both options. I did mean I
was trying to run the movie when I referred to the .htm.



Thanks

Masking question...

Hi!



It's been a while! I'm trying to mask off a movie clip. So
let's say it's stripes that animate over a rectangle. The rectangle
is divided into 3 sections. I want the stripes ani. to be contained
within the section...like adding a clipping mask.

I've tried creating a mask layer above and making a green box
over each section (so that it will be contained).



I'm wanting to select all the layers of the stripes
animation, below the mask layer and hit 'mask', but it only makes
the one layer directly below the mask layer selectable - odd. I
think there's something I'm missing here. Please advise!



Thanks!Masking question...




r_tist wrote:

%26gt; Hi!

%26gt;

%26gt; It's been a while! I'm trying to mask off a movie clip.
So let's say it's

%26gt; stripes that animate over a rectangle. The rectangle is
divided into 3

%26gt; sections. I want the stripes ani. to be contained within
the section...like

%26gt; adding a clipping mask.

%26gt; I've tried creating a mask layer above and making a
green box over each

%26gt; section (so that it will be contained).

%26gt;

%26gt; I'm wanting to select all the layers of the stripes
animation, below the mask

%26gt; layer and hit 'mask', but it only makes the one layer
directly below the mask

%26gt; layer selectable - odd. I think there's something I'm
missing here. Please

%26gt; advise!



you can't use multiple layer for mask, you need to place your
animation in

movie clip.



--

Best Regards



Urami





--



Beauty is in the eye of the beer holder...





%26lt;urami%26gt;

If you want to mail me - DO NOT LAUGH AT MY ADDRESS

%26lt;/urami%26gt;

Linking to Glossary

We are using RoboEngine to publish several projects to one
URL. I would like to build a link to the compiled glossary. Can
anyone provide instructions for building this link?



Thanks.

Flash EXE on Japanese WinOS

hi all,



i'm testing a cd presentation, (flash standalone exe)

and it works fine on Windows OS English and even on mac.



However, on Windows XP Japanese OS, it gives inconsistent
results.



some people can see it, while some see just a white patch
full screen.

these same people however can see the presentation through
the browser

(i have included an html file with swf version of the exe,
just in case)

and they were also able to see the full screen standalone

when the required files were accesed from a USB pen drive.



is there a documented issue of any problem with Japanese
Windows OS?

or is it just some coincidence and actually an issue with
individual security settings?



thanks in advance,

kedar

div tags overlap

I am using .shtml pages because of SSI's. I have several divs
inside one large div id=''content''. I am using float and margins to
position the nested divs. I want the div content to scale in height
depending on the height of the nested divs but the nested divs
overlap at the bottom. I don't want to give ''content'' a fixed size
in px because the divs inside change in height from page to page. I
set it to 500px but for this page that isn't enough. When not
specifying a height for content, it butts up to one of the divs
bottom but the others to overlap.

HTML attached.



CSS:

td, th {

font-family: Arial, Helvetica, sans-serif;

font-size: 12px;

line-height: 24px;

color: #330000;

padding-left: 10px;

}



a {

color: #330000;

}



form {

background-color: #FFFFCC;

border: thin solid #000099;

}



.title {

font-family: Georgia, ''Times New Roman'', Times, serif;

font-size: 18px;

line-height: 30px;

background-color: #000066; color: #FFCC33;

}



.subtitle {

font-family: Georgia, ''Times New Roman'', Times, serif;

font-size: 16px;

line-height: 20px;

font-weight: bold;

color: #000066; font-style: oblique;

}



.header {

font-family: Georgia, ''Times New Roman'', Times, serif;

font-size: 24px;

color: #012f49;

padding-left: 20px;

padding-top: 5px;

padding-bottom: 5px;

clear: left;

}

#main_nav {

width: 800px;

background-image: url(/images/main_nav_bg.jpg);

height: 40px;

}





.nav {

font-family: Arial, Helvetica, sans-serif;

font-size: 12px;

font-weight: bold;

background-color: #FFFFFF;

padding-right: 5px;

}



.navLink {

font-family: Arial, Helvetica, sans-serif;

font-size: 14px;

font-weight: bold;

background-color: #DEDECA;

}

a:hover {

color: #CC9900;

background-color: #330000;

}



.sidebar {

font-family: Georgia, ''Times New Roman'', Times, serif;

font-size: 12px;

line-height: 18px;

padding: 3px;

background-color: #FFFF99;

}



.sidebarHeader {

font-family: Georgia, ''Times New Roman'', Times, serif;

font-size: 14px;

line-height: 18px;

color: #FFFF99;

background-color: #999933;

font-weight: bold;

}



.sidebarFooter {

font-family: Georgia, ''Times New Roman'', Times, serif;

font-size: 12px;

line-height: 18px;

background-color: #FFFF99;

color: #990000;

}



.footer {

font-family: Georgia, ''Times New Roman'', Times, serif;

font-size: 12px;

font-weight: bold;

line-height: 22px;

color: #333333;

background-color: #FFFF99;

}



.legal {

font-family: Georgia, ''Times New Roman'', Times, serif;

font-size: 12pt;

color: #333333;

}



.box1 {

width: 100%;

height: auto;

}



.promo {

font-family: ''Times New Roman'', Times, serif;

color: #000033;

font-size: small;

width: 100%;

padding: 20px;

}



.titlebar {

font-family: ''Times New Roman'', Times, serif;

font-size: 9px;

color: #FFFFFF;

background-color: #336699;

}



.dingbat {

font-family: Georgia, ''Times New Roman'', Times, serif;

background-color: #CCCC99;

color: #660000; font-weight: bolder; font-size: medium;

}



input.big {

width: 100px;

}



input.small {

width: 50px;

}

.bottom_nav {

font-family: Arial, Helvetica, sans-serif;

font-size: x-small;

color: #000000;

padding-top: 2px;

padding-bottom: 2px;

text-align: center;

width: auto;

font-style: normal;

font-weight: bold;

}

#bottom_nav {

background-image: url(/images/bottom_nav_bg.jpg);

color: #003399;

background-color: #003399;

height: 30px;

text-align: center;

}

#title_banner {

background-image: url(/images/title_banner_bg.jpg);

height: 34px;

}





.main_nav {

background-color: #FFFFFF;

}

.top_section {



background-color: #003366;

}



.logo {

background-color: #FFFFFF;

padding: 10px;

margin: 10px;

}

body {

background-color: #003366;

text-align: center;

}



#main {

width: 800px;

margin-right: auto;

margin-left: auto;

text-align: left;

color: #012f49;

}

#main .center {

width: 600px;

float: right;

background-color: #FFFFFF;

}

.leftmenu {

width: 19%;

float: left;

border-right-width: 1px;

border-right-style: solid;

border-right-color: #CC9900;

}

.center_images {

width: 375px;

margin-left: 160px;

height: 1px;

}





body {

color: #999999;

text-align: center;

}



td, th {

color: #99CCCC;

}



h1 {

color: #CC9900;

}



h2 {

color: #CC9900;

}



h3, h4 {

color: #003366;

}



h5, h6 {

color: #CC9900;

}



a {

color: #003366;

}

#flash_banner {

width: 800px;

display: inline;

}

#container {

}

#content {

/*background-image: url(/images/content_bg.jpg);*/

background-repeat: repeat-y;

background-image: url(/images/content_bg.jpg);

padding-bottom: 10px;

padding-top: 15px;

padding-right: 15px;

padding-left: 15px;

height: 500px;

}

img {

}

img_left {

margin-right: 10px;

}

.image_left {

width: 500px;

float: left;

}

.contact_us {

background-color: #FFFFFF;

padding: 20px;

}

.images {

padding-top: 0px;

padding-right: 20px;

padding-bottom: 0px;

padding-left: 20px;

}

.flash_right {

float: right;

height: 230px;

width: 300px;

}

.right_panel {

font-family: ''Times New Roman'', Times, serif;

font-size: small;

font-style: italic;

color: #FFFFFF;

background-color: #CC9900;

float: right;

width: 200px;

padding: 10px;

font-weight: bold;

clear: right;

}

.left_text {

padding: 10px;

float: left;

width: 515px;

border: 1px solid #CC9900;

}

.Tips {

float: right;

border: 1px solid #003366;

width: 200px;

padding: 10px;

margin-top: 10px;

}

#Right_panel {

background-color: #CC9900;

padding: 10px;

width: 200px;

float: right;

font-family: ''Times New Roman'', Times, serif;

font-weight: bold;

color: #FFFFFF;

}

#Bigleft_block {

padding: 10px;

float: left;

width: 550px;

border: 1px solid #CC9900;

}

#helpful_hints {

padding: 10px;

float: right;

width: 25%;

margin-top: 10px;

border: 1px solid #003366;

}

#center {

float: left;

height: 1px;

margin-left: 10px;

}

#left_edge_text {

width: 46%;

padding: 15px;

font-family: ''Times New Roman'', Times, serif;

font-size: large;

color: #003366;

float: left;

}

#include_div {

}

.include_files {

margin-top: 15px;

}

div tags overlap
bumpdiv tags overlap
bumping doesn't work from the nntp side of the forum.... and
it's only been

hour since you last posted - you need to be a little more
patient :)



You may get more help if you actually posted a link to the
page...





--

Nadia

Adobe庐 Community Expert : Dreamweaver

----------------------------------------

CSS Templates |Tutorials |SEO Articles


http://www.DreamweaverResources.com

~ Customisation Service Available ~


http://www.csstemplates.com.au

----------------------------------------

~ Forum Posting Guidelines ~


http://www.adobe.com/support/forums/guidelines.html








can anyone answer this

Train a Trainer course in dreamweaver

Hi there,

I'm keen to take my knowledge of Adobe products further by
teaching Photoshop and dreamweaver at a proffesional level.



There are some details on the Adobe site here


http://www.adobe.com/support/certification/aci.html



It seems i need a teaching certificate such as CompTia CTT+



Is this also valid in the uk?



I don't seem to be able to find any reference to it or
training locations.



If not, what would be the equiavalent qualification i would
need in the Uk?



What would be ideal would be a complete train a trainer
schedule on using dreamweaver so it was all in one package, exams,
training module, how to take students though the course etc...
instead of this disparate method it currently is.



As usual any help appreciated.



ThanksTrain a Trainer course in dreamweaver
Not sure but try


http://www.parity.net/

and


http://www.interquad.com/index.asp



--

Jo







''baxxy2000'' %26lt;webforumsuser@macromedia.com%26gt; wrote in
message

news:eucdv3$plo$1@forums.macromedia.com...

%26gt; Hi there,

%26gt; I'm keen to take my knowledge of Adobe products further
by teaching

%26gt; Photoshop

%26gt; and dreamweaver at a proffesional level.

%26gt;

%26gt; There are some details on the Adobe site here

%26gt;
http://www.adobe.com/support/certification/aci.html

%26gt;

%26gt; It seems i need a teaching certificate such as CompTia
CTT+

%26gt;

%26gt; Is this also valid in the uk?

%26gt;

%26gt; I don't seem to be able to find any reference to it or
training locations.

%26gt;

%26gt; If not, what would be the equiavalent qualification i
would need in the

%26gt; Uk?

%26gt;

%26gt; What would be ideal would be a complete train a trainer
schedule on using

%26gt; dreamweaver so it was all in one package, exams,
training module, how to

%26gt; take

%26gt; students though the course etc... instead of this
disparate method it

%26gt; currently

%26gt; is.

%26gt;

%26gt; As usual any help appreciated.

%26gt;

%26gt; Thanks

%26gt;





Train a Trainer course in dreamweaver
Thanks but not sure if these are what i'm looking for.

Has anyone here ever tried to be fully accredited with Adobe
and then gone on to teach?




Hi There

Does anyone know of any other Adobe forums where i could get
an answer for this Question?



Thanks
  • sun sunscreen
  • Trying to draw shadow on drawn object

    I am drawing an object dynamically using the handful of
    drawing commands in the Graphics library (drawCircle, drawRect,
    curveTo, etc). I end up creating an enclosed object that I fill in
    with beginFill. I would like to add a drop shadow but the object
    does not end up being a rectangle so I can't use
    RectangularDropShadow. Is it possible to do what I am trying to do?
    Any ideas?



    Thanks in advance,



    ToddTrying to draw shadow on drawn object
    Yes you drop shadow filter.

    How? not sure. But, I know for sure this is possible using
    the filter.



    Thanks,Trying to draw shadow on drawn object
    If the object into which you are drawing has a filters
    property, then you can do this:



    import flash.filters.*;



    canvas.filters = [ new DropShadowFilter() ]; // this is an
    array of filters, here it is just an array of 1 element



    Assuming you are drawing into a Canvas. If the Canvas does
    not have a solid background then the shadow will be applied to all
    of its children.



    The DropShadowFilter takes a number of arguments, all of
    which default to a standard shadow. Check the Flex docs on this
    class.

    loop / pause in movie clip - duration...

    hi,



    i want to know if there's a smart way of creating long-ish,
    easily editable pauses in movies clips using actionscripting
    (instead of just throw in dozens more frames in the timeline)?



    i'm currently using a loop as such:



    i++

    if (i%26lt;500) {

    gotoAndPlay(''waitingForUser'');

    trace(i)

    } else {

    gotoAndPlay(''autoScroll '');

    }

    this has it looping through 500 times so is obviously
    dependant on framerate. is there a way to do this and have it loop
    for for x amount of seconds instead?



    many thanks,



    ponchloop / pause in movie clip - duration...
    There is an undocumented method in Flash called setTimeout()
    that is similar

    to setInterval().



    function thingToDo() {

    //code to do something like

    gotoAndStop(_currentframe + 1);

    }



    code to be placed on the frame that is to be timed:



    myTimer = setTimeout(thingToDo, 2000) //where 2000 is delay
    in milliseconds





    Dreamweaver 8 startup issues

    Hey all, just re-staged an xp desktop, installing MM studio
    8. If I start Flash / Fireworks, they both show the intro image,
    then start.



    Dreamweaver is showing the nice green screen, then the app
    starts (you can see the entire back for less than a second) then
    disappears. Windows task manager doesn't show it, so if anyone
    knows of a patch, or way around this, feel free to shoot out some
    help! I did uninstall / re-install with the same results



    tnx .Dreamweaver 8 startup issues
    See if there's anything here that helps:


    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=fb181c10





    --

    Nadia

    Adobe庐 Community Expert : Dreamweaver

    ----------------------------------------

    CSS Templates |Tutorials |SEO Articles


    http://www.DreamweaverResources.com

    ~ Customisation Service Available ~


    http://www.csstemplates.com.au

    ----------------------------------------

    ~ Forum Posting Guidelines ~


    http://www.adobe.com/support/forums/guidelines.html







    ''sir_lancealot'' %26lt;webforumsuser@macromedia.com%26gt; wrote in
    message

    news:eucj66$2bt$1@forums.macromedia.com...

    %26gt; Hey all, just re-staged an xp desktop, installing MM
    studio 8. If I start

    %26gt; Flash / Fireworks, they both show the intro image, then
    start.

    %26gt;

    %26gt; Dreamweaver is showing the nice green screen, then the
    app starts (you can

    %26gt; see

    %26gt; the entire back for less than a second) then disappears.
    Windows task

    %26gt; manager

    %26gt; doesn't show it, so if anyone knows of a patch, or way
    around this, feel

    %26gt; free

    %26gt; to shoot out some help! I did uninstall / re-install
    with the same

    %26gt; results

    %26gt;

    %26gt; tnx .

    %26gt;





    DW - Insert video flash path FROM...

    Hello,

    I know that there is not right zone for this post but in
    dreamweaver forum

    nobody anzwers this question..



    Whith Dreamweaver when i try to put a video flash in a asp
    page a have a

    problem:



    Why is not possible insert a video flash in asp page (path
    from ''data

    soure'' ) where the video path is a data field from database(

    %26lt;%=(video.Fields.Item(''videfile'').Value)%%26gt; )..?



    If try error tell: URL can not contain space or special font,
    modify the

    path or filename and retry



    How i can do..?

    Sorry, Thanks



    Paolo





    --------------------------------------------------------------------------------

    La mia Cartella di Posta in Arrivo 猫 protetta con
    SPAMfighter

    7796 messaggi contenenti spam sono stati bloccati con
    successo.

    Scarica gratuitamente SPAMfighter!





    DW - Insert video flash path FROM...


    You might want to try Server.URLEncode.



    %26lt;%=Server.URLEncode(video.Fields.Item(''videfile'').Value)%%26gt;





    How to stream the Video on Flash lite...


    Hi All,



    Can we stream the video on Flash lite 2.0 ( .3gp or .rm ) on
    rtsp.



    Thanks %26amp; Regards,

    Sridhar BHow to stream the Video on Flash lite...
    Ciao



    yes, you need to have a Streaming server such Darwin or Helix



    Alessandro

    Debuging in Change to enviromental

    Hello,

    I have finished a movie that works perfectly under
    Macromedia, but when I pblish it, I have a Script Error when
    pressing a button. How can I debug these errors, or is there any
    form of Publishing it without changing anything form one enviroment
    to another?

    Thank youDebuging in Change to enviromental
    This sort of problem is usually due to not including an xtra
    in the

    projector. Does your button use a command that is from a
    scripting xtra

    (like FileIO or BuddyAPI for instance)? If so, then make sure
    you add

    that xtra to the projector (Modify, Movies, Xtras) or add it
    to an

    external xtras folder.



    As far as debugging, it is always a little more difficult to
    debug

    projectors, but you do have a few tools. You did not say
    which version

    of Director you are using, and the methods of doing things
    are different

    in some versions. But, in a startMovie handler, you can set



    the debugPlaybackEnabled = TRUE



    That will give you a message window in the projector so you
    can test

    things like variables and whatnot



    In MX 2004, there is an option in the Publish settings screen
    to

    ''Display full script error text''. When that is checked, you
    will get

    more descriptive errors instead of ''Script error'' which tells
    you

    nothing. In older versions of Director, you would set this in
    an ini file

    Debuging in Change to enviromental

    quote:




    Originally posted by:
    Newsgroup User


    This sort of problem is usually due to not including an xtra
    in the

    projector. Does your button use a command that is from a
    scripting xtra

    (like FileIO or BuddyAPI for instance)? If so, then make sure
    you add

    that xtra to the projector (Modify, Movies, Xtras) or add it
    to an

    external xtras folder.



    That was the problem, now it works with the Xtra folder





    As far as debugging, it is always a little more difficult to
    debug

    projectors, but you do have a few tools. You did not say
    which version

    of Director you are using, and the methods of doing things
    are different

    in some versions. But, in a startMovie handler, you can set



    the debugPlaybackEnabled = TRUE



    That will give you a message window in the projector so you
    can test

    things like variables and whatnot



    In MX 2004, there is an option in the Publish settings screen
    to

    ''Display full script error text''. When that is checked, you
    will get

    more descriptive errors instead of ''Script error'' which tells
    you

    nothing. In older versions of Director, you would set this in
    an ini file



    With this was enough also to get the other errors







    Thank you very much
  • sun sunscreen
  • =?iso-8859-1?Q?PHP:_...

    Hallo Gemeinde,



    ich mach seit gestern rum und versuche zwei Variablen

    zu 眉bergeben. Ich hab mich schon wund gelesen, bisher

    ohne Erfolg.



    Szenario:



    login.php -%26gt; Formular 眉bergibt ein Passwort an -%26gt;
    logincheck.php



    in logincheck.php wird das PW 眉berpr眉ft, ob es



    a) 眉berhaupt eingegeben wurde

    b) entweder passwort A oder

    c) passwort B ist.

    d) falsch ist.



    Bei a) und d) erfolgt ein redirect zur眉ck auf die
    login.php (header:xxx)



    Bei b) und c) wird auf die Seite umgelenkt:



    Wenns passwortA ist:

    Header(''Location:SeiteA.php'');



    und f眉r passwortB:

    Header(''Location:SeiteB.php'');



    Soweit klappt das prima.



    Jetzt wollte ich eine Variable mitgeben:



    $preisA = 123;

    $preisB = 345;



    Nur: Wie schreib ich das rein, da脽 das 眉bergeben
    wird?

    Ich krieg die Variablen nicht auf die andere Seite, ich hab
    schon mit

    $_GET, $_POST, $_REQUEST ausprobiert, aber da scheint der
    Wurm drin

    zu sein.



    Also: Wie kann ich eine Variable von einer Seite auf die
    andere 眉bergeben?



    Bisher siehts ungef盲hr so aus:



    $preisA = 123;

    Header(''Location:SeiteA.php'');



    Kann mich da einer von der Leitung schubsen?



    danke,



    Eric.



    =?iso-8859-1?Q?PHP:_...
    盲hm



    %26lt;?php echo $_REQUEST[preisA];?%26gt;



    vielleicht. Aber ich hab da auch schon ewig geknobelt.

    Habs dann glaub ich iregendwie mit Sessions gel枚st,

    ist aber schon wieder ganz sch枚n lange her.









    --

    Gru脽 Dominik (IPXLAN) %26#131;ranzrahe



    Ganz neu, ganz frisch:


    http://www.superskank.com



    ICQ:165771582

    Skype: ipxlan

    ---------------------------------------------

    shock-box

    mail: ipxlan%26lt;@%26gt;gmx.de

    site:
    http://www.shock-box.net

    ---------------------------------------------

    spirit link

    mail: dominik.franzrahe%26lt;@%26gt;spiritlink.de

    site:
    http://www.spiritlink.de

    =?iso-8859-1?Q?PHP:_...
    ach so 眉bergeben.

    Vielleicht in dem du das ganze als From machst?

    Dann wird das automatisch 眉bergeben, oder eben
    anh盲ngen



    meineSeite.php?preisA=123



    oder so...



    --

    Gru脽 Dominik (IPXLAN) %26#131;ranzrahe



    Ganz neu, ganz frisch:


    http://www.superskank.com



    ICQ:165771582

    Skype: ipxlan

    ---------------------------------------------

    shock-box

    mail: ipxlan%26lt;@%26gt;gmx.de

    site:
    http://www.shock-box.net

    ---------------------------------------------

    spirit link

    mail: dominik.franzrahe%26lt;@%26gt;spiritlink.de

    site:
    http://www.spiritlink.de


    Hi Dominik,



    Dominik (ipxlan) Franzrahe wrote:



    %26gt; meineSeite.php?preisA=123



    Anh盲ngen ist nix, das wollte ich vermeiden.



    Die erste Version mit $_REQUEST hab ich schon

    durch.



    Ich hab da auch eine Session drinne, denke mal,

    wenn da auf der einen Seite eine Session ge枚ffnet

    wird kann ich da irgendwie nachtr盲glich nix mehr

    reinschieben. Soweit bin ich mit meinen

    脺berlegungen gekommen.



    lG, Eric

    --

    If I save time, when do I get it back ?




    OK, ich habs hinbekommen.



    Ich hab sessions benutzt, hat jetzt den Vorteil,

    da脽 das Login-Fenster nicht mehr erscheint, wenn

    man sich einmal erfolgreich eingeloggt hat.



    Was eine Geburt! Ich gehe jetzt erst ma an die

    frische Luft.



    Danke f眉r die Hilfe.



    lG, Eric.

    --

    ''Gegen Angriffe kann man sich wehren,

    gegen Lob ist man machtlos.'' (Sigmund Freud)




    Eric Wagner schrieb...

    %26gt; login.php -%26gt; Formular 眉bergibt ein Passwort an
    -%26gt; logincheck.php

    %26gt; Wenns passwortA ist:

    %26gt; Header(''Location:SeiteA.php'');

    %26gt;

    %26gt; und f眉r passwortB:

    %26gt; Header(''Location:SeiteB.php'');

    %26gt;

    %26gt; Soweit klappt das prima.

    %26gt;

    %26gt; Jetzt wollte ich eine Variable mitgeben:

    %26gt;

    %26gt; $preisA = 123;

    %26gt; $preisB = 345;





    Hi Eric,



    nach erfolgtem Login auf eine von zwei fixen Seiten zu leiten
    ist doch

    K盲se, dann kann man sich die Passw枚rter auch gleich
    sparen.



    Lade bei erfolgreichem Login die Zielseite mit require() oder
    include()

    rein, dann gibt's auch keine Probleme bei der
    Variablen眉bergabe.





    --

    Gr眉脽e | Dominik






    Hi Dominik,



    Dominik Seeger wrote:



    %26gt; nach erfolgtem Login auf eine von zwei fixen Seiten zu
    leiten ist doch

    %26gt; K盲se, dann kann man sich die Passw枚rter auch
    gleich sparen.



    Ich hab jetzt eine Seite gemacht, die je nach Login die
    ben枚tigten

    Variablen erh盲lt. So gibts nur eine Seite und zwei
    verschiedene Preise.



    vG, Eric.

    --

    ATTENTION: This tagline contains the smile-virus !



    Site doesn't work in IE, need help...

    Heya,

    So if you visit
    http://www.spencerhill.us in
    Safari or FireFox on a mac you click any of the three images on the
    right and up pops a handi lightbox script using java. Normally this
    works without a hitch in IE but I have made a lot of modifications
    that I unfortunately didn't document so I am at a loss. Can anyone
    help?

    Google Mini & Flashpaper


    I'm looking at using Flashpaper documents on our Intranet in
    place of

    PDF, DOC, or Word exported HTML documents. The nice part
    about PDF,

    DOC, and HTML is that our Google Mini will index them.



    Will the Google Mini be able to index the Flashpaper files?
    If it

    indexes the SWF file, will it display the bare SWF file in
    the results,

    or the container page?



    Ironically, I've tried to search for this answer and come up
    blank.



    Thanks,

    -Ben



    (I posted this in the Flashpaper group, but then realized
    that it sees

    less than 1 post a day. Hope no one minds a crosspost to
    here.)

    Google Mini %26amp; Flashpaper
    A quick test last night indicates that no, our Google Mini
    will not

    index Flashpaper documents.



    Has anyone found otherwise?





    Ben Bloom wrote:

    %26gt;

    %26gt; I'm looking at using Flashpaper documents on our
    Intranet in place of

    %26gt; PDF, DOC, or Word exported HTML documents. The nice part
    about PDF,

    %26gt; DOC, and HTML is that our Google Mini will index them.

    %26gt;

    %26gt; Will the Google Mini be able to index the Flashpaper
    files? If it

    %26gt; indexes the SWF file, will it display the bare SWF file
    in the results,

    %26gt; or the container page?

    %26gt;

    %26gt; Ironically, I've tried to search for this answer and
    come up blank.

    %26gt;

    %26gt; Thanks,

    %26gt; -Ben

    %26gt;

    %26gt; (I posted this in the Flashpaper group, but then
    realized that it sees

    %26gt; less than 1 post a day. Hope no one minds a crosspost to
    here.)

    Modify Flash Video Bandwidth Template

    Good Day.



    I'm hoping someone might be able to give me an idea as to
    what I'm doing wrong...



    Using Flash MX Pro 2004 with the built-in template, Video
    %26gt; Bandwidth Select. I'm tring to pass a URL varible of a FLV
    movie name to the actionscript in the 3rd screen (select screen). I
    have tried EVERYTHING I can think of to dynamically pass a varible
    (in this case a movie name) to SWF. I have tried using flashvars
    and URL variables (but not text files as it adds more complexity).
    I just can't get it to work. When I manage to get something to show
    up, like in a simple text box, it always says 'undefined'.



    Can anyone tell what I'm doing wrong... or can you not do
    this with this template?



    Thank you, so kindly.

    Joseph Krogman.

    Template Update Error

    I am trying to update pages from a template but receive the
    following error:

    ''Nested editable regions.'' I am looking at the files in
    question and I

    cannot see any overlapping template tags. Any ideas as to
    what I am doing

    wrong?



    Thanks,



    Scott



    Template Update Error
    Show us the page, please.



    --

    Murray --- ICQ 71997575

    Adobe Community Expert

    (If you *MUST* email me, don't LAUGH when you do so!)

    ==================


    http://www.dreamweavermx-templates.com
    - Template Triage!


    http://www.projectseven.com/go
    - DW FAQs, Tutorials %26amp; Resources


    http://www.dwfaq.com - DW FAQs,
    Tutorials %26amp; Resources


    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes

    ==================





    ''Scott Powell'' %26lt;sp2@glweb.biz%26gt; wrote in message

    news:eu1cfc$r9$1@forums.macromedia.com...

    %26gt;I am trying to update pages from a template but receive
    the following

    %26gt;error: ''Nested editable regions.'' I am looking at the
    files in question and

    %26gt;I cannot see any overlapping template tags. Any ideas as
    to what I am doing

    %26gt;wrong?

    %26gt;

    %26gt; Thanks,

    %26gt;

    %26gt; Scott





    Flex Builder 2 doesn error check .as...

    When I make new flex project (basic project) and then make
    new ActionScript class or file, I can type ANYTHING in and when I
    save, Flex Builder doesn't report any error! Only when I try to run
    application it reports an error. This doesn't happen inside of
    script blocks in mxml files.



    It is totally unacceptable!

    Is it possible to change this?
  • sun sunscreen
  • flash button & javascript help



    I had a site up for quite a while and then one day it stopped
    working - had designed it a specific size - so had an
    intro page. On that page is
    the function



    function NewWindow(url, windowName, w, h, scroll) {

    var winl = (screen.width - w) / 2;

    var wint = (screen.height - h) / 2;

    winprops =
    'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resi zable';

    win = window.open(url, windowName, winprops);

    if (parseInt(navigator.appVersion) %26gt;= 4) {

    win.window.focus();

    }

    }



    In the SWF file the button that says enter has the following
    code:

    on (release){

    getURL(''javascript:NewWindow(''eyeconography.html'',''eyeconography'',''800'',''550'',''n o'')'');

    }



    Everything worked for years - and then one day did not in any
    browser (I think). This was not the only button effected.



    Thanks in advance for any help. flash button %26amp; javascript help
    you got a mistake with your quotation marks '' ''



    try this:



    flash button %26amp; javascript help
    Sorry - that was a typo on this post - The way you typed it
    in is the way it is - and as I said, It worked, and then did
    not.
    Not sure which one ''did not''



    I've check
    http://www.eyeconography.net/

    the popup window works
    Thanks for checking it out - I have a PC at work and the
    pop-up menu works on that computer, But It stopped on Macs - so now
    I think it is some security issue. I dont' know anything about the
    param name allowScripts, but maybe it has to do with that. I was
    wondering if anyone knows something that could have changed that
    would have suddenly changed the functionality of that button on
    Macs.




    I'm running a Mac using 10.4.9/Firefox 2.0.0.3 and the popup
    works fine. I also tried the site in Safari 2.0.4, again the popup
    worked fine. As far as I can see, the site is working
    normally.

    PHP in If echo problem

    Hi, how do I embed a php script in a php script like the
    below?:



    When I try this, i get: Parse error: parse error, unexpected
    T_STRING, expecting ',' or ';' in ........ on line 54



    Basically, I want construct a link to query a different
    database with some data (the Name) on a seperate page:



    %26lt;?php



    if ( $row_Recordset1['TrailMaps'] == ''%26amp;radic;'' )

    echo ''Trail Maps'';

    else {

    Line 54: echo ''%26lt;a href=''trailmap.php?Name=%26lt;?php echo
    $row_Recordset1['Name']; ?%26gt;''%26gt;Trail Maps%26lt;/a%26gt;'' ;

    ?%26gt;PHP in If echo problem
    Try this:



    %26lt;?php

    if ( $row_Recordset1['TrailMaps'] == ''%26amp;radic;'' ) {

    echo ''Trail Maps'';

    }

    else {

    echo ''%26lt;a href='trailmap.php?Name='' .
    $row_Recordset1['Name'] . '''%26gt;Trail Map%26lt;/a%26gt;'';

    }

    ?%26gt;





    --

    Ken Ford

    Adobe Community Expert

    Fordwebs, LLC


    http://www.fordwebs.com





    ''WBSKI'' %26lt;webforumsuser@macromedia.com%26gt; wrote in message
    news:eucsio$ck8$1@forums.macromedia.com...

    %26gt; Hi, how do I embed a php script in a php script like the
    below?:

    %26gt;

    %26gt; When I try this, i get: Parse error: parse error,
    unexpected T_STRING,

    %26gt; expecting ',' or ';' in ........ on line 54

    %26gt;

    %26gt; Basically, I want construct a link to query a different
    database with some

    %26gt; data (the Name) on a seperate page:

    %26gt;

    %26gt; %26lt;?php

    %26gt;

    %26gt; if ( $row_Recordset1['TrailMaps'] == ''%26amp;radic;'' )

    %26gt; echo ''Trail Maps'';

    %26gt; else {

    %26gt; Line 54: echo ''%26lt;a href=''trailmap.php?Name=%26lt;?php
    echo $row_Recordset1['Name'];

    %26gt; ?%26gt;''%26gt;Trail Maps%26lt;/a%26gt;'' ;

    %26gt; ?%26gt;

    %26gt;

    PHP in If echo problem
    Thanks! That worked but unfortunately I cant seem to use the
    radic because it simply doesnt work. There must be a workaround but
    its probably not worth it.

    Flash 8 QUITS and QUITS and Quits


    Please help me I am working on a web site and my Flash 8
    QUITS and QUITS and Quits, all the time especially if I try to see
    the preview and put acctions to my bottons. I have an Imac OS X. (
    I did install the flash player for Intel base Macs).

    Buttons and Layers

    I need some help with this....TIA~~~



    I am trying to create a menu layer that appears when I hover
    over a

    button. I am updating a website in which this action already
    exists

    for three of eight buttons.





    I thought that I could simply copy the menu1 and apply it to
    my newly

    created button and call it menu4. Well, after a lot of code
    changes

    and so forth, I was

    able to have my new menu4 pop-up when I mouse over my button.






    Here is the PROBLEM. When I mouse over the button, the menu
    pops-up,

    everything works,

    EXCEPT, when I mouse over to a different button (one without
    a menu

    layer), my menu4 doesn't hide. It stays there until I
    actually go to

    the menu4 again and mouse over it's contents.





    The other buttons that have this functionality are working
    and

    funtioning great just

    like they are supossed to do.





    What am I missing? I have scoured over this code for the
    longest

    time.





    I am using Dreamweaver MX.





    Thanks so much!





    Buttons and Layers
    Sounds like you are missing a 'hide' behaviour being applied
    to an element.

    Select one of your other buttons and check the behaviours
    associated with

    it... you'll probably see that you will have a list of
    show/hide behaviours

    applied to the other buttons. You need to add a 'hide'
    behaviour to the new

    button when the others are 'showing'...



    Hope that makes sense and hopefully I'm understanding the
    kind of menu you

    are using.



    --

    Nadia

    Adobe庐 Community Expert : Dreamweaver

    ----------------------------------------

    CSS Templates |Tutorials |SEO Articles


    http://www.DreamweaverResources.com

    ~ Customisation Service Available ~


    http://www.csstemplates.com.au

    ----------------------------------------



    ''brokerxx'' %26lt;webforumsuser@macromedia.com%26gt; wrote in
    message

    news:eudsac$m53$1@forums.macromedia.com...

    %26gt;I need some help with this....TIA~~~

    %26gt;

    %26gt; I am trying to create a menu layer that appears when I
    hover over a

    %26gt; button. I am updating a website in which this action
    already exists

    %26gt; for three of eight buttons.

    %26gt;

    %26gt;

    %26gt; I thought that I could simply copy the menu1 and apply
    it to my newly

    %26gt; created button and call it menu4. Well, after a lot of
    code changes

    %26gt; and so forth, I was

    %26gt; able to have my new menu4 pop-up when I mouse over my
    button.

    %26gt;

    %26gt;

    %26gt; Here is the PROBLEM. When I mouse over the button, the
    menu pops-up,

    %26gt; everything works,

    %26gt; EXCEPT, when I mouse over to a different button (one
    without a menu

    %26gt; layer), my menu4 doesn't hide. It stays there until I
    actually go to

    %26gt; the menu4 again and mouse over it's contents.

    %26gt;

    %26gt;

    %26gt; The other buttons that have this functionality are
    working and

    %26gt; funtioning great just

    %26gt; like they are supossed to do.

    %26gt;

    %26gt;

    %26gt; What am I missing? I have scoured over this code for the
    longest

    %26gt; time.

    %26gt;

    %26gt;

    %26gt; I am using Dreamweaver MX.

    %26gt;

    %26gt;

    %26gt; Thanks so much!

    %26gt;

    %26gt;

    %26gt;

    %26gt;





    flash file alters after saving

    I am having a really weird issue happening that is driving me
    crazy and so far can't seem to get around.

    I am working from a pre-existing flash file that I am making
    changes to. WHen I make changes like changing a shape's color....no
    problem. However, when I swap a graphic symbol with another, at
    first all seems fine. I test the movie and all is good.

    Next I save the file........still ok.

    THEN, when I close the file and reopen it all hell as broken
    loose! After making that particular change....a completely
    different area is affected, like the pre-loader that doesn't use
    shared elements or anything and other odd,quirky changes seem to
    have cropped up. I thought maybe the intallation became corrupt but
    its doing it on 2 different computers. When I try to fix the areas
    that became affected, they won't change! Ugh!

    Its so wierd because this only happens AFTER I re-open the
    file.

    Can anyone help??!

    flash file alters after saving
    Hi,

    I had a guy come to me with a similar problem a month or so
    ago with a template. Every time a tested the movie it was great,
    saved it, closed it, and reopened it and it was like a completley
    different site. Crazy. Ididnt really have the time to try to figure
    it out but i spent a few hours on it.

    Id like to know if someone knows what the problem is here.
    Ill be watching this thread.

    Cheers

    Alanflash file alters after saving
    YES... I am having the same issue (I think..) I purchased a
    template and from time to time after chaning out the bitmaps it
    will revert to a pic and upscale it so much I can't test/publish...
    I can't go back and change the pic to the normal size either...
    Flash kicks me out... I don't know at what point or what I am doing
    whether it be testing or saving that it makes the change and I wish
    I would of taken note of it...



    I deleted the bitmap and THEN I can publish/test without the
    error of ''not enough memory'' however I don't know how to replace
    it? When I test the movie I am getting a gray spot in the area
    where a couple of those pics should be...



    Thanks for taking time to read... SORRY... this wasn't the
    answer!

    repositioning several items at once

    Hello!

    I am trying to create a timelapse, using 250 photos imported
    into Flash. I am copy and pasting them from another Flash document
    into a new one and the timelapse needs to have specific coordinates
    on my stage. When I select all the frames and try to move the
    photos on the stage, only the first one moves. Please tell me I do
    not have to reposition 250 photos manually?



    Thank you so much.repositioning several items at once
    Yes, you can edit multiple frames at once, by clicking the
    edit multiple frames

    button. Then you move the curly brackets to select which
    frames you wanna edit at the same time. It is located beside the
    Onion skin button just below the layers.repositioning several items at once
    Amazing! Thank you so much. Yeaaaaaa for you and yeaaaaaa for
    this site!
    this gets asked every week also - ''Edit Multiple Frames'' is
    the official name of the feature - it

    can be hard to find.



    Chris Georgenes

    Animator


    http://www.mudbubble.com


    http://www.keyframer.com

    Adobe Community Expert



    *\^^/*

    (OO)

    %26lt;----%26gt;



    sag544 wrote:

    %26gt; Amazing! Thank you so much. Yeaaaaaa for you and
    yeaaaaaa for this site!

    mx 6.1 Linux License problems

    I have just installed CFMX 6.1 on tomcat on a new linux box.
    When I try to go to and cfm or even the CFIDE admin page I get

    A License Exception has been thrown.

    You tried to access the developer edition from a disallowed
    IP (127.0.0.1). The developer edition can only be accessed from
    127.0.0.1 and one additional IP address. The additional IP address
    is:



    Please try the following:



    Notice that I am, in fact, going to 127.0.0.1..

    I have searched googe to no avail...anyone else ever see
    this?

    Thanx for any help...

    Keith

    Contribure 4 or CSS3 ?

    Hello,



    I'm posting to this forum because I'm using Adobe /
    Macromedia tools to build websites and I'm promoting Contribute to
    all my customers.



    Selling Adobe software as never be my first thought, but
    that's what I'm doing. As you recommend this software, you have to
    know it perfectly, be updated and know issues about it.



    Most of my customers are French speaking and I was waiting
    for the version 4 of Contribute in French.



    It doesn't seem to come out, and yesterday I found out (maybe
    lately) that adobe was reshaping all its products to CS3 thing. So
    what about version 4?



    I ordered it in English for one of my customer. I didn't
    ordered it for myself, so I had no chance to test it since Adobe
    product releases is a mess of activation and license transfer I
    don't want to step in.



    More than that, Adobe product release policy is not to offer
    you a product that you can choose on which platform you want to
    install it like Macromedia did, they release their software for PC
    or for Mac as you all know.



    Thanks for your explanations on version 4.



    Cheers all.



    RichardContribure 4 or CSS3 ?
    So nobody cares?



    Because it's the french version....



    So let's speak about CS3 in english. Is it or it isn't
    version 4?



    Is there people still dealing with those ex Macromedia
    products or is everybody waiting for Adobe delivrables?



    Cheers : ]Contribure 4 or CSS3 ?
    Hi,

    Please note that Contribute CS3 is 4.1 version.

    4.0 version is available in English only but 4.1(Adobe
    Contribute CS3 will be available in the french version also.



    Thanks,

    Manoj








    Hey, you know a lot as a junior member.

    Your knowledge and your indian name style make me think
    you're working there?



    Right?



    Anyway, maybe you know also when this french version will be
    available?



    Thanks for your post.



    Richard
  • sun sunscreen
  • urgent help..

    Please see the most recent thread.I double hit the
    button.sorry.

    Site manager For network logons

    Hello everyone,



    My name is John, and i am an ICT Technician for my school. We
    have been using dreamweaver for a few years now, and have come
    accross a slight problem with the ''site manager'' tool. Basically,
    we have 2000 Network users who we are looking to use this tool. The
    user can set up the site with no problem, but the information is
    lost when they log off the network. So, when they log on they will
    have to set it up again.... What can be done to fix this problem?
    Any ideas will be gladly recived :)



    Thanks,



    JohnSite manager For network logons
    Which version of DW?



    Does this Technote apply to you?


    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=3491671c



    --

    Regards



    John Waller





    Site manager For network logons
    We are running DW MX 2004,



    That Technote dost quite apply to our problem, as an example
    here is what is happening:



    We would create a site profile (while logged on a pupil on
    the domain) let's call it MY SITE.... All the ''Site manager''
    features work properly. However, when we log off, ALL the data to
    do with the MY SITE profile has been removed. and would have to be
    re-created if we wanted to use it again.



    I am thinking this is probably fixable via the regestry. Is
    it possible to save the ''site manager'' data on a network drive as
    opposed to the C: drive ( or MAC OS drive as we use Pc's and Macs)



    Thanks,



    John




    %26gt; All the ''Site manager'' features work properly. However,

    %26gt; when we log off, ALL the data to do with the MY SITE
    profile has been removed.



    question- is this machine running some kind of ''rollback''
    software whose job

    is to wipe out any changes to a person's profile or
    non-approved registry

    entries? This has come up before in questions about school
    lab computers not

    saving site information. At shutdown or at midnight, the
    entire computer is

    restored to a predefined state automatically



    If there is such software on the machine- see if there is a
    way in it's

    settings/preferences to have it allow dreamweaver site
    entries to the

    registry and not wipe them.



    otherwise- a work-around is to have the students use the
    Export button to

    create an .ste site definition backup file. Put that in a
    place that's not

    to be wiped. Then next work session, dw
    menu--%26gt;site--%26gt;Manage Site--%26gt;Import

    that .ste file and the site def is restored.



    --

    Alan

    Adobe Community Expert, dreamweaver




    http://www.adobe.com/communities/experts/







    Different CSS style names for inline...


    Hi!

    I just found this ADOBE tutorial
    http://www.adobe.com/de/devnet/flex/quickstart/styling_components/



    here it describes that inline CSS tags are different from
    thoe used in external files. Can this be right? What are your
    experiences?



    THXDifferent CSS style names for inline...
    Hasn't anyone ever noticed that or had problems?



    All Adobe examples use different styles than the
    code-completion feature in FlexBuilder...

    Can the same instance name be used but...

    Hi, I am creating a 5 frames form for input by others. Every
    page will have a Next Button to let users move to the next frame.



    Can the same instance name be given for all the Next buttons?




    So that when I code the Click event in frame 1, using the
    listener object method. I only need to write the code once, and all
    5 buttons share the same code.



    Is that possible?

    Can the same instance name be used but...
    Theoretically it should be possible. But, first, why are you
    using the Listener object method? Wouldn't a simple ''onRelease''
    method be simpler?



    The easiest way around this is to place the Next button on a
    separate layer with only one keyframe in Frame 1. That way it will
    appear in all 5 frames. Only need to code it once to direct the
    playhead to nextFrame().



    Spry Question

    I see that the new DW will have Spry capabilities. I am
    rather ignorant of

    what is involved with Spry other than the fact that it
    enables sites to

    utilize AJAX.



    What I'm wondering is if something has to be installed on the
    web server and

    if so, will this be possible in most hosted environments?
    Right now, I

    can't install any components on our web server. And if we
    have to wait on

    hosts to install this, how practical is it that the spry
    functionality will

    be available in the real world until later this year?



    --

    Brandon


    http://www.presentationsdirect.com



    Spry Question
    %26gt;I see that the new DW will have Spry capabilities. I am
    rather ignorant of

    %26gt;what is involved with Spry other than the fact that it
    enables sites to

    %26gt;utilize AJAX.



    Spry is yet-another-AJAX-library.



    AJAX libraries tend to come in two flavours:



    - front end UI enhancements

    - back end asynchronous calls



    The former is just javascript, so is completely independant
    of any server

    technology.



    The latter is javascript + some back-end scripting, so would
    be dependant on

    the flavour of scripting it uses.



    AFAIK, Spry is mainly the former...just UI enhancement.



    -Darrel





    Spry Question
    Brandon wrote:

    %26gt; I see that the new DW will have Spry capabilities. I am
    rather ignorant

    %26gt; of what is involved with Spry other than the fact that
    it enables sites

    %26gt; to utilize AJAX.

    %26gt;

    %26gt; What I'm wondering is if something has to be installed
    on the web server

    %26gt; and if so, will this be possible in most hosted
    environments?



    Nothing needs to be installed. Spry can be thought of as
    behaviors on

    steroids. It's driven entirely by JavaScript, which is stored
    mainly in

    external files. However, some of the files are quite big,
    adding about

    65KB to a page. You can see demos of Spry on labs.adobe.com.



    --

    David Powers, Adobe Community Expert

    Author, ''Foundation PHP for Dreamweaver 8'' (friends of ED)

    Author, ''PHP Solutions'' (friends of ED)


    http://foundationphp.com/

    Example Fade effect for data change?

    Is there an example of how to use the fade effect when
    transitioning from one record to another in a dataset?



    What I have now is causing a blinking. The old data fades
    out, new data appears then fades in.



    %26lt;script type=''text/javascript''%26gt;

    %26lt;!-- // special effects - Fade in/out --%26gt;

    var fadePOout = new Spry.Effect.Fade('PO',{duration: 1000,
    from: 100, to: 0});

    var fadePOin = new Spry.Effect.Fade('PO',{duration: 1000,
    from: 0, to: 100});





    function observerPO(notificationType, notifier, data) {



    if (notificationType == ''onPreLoad'') {

    fadePOout.start();

    }



    if (notificationType == ''onPostLoad'') {

    fadePOin.start();

    }

    }



    dsPO.addObserver(observerPO);



    %26lt;/script%26gt;



    REF: Spry 1.5Example Fade effect for data change?
    Hello Doug,



    Actually the actions are happening asynchronous so you'll
    have to do something like this:



    var fadePO = new Spry.Effect.Fade('PO',{duration: 1000, from:
    100, to: 0, toggle:true });



    var obs = {};

    obs.onPostEffect = function(ef){

    if(ef.direction == Spry.forwards){

    dsPO.setCurrentRow(this.row);

    }

    }



    fadePO.addObserver(obs);



    var obsRegion = {};

    obsRegion.onPostUpdate = function(){fadePO.start();}

    Spry.Data.Region.addObserver('regionID', obsRegion);



    This code will register an observer to the fade out effect
    finish which should update the region. When the region identified
    here with regionID will finish to update the values will trigger
    the fade in effect. Now all it remains to do is to trigger the fade
    out effect in page instead of triggering the region update.



    ... spry:select=''obs.row={ds_RowID}; fadePO.start();''



    This sample is quite generic as I don't know the flow in your
    page. If you are not able to adapt to your needs you should post
    here a link to your page and I will give you the exact code.



    Regards,

    CristianExample Fade effect for data change?
    Hi Doug,



    Are you talking about something like this?




    http://labs.adobe.com/technologies/spry/samples/data_region/DetailRegionEffectsS ample.html



    --== Kin ==--
    Both ideas look like what I want but neither seems to be
    working. The first fades in correctly. When clicking on the a
    different record the area to be faded fades out and nothing is
    returned. Next record fades in. Next record fades out, etc. At some
    point am able to confuse the script and it doesn't seem to know if
    it should fade in or out.



    I prefer discreet functions, i.e fadein() or fadeout().
    Toggling could be confused as it appears to have happened here.



    The second idea is what I want. However, it does not work at
    all and the dataset never appears.



    Am using Spry 1.5.
    Hi Doug,



    Do you have a sample page we can look at? You can send me a
    private message if you don't want to make the URL public.



    --== Kin ==--
    Hello Doug,



    Probably you missed on the following line to change the
    'regionID' with the id of your region that get updated:



    Spry.Data.Region.addObserver(
    'regionID', obsRegion);



    This is the reason that the effect is not running
    automatically for the second time in toggled direction to fade out
    correctly the region.



    In case this is not working, a fast way for us to help you
    with this problem is to have a look to a link and see exactly the
    behavior.



    Regards,

    Cristian MARIN
    Hi Cristian,

    The link is to a stripped portion of the page. Your code is
    at the bottom. You should see 2 div's, one called 'orders' and one
    called 'PO'. I tried both where you had RegionID. Neither worked.
    PO worked best but still each record would either fade in or fade
    out, not both.


    http://codeshare.ulatu.com/apr36dd6



    Am wondering if maybe there is to much spry stuff for one
    page.
    Hi Doug,



    Have you tried the sample here?




    http://labs.adobe.com/technologies/spry/samples/data_region/DetailRegionEffectsS ample.html



    There were some bugs I fixed in that sample, so you'll have
    to get the updated JS code for that page here:




    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=72%26amp;catid=60 2%26amp;threadid=1256918%26amp;enterthread=y



    I think that sample is really what you're looking for.



    --== Kin ==--
    I'll try to see if we can push a working/updated sample to
    the preview section of the labs site tomorrow.



    --== Kin ==--
    Yes, the example is what I want to happen. Am just not sure
    it can work with a pagedview dataset as the master. Tried very hard
    to follow your directions; Corrected the code in the
    SpryEffects.js. Made the CSS entry for the 'PO' region to have
    opacity:0. Copied your code and changed ds1 to my detail dataset
    (dsPO) (also tried my master dataset, dsPOrders, out of
    frustration). Changed the region name from 'description' to 'PO'
    (which is the name of my region to fade in and out). Added
    onclick=''fadeOutContentThenSetRow('{ds_RowID}');'' to the master
    dataset record. (Yes, I added it. I still have no clue as to how
    changes from the pagedview master dataset can update a detail
    dataset, but it does.)



    End result is the detail dataset appears as though the CSS
    was not read. I know this because I can see spry:state=''loading''
    graphic. Then the data appears. It then disappears and fades in.



    Clicking on a master dataset record repeats the above result.




    Via Firebug am able to see that the function
    fadeOutContentThenSetRow never runs. The function fadeInContent
    runs several times. It appears to run through all events of the
    data region twice (Accounting for why the data is seen
    twice.)
    Hi Doug,



    Its really hard to tell what is going wrong without seeing
    you actual code, but I think the equivalent to ds1 is your
    dsPOrders, because that is what you are changing the row on, at
    least that is what you were doing in the code in your previous
    source link.



    --== Kin ==--

    Help! Flash won't open!

    Help! I need to finsh a project ... I'm still suing Flash MX.
    Everything was fine until I reinstalled OS X 4.9.



    Now Flash Quits on startup. Am I missing a font or something?



    Here's the first part of the error log:



    Date/Time: 2007-03-27 10:55:15.836 -0700

    OS Version: 10.4.9 (Build 8P135)

    Report Version: 4



    Command: Flash MX

    Path: /Applications/Macromedia Flash MX/Flash MX

    Parent: WindowServer [60]



    Version: 6.0 r25 (6.0 r25, 漏 Macromedia, Inc. 1993-2002)



    PID: 2910

    Thread: 0



    Exception: EXC_BAD_ACCESS (0x0001)

    Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000028



    Thread 0 Crashed:

    0 Flash.Carbon 0x023489c0 0x2008000 + 3410368

    1 com.apple.HIToolbox 0x93297934
    DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*,
    HandlerCallRec*) + 692

    2 com.apple.HIToolbox 0x9329708c
    SendEventToEventTargetInternal(OpaqueEventRef*,
    OpaqueEventTargetRef*, HandlerCallRec*) + 372

    3 com.apple.HIToolbox 0x9329de90 SendEventToEventTarget + 40

    4 com.apple.HIToolbox 0x9348d3f0
    HandleMouseEvent(OpaqueEventRef*) + 388

    5 com.apple.HIToolbox 0x9329e1fc
    ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*,
    OpaqueEventRef*, void*) + 496

    6 com.apple.HIToolbox 0x93297b84
    DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*,
    HandlerCallRec*) + 1284

    7 com.apple.HIToolbox 0x9329708c
    SendEventToEventTargetInternal(OpaqueEventRef*,
    OpaqueEventTargetRef*, HandlerCallRec*) + 372

    8 com.apple.HIToolbox 0x9329de90 SendEventToEventTarget + 40

    9 com.apple.HIToolbox 0x932dec04 ToolboxEventDispatcher + 92

    10 com.apple.HIToolbox 0x9337da04 TryEventDispatcher + 108

    11 com.apple.HIToolbox 0x9337d65c GetOrPeekEvent + 304

    12 com.apple.HIToolbox 0x9337d398 GetNextEventMatchingMask +
    156

    13 com.apple.HIToolbox 0x9337d238 WNEInternal + 152

    14 com.apple.HIToolbox 0x9337d18c WaitNextEvent + 76

    15 Flash.Carbon 0x025c25dc 0x2008000 + 6006236

    16 Flash.Carbon 0x02569190 0x2008000 + 5640592

    17 Flash.Carbon 0x0215265c 0x2008000 + 1353308

    18 Flash.Carbon 0x0255579c 0x2008000 + 5560220

    19 Flash.Carbon 0x02555864 0x2008000 + 5560420

    20 Flash.Carbon 0x02559bf4 0x2008000 + 5577716

    21 Flash.Carbon 0x02559a08 0x2008000 + 5577224



    Thread 1:

    0 libSystem.B.dylib 0x9000b4c8 mach_msg_trap + 8

    1 libSystem.B.dylib 0x9000b41c mach_msg + 60

    2 ...ple.CoreServices.CarbonCore 0x90bf2e44 SwitchContexts +
    96

    3 ...ple.CoreServices.CarbonCore 0x90be8abc YieldToThread +
    372

    4 ...ple.CoreServices.CarbonCore 0x90bf2d8c SetThreadState +
    192

    5 ...ple.CoreServices.CarbonCore 0x90bf2ca8
    SetThreadStateEndCritical + 144

    6 Flash.Carbon 0x02641050 0x2008000 + 6525008

    7 Flash.Carbon 0x0263fbf4 0x2008000 + 6519796

    8 Flash.Carbon 0x0263faf0 0x2008000 + 6519536

    9 Flash.Carbon 0x0263fdfc 0x2008000 + 6520316

    10 Flash.Carbon 0x026414f4 0x2008000 + 6526196

    11 ...ple.CoreServices.CarbonCore 0x90bf2ee8
    InvokeThreadEntryUPP + 24

    12 ...ple.CoreServices.CarbonCore 0x90bf2b08
    CooperativeThread + 220

    13 libSystem.B.dylib 0x9002be88 _pthread_body + 96



    Thread 2:

    0 libSystem.B.dylib 0x9000636c syscall + 12

    1 com.apple.OpenTransport 0x9a6fb5a0 BSD_waitevent + 44

    2 com.apple.OpenTransport 0x9a700360 CarbonSelectThreadFunc +
    176

    3 libSystem.B.dylib 0x9002be88 _pthread_body + 96



    Thread 3:

    0 libSystem.B.dylib 0x9002c548 semaphore_wait_signal_trap + 8

    1 libSystem.B.dylib 0x9003102c pthread_cond_wait + 480

    2 com.apple.OpenTransport 0x9a6fbe94
    CarbonOperationThreadFunc + 80

    3 libSystem.B.dylib 0x9002be88 _pthread_body + 96



    Thread 0 crashed with PPC Thread State 64:

    srr0: 0x00000000023489c0 srr1: 0x000000000200f030 vrsave:
    0x0000000000000000

    cr: 0x2402242e xer: 0x0000000000000007 lr:
    0x0000000002348988 ctr: 0x0000000090131b60

    r0: 0x0000000000000000 r1: 0x00000000bfffe370 r2:
    0x000000000040d000 r3: 0x0000000000000000

    r4: 0x000000000033347e r5: 0x000000000000001e r6:
    0x0000000000000000 r7: 0x0000000000000000

    r8: 0x0000000000000000 r9: 0x0000000000000000 r10:
    0x0000000000000006 r11: 0x0000000024022424

    r12: 0x00000000bfffe3ea r13: 0x0000000000000002 r14:
    0x0000000000000000 r15: 0x00000000a3297698

    r16: 0x0000000000349e50 r17: 0x00000000bfffe460 r18:
    0x000000006d6f7573 r19: 0x0000000000000005

    r20: 0x000000000031d740 r21: 0x00000000ffffd96e r22:
    0x0000000000000000 r23: 0x00000000bfffe5c0

    r24: 0x0000000000000000 r25: 0x00000000bfffe460 r26:
    0x0000000000349e50 r27: 0x00000000026e274c

    r28: 0x0000000000578d98 r29: 0x0000000000578e74 r30:
    0x0000000000578ea0 r31: 0x0000000000578e9c



    Help! Flash won't open!
    Reinstall Flash MX



    ''eongbend'' %26lt;webforumsuser@macromedia.com%26gt; wrote in
    message

    news:eubm44$paj$1@forums.macromedia.com...

    %26gt; Help! I need to finsh a project ... I'm still suing
    Flash MX. Everything

    %26gt; was

    %26gt; fine until I reinstalled OS X 4.9.

    %26gt;

    %26gt; Now Flash Quits on startup. Am I missing a font or
    something?

    %26gt;

    %26gt; Here's the first part of the error log:

    %26gt;

    %26gt; Date/Time: 2007-03-27 10:55:15.836 -0700

    %26gt; OS Version: 10.4.9 (Build 8P135)

    %26gt; Report Version: 4

    %26gt;

    %26gt; Command: Flash MX

    %26gt; Path: /Applications/Macromedia Flash MX/Flash MX

    %26gt; Parent: WindowServer [60]

    %26gt;

    %26gt; Version: 6.0 r25 (6.0 r25, 漏 Macromedia, Inc.
    1993-2002)

    %26gt;

    %26gt; PID: 2910

    %26gt; Thread: 0

    %26gt;

    %26gt; Exception: EXC_BAD_ACCESS (0x0001)

    %26gt; Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000028

    %26gt;

    %26gt; Thread 0 Crashed:

    %26gt; 0 Flash.Carbon 0x023489c0 0x2008000 + 3410368

    %26gt; 1 com.apple.HIToolbox 0x93297934

    %26gt; DispatchEventToHandlers(EventTargetRec*,
    OpaqueEventRef*, HandlerCallRec*)

    %26gt; + 692

    %26gt; 2 com.apple.HIToolbox 0x9329708c

    %26gt; SendEventToEventTargetInternal(OpaqueEventRef*,
    OpaqueEventTargetRef*,

    %26gt; HandlerCallRec*) + 372

    %26gt; 3 com.apple.HIToolbox 0x9329de90 SendEventToEventTarget
    + 40

    %26gt; 4 com.apple.HIToolbox 0x9348d3f0

    %26gt; HandleMouseEvent(OpaqueEventRef*) + 388

    %26gt; 5 com.apple.HIToolbox 0x9329e1fc

    %26gt;
    ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*,
    OpaqueEventRef*,

    %26gt; void*) + 496

    %26gt; 6 com.apple.HIToolbox 0x93297b84

    %26gt; DispatchEventToHandlers(EventTargetRec*,
    OpaqueEventRef*, HandlerCallRec*)

    %26gt; +

    %26gt; 1284

    %26gt; 7 com.apple.HIToolbox 0x9329708c

    %26gt; SendEventToEventTargetInternal(OpaqueEventRef*,
    OpaqueEventTargetRef*,

    %26gt; HandlerCallRec*) + 372

    %26gt; 8 com.apple.HIToolbox 0x9329de90 SendEventToEventTarget
    + 40

    %26gt; 9 com.apple.HIToolbox 0x932dec04 ToolboxEventDispatcher
    + 92

    %26gt; 10 com.apple.HIToolbox 0x9337da04 TryEventDispatcher +
    108

    %26gt; 11 com.apple.HIToolbox 0x9337d65c GetOrPeekEvent + 304

    %26gt; 12 com.apple.HIToolbox 0x9337d398
    GetNextEventMatchingMask +

    %26gt; 156

    %26gt; 13 com.apple.HIToolbox 0x9337d238 WNEInternal + 152

    %26gt; 14 com.apple.HIToolbox 0x9337d18c WaitNextEvent + 76

    %26gt; 15 Flash.Carbon 0x025c25dc 0x2008000 + 6006236

    %26gt; 16 Flash.Carbon 0x02569190 0x2008000 + 5640592

    %26gt; 17 Flash.Carbon 0x0215265c 0x2008000 + 1353308

    %26gt; 18 Flash.Carbon 0x0255579c 0x2008000 + 5560220

    %26gt; 19 Flash.Carbon 0x02555864 0x2008000 + 5560420

    %26gt; 20 Flash.Carbon 0x02559bf4 0x2008000 + 5577716

    %26gt; 21 Flash.Carbon 0x02559a08 0x2008000 + 5577224

    %26gt;

    %26gt; Thread 1:

    %26gt; 0 libSystem.B.dylib 0x9000b4c8 mach_msg_trap + 8

    %26gt; 1 libSystem.B.dylib 0x9000b41c mach_msg + 60

    %26gt; 2 ...ple.CoreServices.CarbonCore 0x90bf2e44
    SwitchContexts + 96

    %26gt; 3 ...ple.CoreServices.CarbonCore 0x90be8abc
    YieldToThread + 372

    %26gt; 4 ...ple.CoreServices.CarbonCore 0x90bf2d8c
    SetThreadState + 192

    %26gt; 5 ...ple.CoreServices.CarbonCore 0x90bf2ca8
    SetThreadStateEndCritical +

    %26gt; 144

    %26gt; 6 Flash.Carbon 0x02641050 0x2008000 + 6525008

    %26gt; 7 Flash.Carbon 0x0263fbf4 0x2008000 + 6519796

    %26gt; 8 Flash.Carbon 0x0263faf0 0x2008000 + 6519536

    %26gt; 9 Flash.Carbon 0x0263fdfc 0x2008000 + 6520316

    %26gt; 10 Flash.Carbon 0x026414f4 0x2008000 + 6526196

    %26gt; 11 ...ple.CoreServices.CarbonCore 0x90bf2ee8
    InvokeThreadEntryUPP + 24

    %26gt; 12 ...ple.CoreServices.CarbonCore 0x90bf2b08
    CooperativeThread + 220

    %26gt; 13 libSystem.B.dylib 0x9002be88 _pthread_body + 96

    %26gt;

    %26gt; Thread 2:

    %26gt; 0 libSystem.B.dylib 0x9000636c syscall + 12

    %26gt; 1 com.apple.OpenTransport 0x9a6fb5a0 BSD_waitevent + 44

    %26gt; 2 com.apple.OpenTransport 0x9a700360
    CarbonSelectThreadFunc + 176

    %26gt; 3 libSystem.B.dylib 0x9002be88 _pthread_body + 96

    %26gt;

    %26gt; Thread 3:

    %26gt; 0 libSystem.B.dylib 0x9002c548
    semaphore_wait_signal_trap +

    %26gt; 8

    %26gt; 1 libSystem.B.dylib 0x9003102c pthread_cond_wait + 480

    %26gt; 2 com.apple.OpenTransport 0x9a6fbe94
    CarbonOperationThreadFunc +

    %26gt; 80

    %26gt; 3 libSystem.B.dylib 0x9002be88 _pthread_body + 96

    %26gt;

    %26gt; Thread 0 crashed with PPC Thread State 64:

    %26gt; srr0: 0x00000000023489c0 srr1: 0x000000000200f030

    %26gt; vrsave: 0x0000000000000000

    %26gt; cr: 0x2402242e xer: 0x0000000000000007 lr:

    %26gt; 0x0000000002348988

    %26gt; ctr: 0x0000000090131b60

    %26gt; r0: 0x0000000000000000 r1: 0x00000000bfffe370 r2:

    %26gt; 0x000000000040d000

    %26gt; r3: 0x0000000000000000

    %26gt; r4: 0x000000000033347e r5: 0x000000000000001e r6:

    %26gt; 0x0000000000000000

    %26gt; r7: 0x0000000000000000

    %26gt; r8: 0x0000000000000000 r9: 0x0000000000000000 r10:

    %26gt; 0x0000000000000006

    %26gt; r11: 0x0000000024022424

    %26gt; r12: 0x00000000bfffe3ea r13: 0x0000000000000002 r14:

    %26gt; 0x0000000000000000

    %26gt; r15: 0x00000000a3297698

    %26gt; r16: 0x0000000000349e50 r17: 0x00000000bfffe460 r18:

    %26gt; 0x000000006d6f7573

    %26gt; r19: 0x0000000000000005

    %26gt; r20: 0x000000000031d740 r21: 0x00000000ffffd96e r22:

    %26gt; 0x0000000000000000

    %26gt; r23: 0x00000000bfffe5c0

    %26gt; r24: 0x0000000000000000 r25: 0x00000000bfffe460 r26:

    %26gt; 0x0000000000349e50

    %26gt; r27: 0x00000000026e274c

    %26gt; r28: 0x0000000000578d98 r29: 0x0000000000578e74 r30:

    %26gt; 0x0000000000578ea0

    %26gt; r31: 0x0000000000578e9c

    %26gt;

    %26gt;

    %26gt;





    Help! Flash won't open!
    Nope... same thing. Startup screen for about 1 second and
    then gone.



    any other ideas?

    iframes, css and IE6 ... oh my

    Is there any glitchy glitch using iframes in IE6 that I dont
    know about? I

    have a page with an iframe in it; the src page of the iframe
    has a couple of

    %26lt;link%26gt; tags with absolute paths to 2 css files.
    Everything looks peechy in

    FF2, but in IE6 it looks as though the css is just missing.



    Thoughts?



    no broken Image Border

    Hi all



    how can i make my brokenImageBorder disappear?

    Image{

    brokenImageSkin: '''';

    brokenImageBorderSkin: ''noBorder'';

    }



    .noBorder{

    borderThickness:0;

    }



    But that doesn麓t work.

    Thanks for any help!

    muzi
  • sun sunscreen
  • Difference between FLEX and FLASH

    could someone explain to me how these two programs are
    similar and how they are different and if you have the
    time/knowledge a little bit of how FLEX is utilizedDifference between FLEX and FLASH
    DelinquentMe,



    %26gt; could someone explain to me how these two programs are

    %26gt; similar and how they are different and if you have the
    time/

    %26gt; knowledge a little bit of how FLEX is utilized



    This could easily turn into a 10-page essay! Here are a few
    bullet

    points, to start out, and I'll try to answer whatever
    additional questions

    these might raise.



    * Flash 8 and Flex Builder 2 are two applications that can
    publish SWF

    files. SWFs are played in the Flash Player application, which
    most people

    have installed as a browser plug-in. You could say that both
    Flash and Flex

    Builder publish to the Flash Platform, which basically
    encompasses anything

    Flash-related, including mobile content for the Flash Lite
    player, on

    devices such as cell phones and PDAs.



    * Flex Builder 2 is part of a family of Flex products,
    including optional

    server-side software, that primarily caters to online
    business applications

    (so-called Rich Internet Applications), often compared to
    AJAX, as far as

    usability goes. That is, nifty interactivity, breaking out of
    the HTML-only

    box. The Flex framework is an ActionScript library that
    assists in UI logic

    (positioning elements on the screen, resizing them or
    changing position when

    the browser resizes, managing layouts, etc.) and database
    interactions.



    * Flash primarily caters to animation and graphics/animation
    heavy

    applications, such as heavily branded movie promo sites,
    games, banner ads,

    and the like.



    * Flex Builder 2 has no Timeline panel and no drawing tools.
    Everything --

    everything! -- is done with programming or drag-and-drop of
    pre-built

    Components, which makes using Flex Builder a lot like using
    Visual Studio or

    JBuilder.





    David Stiller

    Adobe Community Expert

    Dev blog,
    http://www.quip.net/blog/

    ''Luck is the residue of good design.''





    Difference between FLEX and FLASH
    Hi DelinquentMe,



    And do you know how to integrate a SWF produced with FB2 into
    a Flash application ?

    This would really help me a lot.



    Thanks



    Gael

    reporting test scores

    The test score summary page comes up blank/empty. Any switch
    I need to flip to make these appear. The test pages work
    properly.reporting test scores
    Hi there,



    Not sure if this is the solution, but you might want to try
    selecting the Results slide and making sure that the score label
    and result text color has not been set to white. if that doesn't
    solve the problem then please post the file somewhere so that one
    of us can take a look.



    Regards,

    Mark



    Help transfering data from one page to...

    Hi there, i am using Dreamweaver and just can't figure this
    out...



    I have the following form which pulls names from a database
    in a drowp down.



    I have almost exactly the same form on a second page which
    has the same form with the dropdown.



    How do I ''using dreamweaver'' transfer what the user selects
    on the first form to the second form???



    Page 1

    [code]

    %26lt;%

    Dim rsTest

    Dim rsTest_numRows



    Set rsTest = Server.CreateObject(''ADODB.Recordset'')

    rsTest.ActiveConnection = MM_conn_STRING

    rsTest.Source = ''SELECT Species FROM tblSpecies ORDER BY
    Species ASC''

    rsTest.CursorType = 0

    rsTest.CursorLocation = 2

    rsTest.LockType = 1

    rsTest.Open()



    rsTest_numRows = 0

    %%26gt;

    %26lt;html%26gt;

    %26lt;head%26gt;

    %26lt;title%26gt;Untitled Document%26lt;/title%26gt;

    %26lt;meta http-equiv=''Content-Type'' content=''text/html;
    charset=iso-8859-1''%26gt;

    %26lt;/head%26gt;



    %26lt;body%26gt;

    %26lt;form action=''page2.asp'' method=''post'' name=''searchForm''
    id=''searchForm''%26gt;

    %26lt;table border=''0'' cellpadding=''0'' cellspacing=''4''
    bgcolor=''#E0E0C2''%26gt;

    %26lt;tr%26gt;

    %26lt;td%26gt;

    %26lt;select name=''Keyword'' id=''Keyword''%26gt;

    %26lt;option value=''''%26gt;Choose Species Type%26lt;/option%26gt;

    %26lt;%

    While (NOT rsTest.EOF)

    %%26gt;

    %26lt;option
    value=''%26lt;%=(rsTest.Fields.Item(''Species'').Value)%%26gt;''%26gt;%26lt;%=(rsTest.Fields.Item(''Spec ies'').Value)%%26gt;%26lt;/option%26gt;

    %26lt;%

    rsTest.MoveNext()

    Wend

    If (rsTest.CursorType %26gt; 0) Then

    rsTest.MoveFirst

    Else

    rsTest.Requery

    End If

    %%26gt;

    %26lt;/select%26gt;

    %26lt;/td%26gt;

    %26lt;td%26gt;%26lt;input name=''Submit'' type=''submit'' id=''Submit4''
    value=''Search''%26gt;

    %26lt;/td%26gt;

    %26lt;/tr%26gt;

    %26lt;/table%26gt;

    %26lt;/form%26gt;

    %26lt;/body%26gt;

    %26lt;/html%26gt;

    %26lt;%

    rsTest.Close()

    Set rsTest = Nothing

    %%26gt;

    [/code]



    Page 2

    [code]

    %26lt;%

    Dim rsTest__MMColParam

    rsTest__MMColParam = ''1''

    If (Request.Form(''Species'') %26lt;%26gt; '''') Then

    rsTest__MMColParam = Request.Form(''Species'')

    End If

    %%26gt;

    %26lt;%

    Dim rsTest

    Dim rsTest_numRows



    Set rsTest = Server.CreateObject(''ADODB.Recordset'')

    rsTest.ActiveConnection = MM_conn_STRING

    rsTest.Source = ''SELECT Species FROM tblSpecies WHERE Species
    = ''' + Replace(rsTest__MMColParam, ''''', '''''') + ''' ORDER BY Species
    ASC''

    rsTest.CursorType = 0

    rsTest.CursorLocation = 2

    rsTest.LockType = 1

    rsTest.Open()



    rsTest_numRows = 0

    %%26gt;

    %26lt;html%26gt;

    %26lt;head%26gt;

    %26lt;title%26gt;Untitled Document%26lt;/title%26gt;

    %26lt;meta http-equiv=''Content-Type'' content=''text/html;
    charset=iso-8859-1''%26gt;

    %26lt;/head%26gt;



    %26lt;body%26gt;

    %26lt;form action=''/html/main7.asp'' method=''post''
    name=''searchForm'' id=''searchForm''%26gt;

    %26lt;table border=''0'' cellpadding=''0'' cellspacing=''4''
    bgcolor=''#E0E0C2''%26gt;

    %26lt;tr%26gt;

    %26lt;td%26gt;

    %26lt;select name=''Keyword'' id=''Keyword''%26gt;

    %26lt;option value=''''%26gt;Choose Species Type%26lt;/option%26gt;

    %26lt;%

    While (NOT rsTest.EOF)

    %%26gt;

    %26lt;option
    value=''%26lt;%=(rsTest.Fields.Item(''Species'').Value)%%26gt;''%26gt;%26lt;%=(rsTest.Fields.Item(''Spec ies'').Value)%%26gt;%26lt;/option%26gt;

    %26lt;%

    rsTest.MoveNext()

    Wend

    If (rsTest.CursorType %26gt; 0) Then

    rsTest.MoveFirst

    Else

    rsTest.Requery

    End If

    %%26gt;

    %26lt;/select%26gt;

    %26lt;/td%26gt;

    %26lt;td%26gt;%26lt;input name=''Submit'' type=''submit'' id=''Submit''
    value=''Search''%26gt;

    %26lt;/td%26gt;

    %26lt;/tr%26gt;

    %26lt;/table%26gt;

    %26lt;/form%26gt;

    %26lt;/body%26gt;

    %26lt;/html%26gt;

    %26lt;%

    rsTest.Close()

    Set rsTest = Nothing

    %%26gt;

    [/code]



    I just can't figure out what I am doing wrong.



    Cheers

    Mally

    background under slices

    I have one hot sopt and a disjointed slice. So when I mouse
    over the hotspot (button) the slice shows an image. my background
    is white right now. all works fine.

    I want an image to be behind the slice. The slice only takes
    up a small part of the canvas. When I export there are 4 parts that
    make up the canvas. So the image that I put behind the slice is
    broken up into parts. Thats no good. I really just want a
    transparent canvas and in dreamweaver (I made a randome image
    query) I could have a random image behind the fireworks? How can I
    do this?

    random image for background, hotspot, slice

    Thanks

    Georgebackground under slices
    GeorgeWS wrote:



    %26gt; I have one hot sopt and a disjointed slice. So when I
    mouse over the hotspot

    %26gt; (button) the slice shows an image. my background is
    white right now. all works

    %26gt; fine.

    %26gt; I want an image to be behind the slice. The slice only
    takes up a small part

    %26gt; of the canvas. When I export there are 4 parts that make
    up the canvas. So the

    %26gt; image that I put behind the slice is broken up into
    parts. Thats no good. I

    %26gt; really just want a transparent canvas and in dreamweaver
    (I made a randome

    %26gt; image query) I could have a random image behind the
    fireworks? How can I do

    %26gt; this?

    %26gt; random image for background, hotspot, slice

    %26gt; Thanks

    %26gt; George

    %26gt;



    Hi George,



    That's not something you can do in Fireworks.



    --

    Linda Rathgeber [PVII] *Adobe Community Expert-Fireworks*

    --------------------------------------------------------------


    http://www.projectseven.com

    Fireworks Newsgroup:
    news://forums.projectseven.com/fireworks/

    CSS Newsgroup: news://forums.projectseven.com/css/


    http://www.adobe.com/communities/experts/

    --------------------------------------------------------------

    Coldfusion Creating Random SQL Queries

    Here is an error I received from one of our sites:



    Syntax error or access violation: You have an error in your
    SQL syntax; check the manual that corresponds to your MySQL server
    version for the right syntax to use near 'WHERE user_id = '19152'
    AND paid = 0' at line 1



    Here is the generated sql it tried to run:



    SELECT SUM(hours) AS totalHours FROM records WHERE user_id =
    '19152' WHERE user_id = '19152' AND paid = 0



    Obviously there is two where statements.



    Now look at the method that generated this:



    %26lt;cffunction name=''GetTotalUnpaidHours'' access=''public''
    returntype=''numeric'' output=''false''%26gt;

    %26lt;!--- Get total sum of unpaid hours
    ---------------------------------------------------%26gt;

    %26lt;cfscript%26gt;

    sql = ''SELECT SUM(hours) AS totalHours '';

    sql = sql %26amp; ''FROM records '';

    sql = sql %26amp; ''WHERE user_id = '#variables.user_id#' '';

    sql = sql %26amp; ''AND paid = 0'';

    hours = SqlQuery(sql);

    if ( IsNumeric(hours.totalHours) ) return hours.totalHours;

    else return 0;

    %26lt;/cfscript%26gt;

    %26lt;/cffunction%26gt;



    This is about as simple as it gets. Build an SQL string, pass
    it to the SqlQuery() method with just globally available wrapper of
    the CFQUERY tag, and return the result.



    How and why would it append the WHERE statement twice. This
    is not the first error like this from our high traffic production
    site. 99% of the time it works as this method is called 1000's of
    times a day by 1000's of users going in and out of their account
    every all day. It is not limited to just this example as I've seen
    similar instances of this happening with incorrect queries all over
    the app. Tested and retested the code and have never been able to
    reproduce these types of results.



    Any comments or suggestions would be greatly appreciated.
    It's essential that this application be 100% reliable.



    Anthony



    Coldfusion Creating Random SQL Queries
    Oh, it might be helpful to note this is running CFMX7 with
    JRE1.4.13 on a quad core NT server. It connects to a remote MySQL
    database running 4.1 via the MySQL 3.1 connector.Coldfusion Creating Random SQL Queries
    Might be a variable scoping problem, in that you are not
    scoping your variables inside a cfc.



    Or it could be something else.



    If it's a scoping problem, localising your sql and hours
    variables at the start of your function might work.
    WebPexDev,



    Interesting. Dan Bracuk could be right about it being a scope
    problem. If the sql variable isn't local to the function I can
    kindof see how you might end up with two where clauses in the sql
    string.



    %26gt; Build an SQL string, pass it to the SqlQuery() method
    with just globally available

    %26gt; wrapper of the CFQUERY tag, and return the result.



    Assuming the functions are contained in a cfc, is the cfc
    stored in the session or application scope?
    Try localising your variables as Dan suggested:



    %26lt;cfset var sql = ''''%26gt;

    %26lt;cfset var hours = 0%26gt;



    also, have you checked what the SqlQuery() function is doing
    with the sql string? maybe something in there..




    Sounds like a race condition involving the sql
    variable.
    I went back and var'ed all the sql strings in all my methods
    which build query strings. I just released it. I'll keep an eye on
    it and see if it happens again. Thanks for the replies.
    As Dan Bracuk and efecto747 suggested, you should localise
    both the sql and hours variables. Besides, you should always
    var local variables in your functions anyway.
    I went back var'ed all the local variables across the entire
    system. Seems to have worked. I haven't seen the issue again.
    Thanks.

    [FLA8] Juego

    Hola,



    Puede huested ayudar a hacer un juego como eso:


    http://www.flash-game.net/game/2789/treasures-of-the-deep.html.



    Si alguien tiene un source envialo: bmaganinho@gmail.com



    Graziax,

    B Maganinho





    [FLA8] Juego
    Espero que a nadie le siente mal... pero, 驴enviarle un
    ''suorce''...? Y lo

    quiere acabado, y si quiere ponemos su logo.

    Ayudarle s铆, p贸ngase con ello y si tiene dudas
    durante la programaci贸n,

    cons煤ltelas aqu铆. Seguro que le ayudan sin
    ning煤n miramiento. Si quiere un

    ''source'', b煤squelo en otro sitio, o consulte primero las
    tarifas de

    desarrollo de las empresas para las que trabajan las personas
    que postean en

    este foro.

    Salu2





    ''Maganinho'' %26lt;bmaganinho@gmail.com%26gt; escribi贸 en el
    mensaje

    news:eucf7a$r4a$1@forums.macromedia.com...

    %26gt; Hola,

    %26gt;

    %26gt; Puede huested ayudar a hacer un juego como eso:

    %26gt;
    http://www.flash-game.net/game/2789/treasures-of-the-deep.html.

    %26gt;

    %26gt; Si alguien tiene un source envialo: bmaganinho@gmail.com

    %26gt;

    %26gt; Graziax,

    %26gt; B Maganinho





    [FLA8] Juego
    juas!!! si cuela, cuela.

    Yo estoy dudando, si programar un juego as铆 gratis o
    tumbarme en el sofa...

    YaC



    ''Fco. Moreno'' %26lt;funmaker@QUITAESTOya.com%26gt; escribi贸
    en el mensaje

    news:eudchc$2sc$1@forums.macromedia.com...

    %26gt; Espero que a nadie le siente mal... pero, 驴enviarle
    un ''suorce''...? Y lo

    %26gt; quiere acabado, y si quiere ponemos su logo.

    %26gt; Ayudarle s铆, p贸ngase con ello y si tiene dudas
    durante la programaci贸n,

    %26gt; cons煤ltelas aqu铆. Seguro que le ayudan sin
    ning煤n miramiento. Si quiere un

    %26gt; ''source'', b煤squelo en otro sitio, o consulte
    primero las tarifas de

    %26gt; desarrollo de las empresas para las que trabajan las
    personas que postean

    en

    %26gt; este foro.

    %26gt; Salu2

    %26gt;

    %26gt;

    %26gt; ''Maganinho'' %26lt;bmaganinho@gmail.com%26gt; escribi贸
    en el mensaje

    %26gt; news:eucf7a$r4a$1@forums.macromedia.com...

    %26gt; %26gt; Hola,

    %26gt; %26gt;

    %26gt; %26gt; Puede huested ayudar a hacer un juego como eso:

    %26gt; %26gt;
    http://www.flash-game.net/game/2789/treasures-of-the-deep.html.

    %26gt; %26gt;

    %26gt; %26gt; Si alguien tiene un source envialo:
    bmaganinho@gmail.com

    %26gt; %26gt;

    %26gt; %26gt; Graziax,

    %26gt; %26gt; B Maganinho

    %26gt;

    %26gt;






    Bonito juego, s铆:

    Por aqu铆 tengo un source excelente para la ocasi贸n.

    Si alguien tiene 3600 eurillos env铆a un mensaje a
    juanmuro(at)gmail.com

    Salu2

    `8卢}

    Juan Muro

    ''YaC'' %26lt;yago@ESTOQUITALOikomma.com%26gt; escribi贸 en el
    mensaje

    news:eudcq1$34q$1@forums.macromedia.com...

    %26gt; juas!!! si cuela, cuela.

    %26gt; Yo estoy dudando, si programar un juego as铆 gratis
    o tumbarme en el

    %26gt; sofa...

    %26gt; YaC

    %26gt;

    %26gt; ''Fco. Moreno'' %26lt;funmaker@QUITAESTOya.com%26gt;
    escribi贸 en el mensaje

    %26gt; news:eudchc$2sc$1@forums.macromedia.com...

    %26gt;%26gt; Espero que a nadie le siente mal... pero,
    驴enviarle un ''suorce''...? Y lo

    %26gt;%26gt; quiere acabado, y si quiere ponemos su logo.

    %26gt;%26gt; Ayudarle s铆, p贸ngase con ello y si tiene
    dudas durante la programaci贸n,

    %26gt;%26gt; cons煤ltelas aqu铆. Seguro que le ayudan sin
    ning煤n miramiento. Si quiere

    %26gt;%26gt; un

    %26gt;%26gt; ''source'', b煤squelo en otro sitio, o consulte
    primero las tarifas de

    %26gt;%26gt; desarrollo de las empresas para las que trabajan las
    personas que postean

    %26gt; en

    %26gt;%26gt; este foro.

    %26gt;%26gt; Salu2

    %26gt;%26gt;

    %26gt;%26gt;

    %26gt;%26gt; ''Maganinho'' %26lt;bmaganinho@gmail.com%26gt;
    escribi贸 en el mensaje

    %26gt;%26gt; news:eucf7a$r4a$1@forums.macromedia.com...

    %26gt;%26gt; %26gt; Hola,

    %26gt;%26gt; %26gt;

    %26gt;%26gt; %26gt; Puede huested ayudar a hacer un juego como eso:

    %26gt;%26gt; %26gt;
    http://www.flash-game.net/game/2789/treasures-of-the-deep.html.

    %26gt;%26gt; %26gt;

    %26gt;%26gt; %26gt; Si alguien tiene un source envialo:
    bmaganinho@gmail.com

    %26gt;%26gt; %26gt;

    %26gt;%26gt; %26gt; Graziax,

    %26gt;%26gt; %26gt; B Maganinho

    %26gt;%26gt;

    %26gt;%26gt;

    %26gt;

    %26gt;






    Quien quiere ayudar, puede ayudar.... quien n quier es mejor
    non hablar...

    En otros foros nosostros partillamos sources, pero aqui es
    una novedad... ok

    yo no soy espagnol...

    Gracias por td

    B Maganinho



    ''Juan Muro `8卢}'' %26lt;juanmuro@gmail.com%26gt; escreveu na
    mensagem

    news:eue49u$31l$1@forums.macromedia.com...

    %26gt; Bonito juego, s铆:

    %26gt; Por aqu铆 tengo un source excelente para la
    ocasi贸n.

    %26gt; Si alguien tiene 3600 eurillos env铆a un mensaje a
    juanmuro(at)gmail.com

    %26gt; Salu2

    %26gt; `8卢}

    %26gt; Juan Muro

    %26gt; ''YaC'' %26lt;yago@ESTOQUITALOikomma.com%26gt; escribi贸
    en el mensaje

    %26gt; news:eudcq1$34q$1@forums.macromedia.com...

    %26gt;%26gt; juas!!! si cuela, cuela.

    %26gt;%26gt; Yo estoy dudando, si programar un juego as铆
    gratis o tumbarme en el

    %26gt;%26gt; sofa...

    %26gt;%26gt; YaC

    %26gt;%26gt;

    %26gt;%26gt; ''Fco. Moreno'' %26lt;funmaker@QUITAESTOya.com%26gt;
    escribi贸 en el mensaje

    %26gt;%26gt; news:eudchc$2sc$1@forums.macromedia.com...

    %26gt;%26gt;%26gt; Espero que a nadie le siente mal... pero,
    驴enviarle un ''suorce''...? Y lo

    %26gt;%26gt;%26gt; quiere acabado, y si quiere ponemos su logo.

    %26gt;%26gt;%26gt; Ayudarle s铆, p贸ngase con ello y si
    tiene dudas durante la programaci贸n,

    %26gt;%26gt;%26gt; cons煤ltelas aqu铆. Seguro que le ayudan
    sin ning煤n miramiento. Si quiere

    %26gt;%26gt;%26gt; un

    %26gt;%26gt;%26gt; ''source'', b煤squelo en otro sitio, o
    consulte primero las tarifas de

    %26gt;%26gt;%26gt; desarrollo de las empresas para las que trabajan
    las personas que

    %26gt;%26gt;%26gt; postean

    %26gt;%26gt; en

    %26gt;%26gt;%26gt; este foro.

    %26gt;%26gt;%26gt; Salu2

    %26gt;%26gt;%26gt;

    %26gt;%26gt;%26gt;

    %26gt;%26gt;%26gt; ''Maganinho'' %26lt;bmaganinho@gmail.com%26gt;
    escribi贸 en el mensaje

    %26gt;%26gt;%26gt; news:eucf7a$r4a$1@forums.macromedia.com...

    %26gt;%26gt;%26gt; %26gt; Hola,

    %26gt;%26gt;%26gt; %26gt;

    %26gt;%26gt;%26gt; %26gt; Puede huested ayudar a hacer un juego como
    eso:

    %26gt;%26gt;%26gt; %26gt;
    http://www.flash-game.net/game/2789/treasures-of-the-deep.html.

    %26gt;%26gt;%26gt; %26gt;

    %26gt;%26gt;%26gt; %26gt; Si alguien tiene un source envialo:
    bmaganinho@gmail.com

    %26gt;%26gt;%26gt; %26gt;

    %26gt;%26gt;%26gt; %26gt; Graziax,

    %26gt;%26gt;%26gt; %26gt; B Maganinho

    %26gt;%26gt;%26gt;

    %26gt;%26gt;%26gt;

    %26gt;%26gt;

    %26gt;%26gt;

    %26gt;

    %26gt;






    Pu茅s ya sabes que ''Spain is different'' 8卢P



    ''Maganinho'' %26lt;bmaganinho@gmail.com%26gt; escribi贸 en el
    mensaje

    news:euf5lh$dnl$1@forums.macromedia.com...

    Quien quiere ayudar, puede ayudar.... quien n quier es mejor
    non hablar...

    En otros foros nosostros partillamos sources, pero aqui es
    una novedad... ok

    yo no soy espagnol...

    Gracias por td

    B Maganinho



    ''Juan Muro `8卢}'' %26lt;juanmuro@gmail.com%26gt; escreveu na
    mensagem

    news:eue49u$31l$1@forums.macromedia.com...

    %26gt; Bonito juego, s铆:

    %26gt; Por aqu铆 tengo un source excelente para la
    ocasi贸n.

    %26gt; Si alguien tiene 3600 eurillos env铆a un mensaje a
    juanmuro(at)gmail.com

    %26gt; Salu2

    %26gt; `8卢}

    %26gt; Juan Muro

    %26gt; ''YaC'' %26lt;yago@ESTOQUITALOikomma.com%26gt; escribi贸
    en el mensaje

    %26gt; news:eudcq1$34q$1@forums.macromedia.com...

    %26gt;%26gt; juas!!! si cuela, cuela.

    %26gt;%26gt; Yo estoy dudando, si programar un juego as铆
    gratis o tumbarme en el

    %26gt;%26gt; sofa...

    %26gt;%26gt; YaC

    %26gt;%26gt;

    %26gt;%26gt; ''Fco. Moreno'' %26lt;funmaker@QUITAESTOya.com%26gt;
    escribi贸 en el mensaje

    %26gt;%26gt; news:eudchc$2sc$1@forums.macromedia.com...

    %26gt;%26gt;%26gt; Espero que a nadie le siente mal... pero,
    驴enviarle un ''suorce''...? Y lo

    %26gt;%26gt;%26gt; quiere acabado, y si quiere ponemos su logo.

    %26gt;%26gt;%26gt; Ayudarle s铆, p贸ngase con ello y si
    tiene dudas durante la programaci贸n,

    %26gt;%26gt;%26gt; cons煤ltelas aqu铆. Seguro que le ayudan
    sin ning煤n miramiento. Si quiere

    %26gt;%26gt;%26gt; un

    %26gt;%26gt;%26gt; ''source'', b煤squelo en otro sitio, o
    consulte primero las tarifas de

    %26gt;%26gt;%26gt; desarrollo de las empresas para las que trabajan
    las personas que

    %26gt;%26gt;%26gt; postean

    %26gt;%26gt; en

    %26gt;%26gt;%26gt; este foro.

    %26gt;%26gt;%26gt; Salu2

    %26gt;%26gt;%26gt;

    %26gt;%26gt;%26gt;

    %26gt;%26gt;%26gt; ''Maganinho'' %26lt;bmaganinho@gmail.com%26gt;
    escribi贸 en el mensaje

    %26gt;%26gt;%26gt; news:eucf7a$r4a$1@forums.macromedia.com...

    %26gt;%26gt;%26gt; %26gt; Hola,

    %26gt;%26gt;%26gt; %26gt;

    %26gt;%26gt;%26gt; %26gt; Puede huested ayudar a hacer un juego como
    eso:

    %26gt;%26gt;%26gt; %26gt;
    http://www.flash-game.net/game/2789/treasures-of-the-deep.html.

    %26gt;%26gt;%26gt; %26gt;

    %26gt;%26gt;%26gt; %26gt; Si alguien tiene un source envialo:
    bmaganinho@gmail.com

    %26gt;%26gt;%26gt; %26gt;

    %26gt;%26gt;%26gt; %26gt; Graziax,

    %26gt;%26gt;%26gt; %26gt; B Maganinho

    %26gt;%26gt;%26gt;

    %26gt;%26gt;%26gt;

    %26gt;%26gt;

    %26gt;%26gt;

    %26gt;

    %26gt;








    Tudo 茅 um problema de comunica莽ao e m谩
    interpreta莽ao. Fica na tua...

    Aqui tambem se compartilham ''sources'' m谩s voce tem que
    saber como explicitar

    o que voce quer... Voce nao pode chegar de limpo pedindo de
    gra莽a um

    trabalho de horas e horas que custa miles de Dollares no
    comercio... Mostre

    aonde voce quer chegar, escute opinioes, avance no seu
    projeto, mostre seu

    trabalho e pe莽a ajuda se trancar a roda... m谩s aki
    ninguem entrega

    propiedade intelectual terminada de gra莽a. Pode se
    contribuir na sua e voce

    cobra o que quiser nela, porque 茅 sua.



    Pra proxima de uma lida na clase de espa帽ol outra vez
    antes de postear para

    que possa ser bem entendido e revise tamb茅m suas
    inten莽oes.



    Abra莽os e nao abandone o forum. At茅 mais...



    ///Para mis compadres....

    Todos es un problema de comunicaci贸n y mala
    interpretaci贸n... tomalo con

    calma.

    aki tambien se comparte ''source'' pero tienes que saber como
    explicitar lo

    que necesitas. No puedes llegar de limpio pidiendo de gratis
    un trabajo de

    horas y horas que cuesta miles de dollares en el mercado...
    Haz saber al

    foro lo que quieres lograr, escucha opiniones, sugerencias,
    luego que

    avanzas en tu proyecto entonces lo posteas, pides ayuda si se
    te enreda el

    papagayo... asi pues si.

    Aki nadie regala propiedad intelectual terminada. Pero si
    contribuyen en la

    tuya si sabes pedir, y despues tu puedes cobrar tambien lo
    que sea cuando

    produzcas lo tuyo, porque es tuyo.



    Para la proxima le echas una leida a la clase de espa帽ol
    antes de postear

    para que puedas se bien ''entendido'' e tambien le echas un
    vistazo a tus

    intenciones.



    Abrazos y no abandones el foro, Hasta Luego





    Saludos a todos

    Everton Macedo

    PZO - VZLA

    Made in Brazil







    ''Maganinho'' %26lt;bmaganinho@gmail.com%26gt; wrote in message

    news:euf5lh$dnl$1@forums.macromedia.com...

    %26gt; Quien quiere ayudar, puede ayudar.... quien n quier es
    mejor non hablar...

    %26gt; En otros foros nosostros partillamos sources, pero aqui
    es una novedad...

    %26gt; ok yo no soy espagnol...

    %26gt; Gracias por td

    %26gt; B Maganinho

    %26gt;

    %26gt; ''Juan Muro `8卢}'' %26lt;juanmuro@gmail.com%26gt;
    escreveu na mensagem

    %26gt; news:eue49u$31l$1@forums.macromedia.com...

    %26gt;%26gt; Bonito juego, s铆:

    %26gt;%26gt; Por aqu铆 tengo un source excelente para la
    ocasi贸n.

    %26gt;%26gt; Si alguien tiene 3600 eurillos env铆a un mensaje
    a juanmuro(at)gmail.com

    %26gt;%26gt; Salu2

    %26gt;%26gt; `8卢}

    %26gt;%26gt; Juan Muro

    %26gt;%26gt; ''YaC'' %26lt;yago@ESTOQUITALOikomma.com%26gt;
    escribi贸 en el mensaje

    %26gt;%26gt; news:eudcq1$34q$1@forums.macromedia.com...

    %26gt;%26gt;%26gt; juas!!! si cuela, cuela.

    %26gt;%26gt;%26gt; Yo estoy dudando, si programar un juego as铆
    gratis o tumbarme en el

    %26gt;%26gt;%26gt; sofa...

    %26gt;%26gt;%26gt; YaC

    %26gt;%26gt;%26gt;

    %26gt;%26gt;%26gt; ''Fco. Moreno'' %26lt;funmaker@QUITAESTOya.com%26gt;
    escribi贸 en el mensaje

    %26gt;%26gt;%26gt; news:eudchc$2sc$1@forums.macromedia.com...

    %26gt;%26gt;%26gt;%26gt; Espero que a nadie le siente mal... pero,
    驴enviarle un ''suorce''...? Y

    %26gt;%26gt;%26gt;%26gt; lo

    %26gt;%26gt;%26gt;%26gt; quiere acabado, y si quiere ponemos su logo.

    %26gt;%26gt;%26gt;%26gt; Ayudarle s铆, p贸ngase con ello y si
    tiene dudas durante la programaci贸n,

    %26gt;%26gt;%26gt;%26gt; cons煤ltelas aqu铆. Seguro que le
    ayudan sin ning煤n miramiento. Si quiere

    %26gt;%26gt;%26gt;%26gt; un

    %26gt;%26gt;%26gt;%26gt; ''source'', b煤squelo en otro sitio, o
    consulte primero las tarifas de

    %26gt;%26gt;%26gt;%26gt; desarrollo de las empresas para las que
    trabajan las personas que

    %26gt;%26gt;%26gt;%26gt; postean

    %26gt;%26gt;%26gt; en

    %26gt;%26gt;%26gt;%26gt; este foro.

    %26gt;%26gt;%26gt;%26gt; Salu2

    %26gt;%26gt;%26gt;%26gt;

    %26gt;%26gt;%26gt;%26gt;

    %26gt;%26gt;%26gt;%26gt; ''Maganinho'' %26lt;bmaganinho@gmail.com%26gt;
    escribi贸 en el mensaje

    %26gt;%26gt;%26gt;%26gt; news:eucf7a$r4a$1@forums.macromedia.com...

    %26gt;%26gt;%26gt;%26gt; %26gt; Hola,

    %26gt;%26gt;%26gt;%26gt; %26gt;

    %26gt;%26gt;%26gt;%26gt; %26gt; Puede huested ayudar a hacer un juego
    como eso:

    %26gt;%26gt;%26gt;%26gt; %26gt;
    http://www.flash-game.net/game/2789/treasures-of-the-deep.html.

    %26gt;%26gt;%26gt;%26gt; %26gt;

    %26gt;%26gt;%26gt;%26gt; %26gt; Si alguien tiene un source envialo:
    bmaganinho@gmail.com

    %26gt;%26gt;%26gt;%26gt; %26gt;

    %26gt;%26gt;%26gt;%26gt; %26gt; Graziax,

    %26gt;%26gt;%26gt;%26gt; %26gt; B Maganinho

    %26gt;%26gt;%26gt;%26gt;

    %26gt;%26gt;%26gt;%26gt;

    %26gt;%26gt;%26gt;

    %26gt;%26gt;%26gt;

    %26gt;%26gt;

    %26gt;%26gt;

    %26gt;

    %26gt;






    Aplauso de Pie para ''Everton Macedo'' - suerte que pusiste la
    traducci贸n al

    castellano. porque de portugues no falo nada -

    - Santiago -





    ''Everton Macedo'' %26lt;evertonmacedo@cantv.net%26gt;
    escribi贸 en el mensaje

    news:eufjhu$o$1@forums.macromedia.com...

    %26gt; Tudo 茅 um problema de comunica莽ao e m谩
    interpreta莽ao. Fica na tua...

    %26gt; Aqui tambem se compartilham ''sources'' m谩s voce tem
    que saber como

    %26gt; explicitar o que voce quer... Voce nao pode chegar de
    limpo pedindo de

    %26gt; gra莽a um trabalho de horas e horas que custa miles
    de Dollares no

    %26gt; comercio... Mostre aonde voce quer chegar, escute
    opinioes, avance no seu

    %26gt; projeto, mostre seu trabalho e pe莽a ajuda se
    trancar a roda... m谩s aki

    %26gt; ninguem entrega propiedade intelectual terminada de
    gra莽a. Pode se

    %26gt; contribuir na sua e voce cobra o que quiser nela, porque
    茅 sua.

    %26gt;

    %26gt; Pra proxima de uma lida na clase de espa帽ol outra
    vez antes de postear

    %26gt; para que possa ser bem entendido e revise tamb茅m
    suas inten莽oes.

    %26gt;

    %26gt; Abra莽os e nao abandone o forum. At茅 mais...

    %26gt;

    %26gt; ///Para mis compadres....

    %26gt; Todos es un problema de comunicaci贸n y mala
    interpretaci贸n... tomalo con

    %26gt; calma.

    %26gt; aki tambien se comparte ''source'' pero tienes que saber
    como explicitar lo

    %26gt; que necesitas. No puedes llegar de limpio pidiendo de
    gratis un trabajo de

    %26gt; horas y horas que cuesta miles de dollares en el
    mercado... Haz saber al

    %26gt; foro lo que quieres lograr, escucha opiniones,
    sugerencias, luego que

    %26gt; avanzas en tu proyecto entonces lo posteas, pides ayuda
    si se te enreda el

    %26gt; papagayo... asi pues si.

    %26gt; Aki nadie regala propiedad intelectual terminada. Pero
    si contribuyen en

    %26gt; la tuya si sabes pedir, y despues tu puedes cobrar
    tambien lo que sea

    %26gt; cuando produzcas lo tuyo, porque es tuyo.

    %26gt;

    %26gt; Para la proxima le echas una leida a la clase de
    espa帽ol antes de postear

    %26gt; para que puedas se bien ''entendido'' e tambien le echas
    un vistazo a tus

    %26gt; intenciones.

    %26gt;

    %26gt; Abrazos y no abandones el foro, Hasta Luego

    %26gt;

    %26gt;

    %26gt; Saludos a todos

    %26gt; Everton Macedo

    %26gt; PZO - VZLA

    %26gt; Made in Brazil

    %26gt;

    %26gt;

    %26gt;

    %26gt; ''Maganinho'' %26lt;bmaganinho@gmail.com%26gt; wrote in
    message

    %26gt; news:euf5lh$dnl$1@forums.macromedia.com...

    %26gt;%26gt; Quien quiere ayudar, puede ayudar.... quien n quier
    es mejor non

    %26gt;%26gt; hablar...

    %26gt;%26gt; En otros foros nosostros partillamos sources, pero
    aqui es una novedad...

    %26gt;%26gt; ok yo no soy espagnol...

    %26gt;%26gt; Gracias por td

    %26gt;%26gt; B Maganinho

    %26gt;%26gt;

    %26gt;%26gt; ''Juan Muro `8卢}'' %26lt;juanmuro@gmail.com%26gt;
    escreveu na mensagem

    %26gt;%26gt; news:eue49u$31l$1@forums.macromedia.com...

    %26gt;%26gt;%26gt; Bonito juego, s铆:

    %26gt;%26gt;%26gt; Por aqu铆 tengo un source excelente para la
    ocasi贸n.

    %26gt;%26gt;%26gt; Si alguien tiene 3600 eurillos env铆a un
    mensaje a juanmuro(at)gmail.com

    %26gt;%26gt;%26gt; Salu2

    %26gt;%26gt;%26gt; `8卢}

    %26gt;%26gt;%26gt; Juan Muro

    %26gt;%26gt;%26gt; ''YaC'' %26lt;yago@ESTOQUITALOikomma.com%26gt;
    escribi贸 en el mensaje

    %26gt;%26gt;%26gt; news:eudcq1$34q$1@forums.macromedia.com...

    %26gt;%26gt;%26gt;%26gt; juas!!! si cuela, cuela.

    %26gt;%26gt;%26gt;%26gt; Yo estoy dudando, si programar un juego
    as铆 gratis o tumbarme en el

    %26gt;%26gt;%26gt;%26gt; sofa...

    %26gt;%26gt;%26gt;%26gt; YaC

    %26gt;%26gt;%26gt;%26gt;

    %26gt;%26gt;%26gt;%26gt; ''Fco. Moreno''
    %26lt;funmaker@QUITAESTOya.com%26gt; escribi贸 en el mensaje

    %26gt;%26gt;%26gt;%26gt; news:eudchc$2sc$1@forums.macromedia.com...

    %26gt;%26gt;%26gt;%26gt;%26gt; Espero que a nadie le siente mal...
    pero, 驴enviarle un ''suorce''...? Y

    %26gt;%26gt;%26gt;%26gt;%26gt; lo

    %26gt;%26gt;%26gt;%26gt;%26gt; quiere acabado, y si quiere ponemos su
    logo.

    %26gt;%26gt;%26gt;%26gt;%26gt; Ayudarle s铆, p贸ngase con ello
    y si tiene dudas durante la

    %26gt;%26gt;%26gt;%26gt;%26gt; programaci贸n,

    %26gt;%26gt;%26gt;%26gt;%26gt; cons煤ltelas aqu铆. Seguro que
    le ayudan sin ning煤n miramiento. Si

    %26gt;%26gt;%26gt;%26gt;%26gt; quiere un

    %26gt;%26gt;%26gt;%26gt;%26gt; ''source'', b煤squelo en otro sitio, o
    consulte primero las tarifas de

    %26gt;%26gt;%26gt;%26gt;%26gt; desarrollo de las empresas para las que
    trabajan las personas que

    %26gt;%26gt;%26gt;%26gt;%26gt; postean

    %26gt;%26gt;%26gt;%26gt; en

    %26gt;%26gt;%26gt;%26gt;%26gt; este foro.

    %26gt;%26gt;%26gt;%26gt;%26gt; Salu2

    %26gt;%26gt;%26gt;%26gt;%26gt;

    %26gt;%26gt;%26gt;%26gt;%26gt;

    %26gt;%26gt;%26gt;%26gt;%26gt; ''Maganinho'' %26lt;bmaganinho@gmail.com%26gt;
    escribi贸 en el mensaje

    %26gt;%26gt;%26gt;%26gt;%26gt;
    news:eucf7a$r4a$1@forums.macromedia.com...

    %26gt;%26gt;%26gt;%26gt;%26gt; %26gt; Hola,

    %26gt;%26gt;%26gt;%26gt;%26gt; %26gt;

    %26gt;%26gt;%26gt;%26gt;%26gt; %26gt; Puede huested ayudar a hacer un
    juego como eso:

    %26gt;%26gt;%26gt;%26gt;%26gt; %26gt;
    http://www.flash-game.net/game/2789/treasures-of-the-deep.html.

    %26gt;%26gt;%26gt;%26gt;%26gt; %26gt;

    %26gt;%26gt;%26gt;%26gt;%26gt; %26gt; Si alguien tiene un source envialo:
    bmaganinho@gmail.com

    %26gt;%26gt;%26gt;%26gt;%26gt; %26gt;

    %26gt;%26gt;%26gt;%26gt;%26gt; %26gt; Graziax,

    %26gt;%26gt;%26gt;%26gt;%26gt; %26gt; B Maganinho

    %26gt;%26gt;%26gt;%26gt;%26gt;

    %26gt;%26gt;%26gt;%26gt;%26gt;

    %26gt;%26gt;%26gt;%26gt;

    %26gt;%26gt;%26gt;%26gt;

    %26gt;%26gt;%26gt;

    %26gt;%26gt;%26gt;

    %26gt;%26gt;

    %26gt;%26gt;

    %26gt;

    %26gt;