Monday, March 29, 2010

Dreamweaver runs once on mac and never...

I have an intel macbook running 10.4.10



I can install DW CS3 and have it run fine once



On subsequent attempts to start it, it craps out while the
splash screen says ''initializing files''



I thought that this was conflict with other adobe
applications but I took them all off my computer and am using skim
to read pdfs

Printing content of embedded swf from...

I am using Flash Professional 8 to develop, and player 8 to
view published swf files in an html window. I have looked through
the posts, but nothing seems to apply.




OVERVIEW:

I have a main environment which contains a graphical banner,
back and next arrows, and a 'Print' popup containing a number of
buttons with print code on them. The main environment loads each
actual screen of content from separate swf files (path is:
screens/screen1.swf).





The following code (on the first frame of main timeline)
worked when everything was in one fla file, but no matter what I
try, I can't get the correct syntax to work when the movie is in
another swf file:



Key.addListener(myListener);



_global.p_sec_1 = _root.attachMovie(''printable_screen1'',
''psection1'',100);

_global.p_sec_2 =
_root.attachMovie(''printable_screen2'',''psection2'', 101);

_global.p_sec_3 =
_root.attachMovie(''printable_screen3'',''psection3'', 102);





_root.psection1._visible = false;

_root.psection2._visible= false;

_root.psection3._visible= false;





This code was on the button to call the print function:



on (release) {

printAsBitmap(''_root.psection1'', ''bmovie'');

}






MY PROBLEM:

I can't figure out the action script code needed to direct
the code (located on the print button in the environment) to print
the movie clip when it is in an embedded swf.



I would really appreciate it if anyone knows what I would
need to replace '_root' with. I have tried the path
'screens/screen1.swf' and a few other things, but am stuck.



Signed, an action script novice.



ThanksPrinting content of embedded swf from...
you want to print the contents of your loaded swf? if so, use
the instance name of the target (into which you load) instance name
in the first parameter of printAsBitmap().Printing content of embedded swf from...
Unfortunately, it doesn't seem to work properly in this case.
The Windows Print Dialogue box does appear, but it tries to print
one page for every frame on the main timeline of the main movie
clip. I had this working fine when everything was in the same file,
but it is just screwed up now that I have each content screen being
loaded from a separate swf.



I have a stripped out version if anyone is interested.



Thanks for your help!
show the revised code you're using.
on (release) {

printAsBitmap(screen1box.psection1,''bmovie'');

}
is that a true button or a movieclip button? is screen1box
the target movieclip? is there a movieclip in your external swf
named psection1?
It's a movieclip button.



screenbox1 is the holder in which the swf from the other file
is placed.



No movie clip in my external swf named psection1.
then, if you want to print the main timeline of your external
swf AFTER loading is complete AND it has a frame labeled #b, try:




WOW! Thank you soooo much for your help. You can't know how
grateful I am for this help. It worked perfectly.
you're welcome.
Oops! I spoke too soon.



What it actually prints is the movie clip in the main
timeline, but I actually want it to print a different movie clip
that isn't on a timeline at all (it is a movie clip that is located
in the library and contains only frames where actual content
appears). I tried to create a second movie clip (off to the side)
in my main swf and use it as a placeholder for the printable movie
clip, but it still displays the movie clip from the main timeline.
I can put the printable movie clip in a separate layer on the main
timeline of my child swf, but then both the printable and
non-printable versions appear.



The info you provided yesterday was excellent and I thank you
so much for it. It's half there, but now I just need to figure out
how to print the content of the printable movie clip which doesn't
appear on the main timeline.




what's the instance name of the movieclip in your external
swf that contains a frame labeled #b that you want to print?
There actually wasn't an instance name in the original since
it was only a movie clip in the library (not on a timeline). I
would rather avoid having it appear off to the side of the stage,
but I have done so and given it the instance name



printable_screen1
you cannot print something from the library.
printable_screen1 does not need to be on-stage and visible to
users, but it must exist. then you would use:




It works perfectly. I just had to add
'this.printable_screen1._visible= false;'

on the frame that holds 'printable_screen1' in my external
swf. Now, the correct item prints and it is not visible on the
screen.



You are a genius! This definitely is what I wanted it to do.
I am reading up on Action Script and hopefully will be able to
figure future problems all on my own.



Thanks again!

Spry 1.6 Gallery Failes in IE 6

I am trying to test a site that works fine in IE 7, Firefox,
Mac browsers also but has lots of issues in IE 6.




http://gr.dss-demo.com/gallery.html?xmlfile=Kenya.xml%26amp;returnpath=Kenya.html%26amp;coun try=Kenya



this will take you directly there.



I don't even know where to start trouble shooting
this.Spry 1.6 Gallery Failes in IE 6
sorry false alarm works fine

SWFLoader Problem

Problem on Swf Loader:



I have this item renderer with a swfLoader on it. I used
itemRenderer for a tilelist control.

When i run my application locally, the swfs in tilelist look
and load fine. item renderer loads swf from an absolute path or
url. Swfloader scaleContent = true.



However when i upload this to a server and run the flex
application, i see some SWFs on itemRenderer incorrectly load and
appear (e.g the size gets bigger) and then one item is not in
uniform size with the others. As a result it looks awful, one item
overlaps another in a tilelist.



Can anybody tell me what is causing this? I don't understand
why it looks fine locally but the otherwise when live.



Thanks for any help.SWFLoader Problem
too many things to discuss on Flex.. and this was left out
still unanswered...
SWFLoader Problem
vonnhugo_2006,



