Tuesday, December 6, 2011

HTML Not Working

Ok, here is a werid problem.



I wrote a simple mxml file. I called it index.mxml. It worked
locally without a problem. When I published it to a server, with
the index.html file produced by Flex Builcer 2.1, the html file
could not access the index.swf file. However, if type the domain
name/index.swf the swf file comes up fine.



Do I need to change anything in the html file when I publish
it to a server? As anyone else encountered this problem and, if so,
what is the fix?



Many thanks,

Charles E. BrownHTML Not Working
Did you also deploy the necessary .js files?



Tracy
  • neutrogena
  • Internet Explorer Script Error

    Hi all,



    I've generated a chm file (HTML help file) in Robohelp 2002
    and gave to my developer.

    When he was about to click a link which i've created (for ex.

    http://www.yahoomail.com), he
    is getting the following error:



    Internet Explorer Script Error:



    An error has occurred in the script on this page:



    Line: 35

    ...........

    ..........

    Do u want to continue running scripts on this page?



    Yes / No

    When he gives ''Yes'', he is able to view the appropriate
    website... (yahoomail.com)



    But it is working fine in my system without any error....



    I even tested this in few other systems....The same error
    occurs



    Any suggestion on how to solve this........



    Thanks in advance !!Internet Explorer Script Error
    usureka -



    We could use some more details on the kind of error you are
    experiencing... Also, am I correct in understanding that your
    developer doesn't even actually click the link to get the message?
    Does this occur during a hover, or mouseover? Is the developer
    accessing the .chm file from his desktop?



    You might also want to post the link syntax you are using....
    Inquiring minds are really nosey....Internet Explorer Script Error
    My developer gets this error if he clicks the website link
    (with mouse)...He is able to view the website (even if he clicks
    ''no'' in that error). No he is not accessing chm file from his
    desktop.


    It's hard to say without more details on the kind of error
    you are experiencing - but one thing is that .chms work best from
    your desktop. Web and network servers now have issues with .chm
    files, thanks to an MS security upgrade:




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



    Set property on component from outside...

    Hi,



    I am trying to find out how I can set properties on a
    component from outside the component. This has been a constant
    problem of mine that I am sure can be easily solved by someone more
    knowledgeable.



    I have a remote object call and in the result handler I want
    to do something like :



    var contactAccordion:Button = accordion.getHeaderAt(1);

    contactAccordion.enabled = true;



    In my view component that I created I have this :



    %26lt;mx:Accordion id=''accordion'' creationPolicy=''all''%26gt;

    %26lt;/mx:Accordion%26gt;



    When my view component, the one with the accordion in it is
    shown, initially when the screen is displayed I set the all
    accordion panels to disabled via the creationComplete() except the
    first one which is shown by default. Once I get the result back
    from my Remote Object call, I want to enable a specific panel for
    example.



    How can I get a referecne to the ''Accordion'' from outside of
    it? I am using Cairngorm 2.1 here, but if someone can assist me, I
    figure I can get it to work within Cairngorm, my problem just seems
    to be how does one reference a component outside of the actual
    component.



    Help highly appreciated as always.



    -Westside

    Set property on component from outside...
    Do you mean you want to reference the Accordion control from
    outside of the container where it is a child? Or do you mean you
    want to reference the Accordion's children?



    I'll assume you mean the former. The id gives the control its
    identifier and it is automatically public. So you can just do:
    container.accordion to reference it.

    informartion

    Please don't judge me, i am sure alot of people here, dealingwith codes and such, feels same as me. I just need a lil info,since i am new to this. I have read almost two books in 2 months,and it would be nice to be sure i am in the right path,
    so that's why i trust you guys on this to tell me youropinion, if i am or not.

    I know some people here already now this.
    I am trying to create a database with a users page where theycan register and create their own profile with photo gallery. And iam really on it, i spend 6 to 7 hours a day learning php and nowphp and mysql.
    I have this book , my 2nd book now, that at the last 2chapter actually shows how to create templates, creating homepages, registration, activating an account, log in and log out,password management, creating the database,the administrative side,etc.

    Am i in the right direction ?
    I feel like i am getting closer, tired , butcloser....informartion
    Hi LuisDesigns,

    Which book are you referring it to?

    Relatively off-topic, I will take a look at your PM sometimeon the weekend. I was in middle of couple of big projects alltogether at once lately.

    quote:

    Originally posted by: LuisDesigns
    I have this book , my 2nd book now, that at the last 2chapter actually shows how to create templates, creating homepages, registration, activating an account, log in and log out,password management, creating the database,the administrative side,etc./q]

    informartion
    %26gt; I am trying to create a database with a users page wherethey can register
    %26gt; and
    %26gt; create their own profile with photo gallery.

    The question you have asked is impossibly large and justcannot really be
    answered in a newsgroup post. Please try to contain the scopeof these
    kinds of questions so that someone can at least make a shotat a reasonable
    answer.

    --
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com- Template Triage!
    http://www.projectseven.com/go- DW FAQs, Tutorials %26amp; Resources
    http://www.dwfaq.com - DW FAQs,Tutorials %26amp; Resources
    http://www.macromedia.com/support/search/- Macromedia (MM) Technotes
    ==================


    ''LuisDesigns'' %26lt;webforumsuser@macromedia.com%26gt; wrote inmessage
    news:eroqms$2t$1@forums.macromedia.com...
    %26gt; Please don't judge me, i am sure alot of people here,dealing with codes
    %26gt; and
    %26gt; such, feels same as me. I just need a lil info, since iam new to this. I
    %26gt; have
    %26gt; read almost two books in 2 months, and it would be niceto be sure i am in
    %26gt; the
    %26gt; right path,
    %26gt; so that's why i trust you guys on this to tell me youropinion, if i am or
    %26gt; not.
    %26gt;
    %26gt; I know some people here already now this.
    %26gt; I am trying to create a database with a users page wherethey can register
    %26gt; and
    %26gt; create their own profile with photo gallery. And i amreally on it, i
    %26gt; spend 6
    %26gt; to 7 hours a day learning php and now php and mysql.
    %26gt; I have this book , my 2nd book now, that at the last 2chapter actually
    %26gt; shows
    %26gt; how to create templates, creating home pages,registration, activating an
    %26gt; account, log in and log out, password management,creating the
    %26gt; database,the
    %26gt; administrative side, etc.
    %26gt;
    %26gt;
    %26gt; I feel like i am getting closer, tired , but closer.
    %26gt;



    %26gt; The question you have asked

    Did you see a question? or did you infer one?

    --
    Regards

    John Waller



    I inferred it.

    --
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com- Template Triage!
    http://www.projectseven.com/go- DW FAQs, Tutorials %26amp; Resources
    http://www.dwfaq.com - DW FAQs,Tutorials %26amp; Resources
    http://www.macromedia.com/support/search/- Macromedia (MM) Technotes
    ==================


    ''John Waller'' %26lt;johnw@REMOVETHISpinnacleweb.com.au%26gt;wrote in message
    news:erpbmg$kjk$1@forums.macromedia.com...
    %26gt;%26gt; The question you have asked
    %26gt;
    %26gt; Did you see a question? or did you infer one?
    %26gt;
    %26gt; --
    %26gt; Regards
    %26gt;
    %26gt; John Waller
    %26gt;



    Deaf Web Designer, i am refering to the PHP and MySQL fordynamic web sites 2nd edition by Larry Ullman.
    Murray, sorry about that, i just didnt know how to explain itreally.
  • desktop issue
  • Form Change Based on Selection

    We have a form in which would like to have the response to
    the ''Country'' field determine the appearance of the following
    field.



    If the response in ''Country'' is ''United States'' or ''Canada'',
    we want only the ''State'' drop-down to appear. If any other
    response, then just the 10 character text box should appear.



    This is the URL ...




    http://syda.co.mansellgroup.net/UM/CMF.ASP?ID=A2773.0%26amp;UMT=join.htm



    I am doing this as free work for a nonprofit foundation.



    Thanks in advance for any help on how to approach this.



    RickForm Change Based on Selection
    I think you are looking for a dependent dropdown. Check out
    this thread:




    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=12%26amp;catid=21 7%26amp;threadid=1244995%26amp;enterthread=y



    Color Picker Script Error

    Hi I have another Problem in the color Picker.



    Please see the attached Script that I am using for Selecting
    the Color and and also for changing the icon color to selected
    color



    This Code works fine and gives me the Hex code and RGB Code
    corresponding to the color Selected in the color Picker Bitmap.



    But I have been noticing it that as I move towards the
    periferi of the Color Picker it gives me an error Saying



    ''Script Error: Object Expected

    member(''HexCode'').text = cveta.hexString() %26amp; ''''



    I am not getting this error when i do the same well within
    the periferi of the Color picker



    Any help regarding the same or any tip to fix this error will
    be highly appreciated



    Thanks and Regards

    Atul SaxenaColor Picker Script Error
    Hi,



    ''Script Error: Object Expected'' probably means that 'cveta'
    is not a color object. this will happen if the following line
    fails:



    cveta = member (''colorgama'').image.getPixel (hto, mto)



    So, what you could do is test that cveta is a color before
    calling hexString() method of a colour object:



    strHexCode = ''''

    if cveta.ilk= #color then

    strHexCode = cveta.hexString() %26amp; ''''

    end



    Incidentally, you probably should not write lingo code like
    ''repeat while the stilldown'' (since absolutely nothing else will
    happen while the mouse is down -- eventually, sounds will stop and
    director will grind to a halt). A better strategy is an
    'asynchronous' approach like this :



    property mouseTracking

    on enterframe (me)

    if (the mouseDown) then

    mouseTracking = true

    -- track the mouse etc

    else if mouseTracking then

    -- finish tracking

    mouseTracking = false

    end if

    end





    -- Luke



    VideoDisplay problem

    I am creating an AS3 custom component.



    I want the movie to keep playing without stoping and I can
    get it to work.



    The way I am doing it is the following:



    1. Once the net stream was completly downloaded

    2. I created an onEnterFrame event that check for the time of
    the movie duration and the current stream time

    3. than it rewind and play again



    For some odd reason the first time it plays it does the first
    loop and get stock at the middle of the second loop and sometimes
    it doesn't even got to that point.



    Any suggestions?
  • neutrogena
  • multiple choice in flash quiz template

    I am using the Quiz Template and I would like to have
    Multiple Choice with radio buttons.

    This would be just like the True and False Component, but
    with a third and fourth choice. Does anyone know how to add a third
    and fourth choice to the True and False Component?

    Customize window size for HTML Help?

    My .CHM file opens up in a ridiculously tiny window, and Ican't seem to change that from within Robohelp. I saw someinformation on Rick Steve's site about customizing window sizes forWebhelp and Flashhelp. I'm hoping there's a similar techniqueavailable for HTML help.

    Thanks!Customize window size for HTML Help?
    In Project Manager, double click Windows and then the windowyou use. There should be fields for setting the size. If not, checkthat HTML is your primary output and then create a new window, thenyou should see the fields.

    Customize window size for HTML Help?
    Thanks, Peter. That was easy. I'm afraid I missed it, havingonly worked with Webhelp in the past (for which I never had awindow-size issue).
  • streamreader
  • Fixed Sidebar without Frames

    Hi, I'm looking for a bit of help setting up a navigational
    sidebar that stays fixed on the left hand side of my screen. I have
    a background designed and it changes slightly as the user scrolls
    down. Basically I want the side bar to appear as though it's
    floating at the side of the screen so that it's always in view, but
    the background design still appears as it should as you scroll
    down. I would imagin this may be achieved with Javascript or
    something maybe?



    The page is made with HTML and CSS so if I was able to make
    that div tag float it would get me the desired effect I'd imagine?
    Any help would be greatly appreciatedFixed Sidebar without Frames
    I believe this extension (Persistant Layer Pro) will allow
    you to do that:


    http://www.flevooware.nl/dreamweaver/extdetails.asp?extID=19





    --

    Patty Ayers | Adobe Community Expert

    www.WebDevBiz.com

    Free Articles on the Business of Web Development

    Web Design Contract, Estimate Request Form, Estimate
    Worksheet

    --







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

    news:erhp1b$ch6$1@forums.macromedia.com...

    %26gt; Hi, I'm looking for a bit of help setting up a
    navigational sidebar that

    %26gt; stays

    %26gt; fixed on the left hand side of my screen. I have a
    background designed

    %26gt; and it

    %26gt; changes slightly as the user scrolls down. Basically I
    want the side bar

    %26gt; to

    %26gt; appear as though it's floating at the side of the screen
    so that it's

    %26gt; always in

    %26gt; view, but the background design still appears as it
    should as you scroll

    %26gt; down.

    %26gt; I would imagin this may be achieved with Javascript or
    something maybe?

    %26gt;

    %26gt; The page is made with HTML and CSS so if I was able to
    make that div tag

    %26gt; float

    %26gt; it would get me the desired effect I'd imagine? Any help
    would be greatly

    %26gt; appreciated

    %26gt;





    Fixed Sidebar without Frames
    It looks like this is where you can get it:


    http://www.dmxzone.com/ShowDetail.asp?NewsId=4574





    --

    Patty Ayers | Adobe Community Expert

    www.WebDevBiz.com

    Free Articles on the Business of Web Development

    Web Design Contract, Estimate Request Form, Estimate
    Worksheet

    --





    ''P@tty Ayers ~ACE''
    %26lt;pattyayersTAKETHISOUT@REMOVEgmail.com%26gt; wrote in message

    news:erhrs1$g1d$1@forums.macromedia.com...

    %26gt;I believe this extension (Persistant Layer Pro) will
    allow you to do that:

    %26gt;
    http://www.flevooware.nl/dreamweaver/extdetails.asp?extID=19

    %26gt;

    %26gt;

    %26gt; --

    %26gt; Patty Ayers | Adobe Community Expert

    %26gt; www.WebDevBiz.com

    %26gt; Free Articles on the Business of Web Development

    %26gt; Web Design Contract, Estimate Request Form, Estimate
    Worksheet

    %26gt; --

    %26gt;

    %26gt;

    %26gt;

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

    %26gt; news:erhp1b$ch6$1@forums.macromedia.com...

    %26gt;%26gt; Hi, I'm looking for a bit of help setting up a
    navigational sidebar that

    %26gt;%26gt; stays

    %26gt;%26gt; fixed on the left hand side of my screen. I have a
    background designed

    %26gt;%26gt; and it

    %26gt;%26gt; changes slightly as the user scrolls down. Basically
    I want the side bar

    %26gt;%26gt; to

    %26gt;%26gt; appear as though it's floating at the side of the
    screen so that it's

    %26gt;%26gt; always in

    %26gt;%26gt; view, but the background design still appears as it
    should as you scroll

    %26gt;%26gt; down.

    %26gt;%26gt; I would imagin this may be achieved with Javascript
    or something maybe?

    %26gt;%26gt;

    %26gt;%26gt; The page is made with HTML and CSS so if I was able
    to make that div tag

    %26gt;%26gt; float

    %26gt;%26gt; it would get me the desired effect I'd imagine? Any
    help would be

    %26gt;%26gt; greatly

    %26gt;%26gt; appreciated

    %26gt;%26gt;

    %26gt;

    %26gt;





    What am I doing wrong?

    This is the page that should show all the images retrieved
    from the dataset:



    %26lt;!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0
    Transitional//EN'' ''
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''%26gt;

    %26lt;html xmlns=''
    http://www.w3.org/1999/xhtml''%26gt;

    %26lt;head%26gt;

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

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

    %26lt;style type=''text/css''%26gt;

    %26lt;!--

    #Layer1 {

    position:absolute;

    left:9px;

    top:16px;

    width:465px;

    height:476px;

    z-index:1;

    }

    --%26gt;

    %26lt;/style%26gt;

    %26lt;script type=''text/javascript''
    xsrc=''includes/xpath.js''%26gt;%26lt;/script%26gt;

    %26lt;script type=''text/javascript''
    xsrc=''includes/SpryData.js''%26gt;%26lt;/script%26gt;

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

    var dsTest = new Spry.Data.XMLDataSet(''query.php'',
    ''container/element'');

    %26lt;/script%26gt;



    %26lt;/head%26gt;



    %26lt;body%26gt;

    %26lt;div id=''Layer1'' spry:region=''dsTest''%26gt;

    %26lt;img spry:repeat=''dsTest'' src=''../public/{progetto}/{url}''
    /%26gt;

    %26lt;/div%26gt;

    %26lt;/body%26gt;

    %26lt;/html%26gt;





    And here is query.php that creates the XML:





    %26lt;?

    require_once('../Connections/architetti.php');

    $qstring = ''select * from gallerie'';

    $result = mysql_query($qstring); //my own query function.
    you can just use mysq_query

    $xml = createXML_fromSQLResult($result);

    header(''Content-type: text/xml'');

    echo $xml;



    function createXML_fromSQLResult(%26amp;$result,
    $containerName=''container'', $elementName=''element'',
    $encoding=''Shift_JIS'')

    {

    //this functions creates XML output from the SQL result.



    $xml = %26lt;%26lt;%26lt;EOF

    %26lt;?xml version=''1.0'' encoding=''{$encoding}'' ?%26gt;

    %26lt;{$containerName}%26gt;

    EOF;



    while ($stuff = mysql_fetch_assoc($result)) {



    $xml .= ''%26lt;{$elementName} id=\''{$stuff[id]}\''%26gt;'';

    foreach($stuff as $key=%26gt;$value) {

    $value = htmlspecialchars($value);

    $xml .= %26lt;%26lt;%26lt;EOF

    %26lt;{$key}%26gt;{$value}%26lt;/{$key}%26gt;\n

    EOF;

    }

    $xml .= ''%26lt;/{$elementName}%26gt;\n'';

    }



    $xml .= %26lt;%26lt;%26lt;EOF

    %26lt;/{$containerName}%26gt;

    EOF;



    return $xml;



    }

    ?%26gt;







    What am I doing wrong? Help, please I'm a real
    newbie...What am I doing wrong?
    Hello,



    Could you tell us what are the results you actually get when
    you run this code? I'm wondering if you have any JS errors or what
    exactly is displayed into the browser.



    One thing that I see wrong are into the HTML the xsrc
    attributes for the script tags which should be src.



    %26lt;script type=''text/javascript''
    src=''includes/xpath.js''%26gt;%26lt;/script%26gt;

    %26lt;script type=''text/javascript''
    src=''includes/SpryData.js''%26gt;%26lt;/script%26gt;



    Regards,

    Cristian

    OT: VIRTUAL PC se ha liberado

    This is a multi-part message in MIME format.



    ------=_NextPart_000_017F_01C755DE.F26B2FC0

    Content-Type: text/plain;

    charset=''Windows-1252''

    Content-Transfer-Encoding: quoted-printable



    Para quien lo desconozca VIRTUAL PC era el S.O. que
    permit=EDa emular =

    windows en un MAC.



    Hace un tiempo lo compr=F3 Microsoft.





    Aca
    http://www.faq-mac.com/mt/archives/021635.php
    est=E1 la noticia y un =

    link para su descarga.

    Lucas Sevilla



    www.lucassevilla.info



    www.gestproyect.info=20



    ------=_NextPart_000_017F_01C755DE.F26B2FC0

    Content-Type: text/html;

    charset=''Windows-1252''

    Content-Transfer-Encoding: quoted-printable



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

    %26lt;HTML%26gt;%26lt;HEAD%26gt;

    %26lt;META http-equiv=3DContent-Type content=3D''text/html; =

    charset=3Dwindows-1252''%26gt;

    %26lt;META content=3D''MSHTML 6.00.2900.3059''
    name=3DGENERATOR%26gt;

    %26lt;STYLE%26gt;%26lt;/STYLE%26gt;

    %26lt;/HEAD%26gt;

    %26lt;BODY bgColor=3D#ffffff%26gt;

    %26lt;DIV%26gt;%26lt;FONT face=3D''Trebuchet MS'' size=3D2%26gt;Para
    quien lo desconozca =

    VIRTUAL PC era el=20

    S.O. que permit=EDa emular windows en un
    MAC.%26lt;/FONT%26gt;%26lt;/DIV%26gt;

    %26lt;DIV%26gt;%26lt;FONT face=3D''Trebuchet MS''
    size=3D2%26gt;%26lt;/FONT%26gt; %26lt;/DIV%26gt;

    %26lt;DIV%26gt;%26lt;FONT face=3D''Trebuchet MS'' size=3D2%26gt;Hace un
    tiempo lo compr=F3=20

    Microsoft.%26lt;/FONT%26gt;%26lt;/DIV%26gt;

    %26lt;DIV%26gt;%26lt;FONT face=3D''Trebuchet MS''
    size=3D2%26gt;%26lt;/FONT%26gt; %26lt;/DIV%26gt;

    %26lt;DIV%26gt;%26lt;FONT face=3D''Trebuchet MS''
    size=3D2%26gt;%26lt;/FONT%26gt; %26lt;/DIV%26gt;

    %26lt;DIV%26gt;%26lt;FONT face=3D''Trebuchet MS'' size=3D2%26gt;Aca
    %26lt;A=20

    href=3D''


    .com/mt/archives/021635.php%26lt;/A%26gt; est=E1=20

    la noticia y un link para su
    descarga.%26lt;/FONT%26gt;%26lt;/DIV%26gt;

    %26lt;DIV%26gt;

    %26lt;P%26gt;Lucas Sevilla%26lt;/P%26gt;

    %26lt;P%26gt;%26lt;A =

    href=3D''
    http://www.lucassevilla.info''%26gt;www.lucassevilla.info%26lt;/A%26gt;%26lt;/P%26gt;

    %26lt;P%26gt;%26lt;A href=3D''
    http://www.gestproyect.info''%26gt;www.gestproyect.info%26lt;/A%26gt;=20

    %26lt;/P%26gt;%26lt;/DIV%26gt;%26lt;/BODY%26gt;%26lt;/HTML%26gt;



    ------=_NextPart_000_017F_01C755DE.F26B2FC0--



    OT: VIRTUAL PC se ha liberado
    This is a multi-part message in MIME format.



    ------=_NextPart_000_0086_01C755E1.7AC6F410

    Content-Type: text/plain;

    charset=''Windows-1252''

    Content-Transfer-Encoding: quoted-printable



    Est=E1 bien saberlo aunque.... realmente hay alguien que
    quiera ir en un =

    ferrari con el freno de mano puesto? jejejeje

    ''Lucas Sevilla'' %26lt;sevillalucas@hotmail.com%26gt; escribi=F3
    en el mensaje =

    news:erhs8v$gkn$1@forums.macromedia.com...

    Para quien lo desconozca VIRTUAL PC era el S.O. que
    permit=EDa emular =

    windows en un MAC.



    Hace un tiempo lo compr=F3 Microsoft.





    Aca
    http://www.faq-mac.com/mt/archives/021635.php
    est=E1 la noticia y =

    un link para su descarga.

    Lucas Sevilla



    www.lucassevilla.info



    www.gestproyect.info=20



    ------=_NextPart_000_0086_01C755E1.7AC6F410

    Content-Type: text/html;

    charset=''Windows-1252''

    Content-Transfer-Encoding: quoted-printable



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

    %26lt;HTML%26gt;%26lt;HEAD%26gt;

    %26lt;META http-equiv=3DContent-Type content=3D''text/html; =

    charset=3Dwindows-1252''%26gt;

    %26lt;META content=3D''MSHTML 6.00.2800.1561''
    name=3DGENERATOR%26gt;

    %26lt;STYLE%26gt;%26lt;/STYLE%26gt;

    %26lt;/HEAD%26gt;

    %26lt;BODY bgColor=3D#ffffff%26gt;

    %26lt;DIV%26gt;%26lt;FONT face=3DArial size=3D2%26gt;Est=E1 bien
    saberlo aunque.... =

    realmente hay alguien=20

    que quiera ir en un ferrari con el freno de mano puesto? =

    jejejeje%26lt;/FONT%26gt;%26lt;/DIV%26gt;

    %26lt;BLOCKQUOTE dir=3Dltr=20

    style=3D''PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT:
    5px; =

    BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px''%26gt;

    %26lt;DIV%26gt;''Lucas Sevilla'' %26amp;lt;%26lt;A=20

    =

    href=3D''mailto:sevillalucas@hotmail.com''%26gt;sevillalucas@hotmail.com%26lt;/A%26gt;%26amp;gt;=

    =20

    escribi=F3 en el mensaje %26lt;A=20

    =

    href=3D''news:erhs8v$gkn$1@forums.macromedia.com''%26gt;news:erhs8v$gkn$1@forums=

    .macromedia.com%26lt;/A%26gt;...%26lt;/DIV%26gt;

    %26lt;DIV%26gt;%26lt;FONT face=3D''Trebuchet MS'' size=3D2%26gt;Para
    quien lo desconozca =

    VIRTUAL PC era=20

    el S.O. que permit=EDa emular windows en un
    MAC.%26lt;/FONT%26gt;%26lt;/DIV%26gt;

    %26lt;DIV%26gt;%26lt;FONT face=3D''Trebuchet MS''
    size=3D2%26gt;%26lt;/FONT%26gt; %26lt;/DIV%26gt;

    %26lt;DIV%26gt;%26lt;FONT face=3D''Trebuchet MS'' size=3D2%26gt;Hace
    un tiempo lo compr=F3=20

    Microsoft.%26lt;/FONT%26gt;%26lt;/DIV%26gt;

    %26lt;DIV%26gt;%26lt;FONT face=3D''Trebuchet MS''
    size=3D2%26gt;%26lt;/FONT%26gt; %26lt;/DIV%26gt;

    %26lt;DIV%26gt;%26lt;FONT face=3D''Trebuchet MS''
    size=3D2%26gt;%26lt;/FONT%26gt; %26lt;/DIV%26gt;

    %26lt;DIV%26gt;%26lt;FONT face=3D''Trebuchet MS'' size=3D2%26gt;Aca
    %26lt;A=20

    =

    href=3D''


    .com/mt/archives/021635.php%26lt;/A%26gt; est=E1=20

    la noticia y un link para su
    descarga.%26lt;/FONT%26gt;%26lt;/DIV%26gt;

    %26lt;DIV%26gt;

    %26lt;P%26gt;Lucas Sevilla%26lt;/P%26gt;

    %26lt;P%26gt;%26lt;A =

    href=3D''
    http://www.lucassevilla.info''%26gt;www.lucassevilla.info%26lt;/A%26gt;%26lt;/P%26gt;

    %26lt;P%26gt;%26lt;A href=3D''
    http://www.gestproyect.info''%26gt;www.gestproyect.info%26lt;/A%26gt;=20

    %26lt;/P%26gt;%26lt;/DIV%26gt;%26lt;/BLOCKQUOTE%26gt;%26lt;/BODY%26gt;%26lt;/HTML%26gt;



    ------=_NextPart_000_0086_01C755E1.7AC6F410--



    OT: VIRTUAL PC se ha liberado
    This is a multi-part message in MIME format.



    ------=_NextPart_000_00BA_01C755F3.55FA9D50

    Content-Type: text/plain;

    charset=''Windows-1252''

    Content-Transfer-Encoding: quoted-printable



    Si leeis el art=EDculo y mirais en MS vereis que s=F3lo sirve
    para =

    emular otros SO en windows, de hecho los requisitos de SO
    son:



    Virtual PC 2007 runs on: Windows XP Professional, Windows XP
    Tablet PC, =

    Windows Server 2003, Windows Vista Business, Windows Vista
    Enterprise, =

    and Windows Vista Ultimate



    De hecho en una presentaci=F3n que he visto lo plantean como
    modo de =

    usar aplicaciones de otros SO en Vista (entre otras
    funcionalidades)...



    Bueno, para quien le interese dejo el enlace a la p=E1gina de
    Virtual =

    PC:
    http://www.microsoft.com/windows/downloads/virtualpc/sysreq.mspx



    Saludos, =C1lvaro.

    ''YaC'' %26lt;yago@ESTOQUITALO4pmedia.com%26gt; escribi=F3 en el
    mensaje =

    news:erhti7$i69$1@forums.macromedia.com...

    Est=E1 bien saberlo aunque.... realmente hay alguien que
    quiera ir en =

    un ferrari con el freno de mano puesto? jejejeje

    ''Lucas Sevilla'' %26lt;sevillalucas@hotmail.com%26gt; escribi=F3
    en el mensaje =

    news:erhs8v$gkn$1@forums.macromedia.com...

    Para quien lo desconozca VIRTUAL PC era el S.O. que
    permit=EDa =

    emular windows en un MAC.



    Hace un tiempo lo compr=F3 Microsoft.





    Aca
    http://www.faq-mac.com/mt/archives/021635.php
    est=E1 la noticia =

    y un link para su descarga.

    Lucas Sevilla



    www.lucassevilla.info



    www.gestproyect.info=20



    ------=_NextPart_000_00BA_01C755F3.55FA9D50

    Content-Type: text/html;

    charset=''Windows-1252''

    Content-Transfer-Encoding: quoted-printable



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

    %26lt;HTML%26gt;%26lt;HEAD%26gt;

    %26lt;META http-equiv=3DContent-Type content=3D''text/html; =

    charset=3Dwindows-1252''%26gt;

    %26lt;META content=3D''MSHTML 6.00.6000.16414''
    name=3DGENERATOR%26gt;

    %26lt;STYLE%26gt;%26lt;/STYLE%26gt;

    %26lt;/HEAD%26gt;

    %26lt;BODY bgColor=3D#ffffff%26gt;

    %26lt;DIV%26gt;%26lt;FONT face=3DArial size=3D2%26gt;Si leeis el
    art=EDculo y mirais en MS =

    vereis que s=F3lo=20

    sirve para emular otros SO en windows, de hecho los
    requisitos de SO=20

    son:%26lt;/FONT%26gt;%26lt;/DIV%26gt;

    %26lt;DIV%26gt;%26lt;FONT face=3DArial
    size=3D2%26gt;%26lt;/FONT%26gt; %26lt;/DIV%26gt;

    %26lt;DIV%26gt;%26lt;EM%26gt;%26lt;FONT color=3D#ff0000%26gt;Virtual PC
    2007 runs on: Windows XP =

    Professional,=20

    Windows XP Tablet PC, Windows Server 2003, Windows Vista
    Business, =

    Windows Vista=20

    Enterprise, and Windows Vista
    Ultimate%26lt;/FONT%26gt;%26lt;/EM%26gt;%26lt;/DIV%26gt;

    %26lt;DIV%26gt;%26lt;FONT face=3DArial
    size=3D2%26gt;%26lt;/FONT%26gt; %26lt;/DIV%26gt;

    %26lt;DIV%26gt;%26lt;FONT face=3DArial size=3D2%26gt;De hecho en una
    presentaci=F3n que he =

    visto lo=20

    plantean como modo de usar aplicaciones de otros SO en Vista
    (entre =

    otras=20

    funcionalidades)...%26lt;/FONT%26gt;%26lt;/DIV%26gt;

    %26lt;DIV%26gt;%26lt;FONT face=3DArial
    size=3D2%26gt;%26lt;/FONT%26gt; %26lt;/DIV%26gt;

    %26lt;DIV%26gt;%26lt;FONT face=3DArial size=3D2%26gt;Bueno, para
    quien le interese dejo el =

    enlace a la=20

    p=E1gina de Virtual PC: %26lt;A=20

    href=3D''
    http://www.microsoft.com/windows/downloads/virtualpc/sysreq.mspx''=

    %26gt;
    http://www.microsoft.com/windows/downloads/virtualpc/sysreq.mspx%26lt;/A%26gt;%26lt;/FO=

    NT%26gt;%26lt;/DIV%26gt;

    %26lt;DIV%26gt;%26lt;FONT face=3DArial
    size=3D2%26gt;%26lt;/FONT%26gt; %26lt;/DIV%26gt;

    %26lt;DIV%26gt;%26lt;FONT face=3DArial size=3D2%26gt;Saludos,
    =C1lvaro.%26lt;/FONT%26gt;%26lt;/DIV%26gt;

    %26lt;BLOCKQUOTE dir=3Dltr=20

    style=3D''PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT:
    5px; =

    BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px''%26gt;

    %26lt;DIV%26gt;''YaC'' %26amp;lt;%26lt;A=20

    =

    href=3D''mailto:yago@ESTOQUITALO4pmedia.com''%26gt;yago@ESTOQUITALO4pmedia.com%26lt;/=

    A%26gt;%26amp;gt;=20

    escribi=F3 en el mensaje %26lt;A=20

    =

    href=3D''news:erhti7$i69$1@forums.macromedia.com''%26gt;news:erhti7$i69$1@forums=

    .macromedia.com%26lt;/A%26gt;...%26lt;/DIV%26gt;

    %26lt;DIV%26gt;%26lt;FONT face=3DArial size=3D2%26gt;Est=E1 bien
    saberlo aunque.... =

    realmente hay=20

    alguien que quiera ir en un ferrari con el freno de mano
    puesto?=20

    jejejeje%26lt;/FONT%26gt;%26lt;/DIV%26gt;

    %26lt;BLOCKQUOTE dir=3Dltr=20

    style=3D''PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT:
    5px; =

    BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px''%26gt;

    %26lt;DIV%26gt;''Lucas Sevilla'' %26amp;lt;%26lt;A=20

    =

    href=3D''mailto:sevillalucas@hotmail.com''%26gt;sevillalucas@hotmail.com%26lt;/A%26gt;%26amp;gt;=

    =20

    escribi=F3 en el mensaje %26lt;A=20

    =

    href=3D''news:erhs8v$gkn$1@forums.macromedia.com''%26gt;news:erhs8v$gkn$1@forums=

    .macromedia.com%26lt;/A%26gt;...%26lt;/DIV%26gt;

    %26lt;DIV%26gt;%26lt;FONT face=3D''Trebuchet MS'' size=3D2%26gt;Para
    quien lo desconozca =

    VIRTUAL PC=20

    era el S.O. que permit=EDa emular windows en un
    MAC.%26lt;/FONT%26gt;%26lt;/DIV%26gt;

    %26lt;DIV%26gt;%26lt;FONT face=3D''Trebuchet MS''
    size=3D2%26gt;%26lt;/FONT%26gt; %26lt;/DIV%26gt;

    %26lt;DIV%26gt;%26lt;FONT face=3D''Trebuchet MS'' size=3D2%26gt;Hace
    un tiempo lo compr=F3 =



    Microsoft.%26lt;/FONT%26gt;%26lt;/DIV%26gt;

    %26lt;DIV%26gt;%26lt;FONT face=3D''Trebuchet MS''
    size=3D2%26gt;%26lt;/FONT%26gt; %26lt;/DIV%26gt;

    %26lt;DIV%26gt;%26lt;FONT face=3D''Trebuchet MS''
    size=3D2%26gt;%26lt;/FONT%26gt; %26lt;/DIV%26gt;

    %26lt;DIV%26gt;%26lt;FONT face=3D''Trebuchet MS'' size=3D2%26gt;Aca
    %26lt;A=20

    =

    href=3D''


    .com/mt/archives/021635.php%26lt;/A%26gt; est=E1=20

    la noticia y un link para su
    descarga.%26lt;/FONT%26gt;%26lt;/DIV%26gt;

    %26lt;DIV%26gt;

    %26lt;P%26gt;Lucas Sevilla%26lt;/P%26gt;

    %26lt;P%26gt;%26lt;A =

    href=3D''
    http://www.lucassevilla.info''%26gt;www.lucassevilla.info%26lt;/A%26gt;%26lt;/P%26gt;

    %26lt;P%26gt;%26lt;A href=3D''
    http://www.gestproyect.info''%26gt;www.gestproyect.info%26lt;/A%26gt;=20


    %26lt;/P%26gt;%26lt;/DIV%26gt;%26lt;/BLOCKQUOTE%26gt;%26lt;/BLOCKQUOTE%26gt;%26lt;/BODY%26gt;%26lt;/HTML%26gt;



    ------=_NextPart_000_00BA_01C755F3.55FA9D50--



    Xcopy Err: Btw 2 servers

    I am trying to copy files from one server to another
    ...However the below code dont do it...Any help?



    %26lt;cfparam name=''sr''
    default=''\\bt2bcm\d$\cfusionmx\wwwroot\''%26gt;

    %26lt;cfparam name=''ds''
    default=''\\bt2bdssc\vozturk$\Denemeler\''%26gt;



    %26lt;cfexecute

    name = ''xcopy ''

    arguments = ''#sr# #ds# /S /R /Y /I /C'' variable=''myExecute''

    timeout = ''120'' /%26gt;



    %26lt;cfdump var=''#myExecute#''%26gt;Xcopy Err: Btw 2 servers
    When working with cfexecute, try the commands directly first
    using a command prompt. This will help by verifying the
    configuration and pathing setup of your system. Try bringing up a
    command window and just typing xcopy. You should get an error
    called ''Invalid number of parameters - 0 files copied.'' If you
    don't get that error, you'll need to find whatever directory copy
    program that your system has installed. It might be xcopy32



    Once you verify that you have xcopy or an equivelent, try it
    manually using the parameters to see if it copies the directory.




    http://support.microsoft.com/kb/289483Xcopy Err: Btw 2 servers
    thank you dude for info..
  • neutrogena
  • Change Active Content js path

    Were are the prefs to change the path location for theactivecontent.js?
    When i insert a flash element, adobe automatically place thejs here:

    %26lt;scriptsrc=''DWConfiguration/ActiveContent/IncludeFiles/AC_RunActiveContent.js''type=''text/javascript''%26gt;%26lt;/script%26gt;

    but my js files are located here:
    /user/js/

    If this belongs in the DW section please move.

    i know i can change afer it inserts this script code, but isthere a pref just like how i can define my default image folder?

  • nail polish swimwea
  • Contribute stops responding when...

    I am using Contribute 3 and DW 8. I have created a publisher
    user that can open and edit files without a problem. However, when
    he tries to either publish or send a draft, Contribute immediately
    locks up. The only way to exit the applications is either through
    Task Manager or clicking the close app button.



    This also happens for the administrator when he also tries to
    publish or send a draft. The delete draft buttons works fine.



    Can anyone help?



    Adding video to a web page

    I have 2 short video clips that I took with my digital camera
    and I'm trying to add it to my web page but can't figure out the
    tags. I found one tag by searching on Yahoo and the other one is
    the tag that Dreamweaver inputs for me....but when I view my page
    none of them are working.



    1st code:

    %26lt;embed src=''images/photos46/DSCN2200.MOV''

    pluginspage=''
    http://quicktime.apple.com/''

    width=192 height=168

    loop=''true'' controller=''true'' autoplay=''false''

    alt=''Mouse.mov. You need quicktime plug in for this to
    work''%26gt;%26lt;/embed%26gt;



    2nd code:

    %26lt;embed src=''images/photos46/DSCN2200.MOV'' width=''200''
    height=''200''%26gt;%26lt;/embed%26gt;



    Neither one is working....



    Is there something wrong in one of these tags??Adding video to a web page
    Hi Shelly,




    http://mediacollage.com will
    answer most of your questions about video.



    Sometimes, you have to upload a test page with the code,
    media file and

    other scripts to see if it works in all browsers. Some of my
    media doesn't

    work in all browsers locally but works fine from the server.
    Also make sure

    you have all the required plug-ins for your various browsers.



    HTH,

    -- Nancy O.



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

    news:eri41k$q27$1@forums.macromedia.com...

    %26gt; I have 2 short video clips that I took with my digital
    camera and I'm

    trying to

    %26gt; add it to my web page but can't figure out the tags. I
    found one tag by

    %26gt; searching on Yahoo and the other one is the tag that
    Dreamweaver inputs

    for

    %26gt; me....but when I view my page none of them are working.

    %26gt;

    %26gt; 1st code:

    %26gt; %26lt;embed src=''images/photos46/DSCN2200.MOV''

    %26gt; pluginspage=''
    http://quicktime.apple.com/''

    %26gt; width=192 height=168

    %26gt; loop=''true'' controller=''true'' autoplay=''false''

    %26gt; alt=''Mouse.mov. You need quicktime plug in for this to
    work''%26gt;%26lt;/embed%26gt;

    %26gt;

    %26gt; 2nd code:

    %26gt; %26lt;embed src=''images/photos46/DSCN2200.MOV'' width=''200''

    height=''200''%26gt;%26lt;/embed%26gt;

    %26gt;

    %26gt; Neither one is working....

    %26gt;

    %26gt; Is there something wrong in one of these tags??

    %26gt;





    How to expand all nodes in tree by...

    anyone can provide sample pseudo on expanding all nodes in a
    tree by default?

    [off topic] gzip scripts

    hi all;

    i would like to start gzipping all my scripts (including
    spry) but i don't really know how to.

    what tools (for windows or websites with this online tools)
    are freerly available to gzip scripts? what extension should i
    use(does it matter)?

    thanks in advance.[off topic] gzip scripts
    I just did a quick net search and ran across this:




    http://gnuwin32.sourceforge.net/packages/gzip.htm



    and this blog posting where folks are discussing manually
    gzip'ing versus letting the server do it automatically for you:




    http://joseph.randomnetworks.com/archives/2006/07/13/compressed-javascript/



    --== Kin ==--

    Uploading images

    Can anyone tell me of an extension that i can use to do thefollowing with ASP?
    I have set up a site where users can record information abouta jobsite. Once they input the address information about the job, iwant them to be able to upload pictures of the jobsite. Once thepictures are uploaded i want the filenames recorded in the databasewith the other information about the job.
    Im guessing the extension will have to be able to create adirectory on the server that will have a name to keep the picturesorganized. I also want to be able to view the pictures with theother information on the jobsite.

    Any help is appreciated.Uploading images
    There is an extension called Pure ASP Upload that would dowhat you want.

    http://dmxzone.com/showDetail.asp?TypeId=3%26amp;NewsId=12064

    I used an the older version and it works pretty well.Uploading images
    I have just purchased it and it is working fine. Also goodrepsonses have
    help from the forum.

    SreveW
    ''envision3d'' %26lt;webforumsuser@macromedia.com%26gt; wrote inmessage
    news:erits4$oth$1@forums.macromedia.com...
    %26gt; There is an extension called Pure ASP Upload that woulddo what you want.
    %26gt;
    %26gt; http://dmxzone.com/showDetail.asp?TypeId=3%26amp;NewsId=12064
    %26gt;
    %26gt; I used an the older version and it works pretty well.


  • neutrogena
  • hair cut styles
  • geturl problem with ie

    hi,

    i'm facing a problem with the geturl function when
    downloading a doc or ppt file in a new window using the script
    getURL(''www.mysite.com/test.doc'',''_blank''). This prompts to open a
    new browser but displays an error




    Action canceled nternet Explorer was unable to link to the Web
    page you requested. The page might be temporarily unavailable.




    but when i refresh this page the file loads properly.

    can anyone help me in this issue, as this is very critical
    for my project and i don't want my delivery to get postponed due to
    this simple issue.

    Thanks,

    Shajahangeturl problem with ie
    I always add
    http:// to the beginning of links in code:



    getURL(''
    http://www.mysite.com/test.doc'',''_blank'')



    geturl problem with ie
    hi, i've forgot to add the ''http'' there. my actual code is
    getURL(''
    http://www.mysite.com/test.doc'',''_blank'')
    it still doesn't works. kindly help

    PVII SwapClass Menu - using page IDs

    I have a PVII SwapClass Menu set up with submenu items. I am
    making my pages using a template with an editable body ID.



    I would like to leave the submenu open (displayed) when a
    particular submenu page is open so that a viewer can navigate back
    more easily.



    I would also like the menu item (that the submenu comes out
    of) to be bolded when that submenu is open.



    Is this possible simply using a body id?



    Thanks for any help. Details much appreciated by this siimple
    mind!PVII SwapClass Menu - using page IDs
    Not sure, but PVII has great support. Have you checked their
    knowledge base and then e-mailed them if needed?



    Sue

    using cfquery results in cfmail

    Hello

    I have implemented a blog using the blogcfm application. I
    want to mail the summary which consists of the blog topic and all
    the comments for a particular day to all the users of the blog once
    a day. I was trying somthing out using the cfquery and the cfmail
    tags but I am not able to select records just for the current day
    and mail those to the users. Can anyone suggest how do I go about
    doing that? Thanks in advance..using cfquery results in cfmail
    Were you at least able to select records for the current
    day?

    Where is 'on click' action?

    Am working in Flash 8 Prof. In Flash MX it was easy to add an
    'onclick- go to frame' action to a button. Where are these
    functions in Flash 8?Where is 'on click' action?
    same place - same method



    attach to button:

    on(release){

    gotoAndPlay(x);

    }



    or attach to frame:



    button.onRelease = function(){

    gotoAndPlay(x);

    }



    You can change onRelease to onPress - not onClickWhere is 'on click' action?
    %26gt; same place - same method



    Indeed. Hasn't changed a bit.



    %26gt; attach to button:

    %26gt; on(release){

    %26gt; gotoAndPlay(x);

    %26gt; }

    %26gt;

    %26gt; or attach to frame:

    %26gt;

    %26gt; button.onRelease = function(){

    %26gt; gotoAndPlay(x);

    %26gt; }



    Bingo. I would only add ... if you go the second route
    (happens to be

    my preference), you'll need to give your button (or whatever
    object) an

    instance name. In the above sample, ''button'' is that instance
    name.



    %26gt; You can change onRelease to onPress - not onClick



    The full list of events depends on the object in question.
    Fortunately,

    the ActionScript 2.0 Language Reference is very closely
    organized around

    classes. The Button class defines button symbols; the
    MovieClip class

    defines movie clip symbols. Look up the event summary under
    either one of

    those to see what your choices are.





    David Stiller

    Adobe Community Expert

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

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






    Am in 'actions' - can anyone navigate me to the 'on(release)'
    etc functions?



    Thanks.
    Sounds like you are talking about Script Assist. In your
    Actions panel, there's a button at the top for it. Is this what you
    are talking about?



    Otherwise, by typing the code that Nickels55 and David
    recommended, you'd accomplish the same thing.
    Thanks for your help. Indeed, I can type it in, but I used to
    be able to find the 'onclick' 'onrelease' functions in MX, I think,
    in 'global functions'. Are they still there? A window used to come
    up with onclick/onpress/onrelease options for button
    actions.
    Hi, that's what the Script Assist is. It's not automatic
    anymore.
    I realise I'm being utterly thick here, but how do I get
    'script assist' assist me?
    Open the Actions window. Using one's eyes, locate the words
    ''Script Assist'' and click on it.



    If you still can't figure it out, then do what you could have
    done in the first place: use Flash's Help files. Sorry to be
    slightly rude, but usually the rudimentary stuff can be answered
    much more quickly by checking the Help files, rather than posting
    online and waiting days for an answer. Flash has excellent Help
    files and quite excellent Tutorials that come with the
    program.
    I've already apologised for being thick! Obviously, I tried
    Flash help first, but found it confusing. I'll just copy and paste
    actions that I need in future. Thanks for all attempts to
    help.

    Robohelp Licensing Question

    Question: I have 20 users who will be using Robohelp. Doesthis mean I will need 20 $999 licenses? Would buying the $1999server edition solve my problem? Please help. Thanks.Robohelp Licensing Question
    Welcome to the forum

    The server edition you refer to sounds like the serversoftware for WebHelp Pro output which is not the same thing thatyour authors need. There is however volume licencing but I don'tknow what numbers that kicks in at. You need to speak to yoursoftware vendor or Adobe Customer Services.

  • advice to tell
  • Can I put video on flex page other than...

    Can I put video on flex page other than flv , like mpeg, wmv,
    etcCan I put video on flex page other than...
    I personally spoke with an Adobe representative in the early
    fall regarding this issue. Currently there is no other video format
    other than .flv that can be used in flex 2.



    Bob I.Can I put video on flex page other than...
    Forgot to mention this...



    The only current solution is to use a flash video encoder to
    transform your desired video from its original format to .flv.
    Unfortunately, you may lose some resolution but this still gives
    you a working solution.



    Bob I.
  • neutrogena
  • Live Streaming of H263 / AMR data

    Hi All,

    I am new to Flash Media Server, I am trying to do live
    streaming for my data coming from one of my mobile client in the
    form of H263 / AMR (UDP / RTP) I want to stream that data using the
    Flash Media Server.

    Similar goal I can archive using Helix / Darwin server by
    having a SDP file kept on the server and when the Quick Time Client
    will hit that SDP file by opening a RTSP session, the Streaming
    server will start listening on the ports specified in the SDP file
    and will start streaming the audio / video data to the QT client .

    Please help me in finding the substitute for SDP file in the
    Flash Media server.

    Any help in this regards will be very helpful.



    Thanks and Regards,

    Gourav Jain

    Font is substituted with Times New...

    With all new Services Updates for Office (Word), I have
    problem with the Rtf-file.

    Font is substituted with Times New Roman on WinHelp export
    ............ I have found a new dll-file for RoboHelp X5.0.1, but
    it doesn't do any goog for version RoboHelp X5.0.2Font is substituted with Times New...
    HerdisM,



    By any chance do you have KB929057 (a security update for
    Word) installed? Someone in my department received this patch over
    the weekend, and now she is seeing the wrong font issue in the
    compiled help. We removed KB917334 last summer, which first caused
    us the problem, and I am trying to determine if KB929057 has
    reintroduced the font issue.Font is substituted with Times New...
    Andrea,



    Last week I installed some updates for office including
    KB929057. Now I'm having the same problem as HerdisM. Are you sure
    that deleting the security update will solve the problem?



    Marian
    Welcome to the forum



    Nobody can be sure as this problem is being attribute to a
    number of patches so removing this one may work for someone who has
    none of the others installed but may not otherwise fix it.



    If you and your IT people are happy, why not try removing it
    to find out? You can always reinstall it afterwards.




    Deleting the security update(s) may or may not solve your
    problem, depending on which security updates have been applied. My
    co-worker who was experiencing the font problem finally got it to
    go away by following the steps in this article:




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



    I do hope this helps you -- I know how frustrating this is.



    Andrea
    I already installed the update but it didn't help, but
    removing the security update seems to work. I think I'm getting the
    hang of it after removing three security updates, so next time I'll
    know what to do.

    Thank you all for your help.



    Marian
    Hi Guys, how can I do if I'm not allowed to removed those MS
    updates?
    See snippet 51 on my site.




    Peter,



    If you recall, you found that removing the ''based on Normal''
    property from the header style fixed the problem in my case.
    I'll add something to the Snippet about that but I never did
    figure that out when you removed that link, you and I got different
    results. My best guess is different versions of the fonts. More
    oddly, I am about to add a solution from one poster, change the
    font to MS Mincho and then back again! Doesn't work with any other
    font apparently.



    Exporting not following script commands

    I am trying to export a project as a quicktime movie however
    it apperas that the ''wait for flash''




    quote:



    -- WAIT UNTIL ANIMATION DONE



    on exitFrame

    if the playing of sprite 1 = TRUE then

    go to the frame

    else

    go to the frame + 1

    end if

    end





    and ''wait for sound''




    quote:



    -- LOOP the frame until snd channel 2 is finished



    on exitFrame

    if sound(2).isBusy() = TRUE then

    go to the frame

    else

    go to the frame + 1

    end if

    end





    commands in my script are complety ignored when the project
    is exported both as a MOV and as frames. Is there a way around
    this? I'm new to Director MX2004 and I am trying to recover some
    content that was lost in a video - the only place the content
    exists in in the Director files... Using it on a Mac - OS XExporting not following script commands
    As you've noted, all scripts are ignored when using the
    built-in export

    options.

    You can grab every frame to an image and process these into a
    video file

    when done, or if there are individual assets you want most of
    these are

    obtainable individually (though not scripts if the file is
    ''compiled'')

    Repeat with doesn't work

    I always get this wrong. You may not recognize some of thecode but you can figure it out. What is supposed to happen is thatwhile the music is playing it looks at the time elapsed and changesframes when certain cuepoints are met. Say that gCuelist = [1000,2000, 3000, 4000, 5000, 6000, 7000] gPage is the frame. So frame 1is page 1.

    When I run this I get and error : list expected for handler.but I see the correct list in the debugger. One problem is that thedebugger says k = 7 right from the start rather than starting withone and changing as a time is reached. Can anyone see my problem?

    global gCuelist, gPage

    on ChangePage

    repeat with k = 1 to 7
    if dmm_CDExtGetElapsedTrackMillisec() %26gt;= getAt(gCuelist,k)and dmm_CDExtGetElapsedTrackMillisec() %26lt; \ getAt(gCuelist,k+1)then gPage = k
    end repeat
    go to frame gPage

    end if
    end
    Repeat with doesn't work
    when k=7
    k+1=8
    Repeat with doesn't work
    Ah, you're right. I added a 0 to the beginning and anothercuepoint at the end, the last cuepoint is the total length of thetrack. When that point is reached something happens anyway. But thescript still doesn't run. I don't know why it says that the list isexpected for handler and then shows the entire list in thedebugger. If I could just get it to go from page 1 to 2, but assoon as I start the program the error pops up.
    I fixed it!!!
    global gCuelist, gPageNos, gPage, gTrack

    on ChangePage

    if dmm_CDExtGetElapsedTrackMillisec() %26lt;%26gt;dmm_CDExtLengthTrackMillisec(gTrack) then

    repeat with k = 1 to gPageNos

    if dmm_CDExtGetElapsedTrackMillisec() %26gt;=getAt(gCuelist,k) and dmm_CDExtGetElapsedTrackMillisec() %26lt;getAt(gCuelist,k+1) then gPage = k

    end repeat
    go gPage

    end if
    end if

    end

    %26gt;%26gt;then gPage = k

    I'd change this to:

    then
    gPage = k
    exit repeat

    No sense iterating your whole list unless you need to. Withsuch a short
    list it likely won't matter, but it's good practice to alwaysdo this.

    --
    Dave -
    Head Developer
    www.blurredistinction.com
    Adobe Community Expert
    http://www.adobe.com/communities/experts/


  • msdn
  • Flash player 7 woes

    I am trying to reinstall my Quickbooks, but it won't without
    flash player 7. I go to the link to install, and all they have is
    flash player 9. I installed that, the Quickbooks reinstall still
    asks for flash player 7. Help..?

    init mc Loader works but not onPress...

    I have a array of all the images that need to loaded.
    Initially I want the first two images in the array to load but
    after that when the user clicks a button I want the corresponding
    image from the array to load. when the image loads it calls a
    preload function and once loaded it need to call a doEase function.
    this currently works for the first 2 images but when I click the
    buttons it loads the image calles the preload function but the
    preload function never completes and keeps looping. Where am i
    going wrong here is my code.init mc Loader works but not onPress...
    please someoneinit mc Loader works but not onPress...
    what are you trying to achieve with doEase?
    the doEase function moves the loaded image from position
    specified in the locationsArray to the position specified in the
    targetArray. On initial load this works great but when I try to
    load onPress it just load with out completing the preload function
    that then calls the doEase function
    this code is a little more clear.



    I load 2 images from the namesArray



    then onPress i am trying to load additional images from the
    nameArray but I am getting no luck
  • neutrogena
  • Rollover Buttons

    Cant't believe I'm asking this question! I have taken a
    picture of my workspace. The idea was that when I hover the
    keyboard for example it would display a message on the screen and
    when over the speaker and so on..... To do this, I took a picture
    of the image and drew a square over certain areas, made this a
    button and changed the alpha to zero. I thenj added the text on the
    over section. For some reason this will not work. I looked into
    another way of trying it, where I put the text on a seperate frame
    and added the following code so that when it rolled over it would
    go to that frame and when rolled out it would go back



    on (rollOver) {



    gotoAndPlay(3);



    }



    on (rollOut) {



    gotoAndPlay(1);



    }



    Can someone please tell me should these work, and if not,
    why, because I can't see anything wrong with either method?Rollover Buttons
    Method 1 doesn't work because you made the button alpha 0,
    also making the text invisible! haha



    Instead of making the alpha 0 you should have the button UP
    state empty and put in a HIT area for the button.



    For method 2 try

    on(rollOver){

    _level0.gotoAndPlay(1);

    )



    or gotoAndStop instead of play. Not sure without seeing a
    sample.Rollover Buttons
    Cherrs mate, worked a treat, there's me thinking I was
    starting to get used to this Flash craic

    Need script to go to cue points in big...

    I have an FLV with several cue points added via the FLV
    component. I want to have a button make the FLV file jump to these
    cuepoints - it's a demo reel of my video projects and I want the
    user to be able to skip sections if they want. Any ideas?
    TIA

    Email link in a dynamic text field

    I have a paragraph of scrollable dynamic text. I need to addan email link to one of the sentences. Is this possible? I can'tmake the line a button in the dynamic text paragraph. Can anyonehelp please.Email link in a dynamic text field
    make the textfield a dynamic textfield and use theasfunction().Email link in a dynamic text field
    where is this function? LI need alittle more info thanks somuch
    information about the asfunction() is in the flash helpfiles: actionscript 2.0 language reference/index/asfunction.
  • finger nails blue
  • Flex deployed on a large scale?

    We plan on developing a new product and Flex popped in my
    mind as a development platform. I know a good deal of Flex 1.5, but
    only used it for personal sites.



    My question is how well Flex behaves in a large scale
    environment to those who have deployed it in such. Server load will
    be at least thousand / day.



    Thanks!Flex deployed on a large scale?
    Well, I'm about to find out! The only concerns I have are the
    initial download, abilities of the client's computer, and my upload
    bandwidth.



    My initial download is ~2mb(i know its big, gotta reduce),
    everything runs fine on my pcs/macs.. but they're new, and my
    bandwidth is 1mbps up. I'm launching the site on March 1st, and
    moving from 3rd party hosting to our own server (already done, just
    gotta switch links). I get between 200-1600 loads per day.. average
    is ~500. I'm looking forward to the launch, and I'll post more info
    as I get it.



    note: I've been having a ton of fun developing the site in
    flex.. it's been a great learning experience.Flex deployed on a large scale?
    Hey phi2265,



    I'd like to check your site out when it's launched on Mar
    1st. Would you mind posting the address for us to check it out.
    Maybe your site give us some ideas for our own apps.



    John
    Yeah, no problem. I'm going to wait until then to post the
    link however. I'm still finishing and testing.



    Does anyone know of any other sites that use Flex or another
    RIA? It seems to me like there aren't many out there yet... is the
    concept just too new? I'm guessing things are still in development.



    Its nice to be on the edge of things, but frustrating
    sometimes.. I'm actually stuck on something right now, haha.






    I have something in the works *grin*



    Most are in development I believe. I have found that it takes
    a little bit of resourcefulness to get going since Flex 2 has not
    been out for *that* long. But I am a sponge for information so I
    have no problem scouring the blogs, etc to figure out how to piece
    my app together as a first crack at it.



    Since languages like Java, C++, Perl, CF, ASP, PHP, have been
    around for a while, the market seems to be saturated somewhat with
    these skills. You have guys with 10+ years of C++, etc. It's a good
    opportunity and time for us to put something together and I plan on
    taking full advantage of it!



    Just my two cents...



    -Westside
    Yeah I know what you mean. I've searched all over the web for
    solutions sometimes.



    Any sites that you frequent?

    I joined the flex coders group on yahoo..
    http://tech.groups.yahoo.com/group/flexcoders/
    theres a ton of info there.

    I've also found useful code on cflex.net




    Hmm... I made one medium sized application in 1.5 (approx 10
    screens, user access %26lt;1000 times per day) and it seems to be
    working alright for the client.



    Now I am working on a major application (over 20 main
    screens, and definately access%26gt;1000 times per day) and it is not
    going well. I am really worried about the bugs and memory issues of
    Flex 2.0. I have also not found a sure-fire way to address these
    potential issues. I can say this: for the size of application we
    are making, Flex and Flash Player just aren't up to the job.
    Compiled and executed as a single .swf application results in 755MB
    ram usage and for some reason a constant CPU access of 60% (Pentium
    4 proc.) after accessing every screen. And this is just FlashPlayer
    doing what it is supposed to. Me, not being a computer engineer,
    can't really address these problems. Flex and AS aren't C. I can't
    control memory usage with my code. By breaking up the huge
    application into smaller ones and then loading those via an
    SWFLoader I may be able to avoid this rampant resource hogging but
    it's sort of illogical from an application architecture standpoint
    because this is ONE application.



    As a developer, I can see plenty of places to streamline the
    application but this simply isn't possible when dealing with the
    client. They want this screen to look and act this way and that
    screen to look and act the other way. I can talk about how if both
    screens use the same layout and logic they can both use the same
    template class, share static resources, blah blah until I am blue
    in the face but it won't matter because they are the client and
    they decide how the application is going to look--at the expense of
    streamlining. That's just the real world. Then I have to somehow
    make it work.

    By the way... before you think ''just use view states!'', I do
    use those--and bitwise logic flags for more complicated
    configurations--it's still not enough, although it did cut approx
    160 screens in documentation form down to just 20 in
    implementation.



    In worst case scenarios, I have to deny the client what they
    want and if they ask me why, I have to reply ''it can't be done with
    Flex''. Then their satisfaction in the product drops. Flex suddenly
    isn't as incredible as it seemed at first. Doesn't matter how
    pretty and animated the screens are when if you run them over an
    hour your computer slows to a halt or .ttc fonts stop loading (HUGE
    issue here in Japan).



    I have yet to see a sample application that comes close to
    the scale of our current project: A library book browser? neat but
    that's just square one; A Commodore 64 emulator? cute. no place in
    business; A real-estate browswer? in our project that would be the
    equivalent of ONE SCREEN out of the entire application.



    I like Flex. It's fun--on a small scale. But I never want to
    develop a real world business application using it again. There are
    way more (and way more skilled) Java, JSP, PHP, etc. etc.
    developers out there than Flex developers who can make much more
    robust applications. It's a shame the client got caught up in the
    hype of Flex RIA before the technology was ready for the task.




    Very long story short: Beware using Flex for an involved
    application.



    It's going to require exponentially more time than a smaller,
    less ambitious project--especially if you don't purchase FDS. And
    oh my god implementing a Flex application on a legacy Struts
    framework... kill me now! As much as I hate ''page-refresh''
    applications, Flex (both 1.5 and 2.0) has not proven to be the
    god-send that I had hoped and dreamed it would be as a developer.
    What can you expect, though? It's only been out a few years.... And
    as far as clients' perspectives go, the price for FDS also
    certainly doesn't help make it appealing. That is why it is so
    embarrassing to tell them their dream application is quickly
    becoming an egregious memory hog.



    Anyway, good luck if you take on your project with flex. Just
    be careful!
    jpwrunyan,



    Sounds like your application is huge. Can I ask what it is?
    Mine is for a small newspaper. I have ~15-18 dynamic pages and a
    database, using FDS.

    Could you give us some info on your application, such as
    initial download size, what kind of content you are displaying, and
    whatever else you think would be relevant.



    I tried what you were talking about, and left my page up for
    24 hours, its still up and uses about 470MB of RAM. I haven't had a
    problem at all with processor usage, but then again all the
    Macs/PCs I have here are either dual CPU or dual core with
    1.5GB-4GB of RAM as well as decent GPUs. I have looked at my
    application from some of my PCs at home, all are single core (P4,
    AMD64, AMD AthlonXP, Centrino) with 512MB-1GB of RAM, and I haven't
    had much of an issue. I also haven't tested the application
    extensively on these machines yet. I'm going to cut back on some of
    the transitions and effects I have. The scroll/wipe effects and
    transitions seem to use a lot of RAM and processor cycles.



    A soltion to the problem of a lot of RAM being used might be
    to unload/reload the application when the program is idle. I can
    think of how this would be done, but without testing it I can't be
    sure that it will work, or even help. You might be able to detect
    when the application has been idle, for say.. 2 hours, or
    whatever.. after this 2 hours, you might be able to force the
    application to unload, then load again. I'm not sure if that would
    solve the problem of massive RAM usage, or even help at all.. but
    you might want to try it out on a sample application to see if it
    could work. Another thought along the same line is to unload
    resources as they are not being used, I have no idea if that is
    possible but might be worth looking into, I'm going to look into
    these things myself.



    Let me know what you think...





    Edit: More info--- the application currently uses 470MB of
    RAM and 6-15% CPU at idle. This is on my development machine, with
    an AMD 64 X2, dual 2.0Ghz, 4GB RAM, and 6800XT 256MB video card...
    running Windows XP 64bit.






    I have some potentially useful information...



    If you haven't read about deferred cration and container
    creationPolicy, you might want to go to the docs.



    Flex creates all components and containers in an application
    on load unless their creationPolicy is set to 'none'. You can set a
    container's creationPolicy to 'none' making it not be created on
    the application load. To make the container load, you call
    containerName.createComponentsFromDescriptors() . This noticably
    decreased my application startup time. However, I've decided not to
    use it because of the delay it causes when you call the container
    to be created. The delay is small, but it causes any appear effects
    you have to not show because the container takes too long to load.
    If you have no effects in the showEffect property of the container,
    this is probably still a good idea.

    The other option is ordered creation. You set
    creationProperty=''queued'' and creationIndex=''(number here)'' and all
    of the containers are loaded in the order you set, which results in
    a shorter percieved startup time.



    A few components/controls support the unload command. Those
    being Loader, LoaderInfo and SWFLoader. There is also an UNLOAD
    event. When using a Loader to load content, previous content is
    unloaded prior to the new content being loaded.. this doesn't seem
    like it would be very helpful in reducing RAM usage.



    I haven't been able to find anything on application idle,
    resume, or anything like that yet. Something might be able to be
    performed by using a timer and catching the mouse over or focus or
    something like that.. but its looking doubtful.




    I've been busy so I haven't had a chance to post this... but
    my site is live...

    Feel free to check it out and leave some
    feedback/comments/suggestions on here if you wish.


    www.suvozonline.com

    I know the initial load time is a little slow, I need to cut
    down size/quality of the embedded images.






    Jayson,



    I took a look at your site and think you would benefit by
    checking out this component created by Quietly Scheming.




    http://www.quietlyscheming.com/blog/2007/01/23/some-thoughts-on-doubt-on-flex-as -the-best-option-orhow-i-made-my-flex-images-stop-dancing/



    Good luck
    Woah thats awesome, that problem is annoying for me. I just
    downloaded the component. Looks like I'm going to learn something
    new today!



    Thanks!






    Jayson,

    sorry for the late reply.

    My application is a order receival, billing, and dispatching
    system. I really can't say too much about it. It is not an internet
    app. It is for use on an intranet. Anyway, my issues are all
    primarily related to garbage collection. I am overhauling the thing
    to use modules (as of 2.0.1) but still have a heck of a time with
    garbage collection. I think basically there are still too many bugs
    in the Adobe Flex framework components that haywire even modular
    apps (which are supposed to be able to readily free up resources).
    My shell app download is currently about a 300 meg. The internal
    modules are smaller (like 30-200 kb).



    I don't follow what you mean by reloading the application. Do
    you mean with navigateToURL()? In the middle of a task this could
    be a very bad thing as queried/processed data would be lost.
    Holding it in session or a local object, etc is the only thing I
    can think of in such a case and that is not something I want to
    debug.



    Anyway, for me it is not the application's static state that
    is the problem. It's when the user uses it over a long period of
    time, loading and reloading screens that don't get properly removed
    from memory that problems occur. Some memory leakage I can
    handle... but not megabytes worth per screen load. This inherent
    tendency to leak coupled with the extreme difficulty of not just
    finding the leak but also fixing it (if even possible! ie:
    PopUpManager) make me reluctant to consider Flex seriously as a
    large legacy application front-end.



    And before someone suggests it, let me add: weakly
    referencing listeners is not enough!
    Are you saying your swf file is 300 MB? How long have you
    been working on this application? Something is not right if the
    Shell is 300 meg? WOW , some operating systems are't much more than
    that. This is very unusual. I have been using flex since 2.0 came
    out and built several 20+ screen systems with no problems. Are you
    includinge a lot of data in the swf file or using remoting to get
    data as needed for each screen?
    jpwrunyan,



    Reloading the application is out of the question, it might
    not be possible anyway. That was just an idea I had, but I have
    since researched it.



    What is causing your shell application to be so large? Mine
    is ~2mb and I thought that was big. However, intranet is a
    different story. Especially if you're running on a gigabit or fiber
    network, then 300mb is nothing.





    CFFTP Problem An exception occurred...

    Hello,



    I have hosted my files one of the production server. now I
    need to established a connection from one server to other.

    this problem occurred when I open a FTP connection through
    CFFTP



    Error:

    An exception occurred when establishing a FTP connection. The
    cause of this exception was that: java.net.ConnectException:
    Connection refused: connect.



    Is anybody know the solution then please let me know.



    Thanks

    Regards



    Raheem

    Integration with ClearCase?

    I have read that RoboHelp X5 doesn't integrate properly with
    ClearCase, even though it claimed compatibility with any product
    that supports the SCC API. Does RoboHelp 6 properly support
    ClearCase?
  • neutrogena
  • drawRowBackground in DataGrid

    Hi

    Can someone give me an example on how to use
    drawRowBackground in a DataGrid. I want to colour some rows based
    on data in the columns.



    I saw Peter Ent's examples in his Blog but can not figure out
    how to use this in a %26lt;mx:DataGrid..... or %26lt;mx:DataGridColumn
    .....



    Here is his code on his Blog:
    http://weblogs.macromedia.com/pent/



    override protected function drawRowBackground(s:Sprite,
    rowIndex:int, y:Number, height:Number, color:uint,
    dataIndex:int):void

    {

    var dp:ArrayCollection = dataProvider as ArrayCollection;

    var item:Object;

    if( dataIndex %26lt; dp.length ) item =
    dp.getItemAt(dataIndex);

    if( item != null %26amp;%26amp; item.year %26lt; 20000 ) color =
    0xFF8800;

    else if( item != null %26amp;%26amp; item.year%26gt;= 2000 ) color
    = 0xFFFFFF;

    else color = 0x00CC00;


    super.drawRowBackground(s,rowIndex,y,height,color,dataIndex);

    }



    Thanks.



    drawRowBackground in DataGrid
    this site might help ya




    http://samples.faratasystems.com/AdvancedDataGrid/index.html



    JoShdrawRowBackground in DataGrid
    thanks very much josh. It was very helpful.


    Hi Josh,

    The site you mentioned is very useful. Do you know of any
    such site for Trees:)

    I tried to search but dint find any thing.



    TIA

    Chere

    mapID w/o topic file?

    For multiple application screens that are essentialyidentical, I'd like to create one help topic for CSH and point allthe similar screens to this topic. And, I'd like to simply createmapIDs for these similar screens without also creating files foreach. Essentially, can I have mapIDs for product screens withouthaving help files for them all?
  • dog
  • Sending form data

    Hello. I'm hoping someone can assist. I think this is
    probably pretty simple, but I only know basic Actionscripting --
    learning more as I go along. I have one input text field and a
    submit button. This is a small Flash form that I'm creating for a
    client to put on their website. I have this info from their
    developer to use for this form...



    // Form action url

    %26amp;form_action=http://webpage%26amp;

    //

    // Info Box Field Names////////////////

    %26amp;request_text_field_name=request_text%26amp;

    %26amp;p_user_id=2345%26amp;



    I just need to know how to use this in the Flash file to get
    the info to send. If this is fairly simple, I would appreciate it
    if someone could tell me how to do this, or point me towards a
    tutorial or something. Or just let me know that it's a bit
    complicated and I'll get someone else to do it for me! Thanks in
    advance!Sending form data
    In addition to the links you can get with some Googling, the
    examples in Flash help are a good starting point. Mostly depends on
    if you want to use XML or not:



    Without XML:

    1.
    LoadVars.sendAndLoad

    2.
    Using
    the LoadVars class



    With XML:
    XML.sendAndLoad



    There is also the Flash Pro data integration components to
    consider. These are for using the Flash UI components where the UI
    components can be bound to the data source without coding. Still a
    big leap in learning but nevertheless another way to go:


    Data
    Integration - Flash Components

    Note you can use Flash UI components with the LoadVars and
    XML above via ActionScript as well.



    Finally do not dismiss the Adobe site. It contains many free
    examples and tutorials. For data integration you may want to start:


    Adobe
    Site - Data Integration

    Can't adjust window size

    I want to adjust the window size to 1024x768, but it's stuck
    at 794x400 and if I click on the arrow to select another size, all
    of the other sizes are greyed out. How do I fix this?Can't adjust window size
    Un-maximize the Document Window, and you should get the other
    options back.





    --

    Patty Ayers | Adobe Community Expert

    www.WebDevBiz.com

    Free Articles on the Business of Web Development

    Web Design Contract, Estimate Request Form, Estimate
    Worksheet

    --



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

    news:erhrmq$fs4$1@forums.macromedia.com...

    %26gt;I want to adjust the window size to 1024x768, but it's
    stuck at 794x400 and

    %26gt;if I click on the arrow to select another size, all of
    the other sizes are

    %26gt;greyed out. How do I fix this?





    Can't adjust window size
    That worked, but when I select 1024x768, DW is still
    rendering the text MUCH smaller than when I view it in my browser,
    and I have my browser's text size set to medium. However, DW
    renders it like it would be at the smallest setting.
    Read Patty's post again. You need to unmaximize the DOCUMENT
    window, not

    the DW application window.



    --

    Murray --- ICQ 71997575

    Adobe Community Expert

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

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


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


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


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


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

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





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

    news:erhsl4$h5u$1@forums.macromedia.com...

    %26gt; Nope. The size displayed changes to 770x392 or whatever,
    but if I try to

    %26gt; select another size, all of the other sizes are still
    greyed out.






    That's what I did.
    Why is this useful to do, as opposed to previewing and
    resizing the browser

    viewport?



    --

    Murray --- ICQ 71997575

    Adobe Community Expert

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

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


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


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


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


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

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





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

    news:eri02c$l6o$1@forums.macromedia.com...

    %26gt; That's what I did.





    Reducing the number of sessions?

    Hi,



    I麓m trying to reduce the number of user麓s sessions
    opened by JRun. How can accomplish this goal?

    This can be configured in jrun.xml or the jrun-web.xml files
    ?



    Thanks in advance for your help,



    Carlos

    Importing SWF creates bitmap and graphic

    I've created my user interface in Photoshop %26gt;
    opened file in ImageReady and exported document as SWF for my Flash
    8 pro. When the SWF is imported to Library in Flash, the library
    gets a bitmap AND a graphic of each image.



    Can someone explain why?



    Which should I use on the stage?



    Do I need to keep both library items?



    *Confused*Importing SWF creates bitmap and graphic
    B_Milou,



    %26gt; I've created my user interface in Photoshop %26gt; opened
    file in

    %26gt; ImageReady and exported document as SWF for my Flash

    %26gt; 8 pro.



    Okay.



    %26gt; When the SWF is imported to Library in Flash, the
    library gets

    %26gt; a bitmap AND a graphic of each image.



    Photoshop is a raster image editor. It has some vector
    capability, but

    generally speaking, it creates bitmaps. It, coupled with
    ImageReady, may

    have the capability of exporting those bitmaps as SWF files,
    but those SWFs

    are merely ''wrappers'' for a bunch of bimap files.



    %26gt; Which should I use on the stage?



    If you want to tween these assets, you'll likely want the
    symbols (not

    the image files) on the Stage.



    %26gt; Do I need to keep both library items?



    Yes. The symbols merely hold the image files. If you delete
    the image

    files, the symbols will be empty.





    David Stiller

    Adobe Community Expert

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

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





    Importing SWF creates bitmap and graphic
    Thank you, David!
  • neutrogena
  • Viewing pages in different browsers

    I moved over to DW8 from GoLive because I had heard that itwould help with viewing problems in different browsers. I'm on aMac and the biggest problem is with Windows browsers. Images andeven tables are not where I had originally placed them - often notby much, but my designer self gets upset. Is there a bullet-proofway to keep everything in place? Thanks.Viewing pages in different browsers
    Painter51 wrote:
    %26gt; I moved over to DW8 from GoLive because I had heard thatit would help with
    %26gt; viewing problems in different browsers.

    You heard wrong. Both are just html editors. Both do the samething. The
    ONLY way you will be able to make browser 'compatible'layouts is to
    learn html and css.

    Its like anything else, once you are in full control you canmanipulate
    elements, until then you are relying on a software programeto do the
    job for you, and they do that quite well but sometimes notgood enough.

    Continue to do what you are doing but in your spare time takea look
    through the code, both html/css, and get familar with it.


  • outlook for market
  • Scheduled Tasks Seems To Have Gone...

    My configuration:



    MX 6.1, Windows Server 2003, SQL Server w/ SP4.



    Scheduled tasks have suddenly gone.. well, goofy! I have
    scheduled tasks (setup from within the CF Admin) running for months
    just fine.



    Today, if I pick just 1 tasks to run ''manually'' (i.e. - by
    user request), around 1/2 of the OTHER scheduled tasks run as well!



    The only odd thing in the logs is under the ''schduled tasks''
    log (which I have turned on in CF Admin). For every scheduled task
    that runs, there is a SECOND one, listing the name followed by
    ''Activating2'', which is NOT part of any of the names of my tasks,
    etc.



    I have searched the forums, and the Adobe CF Support for
    this, and have found nothing.



    I have rebooted, restarted, archived the log files.



    I will be back at 8:30PM EST - anybody want to help out and
    mull it over?



    I would REALLY appreciated any insight - I'm stumped.



    - Mike

    Enhanced tabs (blur tabs after clicking)

    Hi All,



    Just made some modification in my code for the Tabbed Panels
    widget:

    Before, when you clicked on a tab, it keeps the little dashed
    link outline (to show that the focus is on that link) until you
    click something else.

    This, in my opinion, takes away from the overall effect of
    the widget, and i thought it would look much better without it.

    So without further adue, here's the one line mod:



    in SpryTabbedPanels.js:



    351 this.addClassName(tabs[tpIndex], this.tabSelectedClass);

    352 this.addClassName(panels[tpIndex],
    this.panelVisibleClass);

    353 panels[tpIndex].style.display = ''block'';

    354 this.currentTabIndex = tpIndex;



    changes to:



    351 this.addClassName(tabs[tpIndex], this.tabSelectedClass);

    352 this.addClassName(panels[tpIndex],
    this.panelVisibleClass);

    353 panels[tpIndex].style.display = ''block'';


    354 panels[tpIndex].blur();

    355 this.currentTabIndex = tpIndex;



    I don't know if anyone will find this useful, but thought I
    would post it just in case someone out there was pondering about
    it. :D

    flashplayer help

    Im running windows xp and i can only get a video signal,
    audio will not play on any sites that use flashplayer. Maybe I need
    to allow some cookies when i download the player as I have been
    blocking all cookies to this point. Can someone suggest
    anything?

    Font changes back to default

    Does anyone why my font changes back to the default then my
    pages are uploaded. My CSS is attached.

    Check out www.oloughlinestates.ie to see what it looks like
    when uploaded.



    Font changes back to default
    On 20 Feb 2007 in macromedia.dreamweaver, tashmac wrote:



    %26gt; Does anyone why my font changes back to the default then
    my pages

    %26gt; are uploaded. My CSS is attached.

    %26gt; Check out www.oloughlinestates.ie to see what it looks
    like when

    %26gt; uploaded.




    http://www.oloughlinestates.ie/res_html_02_20_07/style.css



    %26lt;!DOCTYPE HTML PUBLIC ''-//IETF//DTD HTML 2.0//EN''%26gt;

    %26lt;html%26gt;%26lt;head%26gt;

    %26lt;title%26gt;404 Not Found%26lt;/title%26gt;

    %26lt;/head%26gt;%26lt;body%26gt;

    %26lt;h1%26gt;Not Found%26lt;/h1%26gt;

    %26lt;p%26gt;The requested URL /res_html_02_20_07/style.css was
    not found on this

    server.%26lt;/p%26gt;

    %26lt;hr%26gt;

    %26lt;address%26gt;Apache/2.0.52 (Red Hat) Server at
    www.oloughlinestates.ie Port

    80%26lt;/address%26gt;

    %26lt;/body%26gt;%26lt;/html%26gt;



    BTW: that Flash animation on the top of the page is annoying
    without

    adding anything significant to the site.



    --

    Joe Makowiec


    http://makowiec.net/

    Email:
    http://makowiec.net/email.php

    Font changes back to default
    Looks like you haven't uploaded your stylesheet to the remote
    server
    I have just uploaded it now but it hasn't made any difference
    it still goes to the default font
    Looks like Tahoma as specified - maybe you need to clear your
    cache?

    Ctrl+F5.

    btw it's worth having a couple/few more fonts in case the
    user doesn't have

    Tahoma (I know, unlikely but...)



    --

    Jo





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

    news:ergtco$8qg$1@forums.macromedia.com...

    %26gt;I have just uploaded it now but it hasn't made any
    difference it still goes

    %26gt;to the default font





    Problems with Flash Help!

    Hi, I'm having a trouble using Flash Help (F1). The fonts are
    too small. How can I change font size in Flash Help?Problems with Flash Help!
    I am having the same problem...I have tried going into IE and
    under view changing the text size there but it has no effect for
    Flash Help (F1) and I can't find a solution to this problem
    anywhere...



    Any help would be much appreciatedProblems with Flash Help!
    Get a magnifying glass? (just kidding).



    I found this (under Flash Help)...



    Changing the size of text displayed in the Help panel



    If you are using a laptop, you may find it useful to change
    the text in the Help panel to a larger size. You can change the
    size of the text in the Help panel by changing the size of the text
    in your web browser.



    To use your browser to change the size of the text displayed
    in the Help panel:



    Open your browser and edit the preferences to change the size
    of text in the browser to a larger size. You must restart Flash for
    the change to take effect.

    Tip: In Windows, you can change the size of the text in the
    Help panel by clicking in a Help topic, pressing Control, and
    scrolling the mouse wheel. This also changes the size of text in
    your web browser.
    I couldn't fix the problem by making the font bigger in the
    browser. But i found another solutions.



    Open Dreamweaver and press F1. On the upper part of the help
    panel you will find a drop-down list with the programs you've
    installed from Adobe. Choose Flash, right-click the newly loaded
    content and choose Make text bigger. Now close Dreamweaver and open
    Flash. If you had Flash opened all this time you will have to close
    it and reopen it to see the difference.



    Have fun with Flash!