Flash not showing up online

I have inserted a flash file but it's not showing up online.
First time doing this so I must of missed something.
http://www.seabuilt.com/new/demo.php
Here is my code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
Transitional//EN" "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="
http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=utf-8" />
<title>Seabuilt - Access Plate Systems</title>
<style type="text/css">
<!--
body {
background-image: url(images/index_ext.jpg);
background-repeat: repeat-x;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #365023;
-->
</style>
<link href="_css/styles.css" rel="stylesheet"
type="text/css" />
<script type="text/javascript">
<!--
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new
Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0;
i<a.length; i++)
if (a
.indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a;}}
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr;
for(i=0;a&&i<a.length&&(x=a
)&&x.oSrc;i++) x.src=x.oSrc;
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document;
if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document;
n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for
(i=0;!x&&i<d.forms.length;i++) x=d.forms[n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++)
x=MM_findObj(n,d.layers
.document);
if(!x && d.getElementById) x=d.getElementById(n);
return x;
function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new
Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a))!=null){document.MM_sr[j++]=x;
if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
//-->
</script>
<style type="text/css">
<!--
-->
</style>
<script src="Scripts/AC_RunActiveContent.js"
type="text/javascript"></script>
</head>
<body
onload="MM_preloadImages('images/internal_topnav_roll_03.jpg','images/internal_topnav_rol l_04.jpg','images/internal_topnav_roll_05.jpg','images/internal_nav_roll_02.jpg','images/i nternal_nav_03.jpg','images/internal_nav_roll_06.jpg','images/internal_nav_roll_03.jpg','i mages/internal_nav_roll_04.jpg','images/internal_nav_roll_05.jpg')">
<div align="center">
<table id="Table_01" width="820" height="830" border="0"
cellpadding="0" cellspacing="0">
<tr>
<td rowspan="6"><img src="images/internal_01.jpg"
width="29" height="830" alt="" /></td>
<td colspan="2"><a href="index.php"><img
src="images/internal_topnav_01.jpg" alt="SeaBuilt Logo" width="427"
height="78" border="0" align="left" /></a><img
src="images/internal_topnav_02.jpg" width="121" height="39" alt=""
/><?php include('_includes/include_inttopnav.php');
?><br />
<img src="images/internal_topnav_06.jpg" width="337"
height="39" alt="" /></td>
<td rowspan="6"><img src="images/internal_03.jpg"
width="27" height="830" alt="" /></td>
</tr>
<tr>
<td colspan="2"><img
src="images/internal_header_demo.jpg" width="764" height="86"
alt="Access Plate Demo" /></td>
</tr>
<tr>
<td colspan="2"><img
src="images/internal_nav_01.jpg" width="38" height="49" alt=""
/><?php include('_includes/include_intnav.php'); ?><img
src="images/internal_nav_07.jpg" width="39" height="49" alt=""
/></td>
</tr>
<tr>
<td width="203" valign="top"
background="images/sidebar_ext.jpg" bgcolor="#E6E6E6"><a
href="demo.php"><img src="images/internal_main_03.jpg"
alt="access plate demo" width="203" height="99" border="0"
/></a><br />
<div id="sidecontact">
<p><span class="style2">Contact
Us</span><br />
Phone: (360) 756-0495 <br />
Fax: (360) 395-7959 <br />
E-mail: <a
href="mailto:[email protected]">[email protected] <br
/></a>Hours: M-F 8:00am - 4:30pm <br />
PO Box 31218 <br />
Bellingham, WA 98228 </p>
<p>Patent No. 5,481,790<br />
</p>
</div>
</td>
<td width="561" height="510" valign="top"
bgcolor="#FFFFFF"><div id="intmaintext">
<h1 class="style6">
<script type="text/javascript">
AC_FL_RunContent( 'codebase','
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','wid th','480','height','360','src','_flash/demo','quality','high','pluginspage','http://www.ma cromedia.com/go/getflashplayer','movie','_flash/demo'
); //end AC code
</script><noscript><object
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"
width="480" height="360">
<param name="movie" value="_flash/demo.swf" />
<param name="quality" value="high" />
<embed src="_flash/demo.swf" quality="high" pluginspage="
http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" width="480"
height="360"></embed>
</object></noscript>
</h1>
</div></td>
</tr>
<tr>
<?php include('_includes/include_footer.php'); ?>
</tr>
</table>
</div>
</body>
</html>

Hi.
Have you upload the Scripts folder?
"redstonegirl" <[email protected]>
escribió en el mensaje
news:[email protected]...
>I have inserted a flash file but it's not showing up
online. First time
>doing
> this so I must of missed something.
>
>
http://www.seabuilt.com/new/demo.php
>
> Here is my code:
>
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
Transitional//EN"
> "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
> <html xmlns="
http://www.w3.org/1999/xhtml">
> <head>
> <meta http-equiv="Content-Type" content="text/html;
charset=utf-8" />
> <title>Seabuilt - Access Plate
Systems</title>
> <style type="text/css">
> <!--
> body {
> background-image: url(images/index_ext.jpg);
> background-repeat: repeat-x;
> margin-left: 0px;
> margin-top: 0px;
> margin-right: 0px;
> margin-bottom: 0px;
> background-color: #365023;
> }
> -->
> </style>
> <link href="_css/styles.css" rel="stylesheet"
type="text/css" />
> <script type="text/javascript">
> <!--
> function MM_preloadImages() { //v3.0
> var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new
Array();
> var i,j=d.MM_p.length,a=MM_preloadImages.arguments;
for(i=0;
> i<a.length;
> i++)
> if (a
.indexOf("#")!=0){ d.MM_p[j]=new Image;
> d.MM_p[j++].src=a;}}
> }
>
> function MM_swapImgRestore() { //v3.0
> var i,x,a=document.MM_sr;
for(i=0;a&&i<a.length&&(x=a
)&&x.oSrc;i++)
> x.src=x.oSrc;
> }
>
> function MM_findObj(n, d) { //v4.01
> var p,i,x; if(!d) d=document;
>
if((p=n.indexOf("?"))>0&&parent.frames.length) {
> d=parent.frames[n.substring(p+1)].document;
n=n.substring(0,p);}
> if(!(x=d[n])&&d.all) x=d.all[n]; for
(i=0;!x&&i<d.forms.length;i++)
> x=d.forms[n];
>
for(i=0;!x&&d.layers&&i<d.layers.length;i++)
> x=MM_findObj(n,d.layers
.document);
> if(!x && d.getElementById)
x=d.getElementById(n); return x;
> }
>
> function MM_swapImage() { //v3.0
> var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new
Array;
> for(i=0;i<(a.length-2);i+=3)
> if ((x=MM_findObj(a))!=null){document.MM_sr[j++]=x;
if(!x.oSrc)
> x.oSrc=x.src; x.src=a[i+2];}
> }
> //-->
> </script>
> <style type="text/css">
> <!--
> -->
> </style>
> <script src="Scripts/AC_RunActiveContent.js"
> type="text/javascript"></script>
> </head>
>
> <body
>
onload="MM_preloadImages('images/internal_topnav_roll_03.jpg','images/internal_t
>
opnav_roll_04.jpg','images/internal_topnav_roll_05.jpg','images/internal_nav_rol
>
l_02.jpg','images/internal_nav_03.jpg','images/internal_nav_roll_06.jpg','images
>
/internal_nav_roll_03.jpg','images/internal_nav_roll_04.jpg','images/internal_na
> v_roll_05.jpg')">
> <div align="center">
> <table id="Table_01" width="820" height="830"
border="0" cellpadding="0"
> cellspacing="0">
> <tr>
> <td rowspan="6"><img
src="images/internal_01.jpg" width="29"
> height="830" alt="" /></td>
> <td colspan="2"><a href="index.php"><img
> src="images/internal_topnav_01.jpg" alt="SeaBuilt Logo"
width="427"
> height="78"
> border="0" align="left" /></a><img
src="images/internal_topnav_02.jpg"
> width="121" height="39" alt="" /><?php
> include('_includes/include_inttopnav.php'); ?><br
/>
> <img src="images/internal_topnav_06.jpg" width="337"
height="39"
> alt=""
> /></td>
> <td rowspan="6"><img
src="images/internal_03.jpg" width="27"
> height="830" alt="" /></td>
> </tr>
> <tr>
> <td colspan="2"><img
src="images/internal_header_demo.jpg"
> width="764"
> height="86" alt="Access Plate Demo" /></td>
> </tr>
> <tr>
> <td colspan="2"><img
src="images/internal_nav_01.jpg" width="38"
> height="49" alt="" /><?php
include('_includes/include_intnav.php'); ?><img
> src="images/internal_nav_07.jpg" width="39" height="49"
alt="" /></td>
> </tr>
> <tr>
> <td width="203" valign="top"
background="images/sidebar_ext.jpg"
> bgcolor="#E6E6E6"><a href="demo.php"><img
> src="images/internal_main_03.jpg"
> alt="access plate demo" width="203" height="99"
border="0" /></a><br />
> <div id="sidecontact">
> <p><span class="style2">Contact
Us</span><br />
> Phone: (360) 756-0495 <br />
> Fax: (360) 395-7959 <br />
> E-mail: <a
href="mailto:[email protected]">[email protected] <br
> /></a>Hours: M-F 8:00am - 4:30pm <br />
> PO Box 31218 <br />
> Bellingham, WA 98228 </p>
> <p>Patent No. 5,481,790<br />
> </p>
> </div>
> </td>
> <td width="561" height="510" valign="top"
bgcolor="#FFFFFF"><div
> id="intmaintext">
> <h1 class="style6">
> <script type="text/javascript">
> AC_FL_RunContent(
> 'codebase','
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#
>
version=7,0,19,0','width','480','height','360','src','_flash/demo','quality','hi
> gh','pluginspage','
http://www.macromedia.com/go/getflashplayer','movie','_flash/
> demo' ); //end AC code
> </script><noscript><object
> classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
> codebase="
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
> rsion=7,0,19,0" width="480" height="360">
> <param name="movie" value="_flash/demo.swf" />
> <param name="quality" value="high" />
> <embed src="_flash/demo.swf" quality="high"
> pluginspage="
http://www.macromedia.com/go/getflashplayer"
> type="application/x-shockwave-flash" width="480"
height="360"></embed>
> </object></noscript>
> </h1>
> </div></td>
> </tr>
> <tr>
> <?php include('_includes/include_footer.php'); ?>
> </tr>
> </table>
> </div>
> </body>
> </html>
>
>
>

Similar Messages

  • LENOVO A6000 theme center not showing any online themes

    Hii,
    I cant change my phone theme as the theme center is not showing any online themes, which becomes very awkward infront of other mobile users ,like peoplr using XAOMI ,MICROMAX,SAMSUNG. please give the necessary response to this ,as i cant change the phone theme.

    I don't know if the new "Import Theme" feature will be supported on the A6000.The topic is discussed here->> http://forums.lenovo.com/t5/K-S-and-Vibe-Series/quot-Import-Theme-quot-will-be-supported-in-Lenovo-S...
    Regards.
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as ''ACCEPT AS SOLUTION"! 
    Unsolicited PM's will not be answered! ....Please post your question/s in the appropriate forum board.
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество

  • Paid off edge balance but receipt is not showing up online

    I have the paperless billing. I just recently paid off my edge balance so I can get a new phone. I didn't have the original edge phone anymore because I lost it and didn't have insurance, so I could not trade in the phone I have now to edge up again. So I paid off the balance thinking I could get a new phone after that but then I find out I have to wait 30 days! I want to get the payoff receipt so I can switch to tmobile. But my receipt is not showing up online!! what should I do? They took the money out.

    T-Mobile does not pay back EDGE plans and only ETFs.

  • Flash 8 SWF not showing up online

    Hi all,
    I have a flash SWF file that I embedded in an HTML page
    through Dreamweaver. When I upload it to my site, it doesn't show
    up. All I get is a dotted line box around where the file is suppose
    to be. I isolated that earlier flash version work seemlessly but
    this is Flash 8 with a skin.
    When I test from Dreamweaver or publish a HTML page from
    Flash, it works perfectly.
    Anyone run into thisproblem yet? Any clues would be greatly
    appreciated.
    Thanks
    Tim

    Sorry.
    I created the SWF file in Flash 8 using the FLVplayback
    component. Then in Dreamweaver imported the SWF file like I have
    done many times before. I uploaded the SWF, Skin.SWF, and the html
    file to the server and when I go to the page the flash file does
    not show up. Just a dotted box when my mouse is over the area.
    here's the link.
    http://www.juf.org/test/flashtest.htm

  • Pictures not showing up online.

    Some pictures are not showing up for me online.
    For example, when I do a search on photobucket, I just get a ton of little blue boxes with question marks where the pictures should be displayed.
    Help please?

    Fantastic news, and Thank You!
    You had a DNS issue... DNS is where you type in apple.com and it goes to a server and looks it up the number & comes back with Address: 17.254.3.183, which is what the computer really needs to get there.
    This may happen hundreds of times per page.
    Either the DNS servers of your ISP are flaky, (getting more common/frequent), or you never had any, or the ones stored in the Router/Modem weren't getting passed to/used by your Mac, etc.

  • Flash not showing up in DW Template

    I have a DW template page that contains a flash element at
    the top and when I apply it to my pages and upload the pages the
    flash is missing. I thought it was a problem with where the swf
    resided, but I've put the swf file in the images folder, I put it
    in it's own swf directory and now it's in the same directory as the
    temp. Still not showing up. I'm using CS3. Anyone have any
    suggestions?
    Here is one of the pages...
    http://www.nlf.com/osprey/html/services_overview.html
    Thanks

    Remove your Flash from that page. Then reinsert it, and when
    you do, make
    the link to the Flash file ROOT RELATIVE.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "ich_kann_schnell_laufen"
    <[email protected]> wrote in message
    news:g26rau$2un$[email protected]..
    >I have a DW template page that contains a flash element
    at the top and when
    >I
    > apply it to my pages and upload the pages the flash is
    missing. I thought
    > it
    > was a problem with where the swf resided, but I've put
    the swf file in the
    > images folder, I put it in it's own swf directory and
    now it's in the same
    > directory as the temp. Still not showing up. I'm using
    CS3. Anyone have
    > any
    > suggestions?
    >
    > Here is one of the pages...
    >
    >
    http://www.nlf.com/osprey/html/services_overview.html
    >
    > Thanks
    >

  • Messages typed on phone not showing in online messages?

    When I type a text on my phone and go online to review discussion, some of the msgs are not showing up. Also, when I type a text from online there not showing on phone, aren't these suppose to sync?

    i am using a macbook and using the address book program with the OS
    i ended up buying PhoneView and just getting the missing contacts off the phone then resyncing the phone and replacing all the contacts
    they are all in my phone twice under the search for some reason but i am not really caring at this point cause i have them all back where they belong
    i could use some help in trying to get rid of the doubles in spotlight
    and some insight into what the **** happened

  • Flash not showing up

    First of all thank you in advance whomever may help me.
    Here's my issue:
    I am currently working on this site
    FiveStarTrumpet and I
    have a flash object at the very top of the page that will not show
    up. I have went and checked the page source and it's there but not
    at the same time. So I copied the page source and pasted it into a
    blank page in DW, just to see if maybe the server added some junk
    somewhere that I couldn't see and it shows up fine in DW. I have
    never had this issue before and am baffled by it. It's not even
    showing a broken link or anything on the page itself. I used
    FireFox 2.0.0.1 and IE 6.0 and it didn't show up in either. I'm
    still on WinXP so I have not changed any settings as far as the OS
    is concerned either. If any more info is needed please let me know.
    Thanks,
    James

    This is how DW8.0.2 inserts Flash to get around the EOLAS
    changes in IE. If
    you read through the entire code, you'd understand what is
    happening. Your
    changes will reverse all of this. Not desirable....
    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 & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "envision3d" <[email protected]> wrote in
    message
    news:ergrih$6tr$[email protected]..
    >I just noticed something. Your have your flash with
    <noscript> tags, which
    >only shows when a user doesn't have javascript enabled.
    try removing the
    ><noscript> tags from around the swf.

  • HTML Snippets not showing on online site.

    Hi, I really hope someone can help me. Basically my Html snippets/widgets are not appearing on my online website. They are there when i publish to my desktop but as soon as i publish it online they disappear?..I can however see them in the public html content file but they seem to be in a widget html file of their own and not part of the main html page source file.
    Is this why i can't see them?..Do i need to move the html widget file to view it as part of the page.
    All suggestions welcome..MAny thanks.
    Ali

    Thanks, I did need to do what you suggested and it has me half way there. The only thing is now the graphics of the html button i created are not showing only the 'text of the paypal link' where the button should be, the link works, it's just the buttons not there..
    Anymore suggests please.
    Thanks,
    Ali

  • After loading, why does adobe flash not show up in add on manager - using firefox 5.0

    Loaded adobe flash 10.3.181.34 and it worked fine. However, it does not show up in Firefox add-on manager - using Firefox version 5.0. Running win xp pro sp-3

    shows up as shockwave not flash

  • Titles/text not showing up online

    Just created pages/album with the black background theme.
    the text/titles are NOT showing online.
    what gives? thanks.

    Could it be that the text is black and not showing up against the background. Click and drag the cursor over the page in the browser to see if the text shows up.
    In iWeb go to the Album page where the thumbnails are displayed click on one and do a Select All. Next click on the Font button at the bottom and in the Font pane click on the 3rd button from the left, the one with the green square. There you can set the color you want.
    This demo page has the first picture's text set to the background color so you can see the effect of dragging the cursor over it to see the hidden text.
    OT

  • Video Player Not Showing Up Online

    I've gone through the process of trying to put a flash video
    online (
    http://www.communitymx.com/content/article.cfm?cid=A98BB).
    I can see the gray box with f icon in Dreamweaver, but can
    not see it online via my Mac (Friefox) or PC (IE):
    http://miamiradioadvertising.com/special/carlin.html
    I've uploaded all the files (including the skins, the page,
    and the .flv files).
    Any ideas of the problem?

    At a quick glance, all your files seem to be there, but I
    notice your
    Scripts folder is in the site root folder, and all your other
    files are in
    the special folder. Might be something wonky there.
    If you are on a Linux server, you might double check the
    upper * lower case
    matching between your links and file/folder names.
    Does your host confirm the mime type support for flv ?
    "glm96" <[email protected]> wrote in message
    news:frpa8j$e6q$[email protected]..
    > I've gone through the process of trying to put a flash
    video online
    > (
    http://www.communitymx.com/content/article.cfm?cid=A98BB).
    >
    > I can see the gray box with f icon in Dreamweaver, but
    can not see it
    > online
    > via my Mac (Friefox) or PC (IE):
    >
    http://miamiradioadvertising.com/special/carlin.html
    >
    > I've uploaded all the files (including the skins, the
    page, and the .flv
    > files).
    >
    > Any ideas of the problem?
    >

  • New IE object fix makes flash not show in other browsers

    I have a page containing a flash movie. When I open the html
    page in Dreamweaver, it gives me a message saying 'this page
    contains <object> tags that may not work properly in the most
    recent versions of Internet Explorer. To correct this problem, you
    can convert these tags to browser-safe scripts. Do you want
    Dreamweaver to convert these tags for you?
    However, when I do this, my flash movie does not show up in
    my browsers (mac Firefox and/or Safari).
    What do I need to do to correct this?

    If you had js errors turned on in your IE, then when you
    opened this first
    link, you would see an error on line 16, stating "Object
    expected". This
    means that IE is not finding your referenced function -
    <script type="text/javascript">
    AC_FL_RunContent( 'codebase','http
    on the page. This happens because this file -
    <script src="Scripts/AC_RunActiveContent.js"
    type="text/javascript"></script>
    has not been uploaded. Please upload the Scripts folder and
    you will see
    things begin to work.
    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 & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Jonibean" <[email protected]> wrote in
    message
    news:elv77f$di1$[email protected]..
    > Sure, the page is at:
    >
    >
    http://www.amandaforsyth.com/dynamictest2.html
    >
    > The regular code (that flash creates) is at:
    >
    >
    http://www.amandaforsyth.com/dynamictest.html,
    which works fine.

  • Facebook contackts are not showing in online list ...

    i have skype version 7.4.0.102
    i have update my skype to this version today after long time not use it.
    but after the update when i wane add my facebook contacts to my skype list again its showing this more that i most ask a request to add my facebook contacts again on my skype list and this was not the problem with the version before the update.
    this problem is also with the contacts i have that use messenger there are also not showing on the online list is there are online.

    Hi and welcome to the Skype Community,
    Please have a look here: http://community.skype.com/t5/News-and-Announcemen​ts/Important-notice-for-Facebook-users/ba-p/395181​...
    Follow the latest Skype Community News
    ↓ Did my reply answer your question? Accept it as a solution to help others, Thanks. ↓

  • Backup assistant contacts not showing up online

    Hello,
    I am using backup assistant for the first time so that I can import my contacts to my new 4G device. I've run the application from my blackberry, but when I sign on on-line, the website is showing my contact list as empty. However, my backup assistant PIN is being correctly captured, so I know that I am being recognized.
    I've tried deleting and re-installing backup assistant on the blackberry and running again. No luck. Any suggestions? Is there some sort of lag time for when the contacts will show up online?
    Just in case the question comes up, I am the only user on my wireless plan.
    Thanks,
    Ty

    Hi tc4213,
    New 4G phone is always a great thing. Not being able to backup your contacts must be frustrating; however, I'm sure we can find a way to backup and transfer your contacts to your new device.
    First we must make sure that your Blackberry device is compatible with Backup Assistant. The following BlackBerry devices are not compatible with Backup Assistant: 
    BlackBerry 7130e 
    BlackBerry 7250 
    BlackBerry 7750 
    BlackBerry 8130 Pearl™ 
    BlackBerry 8130 Pearl™ in Pink 
    BlackBerry 8230 Pearl™ Flip 
    BlackBerry 8703e 
    BlackBerry 8830
    If your device is not one of the ones listed above, please make sure that your are following the instructions listed in the link below:
    http://support.verizonwireless.com/how_to_use/transfer_contacts/blackberry.html
    Additionally, with a 4G device you will most like create (if you don't already have one) a Gmail account. If you have not created one I recommend to create a Gmail account at http://goo.gl/2Ucuc and then sync your Blackberry with your Gmail account using the Google Sync App and your contacts will be saved online. You can get the Google Sync App at http://www.google.com/mobile/sync/
    Then simply activate your 4G device and enter your Gmail account credentials and your contacts will transfer automatically to your new phone.
    AntonioC_VZWSupport
    Follow us on Twitter at www.twitter.com/vzwsupport

Maybe you are looking for

  • Error in Form16 taken through ESS.

    Experts, While accessing Form16 through ESS, system shows an error. The error key is as follows: Screen output without connection to user.                           , error key: RFC_ERROR_SYSTEM_FAILURE   I check the Java connections and its working

  • R/3 transactions(BAPI) with webdynpro

    Hi, A client wants to have some R/3 transactions represented in the portal.It is about the transactions ME51,ME52,ME53(purchase requisition). They don't have ITS server. So Iviews need to be created with webdynpro. I know about some standaard SAP Ivi

  • N80 Wifi

    Hi, I seem to have problem in connecting the N80 to a Cisco AP 1232 wireless Access Point. Can't even scan and locate the AP at all from the N80. However when I use another Access Point (Linksys WRT54G) , i was able to connect the N80 with it. Both t

  • Install Headstart 9i Utilities without 9ias ?

    Hi, i don't know if it was possible to install the headstart utilities without 9iAS. The DBA have some performances problems and waits for support answer. Temporaly i wan't to install the Hsd9i utilities, perhaps using Oc4j ? Any suggestion very appr

  • Using a bootcamp on a mac to which it is not native?

    Using a bootcamp on a mac to which it is not native? long story, I have a complicated bootcamp windows configuration that I need to be able to use on a 2010 13" MacBook Pro, a 2012 15" Macbook Pro and if possible a 2008 Mac Pro. is there an easy way