Little red X inside white square box

Hi can anyone help me out with this problem? I have
a little red x inside of a white square box after I inserted a
slide show. The slide show works but the red X on top of the slide
show is their and I'm not sure how to get rid of it.
Here is the site:
http://www.digitallyfranks.com.
Here is the script: <table width="875" border="0"
cellspacing="0" cellpadding="0">
<tr><br>
<td width="640" height="480"><div
align="center"><img src="Wedding%20Photos.px">
<script language="javascript" src="
http://www.photodex.com/presenter.js"></script>
<script>
PresenterObject("ProShow","objectname","Wedding%20Photos.px",640,480,true);
</script></div></td>
<td width="360"><div align="center"><img
src="web_0214.jpg" width="321"
height="455"></div></td>
</tr>
Not sure if I put the script in the proper place.
Geez I hope someone out their in DM MX2004 land can help me
out.
Thanking you in advance.
Frank

Pilot3 wrote:
> Hi Michael, Photodex uses the px extension. I changed
the extension to .jpg and
> it the slide show works but the red X on top of the show
is still their. I
> wonder if its looking for a photo that used to be in
that table and I deleted
> it and put in the slide show in the same spot.
Did you just change the file extension? If so, that is why it
wont work,
it needs to be a jpg file, not just a px file with a jpg
extension.
Photodex needs to output a jpg, if it can't, then this file
can not be
used on the internet.
Dooza
Posting Guidelines
http://www.adobe.com/support/forums/guidelines.html
How To Ask Smart Questions
http://www.catb.org/esr/faqs/smart-questions.html