I looked at the bug today but wasn't able to reproduce the
issue in the latest internal build. If you're still seeing this
issue, can you upload a simple test case and attach it to the bug
report (https://bugs.adobe.com/jira/browse/SDK-13323)



Thanks,

Peter
https://bugs.adobe.com/jira/browse/SDK-13323

Help with memory matching game

Hi to all.

I'm programming a matching game, and I downloaded a sample
from this site:
memory.fla.
The sample is nice, but I want to match two different images (a
word and the matching image). The game is made only for matching
two identical images.



What changes I have to do to the ActionScript code to do
this?



Please help...



Thanks in advance...



Tha

filereference download issue on some...

Hi, Im having a filereference download issue which is turning
out to be rather elusive. I have it working great on my comp in ie,
however on my comp with firefox, or with any browser on my father's
computer we get the file browser popup and when we hit ''save''
everything SEEMS to go OK but the file doesnt get downloaded. Weve
checked and re-installed all the browsers / flash plugins, and
nothing has changed. No error handelers get tripped, and Ive
checked the scope issue. The following is the code Im using,
published to flash 8 AS 2.



import flash.net.FileReference;

_root.vars.fileRef = new FileReference();

_root.functions.getit = function(){

_root.vars.fileRef.download(''
http://www.myURL.com/myList.csv'',
''myList.csv'')

}



Thanks for your help.filereference download issue on some...
do you have a cross-domain security file and are you loading
it?filereference download issue on some...
Thanks for the reply, but nope, swf, html, and the
''myList.csv'' are all in the same dir of the same domain. Also, if
it where a sandbox issue it wouldnt have worked on my ie.
your last sentence isn't necessarily correct. but that's
another issue.



try a relative path instead of absolute.
WOW, bang on. Not sure why that is, but you got it. Relative
link works great on all. If you dont mind, could you elaborate on
why sandbox issues would be browser specific?
sandbox issues shouldn't be browser specific, but they are
flash player version specific.
ok,



for us extreme newbies here, of which I am one, can you
explain the difference between your relative and absolute path in
the .download file reference



thanks



Jim
an absolute path would be something like:



www.yourdomain.com/subdirectory/yourfile.ext



(looking at the op's original message, i see he used an
http:// prefix which isn't going to work in any
case.)



a relative path from yourdomain's main directory would be:



subdirectory/yourfile.ext
  • beauty blog
  • almay
  • make up techniques
  • CF8 Doesn't Run on Mac OS X Leopard...


    There's been many threads floating around the web complaining
    about people not being able to use the CF8 server anymore after
    upgrading to Mac OS X Leopard. It doesn't give an error nor serve
    up pages, it just sorta hangs there. Some people have been able to
    do a multi-server install, and then jack with jrun to get it going
    ... but it doesn't work ''out-of-box'' like it used to in Tiger where
    it just worked!



    Be forewarned.CF8 Doesn't Run on Mac OS X Leopard...
    NickC wrote:

    %26gt; There's been many threads floating around the web
    complaining about people not

    %26gt; being able to use the CF8 server anymore after upgrading
    to Mac OS X Leopard.

    %26gt; It doesn't give an error nor serve up pages, it just
    sorta hangs there. Some

    %26gt; people have been able to do a multi-server install, and
    then jack with jrun to

    %26gt; get it going ... but it doesn't work ''out-of-box'' like
    it used to in Tiger

    %26gt; where it just worked!

    %26gt;

    %26gt; Be forewarned.

    %26gt;



    Leopard is not a supported platform for cf8.

    but knowledgeable ppl have found ways to run it:


    http://www.markdrew.co.uk/blog/index.cfm/2007/10/27/Running-ColdFusion-8-on-Leop ard



    --



    Azadi Saryev

    Sabai-dee.com


    http://www.sabai-dee.com

    real media metafiles

    Up until a couple weeks ago when I used a metafile to point
    to a rm (Real Media) file the Real Media player would open and run
    the appropriate video file. About two weeks ago new files put on
    the site using this procedure now return the error message
    ''Requested file not found. The link you followed may be outdated or
    inaccurate.''



    One can view the source code on the website
    (www.environmentalreview.org/video archives)

    and there is no obvious difference between the old metafile
    pages that work and the new one (Tallis) that returns the error
    message. (I have reproduced this error with a subsequent attempt to
    use a metafile with a different .rm file)



    This occurs both on the website and on my home machine and
    occurs regardless of what folders the files are in.

    The files on the website are all in the same folder and have
    complete paths.



    What is this error message trying to tell me?

    Thanks

    real media metafiles
    Your video archive page is throwing 25 errors.


    http://validator.w3.org/check?uri=http%3A%2F%2Fwww.environmentalreview.org%2Fvid eoArchives.php%26amp;charset=%28detect+automatically%29%26amp;doctype=Inline%26amp;group=0



    Another thing to check is that you haven't run out of space
    on server.

    Videos can eat up space in a hurry.



    --Nancy O.

    Alt-Web Design %26amp; Publishing

    www.alt-web.com





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

    news:fgavqh$qas$1@forums.macromedia.com...

    %26gt; Up until a couple weeks ago when I used a metafile to
    point to a rm (Real

    %26gt; Media) file the Real Media player would open and run the
    appropriate video

    %26gt; file. About two weeks ago new files put on the site
    using this procedure

    now

    %26gt; return the error message ''Requested file not found. The
    link you followed

    may

    %26gt; be outdated or inaccurate.''

    %26gt;

    %26gt; One can view the source code on the website

    (www.environmentalreview.org/video

    %26gt; archives)

    %26gt; and there is no obvious difference between the old
    metafile pages that

    work

    %26gt; and the new one (Tallis) that returns the error message.
    (I have

    reproduced

    %26gt; this error with a subsequent attempt to use a metafile
    with a different

    .rm

    %26gt; file)

    %26gt;

    %26gt; This occurs both on the website and on my home machine
    and occurs

    regardless

    %26gt; of what folders the files are in.

    %26gt; The files on the website are all in the same folder and
    have complete

    paths.

    %26gt;

    %26gt; What is this error message trying to tell me?

    %26gt; Thanks

    %26gt;

    %26gt;





    combo box and swf files

    I have been working with comboboxes for the past few weeks
    with the idea to use the selected item in the combobox to navigate
    to a different point in the time line for the movie file that it is
    in. I finally cracked this and was happy. I then had the idea of
    using th combobox to load seperate files ( the idea being that I
    could create a template movie file and save lots of different
    versions and only have to change a small amount of content foe
    each). I managed to get the combobox movie to load the second movie
    swf file, I wanted to put a button on the secon swf movie that
    would unload or close this movie returning me back to the original
    movie with the combobox ready to make a new selection. I could not
    get the script right to clode ot unload this movie so I put in some
    script that loaded the combobox movie. This worked, I was able to
    make a selection from the combobox that loaded the second I was
    then able to click on the back button that then returned me to the
    combobox movie, however the combobox has stopped working. I get the
    feeling that this is the wrong way as I am loading movie into movie
    into movie. Can some one give me some advice on how to solve this
    problem. Either to unload the second movie or make the combobox
    work after I have used the button to reload the combobox movie.



    Thanks MMorbey

    combo box and swf files

    I have been working with comboboxes for the past few weeks
    with the idea to use the selected item in the combobox to navigate
    to a different point in the time line for the movie file that it is
    in. I finally cracked this and was happy. I then had the idea of
    using th combobox to load seperate files ( the idea being that I
    could create a template movie file and save lots of different
    versions and only have to change a small amount of content foe
    each). I managed to get the combobox movie to load the second movie
    swf file, I wanted to put a button on the secon swf movie that
    would unload or close this movie returning me back to the original
    movie with the combobox ready to make a new selection. I could not
    get the script right to clode ot unload this movie so I put in some
    script that loaded the combobox movie. This worked, I was able to
    make a selection from the combobox that loaded the second I was
    then able to click on the back button that then returned me to the
    combobox movie, however the combobox has stopped working. I get the
    feeling that this is the wrong way as I am loading movie into movie
    into movie. Can some one give me some advice on how to solve this
    problem. Either to unload the second movie or make the combobox
    work after I have used the button to reload the combobox movie.



    Thanks MMorbey

    What up with the template display

    Ok in the past I could drop any template in dreamweaver and
    float thru, now I have CS3 and all it get is tons of tag errors and
    everything in the template is displayed wrong, in cs3 when I
    preview in the browser it looks fine but everything in the template
    is so far from where it should be I cant editing properly. I even
    open one of my site I did in cs2 that never gave me isses and in
    cs3 it look different as well. I there aything I can do or turn off
    in the preference to get this back on track.:frown;
  • beauty blog
  • almay
  • make up techniques
  • insert null in to unique identifier

    Hi i am trying to insert a null value in to a sql server
    database.



    My calling line is



    %26lt;cfset VARIABLES.QRYTEST =
    Application.dbbatchUpdate.test(variables.bupd.dsnC, '')%26gt;



    and my function to unsert the value is



    %26lt;cffunction name=''test'' access=''public'' output=''false''
    returntype=''boolean''%26gt;

    %26lt;cfargument name=''dsn'' type=''string'' required=''yes'' /%26gt;

    %26lt;cfargument name=''test'' type=''guid'' required=''no'' /%26gt;

    %26lt;cfset var local = structnew()%26gt;



    %26lt;cfquery name=''local.test''
    datasource=''#arguments.dsn#''%26gt;

    update tb_problem

    set itemid = %26lt;cfqueryparam cfsqltype=''cf_sql_idstamp''
    value=''#arguments.test#''%26gt;

    where problemnumber = 'CEN295'

    %26lt;/cfquery%26gt;



    %26lt;cfreturn true %26gt;

    %26lt;/cffunction%26gt;



    i keep getting the error ''element test passed to function is
    not of type guid''.



    I have also tried changing the argument type to any, and the
    cf_sql_type to be a char but still no luck .



    any ideas on how to solve this.



    cheers



    stewartinsert null in to unique identifier
    Primary key fields can't be null. What are you trying to
    accomplish by nullifying it?insert null in to unique identifier
    Yes, you can't insert null to a primary key. I haven't tested
    this, but have you tried defaulting your test argument?:



    %26lt;cfargument name=''test'' type=''guid'' required=''no''
    default=''#CreateUUID()#'' /%26gt;

    stewart_smith1 wrote:

    %26gt; %26lt;cfset VARIABLES.QRYTEST =
    Application.dbbatchUpdate.test(variables.bupd.dsnC, '')%26gt;

    %26gt; i keep getting the error ''element test passed to
    function is not of type guid''.



    Because an empty string '' is not a valid guid.





    %26gt; also tried changing the argument type to any, and the
    cf_sql_type to be a char but still no luck .



    That would work for CF. But assuming your column type is
    uniqueidentifier, MS SQL would throw an error because an empty
    string '' is not a valid
    uniqueidentifier





    %26gt; %26lt;cfargument name=''test'' type=''guid'' required=''no''
    /%26gt;

    %26gt; %26lt;cfqueryparam cfsqltype=''cf_sql_idstamp''
    value=''#arguments.test#''%26gt;



    That will cause an error if nothing was passed in for
    arguments.test





    %26gt; i am trying to insert a null value in to a sql server
    database



    I'm assuming ''itemID'' is not your table's primary key since
    you're trying to set the value to NULL. If it were the PK, that
    would be troubling ... ;-)



    Anyway, you need to read up on cfqueryparam's ''null''
    attribute. If null=''true'' or null= ''yes'' a NULL value will be
    passed to the database. If you want really want to pass a empty
    string '''' to your function, you could skip the type checking and
    use type=''any''. Then use ''null'' in your cfqueryparam



    %26lt;cfargument name=''test'' type=''any'' required=''no''
    default='''' /%26gt;

    ...

    %26lt;cfqueryparam cfsqltype=''cf_sql_idstamp''
    value=''#arguments.test#'' null=''#not len(trim(arguments.test))#''%26gt;



    Or you could keep the type checking and make the argument
    optional. Then inside the function, set a default value if the UUID
    was not passed.

    change projector caption

    Hi,



    when i run my flash file (exe file in fact), the flash
    projector display

    its own caption ''Adobe flash player 9''.



    instead of that, i would like to display my own caption like
    '' hello

    world'' for example.



    how can i do that ?

    thx.



    RAF

    CF8: CFIMAGE and CFFILE upload

    I am uploading a decently large image (3-4mb) via CFFILE.



    %26lt;cffile action=''upload''

    filefield=''file''

    destination=''#ExpandPath('\')#gallery\images''

    nameconflict=''makeunique''/%26gt;



    Using the CF Function
    ImageRead, I am reading that file back into memory to do a
    ImageScaleToFit to create a thumbnail.



    The problem is,
    ImageRead is SO SLOW! Is there anyway to read the image
    directly from the fileField of the upload instead of writing it to
    disk and then re-reading it back into memory?CF8: CFIMAGE and CFFILE upload
    TomSchober wrote:

    %26gt; Is there anyway to read the

    %26gt; image directly from the fileField of the upload instead
    of writing it to disk

    %26gt; and then re-reading it back into memory?

    %26gt;



    CF = server

    %26lt;input type='file'%26gt; = client



    no, there is no way to do what you want with just CF.



    --



    Azadi Saryev

    Sabai-dee.com


    http://www.sabai-dee.com

    CF8: CFIMAGE and CFFILE upload
    It seems a waste to have the image data in memory from the
    http request, have to write it to disk, and immediately read it
    back into memory. It's a major bottleneck. Any other suggestions
    outside of CF?
    it's not a waste, it is just how things work.

    cf has absolutely no idea about what's going on the client's
    machine.

    are you sure it is imageREad that is ''slow''? or maybe it just
    takes a

    while for you to upload your file?



    maybe some java applets or activeX controls can do it
    directly on client

    side.... don't know of any though...



    ---

    Azadi Saryev

    Sabai-dee.com


    http://www.sabai-dee.com

    Is there an onExit method available?

    I am working on simple collaborative Flex application and I
    need to know what users are running the application.



    The idea is that once a user login a method updates an XML
    file on the server listing the users ''connected''. Thus, in order to
    update the file when a user closes the app., I would like to fire
    an event on exit the app.



    Is that possible? If ,so how?



    This could be useful also to know how many concurrent users a
    Flex application has.



    Thanks,



    GilbertIs there an onExit method available?
    Because a flex app runs in the Flash Player in the browser,
    you have to handle browser closing at the browser level.
    ExternalInterface can notify your flex app, IF you can intercept
    the browser closing event. IE has an ''onBeforeUnload'' (I think)
    event that you can use. I don't know FF or the other browsers well
    enough to have a suggestion.



    TracyIs there an onExit method available?
    Tracy,



    Thanks. Even if FF has a similar event this approach can get
    complex as it will need to have a command for each type of browser
    and in some cases even versions of them.



    I am thinking about another approach. Having a large (the
    width of the browser window) and thin invisible button (really
    transparent), that triggers an event when the user moves the mouse
    to the top of the browser window. The event will write on the XML
    file that the user is not be connected anymore. At the same time,
    it also triggers a timer (that will trigger another event after a
    couple of seconds) on the Flex app. that should write back to the
    XML that the user still connected.



    Is not perfect, but could work.



    Any other suggestions?

    Thanks,



    Gilbert
    I would not do that, (sorry but its too hacky, there are too
    much variable things that can go wrong :



    for example what if user closes browser with alt-f4?

    or what if user just trying to move mouse to click on some
    other buttons on browser bar?



    I would definitely use a browser level code(javascript) there
    are libraries that handle all major browser types look at some
    annoying popups that promt you when you try to close them don't
    they do the same thing you want?


    levancho,



    I guess you are rigth. The problem is I don't know about
    those JavaScript libraries and how to call them from Flex.



    Gilbert
    take a look at this :


    http://labs.adobe.com/wiki/index.php/Flex_Framework:FABridge



    ana also this example :
    http://flexapps.macromedia.com/labs/fabridge/samples/FABridgeSample.html



    and also I think YUI library has that window closing event
    you can register your javascript listener .
    levancho,



    Thanks. I will experiment with the FABridge.



    Gilbert

    Popup Window Script

    Does anyone have the actionscipt that can be placed on a
    button to open a popup window that you can specifize the size of
    the window?Popup Window Script

    Here
    Popup Window Script
    Ask and I shall receive!
    you are welcome.
    One here too:
    http://www.smithmediafusion.com/blog/?p=148



    --

    Dan Smith %26gt; adobe community expert


    http://www.dsmith.tv



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

    news:fgqpcl$89p$1@forums.macromedia.com...

    %26gt; Does anyone have the actionscipt that can be placed on a
    button to open a

    %26gt; popup window that you can specifize the size of the
    window?





    Downloaded flash application pulls...

    Hello,



    I'm developing a downloadable flash application that I want
    to include an image associated w/ a specific user w/ the download.



    Basically, I want the user's website image to be pulled down
    or pointed to when the .swf or .exe file is downloaded to a user's
    computer.





    I don't know if this is possible do to but I've investigated
    using the Import at runtime concept.



    Any ideas how to do this?
  • beauty blog
  • almay
  • sun mask
  • Continue Button on Quiz Results Slide...

    I'm experiencing a functionality issue with the ''Continue''
    button on the Quiz Results slide:



    Situation 1: After initially completing the quiz, I need to
    click the ''Continue'' button on the Quiz Results slide only once to
    advance to the next (and last) slide in the quiz movie. This is
    fine %26amp; works as I would expect.



    Situation 2: After initially completing the quiz, if instead
    I choose to review the quiz, later when I get to the Quiz Results
    slide, I need to click the ''Continue'' button TWICE to advance to
    the next (and last) slide in the quiz movie. This does NOT work as
    I would expect.



    Any idea why only 1 click is needed in the Situation 1 while
    2 clicks are needed in Situation 2? Any way to fix Situation 2 so
    that only 1 click is needed?



    Thanks much!



    Continue Button on Quiz Results Slide...
    CapManZ,



    Whether the Continue button on the Quiz Results slide
    requires one or two clicks is mysterious indeed. See




    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=67%26amp;catid=46 4%26amp;threadid=1302278




    for another discussion about its misbehavor.



    Actually, the number of clicks required depends on how long
    you wait after the Quiz Results slide appears, prior to clicking
    the Continue button. In your situation 1 you probably answered
    questions rather than using the skip button, so you viewed the
    question slides for a while prior to arriving at results. In your
    situation 2 you probably used the Skip button to zip through the
    slides to return to the results screen. Try this. In situation 2,
    when you get to the Quiz Results slide, instead of clicking the
    Continue button, go get a cuppa joe and then see if a single click
    will work. If so please let me know.



    I've experimented with a Captivate 2 multiple choice quiz in
    a slide show that contained only 10 questions and the Results
    slide. I added a text caption with fade in and fade out enabled
    (the default) to the Results slide. I found that after the caption
    fades in, one click on the continue button advances the slide. So I
    used the caption's appearance to help measure the timing.



    In the tests below I skipped as rapidly as possible, pausing
    at various slides to see how it affected the single click
    threshold.



    Skip all slides: 28 sec

    View slide 1 for 60 sec and then skip: 28 sec

    Skip to slide 5, pause 30 sec, and then skip: 13 sec

    Skip to slide 10, pause 30 sec, and then skip: 2-3 sec

    Answer each slide (took more than 30 sec): 2-3 sec

    Skip all slides, click Continue as fast as possible: 2-3 sec



    I also reduced the number of question slides in the quiz and
    skipped all slides.



    7 questions: 18 sec

    3 questions: 7 sec



    I believe the threshold value (the duration required before
    clicking the Continue button advances to the next slide) is
    composed of two durations which add together to determine the
    threshold. The Result's slide's timeline probably sets the
    threshold's lower limit. Clicks prior to 3 seconds are ignored.
    Time per slide and number of slides left to go sets the upper limit
    for the threshold. The slower the movement, the lower the
    threshold.



    Several conclusions:



    This probably isn't a situation in which the first click is
    ignored. Instead the first click reduces the threshold's value to
    the lower limit. The second click would then typically occur after
    3 additional seconds, particularly if the user is surprised that
    the first click didn't work and pauses slightly. A very fast
    additional click on the Continue button is ignored as well.



    Long quizzes will cause more complaints about the issue
    because of what you experienced. It typically takes longer to
    answer the quiz than review it.



    Perhaps there's a workaround that would alert the user that
    the Continue button is ready for clicking. I'm thinking that since
    the text caption fade-in coincides with being ready to continue, an
    image or the like might do the trick. Any suggestions out there?



    Humm, a better alternative might be to show some images of
    snacks on the results slide background. Through suggestive selling,
    the user realizes it's time for a break and clicks Continue after
    returning with that cuppa joe. And the sound you hear? It's the
    Captivate developers giggling if they read my conclusions. Too bad
    they're mum, since some real info might make it easier to make
    Captivate behave. Ah well.



    Phil







    Continue Button on Quiz Results Slide...
    Phil - Your response made my day! Thanks much for the comic
    relief!

    Flex Builder 3 Getting Started...

    For Beta 2, we introduced the online Flex 3 Getting Started
    Experience, found at
    http://learn.adobe.com/wiki/display/Flex/Getting+Started.
    This site is also available from the Flex Builder 3 Start Page.



    We think that this site is a big improvement over the Flex 2
    Getting Started manual and I encourage you to check it out.
    However, we're seeing something puzzling, and would like your
    feedback.



    We are seeing very few comments (about 2 per week) and are
    trying to figure out why. If any of you have tried to add a comment
    to a page on the Flex 3 Getting Started Experience and given
    up/failed for any reason, can you please post a reply to this
    thread?



    Thanks,

    Randy Nielsen

    Flex Documentation ManagerFlex Builder 3 Getting Started...
    Working fine, perhaps the majority just take the code and run
    with it.

    It's anice addition to have the Getting started online like
    that, will there be room for additions or a rotation of tutorials
    in the future.Flex Builder 3 Getting Started...
    Hi Darrell,

    We expect to add pages over time. That's one of the reasons
    we chose to deploy on a wiki.



    Thanks for responding.

    CSS Menu loads invisible

    I have a CSS menu the runs the left side of the page. If the
    page is opened in a browser size less than 1024 X 768 the menu is
    not there however if you resize the browser it reappears. Does
    anyone know how to fix this. Thanks. (see CSS and HTML)


    CSS CODE


    quote:



    *- Left Column --------------------------- */

    #leftcontent {

    position: absolute;

    left:0px;

    top:205px;

    width:12em;

    height: 400px;

    border:none;

    background: #4d4c4a;

    z-index: 1;

    padding-bottom: 40px;

    padding:5px;

    overflow:visible;

    visibility:visible;

    }

    html%26gt;body #leftcontent {

    position: absolute;

    left:0px;

    top:213px;

    width:12em;

    height: 431px;

    border:none;

    background: #bcaf82;

    z-index: 1;

    padding-bottom: 40px;

    padding:5px;

    background-color: #bcaf82;

    overflow:visible;

    visibility:visible;

    }

    @charset ''UTF-8'';



    /* The outermost container of the Menu Bar, a fixed width box
    with no margin or padding */



    ul.MenuBarVertical

    {

    top:10px;

    left:3px;

    margin-top:-14px;

    margin-left:-7px;

    padding: 0px;

    list-style-type: none;

    font-size: .9em;

    cursor: default;

    width: 10em;



    }







    ul.MenuBarActive

    {

    z-index: 1000;

    }

    /* Menu item containers, position children relative to this
    container and are same fixed width as parent */

    ul.MenuBarVertical li

    {

    margin: 0;

    padding: 0;

    list-style-type: none;

    font-size: 0.9em;

    position: relative;

    text-align: left;

    cursor: pointer;

    width: 15.5em;

    }

    html%26gt;body ul.MenuBarVertical li

    {

    width:16em;

    }

    /* Submenus should appear slightly overlapping to the right
    (95%) and up (-5%) with a higher z-index, but they are initially
    off the left side of the screen (-1000em) */

    ul.MenuBarVertical ul

    {

    margin: 0% 0 0 100%;

    padding: 0;

    list-style-type: none;

    font-size: 100%;

    position: absolute;

    z-index: 1020;

    cursor: default;

    width: 8.2em;

    left: -1000em;

    top: 0;

    }



    /* Submenu that is showing with class designation
    MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen
    */

    ul.MenuBarVertical ul.MenuBarSubmenuVisible

    {

    left: 0;

    }

    /* Menu item containers are same fixed width as parent */

    ul.MenuBarVertical ul li

    {

    width: 15.75em;

    }



    /*******************************************************************************



    DESIGN INFORMATION: describes color scheme, borders, fonts



    *******************************************************************************/



    /* Outermost menu container has borders on all sides */

    ul.MenuBarVertical

    {

    /*border: 1px solid #CCC;*/

    }

    /* Submenu containers have borders on all sides */

    ul.MenuBarVertical ul

    {

    /*border: 1px solid #CCC;*/

    }

    /* Menu items are a light gray block with padding and no text
    decoration */

    ul.MenuBarVertical a

    {

    display: block;

    cursor: pointer;

    background-color: #4d4c4a;

    padding: 0.5em 0.75em;

    color: #fff4cd;

    text-decoration: none;

    }

    /* Menu items that have mouse over or focus have a blue
    background and white text */

    ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus

    {

    background-color: #e0d5cd;

    color: #4d4c4a;

    }

    /* Menu items that are open with submenus are set to
    MenuBarItemHover with a blue background and white text */

    ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical
    a.MenuBarItemSubmenuHover, ul.MenuBarVertical
    a.MenuBarSubmenuVisible

    {

    background-color: #e0d5cd;

    color: #4d4c4a;

    }



    /*******************************************************************************



    SUBMENU INDICATION: styles if there is a submenu under a
    given menu item



    *******************************************************************************/



    /* Menu items that have a submenu have the class designation
    MenuBarItemSubmenu and are set to use a background image positioned
    on the far left (95%) and centered vertically (50%) */

    ul.MenuBarVertical a.MenuBarItemSubmenu

    {

    background-image: url(SpryMenuBarRight.gif);

    background-repeat: no-repeat;

    background-position: 95% 50%;

    }



    /* Menu items that are open with submenus have the class
    designation MenuBarItemSubmenuHover and are set to use a ''hover''
    background image positioned on the far left (95%) and centered
    vertically (50%) */

    ul.MenuBarVertical a.MenuBarItemSubmenuHover

    {

    background-image: url(SpryMenuBarRightHover.gif);

    background-repeat: no-repeat;

    background-position: 95% 50%;

    }



    /*******************************************************************************



    BROWSER HACKS: the hacks below should not be changed unless
    you are an expert



    *******************************************************************************/



    /* HACK FOR IE: to make sure the sub menus show above form
    controls, we underlay each submenu with an iframe */

    ul.MenuBarVertical iframe

    {

    position: absolute;

    z-index: 1010;

    }

    /* HACK FOR IE: to stabilize appearance of menu items; the
    slash in float is to keep IE 5.0 from parsing */

    @media screen, projection

    {

    ul.MenuBarVertical li.MenuBarItemIE

    {

    display: inline;

    f\loat: left;

    background: #FFF;

    }

    }








    HTML CODE


    quote:



    %26lt;div id=''leftcontent''%26gt;

    %26lt;ul id=''MenuBar2'' class=''MenuBarVertical''%26gt;

    %26lt;li%26gt;%26lt;a class=''MenuBarItemSubmenu''
    href=''#''%26gt;Department Head%26lt;/a%26gt;

    %26lt;ul%26gt;

    %26lt;li%26gt;%26lt;a
    href=''../facultystaff/staffmember.cfm?EmployeeID=1''%26gt;Roger
    Tormoehlen%26lt;/a%26gt;%26lt;/li%26gt;

    %26lt;/ul%26gt;

    %26lt;/li%26gt;

    %26lt;li%26gt;%26lt;a href=''#''
    class=''MenuBarItemSubmenu''%26gt;Program Leader%26lt;/a%26gt;

    %26lt;ul%26gt;

    %26lt;li%26gt;%26lt;a
    href=''../facultystaff/staffmember.cfm?EmployeeID=2''%26gt;Renee
    McKee%26lt;/a%26gt;%26lt;/li%26gt;

    %26lt;/ul%26gt;

    %26lt;/li%26gt;

    %26lt;li%26gt;%26lt;a class=''MenuBarItemSubmenu''
    href=''#''%26gt;Faculty%26lt;/a%26gt;

    %26lt;ul%26gt;

    %26lt;li%26gt;%26lt;a href=''#''%26gt;Mark
    Balschweid%26lt;/a%26gt;%26lt;/li%26gt;

    %26lt;li%26gt;%26lt;a
    href=''../facultystaff/staffmember.cfm?EmployeeID=5''%26gt;Colleen
    Brady%26lt;/a%26gt;%26lt;/li%26gt;

    %26lt;li%26gt;%26lt;a
    href=''../facultystaff/staffmember.cfm?EmployeeID=6''%26gt;Natalie
    Carroll%26lt;/a%26gt;%26lt;/li%26gt;

    %26lt;li%26gt;%26lt;a
    href=''../facultystaff/staffmember.cfm?EmployeeID=7''%26gt;Linda
    Chezem%26lt;/a%26gt;%26lt;/li%26gt;

    %26lt;li%26gt;%26lt;a
    href=''../facultystaff/staffmember.cfm?EmployeeID=8''%26gt;Pam
    Morris%26lt;/a%26gt;%26lt;/li%26gt;

    %26lt;li%26gt;%26lt;a
    href=''../facultystaff/staffmember.cfm?EmployeeID=9''%26gt;Kathryn
    Orvis%26lt;/a%26gt;%26lt;/li%26gt;

    %26lt;li%26gt;%26lt;a
    href=''../facultystaff/staffmember.cfm?EmployeeID=10''%26gt;Jerry
    Peters%26lt;/a%26gt;%26lt;/li%26gt;

    %26lt;li%26gt;%26lt;a
    href=''../facultystaff/staffmember.cfm?EmployeeID=11''%26gt;Mary
    Pilat%26lt;/a%26gt;%26lt;/li%26gt;

    %26lt;li%26gt;%26lt;a
    href=''../facultystaff/staffmember.cfm?EmployeeID=12''%26gt;Clint
    Rusk%26lt;/a%26gt;%26lt;/li%26gt;

    %26lt;li%26gt;%26lt;a
    href=''../facultystaff/staffmember.cfm?EmployeeID=13''%26gt;B. Allen
    Talbert%26lt;/a%26gt;%26lt;/li%26gt;

    %26lt;li%26gt;%26lt;a
    href=''../facultystaff/staffmember.cfm?EmployeeID=37''%26gt;Mark
    Tucker%26lt;/a%26gt;%26lt;/li%26gt;

    %26lt;/ul%26gt;

    %26lt;/li%26gt;

    %26lt;li%26gt;%26lt;a href=''#'' class=''MenuBarItemSubmenu''%26gt;A\P
    Staff%26lt;/a%26gt;

    %26lt;ul%26gt;

    %26lt;li%26gt;%26lt;a
    href=''../facultystaff/staffmember.cfm?EmployeeID=14''%26gt;Carl
    Broady%26lt;/a%26gt;%26lt;/li%26gt;

    %26lt;li%26gt;%26lt;a
    href=''../facultystaff/staffmember.cfm?EmployeeID=16''%26gt;Dan
    Gottschalk%26lt;/a%26gt;%26lt;/li%26gt;

    %26lt;li%26gt;%26lt;a
    href=''../facultystaff/staffmember.cfm?EmployeeID=17''%26gt;Richard
    Fox%26lt;/a%26gt;%26lt;/li%26gt;

    %26lt;li%26gt;%26lt;a
    href=''../facultystaff/staffmember.cfm?EmployeeID=35''%26gt;Natalie
    Federer%26lt;/a%26gt;%26lt;/li%26gt;

    %26lt;li%26gt;%26lt;a
    href=''../facultystaff/staffmember.cfm?EmployeeID=32''%26gt;Steve
    McKinley%26lt;/a%26gt;%26lt;/li%26gt;

    %26lt;li%26gt;%26lt;a
    href=''../facultystaff/staffmember.cfm?EmployeeID=20''%26gt;Kimber
    Nicoletti%26lt;/a%26gt;%26lt;/li%26gt;

    %26lt;li%26gt;%26lt;a
    href=''../facultystaff/staffmember.cfm?EmployeeID=21''%26gt;Craig
    Personett%26lt;/a%26gt;%26lt;/li%26gt;

    %26lt;li%26gt;%26lt;a
    href=''../facultystaff/staffmember.cfm?EmployeeID=24''%26gt;William
    Vollmer%26lt;/a%26gt;%26lt;/li%26gt;

    %26lt;/ul%26gt;

    %26lt;/li%26gt;

    %26lt;li%26gt;%26lt;a href=''#''
    class=''MenuBarItemSubmenu''%26gt;Clerical%26lt;/a%26gt;

    %26lt;ul%26gt;

    %26lt;li%26gt;%26lt;a
    href=''../facultystaff/staffmember.cfm?EmployeeID=25''%26gt;Deanna
    Allen%26lt;/a%26gt;%26lt;/li%26gt;

    %26lt;li%26gt;%26lt;a
    href=''../facultystaff/staffmember.cfm?EmployeeID=27''%26gt;Sharon
    Ingersol%26lt;/a%26gt;%26lt;/li%26gt;

    %26lt;li%26gt;%26lt;a
    href=''../facultystaff/staffmember.cfm?EmployeeID=28''%26gt;Linda
    Hines%26lt;/a%26gt;%26lt;/li%26gt;

    %26lt;li%26gt;%26lt;a
    href=''../facultystaff/staffmember.cfm?EmployeeID=29''%26gt;Mona
    Jackson%26lt;/a%26gt;%26lt;/li%26gt;

    %26lt;li%26gt;%26lt;a
    href=''../facultystaff/staffmember.cfm?EmployeeID=30''%26gt;Jane
    Robertson%26lt;/a%26gt;%26lt;/li%26gt;

    %26lt;li%26gt;%26lt;a
    href=''../facultystaff/staffmember.cfm?EmployeeID=31''%26gt;Terry
    Saunders%26lt;/a%26gt;%26lt;/li%26gt;

    %26lt;/ul%26gt;

    %26lt;/li%26gt;

    %26lt;li%26gt;%26lt;a
    href=''../default.cfm''%26gt;Home%26lt;/a%26gt;%26lt;/li%26gt;

    %26lt;/ul%26gt;

    %26lt;/div%26gt;



    actionscript to have a windowless exe

    Hi,



    I'm able to create an exe file from a flash project, but it
    displays the

    Flash player menu and window's bar (basically the projector
    menu).



    Is it possible to hide the projector menu and just to code
    everything

    inside the exe (i mean by to code =%26gt; play and pause
    buttons, or

    interactive menu) ?



    if yes, how ?



    thanks a lot,

    RAF.

    How do I change permissions in...

    I am currently uploading a Cgi/Perl Script and need to change
    the permissions to 755. How do I do it?



    What are permissions?



    Cheers!How do I change permissions in...
    the way i do it (on a mac 鈥?using transmit as my ftp
    program 鈥?is simply by doing a 'get info' on the file after
    it's been uploaded. the info shown in the window then makes it
    pretty self explanatory as to what needs to change.How do I change permissions in...
    Connect to the site, find the file in remote view, right
    click, and select

    permissions from the context menu. It may work....



    --

    Murray --- ICQ 71997575

    Adobe Community Expert

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

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


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


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

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





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

    news:fgahqo$885$1@forums.macromedia.com...

    %26gt;I am currently uploading a Cgi/Perl Script and need to
    change the

    %26gt;permissions to 755. How do I do it?

    %26gt;

    %26gt; What are permissions?

    %26gt;

    %26gt; Cheers!



    Virus in the Flash Player Installer for...

    I try to download a Flash Player for Opera (link:
    http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player.ex e)
    but my antivirus program NOD32 detect a virus (Kill.Proc) in the
    file.
  • beauty blog
  • colon cleansing
  • sun mask
  • Three Tables from same database

    What is the most effective way to simultaniously display
    three seperate dynamically generated tables all from the same data
    table?

    Three Tables from same database
    I don't understand the question.Three Tables from same database
    Could the OP possibly mean displaying 3 HTML tables based on
    data from a single database table?



    Phil

    TOC Sorting.

    Good day all,



    Does anyone know of a way to sort the Table of Contents in
    RoboHelp 7? I use Robo to display a collection of ISO procedures
    and they're all numbered. I noticed that it's very easy to get them
    out of order and I was just checking to see if there was an easy
    way to sort them.



    Thanks

    Ryan HudsonTOC Sorting.
    If the order of the topics by filename or title is the
    required order, then display them that way in the Topic List and
    drag from there to the TOC.



    TOC Sorting.
    Just thinking you could use the Auto Create TOC option. You'd
    have to rebuild the TOC each time you add a topic. Could be worth a
    look.
    Thanks for the suggestions. Seems like this could be a good
    feature request? Not sure than many people are using this software
    the same way I am but it certainly would be handy for me.

    Thanks again,

    Ryan


    Hi Ryan



    To submit a feature request,
    click
    here and complete the form you will find there. The more folks
    that request a specific feature such as this, the more likely the
    odds become of seeing it actually implemented.



    Cheers... Rick

    URGENT!!! Flex Event error - Mac OS X...

    I have spent some hours working on debugging my code and this
    is the first time I think I found a bug that isn't mine. It appears
    to be a bug with Flash player 9 on Mac OS X (10.5). In short, file
    selections fail.



    The same .swf file works fine on windows and worked on OS
    10.49 before I upgraded a few days ago. Last night I began working
    on the uploader portion of an application I am building and could
    not figure out why the uploader class I made last week decided to
    not work at all this week. After a good night's rest and an early
    start I began my debugging effort again, this time copying the
    compiled .swf file to my windows machine and testing it there (but
    only after another hour or so of googling for better examples). It
    worked. I tried the same file on the mac and it failed. After
    testing the file in Firefox 2, Safari 3, and Opera, I decided that
    it must be a bug introduced by the release of the new Mac OS. At
    the time I wasn't sure exactly what the problem was but with a
    little digging I discovered that the root of the problem (as far as
    Flex developers are concerned) lies in the failure of the user's
    file selection to trigger an event.



    If anyone would like to try this out please use the link
    below. It is not my example but it produces the same error that my
    code produces. If you try on a non-mac OS 10.5 system you will be
    able to select files and they will be added to the list. On a mac
    10.5 system you will be able to select files but they will not
    appear in the file list.






    http://labs.newmediateam.com/Multifileupload/FileUpload.htmlURGENT!!! Flex Event error - Mac OS X...
    I have exactly the same problem only my application is in
    production. It works on Win XP, Vista and Tiger. No go on Leopard.
    The SELECT event doesn't fire after you select a file. I'm
    surprised there isn't more of a panic on this or the Flash
    forum.URGENT!!! Flex Event error - Mac OS X...
    As am I. I originally left out the ''URGENT!!!'' portion of the
    post title... and after a short consideration re-titled it to
    attract more attention. As I read earlier today, Apple announced on
    Tuesday (10-30-2007) that they had sold over 2 MILLION copies of
    the new OS. Anyone, such as yourself, with production applications
    could be in a WORLD of hurt real quick with a bug like this on the
    loose. I submitted a bug report just before I made this post so we
    will see if it starts to get some attention. Better yet, let's see
    if it gets the attention it really deserves. I would say that
    something like this is HIGH priority.
    Where did you post the bug report? I'd like to post one
    too.
    I posted the bug report here:
    http://bugs.adobe.com/flex/



    I wasn't sure exactly what to post it as so I put it under
    ''Flex'' and then chose ''Events''. Its actually kind of confusing how
    they have it set up. At any rate - I just checked it and apparently
    someone actually looked at it.... The ''resolution'' is a bit cryptic
    though. You can see the report and comments here:
    https://bugs.adobe.com/jira/browse/SDK-13254



    From what I can tell it seems that they determined it is a
    Flash player bug (something I actually suspected myself but didn't
    really have the capability to test.) Seems that they may have
    reposted this error on the Flash bug report system... not sure
    though.
    I saw the report. I wonder how a new version of Flash player
    will get distributed... And if users have to initiate the update or
    if it's automatic.
    Could you post a link to the post you saw on the Flash
    player? I'd like to see it. It will most likely need to be user
    initiated.... and that is kind of a problem since most people will
    not be aware that there is an update, much less the fact that they
    might need the update. I have a feeling that those such as yourself
    will need to manually raise the required version of flash player so
    that users are prompted to download the new version. It would be
    even better if they gave us the code to target mac 10.5 users for
    such a prompt. At the very least the script should target macs and
    not windows. The hassle of updating should be reduced to the
    smallest number possible to avoid large numbers of frustrated
    customers.
    I meant I saw your report and the fact that they had a opened
    a Flash Player bug. I have no idea how to access the Flash bug
    database.



    I guess incrementing the required Flash version won't be too
    bad, but annoying for all users unless we can figure out a way to
    identify Leopard users.
    Ah, sorry I misunderstood. I also got an email from Robert,
    the one listed on the bug report. He asked me to check the version
    of the Flash player I was using and let him know. Yesterday I was
    using 9,0,28,0 and so when I checked my version on the Flash player
    update site I realized that 9,0,47,0 is actually the latest version
    so I upgraded and ran some tests with that as well this morning. No
    luck. I replied to his email and let him know the versions I used
    to try it with.



    And yes, it will be a pain for all users unless there is a
    way to target mac users. Preferably only those that the problem
    affects.
    Thanks for testing. If you hear of a resolution from Robert
    please let me know.
    No problem. My days are filled with tests and debugging. And
    if I hear of a solution or a Flash player update that covers this
    issue I most certainly will let you know.
    They just released today a new version of the Flash Player
    for OS X that fixes the upload problem... I can't seem to track the
    debugger version though (still stuck at 9.0.47.0):




    http://www.versiontracker.com/dyn/moreinfo/macosx/11622






    Thanks for the update on the player that addresses. However,
    I would like to point out that it appears to be a beta release
    (it's marked Beta on the page you linked to.) The link to the
    official Adobe flash player download page is here:


    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFl ash



    Anyone else who knows anything please keep us informed. (Even
    if it is beta release stuff - we can still use it to get our
    applications back on their feet again)



    I haven't heard anything else from Robert on the bug report I
    posted but I will let you know if anything does show up.

    Project within a project

    Hi,



    Newbie here.



    I created a demo with Captivate 3, recording at a resolution
    of 800x600. Now my demo looks fine, but I would like to display it
    on, say, a 1024x768 background, with fade-in titles and stuff like
    that. How would I do that?



    I thought of resizing the project and then adding a
    background image, but then I cannot accurately decide where the
    ''slide in a slide'' (my captures and animations) will appear (I just
    have basic options, top left, right, etc.).



    Is there a way to do what I want to do?Project within a project
    Hi jakeoh



    One way you could do it is to create a second Captivate
    project that is sized at your desired 1024x768, then insert the
    .SWF output from the first project as an animation. But that opens
    up another whole can of worms. It means you are expecting to have
    all sorts of things that would normally happen on different slides
    happening on the same Captivate slide.



    Additionally, 1024x768 is a bit on the large side of what we
    normally recommend for Captivate output. Of course you are free to
    do what you wish, but you should know that we don't recommend
    presenting at that size. For one thing, this is normally presented
    inside a Browser window. And the browser in and of itself reduces
    the available area you have to display, because of things like the
    actual frame, assorted toolbars, status bar, etc. This means your
    user sees scroll bars (which also further reduce the available
    display area).



    Things to consider... Rick
    Project within a project
    Thanks for the answer.



    The 1024x768 res was just an example, I won't be using
    something that big. I just need something bigger than 800x600.



    I tried inserting the swf file into a new project, but it
    brought many problems, especially when using the Play/Pause
    buttons.



    What I think could work is the following:



    1) Transform the current backgrounds to images

    2) Resize the project to something bigger, using the ''keep
    the project the same size'' option

    3) Replace all new backgrounds with my custom background

    4) Move all objects (Select All and then move) to the desired
    position in the slide.



    Lots of work, but I think it would work... do you?
    I think you're on the right track, especially if the project
    is already captured.



    After doing the resize, it might be faster to create your
    custom background with a transparent ''hole'' in the middle that
    frames your existing materials, then merge a copy of that
    background into the existing background on each slide (right-click
    and select ''Merge into background''. Kind of like dropping a new
    picture frame around an existing picture.



    When resizing your project, consider doing it in two steps:
    Resize horizontally, then resize vertically. This allows you to
    left/top/right/bottom align your existing content in the new
    background, if that's a requirement.

    cell Itemrenderer for a datagrid

    Hi,



    I have a datagrid and the no. of rows in it depends on the
    rows retrieved from the database.

    In one of the columns i have some number for each row.

    Now the last row displays the result by computing sum of all
    nos from rows above.



    The question is how to make this result row cell look bold. I
    have only one cell in the last row to appear bold.

    Can any body suggest me a way..



    Thanks,

    luckycell Itemrenderer for a datagrid
    The subject for your question is the answer. Or you need to
    restate your question.

    Tracycell Itemrenderer for a datagrid
    Hi,



    Never knew it was so easy...

    got it from this link;


    http://www.iepl.net/DataGridItemRendererSample/srcview/index.html



    Thnx

    PowerPoint Hyperlink to swf file

    I'm calling a 384x320 swf file from Powerpoint. When the
    hyperlink is clicked, it opens up the swf file, but it opens it up
    in a maximized window. Is there any code I can add to the address
    that will allow the window to be opened up to the proper size? I
    could possibly do this calling up a browser, but I want to keep it
    simple.PowerPoint Hyperlink to swf file
    I did find one workaround that seems to work. I created an
    AutoIt exe file that opens up the exe version of the swf file, and
    then restores the window from its maximized state. It won't run the
    swf file though.
  • beauty blog
  • colon cleansing
  • sun mask
  • Real time component resizing

    I have a small, square, canvas based component I made.
    Multiple instances of it can be

    added to another application I am building, but I want the
    user to be able to resize it, and if

    possible, exactly in the same way that canvases can be
    resized in the flex builder. Any ideas

    on how to make it real time resizeable?

    Image problem after converting RH 3.0...

    After I opened helpfiles created in RH3.0 with RH 6.0, the
    images in the subfolders of the Images folder are not displayed
    after the compilation. In the image properties I see that the image
    path contains funny carachters (i.e.
    Runtime%20Replacement%20Tag_files/image002.gif).

    At the moment I am reinserting the same images which takes a
    lot of time. I would really appreciate if somebody could tell me
    about some short cut to solve this problem.Image problem after converting RH 3.0...
    I had difficulty upgrading RH3 projects directly to RH6,
    especially the link with VSS, and as you noticed, missing files. My
    way around it was to retrieve the RH3 project, upgrade to RH5, then
    upgrade to RH6. If you don't have a copy of RH5, then this won't be
    any use to you, unfortunately.



    It might be possible to do a search and replace across all
    your topics using something like
    FAR.



    I believe '%20' represents a space.



    Which leads me to another point - it can be a bit troublesome
    having spaces in folder and file names. Once you have the project
    fixed up, it might be worth replacing any spaces with underscores
    instead.Image problem after converting RH 3.0...
    Thank you Amebr,

    I will try FAR.

    Page difference ??

    Ok, 2 pages I'm comparing:




    http://www.salleboise.com/confirmed.cfm
    and


    http://www.salleboise.com/tournament.cfm



    on the confirmed.cfm, the text starts lower on the page than
    on the

    tournament.cfm



    Why?



    Page difference ??
    Something to do with your headings:

    Tournament.cfm: %26lt;span class=''bigbold''
    style=''color:#0000FF''%26gt;Salle Boise

    Spring Fling 2008%26lt;/span%26gt;

    Confirmed.cfm: %26lt;p class=''bigbold''
    style=''color:#0000FF''%26gt;Salle Boise Spring

    Fling 2008 - Confirmed Entries%26lt;/p%26gt;



    The tournament heading is not inside a %26lt;p%26gt; tag.



    Brendon



    ''Steve Grosz'' %26lt;boise_bound@hotmail.com%26gt; wrote in
    message

    news:fgb2e0$aj$1@forums.macromedia.com...

    %26gt; Ok, 2 pages I'm comparing:

    %26gt;

    %26gt;
    http://www.salleboise.com/confirmed.cfm
    and

    %26gt;
    http://www.salleboise.com/tournament.cfm

    %26gt;

    %26gt; on the confirmed.cfm, the text starts lower on the page
    than on the

    %26gt; tournament.cfm

    %26gt;

    %26gt; Why?





    Page difference ??
    Well, they're the same, and there's still a problem.



    Any other suggestions??



    ''Brendon'' %26lt;pascoeb@hotmail.com%26gt; wrote in message

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

    %26gt; Something to do with your headings:

    %26gt; Tournament.cfm: %26lt;span class=''bigbold''
    style=''color:#0000FF''%26gt;Salle Boise

    %26gt; Spring Fling 2008%26lt;/span%26gt;

    %26gt; Confirmed.cfm: %26lt;p class=''bigbold''
    style=''color:#0000FF''%26gt;Salle Boise Spring

    %26gt; Fling 2008 - Confirmed Entries%26lt;/p%26gt;

    %26gt;

    %26gt; The tournament heading is not inside a %26lt;p%26gt; tag.

    %26gt;

    %26gt; Brendon

    %26gt;

    %26gt; ''Steve Grosz'' %26lt;boise_bound@hotmail.com%26gt; wrote in
    message

    %26gt; news:fgb2e0$aj$1@forums.macromedia.com...

    %26gt;%26gt; Ok, 2 pages I'm comparing:

    %26gt;%26gt;

    %26gt;%26gt;
    http://www.salleboise.com/confirmed.cfm
    and

    %26gt;%26gt;
    http://www.salleboise.com/tournament.cfm

    %26gt;%26gt;

    %26gt;%26gt; on the confirmed.cfm, the text starts lower on the
    page than on the

    %26gt;%26gt; tournament.cfm

    %26gt;%26gt;

    %26gt;%26gt; Why?

    %26gt;

    %26gt;

    %26gt;




    Have a look on your confirmed page for this -

    %26lt;TD width=''470'' bgColor=''#ffffff'' height=''10''%26gt;



    Are you sure you want it?





    ''Steve Grosz'' %26lt;boise_bound@hotmail.com%26gt; wrote in
    message

    news:fgd872$8s$1@forums.macromedia.com...

    %26gt; Well, they're the same, and there's still a problem.

    %26gt;

    %26gt; Any other suggestions??

    %26gt;

    %26gt; ''Brendon'' %26lt;pascoeb@hotmail.com%26gt; wrote in message

    %26gt; news:fgb423$2bt$1@forums.macromedia.com...

    %26gt;%26gt; Something to do with your headings:

    %26gt;%26gt; Tournament.cfm: %26lt;span class=''bigbold''
    style=''color:#0000FF''%26gt;Salle Boise

    %26gt;%26gt; Spring Fling 2008%26lt;/span%26gt;

    %26gt;%26gt; Confirmed.cfm: %26lt;p class=''bigbold''
    style=''color:#0000FF''%26gt;Salle Boise

    %26gt;%26gt; Spring Fling 2008 - Confirmed Entries%26lt;/p%26gt;

    %26gt;%26gt;

    %26gt;%26gt; The tournament heading is not inside a %26lt;p%26gt;
    tag.

    %26gt;%26gt;

    %26gt;%26gt; Brendon

    %26gt;%26gt;

    %26gt;%26gt; ''Steve Grosz'' %26lt;boise_bound@hotmail.com%26gt; wrote
    in message

    %26gt;%26gt; news:fgb2e0$aj$1@forums.macromedia.com...

    %26gt;%26gt;%26gt; Ok, 2 pages I'm comparing:

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

    %26gt;%26gt;%26gt;
    http://www.salleboise.com/confirmed.cfm
    and

    %26gt;%26gt;%26gt;
    http://www.salleboise.com/tournament.cfm

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

    %26gt;%26gt;%26gt; on the confirmed.cfm, the text starts lower on
    the page than on the

    %26gt;%26gt;%26gt; tournament.cfm

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

    %26gt;%26gt;%26gt; Why?

    %26gt;%26gt;

    %26gt;%26gt;

    %26gt;%26gt;

    %26gt;






    Yes, as it holds the top row of the table and the rounded
    corners on either

    side.



    ''Brendon'' %26lt;pascoeb@hotmail.com%26gt; wrote in message

    news:fgdcej$5rl$1@forums.macromedia.com...

    %26gt; Have a look on your confirmed page for this -

    %26gt; %26lt;TD width=''470'' bgColor=''#ffffff'' height=''10''%26gt;

    %26gt;

    %26gt; Are you sure you want it?

    %26gt;

    %26gt;

    %26gt; ''Steve Grosz'' %26lt;boise_bound@hotmail.com%26gt; wrote in
    message

    %26gt; news:fgd872$8s$1@forums.macromedia.com...

    %26gt;%26gt; Well, they're the same, and there's still a problem.

    %26gt;%26gt;

    %26gt;%26gt; Any other suggestions??

    %26gt;%26gt;

    %26gt;%26gt; ''Brendon'' %26lt;pascoeb@hotmail.com%26gt; wrote in
    message

    %26gt;%26gt; news:fgb423$2bt$1@forums.macromedia.com...

    %26gt;%26gt;%26gt; Something to do with your headings:

    %26gt;%26gt;%26gt; Tournament.cfm: %26lt;span class=''bigbold''
    style=''color:#0000FF''%26gt;Salle Boise

    %26gt;%26gt;%26gt; Spring Fling 2008%26lt;/span%26gt;

    %26gt;%26gt;%26gt; Confirmed.cfm: %26lt;p class=''bigbold''
    style=''color:#0000FF''%26gt;Salle Boise

    %26gt;%26gt;%26gt; Spring Fling 2008 - Confirmed Entries%26lt;/p%26gt;

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

    %26gt;%26gt;%26gt; The tournament heading is not inside a %26lt;p%26gt;
    tag.

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

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

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

    %26gt;%26gt;%26gt; ''Steve Grosz'' %26lt;boise_bound@hotmail.com%26gt;
    wrote in message

    %26gt;%26gt;%26gt; news:fgb2e0$aj$1@forums.macromedia.com...

    %26gt;%26gt;%26gt;%26gt; Ok, 2 pages I'm comparing:

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

    %26gt;%26gt;%26gt;%26gt;
    http://www.salleboise.com/confirmed.cfm
    and

    %26gt;%26gt;%26gt;%26gt;
    http://www.salleboise.com/tournament.cfm

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

    %26gt;%26gt;%26gt;%26gt; on the confirmed.cfm, the text starts lower
    on the page than on the

    %26gt;%26gt;%26gt;%26gt; tournament.cfm

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

    %26gt;%26gt;%26gt;%26gt; Why?

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

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

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

    %26gt;%26gt;

    %26gt;

    %26gt;

    %26gt;



    Wont work with webcam

    My webcam is perfectly fine on instant messangers but when i
    try to use it on sites like stickam it doesnt work. The pop up
    window asks if i want to let stickam get to my cam. i click accept
    and it doesnt do anything. i click deny, it doesnt do anything...
    ive restarted my computer. made sure my cam wasnt in use with
    anything else. tried using a firefox and i.e.. nothing works....







    can someone help me?

    searching a developper for a specific...

    Hello,

    I do not know if it is the right place but I am looking for a
    person we can develop for me a flash media server application.

    We can agree with the terms and the content afterwards if my
    request gets an answer.

    Thank's a lot

    convert flv to swf

    I was told that Flash CS3 will allow you to convert an flv to
    an swf. I cannot for the life of me figure out how to do that. I
    know I can imbed the flv in a swf but I want to convert the file
    format. I also don't really want to use a 3rd party app unless
    absolutely necessary.



    Any ideas?convert flv to swf
    flash cs3 doesn't have a converter of flv to swf but I guess
    you can embed the movie in a swf file. you can do an import %26gt;
    import video and then choose the option: ''embed video in swf and
    play in timeline''
  • beauty blog
  • colon cleansing
  • sun mask
  • Loading php vars (from mysql) to flash

    Does anyone know if it is possible to load php variables into
    flash with out echo/print



    I have a mysql database that loads the variables from an
    ID...

    Has anyone seen this with Flash Forms /...

    I have a website that uses a few flash forms on different
    pages. It's on a CF8 server and the clients are generally IE6.
    Sometimes all works well, sometimes the flash form on a page
    doesn't show up.



    Refreshing the browser, closing/re-opening the browser don't
    work. Restarting CF doesn't work.



    I put the same code on another CF8 server and access with IE7
    and it works fine.



    Why the heck would a form show or not show intermittently
    when nothing has changed in the site code or server settings?



    Thanks in advance.Has anyone seen this with Flash Forms /...
    Yes! We have this happening now. It is happening with both
    IE6 and IE7. Firefox is not having a problem with them.



    We are in the process of testing a migration from CF7
    (standard) to CF8 (enterprise). The problem is only with CF8.



    Has anyone 1) seen this and 2) found a solution?



    Thanks,



    dbHas anyone seen this with Flash Forms /...
    I am seeing this on a CF7 installation. What I noticed is
    that it started on 10/31, which is the very date that Microsoft
    patches were rolled out to all of our users. The updates in
    question were the following:



    KB921503



    KB936021



    KB938127



    KB938829





    I have NOT verified that there is a relationship, but the
    patches were applied IMMEDIATELY before the problems started, right
    in the middle of the day. It is far too coincidental to assume
    there is not a relationship. This is affecting my flash forms, and
    also some of my javascript combo boxes.



    I will update when I discover more, and if others would do
    the same I would appreciate reading about it.
    I think I solved this by following the instructions here:




    http://kb.adobe.com/selfservice/viewContent.do?externalId=ebd0cbe3%26amp;sliceId=2



    Unable to create Data Source when CF...

    I have just setup CF8 on a new server running Windows 2003
    Std.



    SQL Server is running on the old server running W2K Server.
    It also has CFMX6.1 running on the old server. I made the
    DataDirect JDBC drivers (version 3.5) update several months ago to
    the old server and set all CF services to run under the
    domain\Administrator account. Everything is running fine on the old
    server.



    The problem appeared when I tried to create a new Data Source
    in CF8 server (using the Microsoft SQL Server Driver) that would
    link back to a SQL Server table on the old server. The error
    message I receive is: ''Connection verification failed for data
    source: GAISSQL

    java.sql.SQLException: [Macromedia][SQLServer JDBC
    Driver][SQLServer]Login failed for user 'XENONX2\GAIS'.

    The root cause was that: java.sql.SQLException:
    [Macromedia][SQLServer JDBC Driver][SQLServer]Login failed for user
    'XENONX2\GAIS'.''



    SQL Server on the old server is running in mixed mode right
    now, but you get the same error message regardless of the mode. I
    setup the XENONX2\GAIS account specifically to link back the the
    GAIS table SQL Server. The passwords are the same on both machines;
    i.e., in both the Windows account and SQL Server Account.



    I'm afraid the rub might be that I'm still using work groups
    rather than a Domain with Active Directory. But it seems to me that
    as long as I pass back the domain\accountName for the system/SQL
    Server that I want to log onto the it shouldn't matter that they
    are not on the same domain.



    I tried setting up a ODBC connection from the new server back
    to the old server and essentially got the same error.



    If anyone knows how to get this going I would appreciate it
    if you would share the secret. Thanks in advance for sharing.



    :-}

    LenUnable to create Data Source when CF...
    I don't think your issue is your workgroups/domain setup. I
    connect like this locally in my home network without issue. The
    driver is trying to authenticate to the server, it's just being
    rejected. Either both machines aren't part of the same workgroup
    (doubtful) aren't on the same subnet (even more doubtful) or
    there's an issue with the permissions configuration. I know that I
    also had to set up SQL to allow those remote access connections as
    well (don't ask me how, it's been too long, but it's on MSDN
    somewhere).Unable to create Data Source when CF...
    Theorecally, there are two ways to go: 1) Setup a ODBC
    Socket, or 2) use a regular SQL Server connection where you specify
    the SQL Server name and the login account and password. The key,
    given my workgroup scenario, is to setup a SQL Server account and
    then login using that account name and password. Also, you have to
    give permissions to that account on every table in the database --
    major pain if you have more than 2 or 3 tables.



    I've done all that and actually defined the data source on
    the remote SQL Server. CF8 gives me an OK whenever I check out the
    datasource. But I've learned before that this ''OK'' doesn't really
    mean that things are OK.



    I have the same table setup in the local SQL Server . I'm
    using the same defintion as to the remote sever except for the SQL
    Server name. The local one is GBServer (Datasource==GAISSQL) and
    the remote one is XenonX2 (Datasource==GAISSQLx2). I can now see
    both data both in the datasource window in DreamWeaver. And I can
    pull data from both in my CF page now.



    The only problem is, is that they are both pulling data from
    the local SQL Server, GBServer. I know this because I have the name
    of the remote server in the first field on the remote server so
    that I can tell them apart. Both in my output query and in
    Dreamweaver, neither remote datasource (GAISSQLx2) shows that data.



    I'm going to get some sleep and try it again in the morning.



    I anything comes to mind, please share.



    Thank your for your thoughts so far.



    :-}

    Len
    Hi Guys,



    Any more news on this? I'm having the same issues. I can
    create a datasource on my local box that points to the server's db
    with no problem. I can connect to it with EMS SQL Manager using the
    same username as the datasource, but when I try to setup the
    datasource in CF Admin I get the error previously mentioned.
    Unfortunately, I can't get access to the SQL logins since this is a
    third party app MSDE installation so I'm going with NT Auth.



    Thx!

    Mike
    What I figured out is that there are actually two problems
    here: one appears to be an access problem between the two SQL
    Server databases; i.e., I can access the SQL Server db (GBServer)
    on the new server (W2003) from the old SQL Server db (XenonX2) on
    the old server (W2K), but I can not go from GBServer back to
    XenonX2. I have yet to resolve this issue.



    The second issue I believe is a bug in CF8. What I left out
    of the initial description is that both databases had the same
    name: GAISSQL. Apparently the order of precedence when CF8 goes to
    setup a datasource using the SQL Server format rather than the ODBC
    format (which apparently no longer works for SQL Server databases)
    is it looks for the database name on the SQL Server database that
    it is running on before it looks to the actual Server name that you
    enter when you setup the datasource. What this means is that if you
    already have a Database with the name you're looking for on the
    server you're on, it just uses that one. I determined this by
    changing the name of the database on the other SQL Server (XenonX2)
    to CAISSQLx2, and recreated the CAISSQLx2 data source. This time
    the creation failed because it could on access the remote database
    within the remote server.



    This does nothing to solve my remote connection problem, but
    it is something to keep in mind when trying to do this kind of
    thing.



    It has been our experience that you have to use SQL Server
    logins and give the user account that you setup permissions down to
    the table level to do this. There are something like 50 tables in
    our system that needed to have these permissions setup. Believe me
    that we wouldn't have done this if there was any way around it. I'm
    pretty sure that we found this out last spring from tech note, but
    no one seems to remember the number any longer. Sorry I don't have
    an answer for you.



    :-}

    Len
    MickeyJ,



    For using NT logins to MS SQL with ColdFusion you may find
    the following links helpful:

    Microsoft SQL Server 2005 JDBC Driver 1.2


    http://www.microsoft.com/downloads/details.aspx?familyid=C47053EB-3B64-4794-950D -81E1EC91C1BA%26amp;displaylang=en


    http://msdn2.microsoft.com/en-us/library/ms378428.aspx#Connectingintegrated



    CF Forums


    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=1%26amp;catid=6%26amp;t hreadid=1206110%26amp;highlight_key=y%26amp;keyword1=integrated

    Question about CHM localization with RH7

    Hi everyone,

    I'm a longtime RH user (since 1997), currently on X5 and
    looking into Version 7 for its localization features. X5 uses a
    .lng file to customize the HTMLHelp viewer interface. Does support
    for .lng files continue in v7? Will these .lng files work for
    Chinese and Japanese too?



    (Sure I could download the trial and see, but I've read the
    'heads up' threads about not doing so unless keenly sure you'll be
    upgrading. So erring on the side of caution and not yet getting the
    trial.)



    Thank you!Question about CHM localization with RH7
    Welcome to the forum



    ''I've read the 'heads up' threads about not doing so unless
    keenly sure you'll be upgrading''



    What have you been reading?



    Question about CHM localization with RH7
    Threads on this forum in the general and HTMLHelp sections.

    Which say that it's not advisable to have the RH7 trial and a
    previous version coexisting on a ''production pc''.
    That is coming from the general precaution that you don't
    experiment with any software on a machine that is critical. It
    applies to any software.



    There is also the point that RH7 changes the code. If you are
    working with copies of a project, that doesn't matter. But how do
    you work on your live projects at the same time if you no longer
    have the earlier version.



    If you install and decide to roll back only having worked on
    copy projects, the cheery theory is that you can then uninstall and
    reinstall your earlier version. It's early days though so no
    anectodal tales yet.



    That does sort of take us full circle to your original
    question and I don't know the answer to that one. Hope though I
    have clarified the trial version issues.




    I only have one PC at my disposal, so kind of don't have a
    choice on 'where' to install the v7 trial. I would only make a test
    help project (or a copy of a ''real'' one) in the trial copy. And if
    X5 and v7 can happily co-exist, I won't have an issue either.



    Guess no early adopters have tried out the .lng feature
    yet.... (I was kinda hoping that Adobe staff could answer that,
    anyway.) I will check it out, and report back.



    Thanks Peter for your clarifications.
    First 'good news' report: the RH7 trial peacefully coexists
    with my X5. I can have both open at once, if needed- X5 for
    production work, and 7 for testing.



    Second 'good news' item:

    I am happy to find that RH7 has maintained the use of the
    .lng file to customize the HTMLHelp viewer interface. (Something
    that the competitor Flare cannot do, btw.) And a long list of
    additional languages (including Chinese and Japanese, which I need)
    has been added as well. RH7 includes pre-translated .lng files; no
    need to send off the terms to your translation service. Simply go
    to File%26gt;Project Settings and select the appropriate language,
    then click the Advanced button. The corresponding .lng file is
    opened; click OK and it's added as a Baggage item to your project.
    **This is the same as it worked in X5, just with more languages
    now!! :)



    Upon compiling, the CHM viewer is supposed to be localized.
    The only trouble (carrying over from RH X5) is that Windows in that
    native language is needed to
    actually see the localizations in the CHM viewer. Perhaps
    the people at our translation service have non-English versions of
    Windows, and would be able to test-run these localized CHMs for me.




    This is enough info though, for me, to tell management of my
    purchase decision: that I need RH7 and not ''the competitor''!
    ;)

    Saturday, March 27, 2010

    What's best way to load mutilple swfs...





    I'm trying to load 4 swfs to the stage. Think of an mp3/fm
    tuner/video player.

    I'd like to have the playlist, status bard and menu stay
    seperate swf files.



    Thanks in advance for your helpWhat's best way to load mutilple swfs...
    as2 or as3?What's best way to load mutilple swfs...
    AS 2
    you can use the moviecliploader's loadClip() method or use
    the movieclip class'es loadMovie() method.

    TextArea Insertion at current Caret...

    I am trying to figure out the best way to insert ''text'' in to
    a textarea at the current caret position. Anyone have tips for
    figuring out where to find this? In Flash you used to have
    CaretIndex,



    Im in the process of writing a code editor component, so
    first off Im capturing the TAB key event, and then will insert an
    actual TAB in the textarea... Right now I was just doing
    this.Editor.text = this.Editor.text + ' '; But this is a stupid
    stupid idea - so instead of appending it at the end, I need to
    insert it in the current caret position.



    Any tips would be greatly appreciated. Once I get it done, I
    will be releasing it under either the Apache or GPL license.





    TextArea Insertion at current Caret...
    Update: I have found

    var text:String = this.Editor.text;

    this.Editor.text =
    text.substr(0,this.Editor.selectionEndIndex) + '' '' +
    text.substr(this.Editor.selectionEndIndex);

    this.Editor.setSelection(this.Editor.selectionBeginIndex+1,this.Editor.selection BeginIndex+1);



  • beauty blog
  • colon cleansing
  • sun mask
  • Projector Frame Rate

    I have been having repeated trobules with Director projector
    presentations playback speed, it seems to run smooth at times and
    slow/jerky at other times.



    One case in particular infolves the playback of a film loop
    created in director by animating a series of 100 frame JPG images,
    and there are no transparency overlays and no scaling. There are no
    other actions occuring at the same time as playback. The playback
    from the projector file is very inconsistant.



    Is there anything software related I can do about this? Or
    just suggestions on how I can get a more consistant playback speed
    or speed it up in general?



    The machine Im playing it back on is new and has adequate (i
    think) RAM and processor speed to be playing back these
    applications, and I am playing the projector off of the hard drive
    (not a CD or network).



    Error preloading servlet: unable to...

    I've worked out a flex-application which runs perfectly on
    tomcat 5.5, for testing purposes, but now needs to be deployed to
    an OC4J instance.



    I've followed the guidelines regarding securityException en
    userThreads, the arguments you need to define on your JVM and this
    all works fine.



    The trouble I'm having now, is that I can't view my
    mxml-application because of the following exception:

    Error preloading Servlet

    javax.servlet.ServletException: flex-config.xml(84): Error:
    unable to open './user_classes'.



    I haven't reconfigured or redefined the flex-config.xml file
    nor have I added code inside the user_classes folder so I don't
    understand the exact issue?



    Searching on the internet didn't give any explanation or clue
    regarding this deployment-issue.



    Kind regards,

    Nathalie

    Banner ad clickable?

    Hello. I'm making a banner ad in Flash. I want it so that
    anytime a user clicks anywhere it will launch a website. Do I have
    to put a big invisible button over the whole stage, or is there a
    better/easier way (using actionscript, maybe) to just code the
    movie so that anytime anyone clicks anywhere, a getURL will
    activate? Thanks!!!...

    Banner ad clickable?
    I'd just put the invisible button. It's fast and easy and
    adds almost no extra file size to the SWF.Banner ad clickable?
    Sounds good - thanks!


    Your Flash version?



    for AS2, just attach script below to 1st frame of your main
    timeline:



    onMouseDown = function(){

    getURL(''your url here'');

    }

    Baggage Files

    This is my first posting and I know very little even though
    I've been using Robo for over 5 years. (I didn't even know I could
    post questions to get help until about 30 minutes ago!)



    I have a RoboInfo 5.0 Project that crashed last week. I was
    able to delete the .cpd and reopen the project using the .hhp file.
    Everything seemed to be fine - all the .htm files returned and were
    in the correct folders. I noticed this morning that my baggage
    folders are completely empty. I have hundreads of baggae files that
    link throughout all 1000 topics of the project. There are over 50
    people who contribute to this project so there is no master listing
    of the baggage files for me to reference to remake them.



    Can you help?

    Baggage Files
    I haven't seen this problem before.

    One idea, if you haven't already tried it...

    The baggage files may not show via Robo Project Manager.

    However, check/view the folders using Windows Explorer.

    If the baggage files are still there, you can add them again.

    Hope that works.

    prevent surfers from copying text

    hi



    i have a site with long articles.

    how do i prevent surfers from copying text from the site
    (copying by ctrl+c

    or edit%26gt;copy or file%26gt;save as... etc.)

    just disabling right-click is not enough



    thanks



    lenny





    prevent surfers from copying text
    You can't.



    Paul Davis


    http://www.kaosweaver.com/

    Visit us for dozens of useful Dreamweaver Extensions.




    http://www.communitymx.com/

    Partner at Community MX - Extend your knowledge



    lenny wrote:

    %26gt; hi

    %26gt;

    %26gt; i have a site with long articles.

    %26gt; how do i prevent surfers from copying text from the site
    (copying by ctrl+c

    %26gt; or edit%26gt;copy or file%26gt;save as... etc.)

    %26gt; just disabling right-click is not enough

    %26gt;

    %26gt; thanks

    %26gt;

    %26gt; lenny

    %26gt;

    %26gt;

    prevent surfers from copying text
    i continue:

    but i need to keep the text as text, for google.



    i dont want to use pdf or gif etc ...



    thanks again



    lenny






    lenny wrote:

    %26gt; hi

    %26gt;

    %26gt; i have a site with long articles.

    %26gt; how do i prevent surfers from copying text from the site
    (copying by

    %26gt; ctrl+c or edit%26gt;copy or file%26gt;save as... etc.)

    %26gt; just disabling right-click is not enough

    %26gt;

    %26gt; thanks

    %26gt;

    %26gt; lenny



    Not possible - and even right-click disabling only prevents
    the most basic

    of web users (turn off Javascript, and it stops working)



    If your text is available on your website, it can be copied.
    Your best

    method of protection is track down and sue anybody who uses
    your text on

    their website without permission. If you need absolute
    protection, don't

    publish the material.



    Regards,



    Pete

    --

    Peter Connolly


    http://www.acutecomputing.co.uk

    UK






    %26gt;i dont want to use pdf or gif etc ...



    What you desire is not achievable.
    lenny wrote:

    %26gt; i have a site with long articles. how do i prevent
    surfers from

    %26gt; copying text from the site (copying by ctrl+c or
    edit%26gt;copy or

    %26gt; file%26gt;save as... etc.)



    As others have already said, it can't be done, period. That's
    the nature

    of the medium. If you cannot risk the content being copied,
    then don't

    put it on a Web site. Even a protected PDF could be printed
    and scanned

    in OCR software or the password could simply be cracked. The
    Web is

    insecure by nature. If any content (text, images, PDF's
    whatever)

    reaches the user's browser, it's theirs to copy.



    just disabling right-click is not enough



    It's not only not enough, it's completely and utterly
    pointless and

    ineffectual and it's a very bad idea to begin with:




    http://www.sitepoint.com/article/dont-disable-right-click



    --

    St茅phane Bergeron

    reach : connect : communicate


    http://www.webfocusdesign.com

    blog : tutorials : articles : gallery


    http://www.pixelyzed.com


    lenny wrote:

    %26gt; i continue:

    %26gt; but i need to keep the text as text, for google.

    %26gt;

    %26gt; i dont want to use pdf or gif etc ...

    %26gt;

    %26gt; thanks again

    %26gt;

    %26gt; lenny

    %26gt;

    %26gt;



    As long as google can read your page, so can everyone else.
    If the page

    is being transmitted over the net to the screen, it can be
    read, even if

    someone disables right click, cos I can always see the source
    code and

    can always copy it.



    Steve

    blog site and scripts

    hi everyone



    I'm about to start building a website which is pretty much a
    blogging site with pictures etc - a lot of new information on a
    pretty regular basis.



    I was hoping i wouldn't have to build a site that would
    require new pages for every new part of a blog or article. Is there
    a way to perhaps build a nice template and then have the text
    generated from another document into the template, to save time and
    pain?



    So instead of having 10 pages for a 10 page article, I could
    have one page and then the other 9 pages worth of information is
    generated from somewhere else?



    Do you guys have any ideas for how I could do this?



    Thank you!

    Nessblog site and scripts
    BlogEngine.NET



    %26lt;%= Clinton Gallagher

    NET csgallagher AT metromilwaukee.com

    URL
    http://clintongallagher.metromilwaukee.com/







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

    news:fgbqa0$srv$1@forums.macromedia.com...

    %26gt; hi everyone

    %26gt;

    %26gt; I'm about to start building a website which is pretty
    much a blogging site

    %26gt; with pictures etc - a lot of new information on a pretty
    regular basis.

    %26gt;

    %26gt; I was hoping i wouldn't have to build a site that would
    require new pages

    %26gt; for

    %26gt; every new part of a blog or article. Is there a way to
    perhaps build a

    %26gt; nice

    %26gt; template and then have the text generated from another
    document into the

    %26gt; template, to save time and pain?

    %26gt;

    %26gt; So instead of having 10 pages for a 10 page article, I
    could have one page

    %26gt; and

    %26gt; then the other 9 pages worth of information is generated
    from somewhere

    %26gt; else?

    %26gt;

    %26gt; Do you guys have any ideas for how I could do this?

    %26gt;

    %26gt; Thank you!

    %26gt; Ness

    %26gt;





    blog site and scripts
    %26gt; I'm about to start building a website which is pretty
    much a blogging site

    %26gt; with pictures etc



    Then use a blogging engine.



    Wordpress is probably the most popular.



    -Darrel






    I just went through the same exercise and found the following

    b2evolution nice for beginners to play around with the script
    and design their own pages uses templates, the support was terrible
    and waited long for replies to my querries



    wordpress nice and easy and the front end simple, support not
    great problems setting up on my host



    Serendepity, great package, god support but still not sure of
    the pluggins. currently using it. Had problems setting up but the
    support was there and managed fine. Still having problems seting up
    on a testing server on my local machine, think it has something to
    do with htaccess but will sort it out. Currently running it live on
    my webserver, check it out
    http://www.muskat.co.za/serendipity/




    I am basicaly looking to set up a site for my dive club where
    members can add pictures to their comments, trying to figure out
    how to do this and also how to resize the pictures that are
    uploaded.
    Jomax1 wrote:

    %26gt; I just went through the same exercise and found the
    following

    %26gt; b2evolution nice for beginners to play around with the
    script and design their

    %26gt; own pages uses templates, the support was terrible and
    waited long for replies

    %26gt; to my querries

    %26gt;

    %26gt; wordpress nice and easy and the front end simple,
    support not great problems

    %26gt; setting up on my host

    %26gt;

    %26gt; Serendepity, great package, god support but still not
    sure of the pluggins.

    %26gt; currently using it. Had problems setting up but the
    support was there and

    %26gt; managed fine. Still having problems seting up on a
    testing server on my local

    %26gt; machine, think it has something to do with htaccess but
    will sort it out.

    %26gt; Currently running it live on my webserver, check it out

    %26gt;
    http://www.muskat.co.za/serendipity/


    %26gt;

    %26gt; I am basicaly looking to set up a site for my dive club
    where members can add

    %26gt; pictures to their comments, trying to figure out how to
    do this and also how to

    %26gt; resize the pictures that are uploaded.

    %26gt;



    I found blogger.com really easy to use, it FTPs all the
    relevant files

    to my site. I can add photos to any post but comments can't.
    I think it

    works differently now, all XML based, but I could be wrong.



    Steve


    Hi Steve

    Can you add picture to the comments on your posts?
    Jomax1 wrote:

    %26gt; Hi Steve

    %26gt; Can you add picture to the comments on your posts?



    I can only add pictures to the posts, not the comments.



    Steve

  • beauty blog
  • colon cleansing
  • sun mask
  •