Similar Messages

  • Only white square box appear when taking photo using camera

    Hi,
    Anybody who can help me. When I take photo, all that appears in photo roll is just empty square box and cannot even save any taken photos.
    Please help

    Hey,
    If you can't see the photos when you tap them, there may be a case or protective film covering the iPhones camera. Try testing after removing any 3rd-party accessories.
    If the issue persists after removing the case try resetting or restoring the iPhone.
    You can reset the iPhone by holding the Home and Sleep/Wake buttons until you see the Apple logo as described here: http://docs.info.apple.com/article.html?artnum=305743
    This article: http://support.apple.com/kb/HT1414 will walk you through restoring the iPhone.
    -Jason

  • Square Box in AE showing up in Premiere

    I'm using Dynamic Link to edit 2 clips from Premiere in After Effects. There is a white square box with a dot in the center in the composition window in AE... I can't get it to turn off and it is showing up in Premiere... and is visible when exporting etc.  Can anyone tell me how to turn the box/dot off in After Effects?

    Without a screenshot and more details there is no way to have any idea of what you are looking at. The only guess that I have is that you have an unregistered plug-in in AE.

  • Small white square with a plus sign in it right in the middle of page!

    I am ready to print my document, I used a template to create a great document...the only problem is that right in the middle is a tiny white square box with a plus sign in it, and I can't figure out how to make it go away! Please help me!!!

    Nevermind. I finally figured it out. I had text boxes overlapping. Ugh. Time to take a break!

  • What is the little red square with a E inside mean

    When I look at music to buy I notice a little Red Box with a E inside it, what does this mean please ( red box with a E inside ) , Thankyou

    I'm glad someone else asked this question. They should really find a new way to mark something as explicit because I was not sure if it meant explicit or edited. Yes, even thou I know some songs/albums have the word edited in the description.

  • When I forward an e-mail with pictures, no picture is received--only a white box with a little red x..

    In my inbox, when I try to forward a forward I have received, which contain pictures, the pictures are not received by the party I am forwarding it to. Instead, it shows only white boxes with little red x's in the corners.

    Sorry, Firefox doesn't do email, it's strictly a web browser.
    If you are using Firefox to access your mail, you are using "web-mail". You need to seek support from your service provider or a forum for that service.
    If your problem is with Mozilla Thunderbird, see this forum for support.
    [https://support.mozillamessaging.com/en-US/home] <br />
    or this one <br />
    [http://forums.mozillazine.org/viewforum.php?f=39]

  • What are the little red squares on the lower left hand corner of a movieclip in the actions panel?

    What do the little red squares on the lower left hand corner of the movieclips in the actions panel mean?  [Fig. 1]
    I'm working off this template in Flash CS3, that's using ActionScript 2.0 actually.
    I don't know whether or not that means anything in regards to the above inquire?
    Again, any help is appreciated.
    Fig.1

    OK, I think I might have figured this out.
    First. You guys keep insisting it's the Movie Explorer. It is not. It is the Actions Panel. You can see for yourself. Option+F9 opens the Actions Panel. Option+F3 opens the 'Explorer Window'. They are similar in appearance but they're not the same thing. They're just not.
    Second. I believe that the red dots on the movieclips, and also buttons, indicates when there is actionscript directly on the movieclip and/or button, as oppose to actionscript written on a frame within a movie clip and/or button.
    You really have to pay special attention to the top of the Actions Panel right next to where it says 'Actions' there's a dash '–' and then it says either 'Frame', 'Movie Clip', or 'Button'. This indicates exactly where you're about to write script to, or where you're reading the script from, so it's important to pay attention to this.
    That left side pane, in the Actions Panel, is divided by 'Scene' and by 'Symbol Definition(s)' and it's confusing because it's possible to have a symbol appear more than once depening on where the actionscript is located (i.e. on a frame or on the movie clip or button itself).
    For example if you have script on a FRAME within movie clip A, it'll appear in the SYMBOL DEFINITION(S) pane, without a red box, but if you were to write script on movie clip A itself, it would still not have the red box on it in the SYMBOL DEFINITION(S) pane, BUT it would appear again as movie clip A in the SCENE pane, and this time it would appear with the red box next to it, casue it now has actionscript directly on the movie clip itself. Wow, how confusing is that ha. 
    Keep in mind that if you made a movie clip B, within movie clip A, and if you placed actionscripts directly on movie clip B, NOT on a frame, then movie clip B would get a red box and appear UNDER movie clip A, within the SYMBOL DEFINITION(S) pane, NOT the SCENE pane. Ha.
    If you wrote script on a FRAME within movie clip B it would appear in the SYMBOL DEFINITION(S) again, yes a second time, twice, but WITHOUT a red box. Confused yet? ha.
    I don't know why Flash decided to do it this way. But it starts to make sense when you're actually viewing it, when it's in front of you. I think this is just for actionscript 2.0 (and for actionscript 1.0 presumably), but I don't think this is the case for ActionScript 3.0, because in as3 it's all instance name based, and targeting based, so there's no such thing as writing script directly onto a symbol of any kind, button, movie clip or otherwise.
    But yeah, that's it in a nutshell.
    Thanks for trying to help anyway.

  • What is the little square box in the string constant input?

    Hello LabVIEW World -
      I am attempting to understand a LabVIEW code that I did not write.  At one point, there is a string (Equal?) comparison that is comparing a string from a VISA Read to a string constant input.  The string constant has a little square box inside of it.
      Does anyone know what this little square box is?  (See attached screenshot)
      Thanks.
    DS
    Attachments:
    LittleSquare.JPG ‏69 KB

    When I place string constants like this I will display then either as hex or in the codes mode. Either of these will make the code more readable. Using the default ASCII string display is useless other than letting you know it is an unprintable character.
    Mark Yedinak
    "Does anyone know where the love of God goes when the waves turn the minutes to hours?"
    Wreck of the Edmund Fitzgerald - Gordon Lightfoot

  • Hello, when viewing our site on an IPad, there is a little white square at the bottom of the screen.

    hello, when viewing our site on an IPad, there is a little white square at the bottom of the screen.

    Try giving it a reset. Hold the sleep and home keys, past when you see the red powerdown slider and until you see the silver apple. Let it reboot and see if that helps.

  • Overset text / text threading / little red box / shortcut ??

    When I have overset text, there is a little red box with an X in it.
    I click on it, and then I can "thread" the text into another text box.
    However, sometimes it is hard for me to click on that little red box — I click and I click, until FINALLY I get it.
    Is there a shortcut ?  They put the little red box RIGHT NEXT to another little square.

    Is there a shortcut ?  They put the little red box RIGHT NEXT to another little square.
    I think that was the live corners tool? I can't remember, I turned it off ASAP because it interfered with me getting at the overset text indicator. Yup, it was View -> Extras -> Hide Live Corners. Especially frustrating when you're dealing with many small text frames.
    Sometimes - especially when someone has not used layers in a document and I'm dealing with a single layer with a stack of twenty overlapping objects - I find it easier to draw a new text frame, then click on its in-port and connect it to the out-port with the red symbol/overset text indicator. Because  it's true, it's sometimes awfully difficult to get to the outport to load up your place gun with the overset text.

  • ERROR: red-white checkered box when exporting Motion effects from FCP-COMPR

    Hello, im having an export issue with motion clips inside Final Cut Pro 2.
    I exported the shortfilm using quicktime-same as project.
    Suddently in the exported file i get red and white chekered box where the motion effect takes place.
    Im using chroma to replace images from a tv set, i use the same effect around 15 times across the shortfilm, but only in two places it shows this red & white box...
    Does anyone knows why this happens, how can i solve it?
    I tird to export using compressor, but in compressor´s preview window, it shows exactly this red and white box everytime my motion efects apears.
    PLEASE HELP!!!!
    Thanks a lot for any suggestion
    ger

    sorry for a mistake, im working on Final cut Studio 2

  • I'm having problem with text boxes.  Whenever i hit the enter button to start a new line or paragraph, the cursor doesn't drop down to the next line.  Instead i get this little red + sign in the box.

    I'm having problem with text boxes.  Whenever i hit the enter button to start a new line or paragraph, the cursor doesn't drop down to the next line.  Instead i get this little red + sign in the box.

    You are absolutely right.  Thought Enter meant Enter.  I was wrong.  Thank you for the help.
    Rod Rogers, Broker
    Accredited Land Consultant (ALC)
    Metcalf Land Company, Inc.
    Office: 864-585-0444
    Mobile: 864-316-0297
    Fax: 864-583-6000
    <http://www.metcalfland.com> www.metcalfland.com

  • I reinstalled my windows xp now the firefox icon on my desktop is now a white square with the firefox inside

    I reinstalled my windows xp now the firefox icon on my desktop is now a white square with the firefox inside how do I fix it

    Did you try to change that icon in the Properties via the right-click context menu?

  • Little white dialog boxes - no data.

    I'm getting little white dialog boxes all the way across the screen that contain no data when using Safari. They can be closed and expanded and seem to appear infrequently.
    Any idea what they are?
    Thank you for responses.

    I'd start by setting Safari - Preferences - Extensions to Off & seeing if that makes any difference.

  • How do I change my notifications so that the little red dot appears when I get a new Facebook/Twitter/Four Square update?

    When i get a new facebook message or tweet the little red dot does not appear on my phone. Does anyone know what I need to do?

    Try Settings>Notifications>Twitter>Badge Icon>ON. Do the same for Facebook and any others. See if that helps.

Maybe you are looking for

  • IPod not recignised as a device in iTunes, although in Windows

    I have two problems (which are possibly linked). (1) In iTunes when I connect my iPod, the 'Device' option does not come up. I have tried several times, but nothing. The iPod just charges. So I cannot copy music into my iPod this way. For info, I hav

  • Edit the  results list in  sql developer 1.5

    Hi is there someone that know if it is possible to make a querry in sql developer and then edit in the results list? I have tryed but can not se how. In my company we are using both toad 9.7 and sql developer and the users would like to update the da

  • Bankdetails mapping

    I am trying to set up the customer repository that comes with MDM 5.5 sp5. <br><br> The steps I followed <br> <li>Extracted countries and other details using program ZMDME_EXTRACT_CUSTOMERS_553 <li>Extracted the bank deatils xml using program ZMDME_E

  • Actionlist not found

    Trying to upgrade my Flash Player... I'm on a Mac (personal hotspot not broadband). Keeps coming up with Actionlist not found, installation unsuccessful.

  • Percent complete field

    HI Gurus, I am Brand new to cProjects. My task is in a project there are different tasks. when user set the task status to Complete in Basic Data TAB, then the Percentage of completion field in Additional data TAB should set to 100%. Is anybody come