Need help viewing SWF on my site

I'm using DW 8, Cute FTP Pro & GoDaddy.
My first attempt at uploading and properly viewing a SWF file
has resulted in a problem that I can't seem to figure out.
Since I'm new at this, I think that it is a matter of a
missed setting and/or improper or missing code.
The Page and SWF Play properly in the Design view of my DW 8
program however, the SWF Plays Full Screen on the website.
That is, when I enter the page on the site, the page comes up
properly, I press Enter to 'Activate' the Flash control, click the
'Play' button (I have to make 2 Single Clicks), the SWF loads, the
page disappears and then the SWF plays Full screen.
What I'm trying to figure out is how I can make it so that
the SWF plays within the page and not jump into a Full Screen mode.
The Page is located here;
Samantha
Sings
(and the code can be viewed by Right-Clicking on the page,
then > View Source)
I would like to know if someone can help me resolve this.
With appreciation,
Charles

download the 8.1 DW updater which will contain the code to
get around the
security issue with Flash. Once you have the update
installed, open the page
in DW and it will update the code. Then reload the page to
the server, along
with the scripts folder it will create.
Paul Whitham
Certified Dreamweaver MX2004 Professional
Adobe Community Expert - Dreamweaver
Valleybiz Internet Design
www.valleybiz.net
"CSUjr" <[email protected]> wrote in message
news:f6jlk8$8ah$[email protected]..
> I'm using DW 8, Cute FTP Pro & GoDaddy.
>
> My first attempt at uploading and properly viewing a SWF
file has resulted
> in
> a problem that I can't seem to figure out.
>
> Since I'm new at this, I think that it is a matter of a
missed setting
> and/or
> improper or missing code.
>
> The Page and SWF Play properly in the Design view of my
DW 8 program
> however,
> the SWF Plays Full Screen on the website.
>
> That is, when I enter the page on the site, the page
comes up properly, I
> press Enter to 'Activate' the Flash control, click the
'Play' button (I
> have to
> make 2 Single Clicks), the SWF loads, the page
disappears and then the SWF
> plays Full screen.
>
> What I'm trying to figure out is how I can make it so
that the SWF plays
> within the page and not jump into a Full Screen mode.
>
> The Page is located here;
>
http://www.journeyintoheaven.com/SamanthaSings2.html
> (and the code can be viewed by Right-Clicking on the
page, then > View
> Source)
> I would like to know if someone can help me resolve
this.
>
> With appreciation,
> Charles
>

Similar Messages

  • Need help with swf auto slider...

    Hi,
    I downloaded a flash auto slider from one site. But I don't
    know how tu use it. It has a lot of AS external files. I imagine,
    that it should read data from an xml file, and there is AS file,
    which calls xml, but I need help, to create that xml, or to show
    how to use that auto slider...
    This slider is simillar like this one in observer.com main
    site (with 4 thumbnails).
    Here is all files need in slider.
    Click here for
    download.
    Thanks for any help...

    you have in the same directory the .swf, html page, flv., and
    the actual video?

  • Need help in configuring Client to Site IPSec VPN with Hairpinning on Cisco ASA5510 8.2(1)

    Need urgent help in configuring Client to Site IPSec VPN with Hairpinning on Cisco ASA5510 - 8.2(1).
    The following is the Layout:
    There are two Leased Lines for Internet access - 1.1.1.1 & 2.2.2.2, the latter being the Standard Default route, the former one is for backup.
    I have been able to configure  Client to Site IPSec VPN
    1) With access from Outside to only the Internal Network (172.16.0.0/24) behind the asa
    2) With Split tunnel with simultaneous assess to internal LAN and Outside Internet.
    But I have not been able to make tradiotional Hairpinng model work in this scenario.
    I followed every possible sugestions made in this regard in many Discussion Topics but still no luck. Can someone please help me out here???
    Following is the Running-Conf with Normal Client to Site IPSec VPN configured with No internat Access:
    LIMITATION: Can't Boot into any other ios image for some unavoidable reason, must use 8.2(1)
    running-conf  --- Working  normal Client to Site VPN without internet access/split tunnel
    ASA Version 8.2(1)
    hostname ciscoasa
    domain-name cisco.campus.com
    enable password xxxxxxxxxxxxxx encrypted
    passwd xxxxxxxxxxxxxx encrypted
    names
    interface GigabitEthernet0/0
    nameif internet1-outside
    security-level 0
    ip address 1.1.1.1 255.255.255.240
    interface GigabitEthernet0/1
    nameif internet2-outside
    security-level 0
    ip address 2.2.2.2 255.255.255.224
    interface GigabitEthernet0/2
    nameif dmz-interface
    security-level 0
    ip address 10.0.1.1 255.255.255.0
    interface GigabitEthernet0/3
    nameif campus-lan
    security-level 0
    ip address 172.16.0.1 255.255.0.0
    interface Management0/0
    nameif CSC-MGMT
    security-level 100
    ip address 10.0.0.4 255.255.255.0
    boot system disk0:/asa821-k8.bin
    boot system disk0:/asa843-k8.bin
    ftp mode passive
    dns server-group DefaultDNS
    domain-name cisco.campus.com
    same-security-traffic permit inter-interface
    same-security-traffic permit intra-interface
    object-group network cmps-lan
    object-group network csc-ip
    object-group network www-inside
    object-group network www-outside
    object-group service tcp-80
    object-group service udp-53
    object-group service https
    object-group service pop3
    object-group service smtp
    object-group service tcp80
    object-group service http-s
    object-group service pop3-110
    object-group service smtp25
    object-group service udp53
    object-group service ssh
    object-group service tcp-port
    object-group service udp-port
    object-group service ftp
    object-group service ftp-data
    object-group network csc1-ip
    object-group service all-tcp-udp
    access-list INTERNET1-IN extended permit ip host 1.2.2.2 host 2.2.2.3
    access-list CSC-OUT extended permit ip host 10.0.0.5 any
    access-list CAMPUS-LAN extended permit tcp 172.16.0.0 255.255.0.0 any eq www
    access-list CAMPUS-LAN extended permit tcp 172.16.0.0 255.255.0.0 any eq https
    access-list CAMPUS-LAN extended permit tcp 172.16.0.0 255.255.0.0 any eq ssh
    access-list CAMPUS-LAN extended permit tcp 172.16.0.0 255.255.0.0 any eq ftp
    access-list CAMPUS-LAN extended permit udp 172.16.0.0 255.255.0.0 any eq domain
    access-list CAMPUS-LAN extended permit tcp 172.16.0.0 255.255.0.0 any eq smtp
    access-list CAMPUS-LAN extended permit tcp 172.16.0.0 255.255.0.0 any eq pop3
    access-list CAMPUS-LAN extended permit ip any any
    access-list csc-acl remark scan web and mail traffic
    access-list csc-acl extended permit tcp any any eq smtp
    access-list csc-acl extended permit tcp any any eq pop3
    access-list csc-acl remark scan web and mail traffic
    access-list INTERNET2-IN extended permit tcp any host 1.1.1.2 eq 993
    access-list INTERNET2-IN extended permit tcp any host 1.1.1.2 eq imap4
    access-list INTERNET2-IN extended permit tcp any host 1.1.1.2 eq 465
    access-list INTERNET2-IN extended permit tcp any host 1.1.1.2 eq www
    access-list INTERNET2-IN extended permit tcp any host 1.1.1.2 eq https
    access-list INTERNET2-IN extended permit tcp any host 1.1.1.2 eq smtp
    access-list INTERNET2-IN extended permit tcp any host 1.1.1.2 eq pop3
    access-list INTERNET2-IN extended permit ip any host 1.1.1.2
    access-list nonat extended permit ip 172.16.0.0 255.255.0.0 172.16.0.0 255.255.0.0
    access-list DNS-inspect extended permit tcp any any eq domain
    access-list DNS-inspect extended permit udp any any eq domain
    access-list capin extended permit ip host 172.16.1.234 any
    access-list capin extended permit ip host 172.16.1.52 any
    access-list capin extended permit ip any host 172.16.1.52
    access-list capin extended permit ip host 172.16.0.82 host 172.16.0.61
    access-list capin extended permit ip host 172.16.0.61 host 172.16.0.82
    access-list capout extended permit ip host 2.2.2.2 any
    access-list capout extended permit ip any host 2.2.2.2
    access-list campus-lan_nat0_outbound extended permit ip 172.16.0.0 255.255.0.0 192.168.150.0 255.255.255.0
    pager lines 24
    logging enable
    logging buffered debugging
    logging asdm informational
    mtu internet1-outside 1500
    mtu internet2-outside 1500
    mtu dmz-interface 1500
    mtu campus-lan 1500
    mtu CSC-MGMT 1500
    ip local pool vpnpool1 192.168.150.2-192.168.150.250 mask 255.255.255.0
    ip verify reverse-path interface internet2-outside
    ip verify reverse-path interface dmz-interface
    ip verify reverse-path interface campus-lan
    ip verify reverse-path interface CSC-MGMT
    no failover
    icmp unreachable rate-limit 1 burst-size 1
    asdm image disk0:/asdm-621.bin
    no asdm history enable
    arp timeout 14400
    global (internet1-outside) 1 interface
    global (internet2-outside) 1 interface
    nat (campus-lan) 0 access-list campus-lan_nat0_outbound
    nat (campus-lan) 1 0.0.0.0 0.0.0.0
    nat (CSC-MGMT) 1 10.0.0.5 255.255.255.255
    static (CSC-MGMT,internet2-outside) 2.2.2.3 10.0.0.5 netmask 255.255.255.255
    access-group INTERNET2-IN in interface internet1-outside
    access-group INTERNET1-IN in interface internet2-outside
    access-group CAMPUS-LAN in interface campus-lan
    access-group CSC-OUT in interface CSC-MGMT
    route internet2-outside 0.0.0.0 0.0.0.0 2.2.2.5 1
    route internet1-outside 0.0.0.0 0.0.0.0 1.1.1.5 2
    timeout xlate 3:00:00
    timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
    timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
    timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
    timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
    timeout tcp-proxy-reassembly 0:01:00
    dynamic-access-policy-record DfltAccessPolicy
    aaa authentication ssh console LOCAL
    aaa authentication enable console LOCAL
    http server enable
    http 10.0.0.2 255.255.255.255 CSC-MGMT
    http 10.0.0.8 255.255.255.255 CSC-MGMT
    http 1.2.2.2 255.255.255.255 internet2-outside
    http 1.2.2.2 255.255.255.255 internet1-outside
    no snmp-server location
    no snmp-server contact
    snmp-server enable traps snmp authentication linkup linkdown coldstart
    crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
    crypto ipsec transform-set ESP-AES-256-MD5 esp-aes-256 esp-md5-hmac
    crypto ipsec transform-set ESP-DES-SHA esp-des esp-sha-hmac
    crypto ipsec transform-set ESP-DES-MD5 esp-des esp-md5-hmac
    crypto ipsec transform-set ESP-AES-192-MD5 esp-aes-192 esp-md5-hmac
    crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac
    crypto ipsec transform-set ESP-AES-256-SHA esp-aes-256 esp-sha-hmac
    crypto ipsec transform-set ESP-AES-128-SHA esp-aes esp-sha-hmac
    crypto ipsec transform-set ESP-AES-192-SHA esp-aes-192 esp-sha-hmac
    crypto ipsec transform-set ESP-AES-128-MD5 esp-aes esp-md5-hmac
    crypto ipsec security-association lifetime seconds 28800
    crypto ipsec security-association lifetime kilobytes 4608000
    crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set pfs group5
    crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set transform-set ESP-AES-128-SHA ESP-AES-128-MD5 ESP-AES-192-SHA ESP-AES-192-MD5 ESP-AES-256-SHA ESP-AES-256-MD5 ESP-3DES-SHA ESP-3DES-MD5 ESP-DES-SHA ESP-DES-MD5
    crypto map internet2-outside_map 65535 ipsec-isakmp dynamic SYSTEM_DEFAULT_CRYPTO_MAP
    crypto map internet2-outside_map interface internet2-outside
    crypto ca trustpoint _SmartCallHome_ServerCA
    crl configure
    crypto ca certificate chain _SmartCallHome_ServerCA
    certificate ca xyzxyzxyzyxzxyzxyzxyzxxyzyxzyxzy
            a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as
        a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as
        a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as
        a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as
        a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as
        a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as
        a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as
        a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as
        a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as
        a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as
        a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as
        a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as
        a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as
        a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as a67a897as
        a67a897as a67a897as a67a897as a67a897as a67a897as
      quit
    crypto isakmp enable internet2-outside
    crypto isakmp policy 10
    authentication pre-share
    encryption aes
    hash md5
    group 2
    lifetime 86400
    telnet 10.0.0.2 255.255.255.255 CSC-MGMT
    telnet 10.0.0.8 255.255.255.255 CSC-MGMT
    telnet timeout 5
    ssh 1.2.3.3 255.255.255.240 internet1-outside
    ssh 1.2.2.2 255.255.255.255 internet1-outside
    ssh 1.2.2.2 255.255.255.255 internet2-outside
    ssh timeout 5
    console timeout 0
    threat-detection basic-threat
    threat-detection statistics access-list
    no threat-detection statistics tcp-intercept
    webvpn
    group-policy VPN_TG_1 internal
    group-policy VPN_TG_1 attributes
    vpn-tunnel-protocol IPSec
    username ssochelpdesk password xxxxxxxxxxxxxx encrypted privilege 15
    username administrator password xxxxxxxxxxxxxx encrypted privilege 15
    username vpnuser1 password xxxxxxxxxxxxxx encrypted privilege 0
    username vpnuser1 attributes
    vpn-group-policy VPN_TG_1
    tunnel-group VPN_TG_1 type remote-access
    tunnel-group VPN_TG_1 general-attributes
    address-pool vpnpool1
    default-group-policy VPN_TG_1
    tunnel-group VPN_TG_1 ipsec-attributes
    pre-shared-key *
    class-map cmap-DNS
    match access-list DNS-inspect
    class-map csc-class
    match access-list csc-acl
    policy-map type inspect dns preset_dns_map
    parameters
      message-length maximum 512
    policy-map global_policy
    class csc-class
      csc fail-open
    class cmap-DNS
      inspect dns preset_dns_map
    service-policy global_policy global
    prompt hostname context
    Cryptochecksum: y0y0y0y0y0y0y0y0y0y0y0y0y0y
    : end
    Neither Adding dynamic NAT for 192.168.150.0/24 on outside interface works, nor does the sysopt connection permit-vpn works
    Please tell what needs to be done here, to hairpin all the traffic to internet comming from VPN Clients.
    That is I need clients conected via VPN tunnel, when connected to internet, should have their IP's NAT'ted  against the internet2-outside interface address 2.2.2.2, as it happens for the Campus Clients (172.16.0.0/16)
    I'm not much conversant with everything involved in here, therefore please be elaborative in your replies. Please let me know if you need any more information regarding this setup to answer my query.
    Thanks & Regards
    maxs

    Hi Jouni,
    Thanks again for your help, got it working. Actually the problem was ASA needed some time after configuring to work properly ( ?????? ). I configured and tested several times within a short period, during the day and was not working initially, GUI packet tracer was showing some problems (IPSEC Spoof detected) and also there was this left out dns. Its working fine now.
    But my problem is not solved fully here.
    Does hairpinning model allow access to the campus LAN behind ASA also?. Coz the setup is working now as i needed, and I can access Internet with the NAT'ed ip address (outside-interface). So far so good. But now I cannot access the Campus LAN behind the asa.
    Here the packet tracer output for the traffic:
    packet-tracer output
    asa# packet-tracer input internet2-outside tcp 192.168.150.1 56482 172.16.1.249 22
    Phase: 1
    Type: ACCESS-LIST
    Subtype:
    Result: ALLOW
    Config:
    Implicit Rule
    Additional Information:
    MAC Access list
    Phase: 2
    Type: FLOW-LOOKUP
    Subtype:
    Result: ALLOW
    Config:
    Additional Information:
    Found no matching flow, creating a new flow
    Phase: 3
    Type: ROUTE-LOOKUP
    Subtype: input
    Result: ALLOW
    Config:
    Additional Information:
    in   172.16.0.0      255.255.0.0     campus-lan
    Phase: 4
    Type: ROUTE-LOOKUP
    Subtype: input
    Result: ALLOW
    Config:
    Additional Information:
    in   192.168.150.1   255.255.255.255 internet2-outside
    Phase: 5
    Type: ACCESS-LIST
    Subtype: log
    Result: ALLOW
    Config:
    access-group internnet1-in in interface internet2-outside
    access-list internnet1-in extended permit ip 192.168.150.0 255.255.255.0 any
    Additional Information:
    Phase: 6
    Type: IP-OPTIONS
    Subtype:
    Result: ALLOW
    Config:
    Additional Information:
    Phase: 7
    Type: CP-PUNT
    Subtype:
    Result: ALLOW
    Config:
    Additional Information:
    Phase: 8
    Type: VPN
    Subtype: ipsec-tunnel-flow
    Result: ALLOW
    Config:
    Additional Information:
    Phase: 9
    Type: NAT-EXEMPT
    Subtype: rpf-check
    Result: ALLOW
    Config:
    Additional Information:
    Phase: 10
    Type: NAT
    Subtype:     
    Result: DROP
    Config:
    nat (internet2-outside) 1 192.168.150.0 255.255.255.0
      match ip internet2-outside 192.168.150.0 255.255.255.0 campus-lan any
        dynamic translation to pool 1 (No matching global)
        translate_hits = 14, untranslate_hits = 0
    Additional Information:
    Result:
    input-interface: internet2-outside
    input-status: up
    input-line-status: up
    output-interface: internet2-outside
    output-status: up
    output-line-status: up
    Action: drop
    Drop-reason: (acl-drop) Flow is denied by configured rule
    The problem here as you can see is the Rule for dynamic nat that I added to make hairpin work at first place
    dynamic nat
    asa(config)#nat (internet2-outside) 1 192.168.150.0 255.255.255.0
    Is it possible to access both
    1)LAN behind ASA
    2)INTERNET via HAIRPINNING  
    simultaneously via a single tunnel-group?
    If it can be done, how do I do it. What changes do I need to make here to get simultaneous access to my LAN also?
    Thanks & Regards
    Abhijit

  • Please I need help with swf folders.

    Hi everybody,
    I install adobe flash and when i surf on the internet it is
    working. But I have a lot of swf flash folders stored in my disk c.
    When I go to open them It appears like adobe flash is not install
    in my disk to be able to open these files. I only can open this
    files with firefox or microsoft explorer. Adobe flash is only
    installed in my system and as i told you i am able to see all the
    flash folders which i find on the internet when I enter to any
    website with flash adobe folders. I installed and unistalled adobe
    flash several times. But this is not resolved.
    Please I need help.
    Many thanks

    Click here and follow the instructions to change the iTunes Store country.
    (82303)

  • I need help viewing password protected PDF files on my tablet

    I need help veiwing password protected PDF files on my tablet

    Any free apps available especially for this purpose?
    not that i know of. but i think _*Documents To Go*_ will be worth the expenditure.
    JGG
    edited by the Jolly Green Giant (where Green stands for environmentally friendly)

  • Need help with SWF page transitions please :)

    I am having an issue recreating something I have seen on
    other flash sites... (For example on 2Advanced.com) It is hard to
    explain but I will do my best. I am advanced in design, layout,
    tweening, and am a beginner to intermediate action scripter. So
    even if your solution is a point in the right direction to some
    code I could pick up and noodle around with that would be great.
    That having been said, on to the issue, it's a 2 parter:
    Part 1:
    I have a Master FLA (or SWF) containing navigation that loads
    secondary SWF pages into movie clip containers for the 5 additional
    pages of the site. These load above the Master movie clip masking
    it (Navigation floats above) so the loaded pages are sandwiched in
    between.
    View page in it's current state here:
    http://sky.prohosting.com/tk421808/rwip/gallery_MAIN.html
    This works ok right now, but I have the SWFs replacing one
    another in one single movie clip container. What I would like to do
    is similar to shuffling 5 cards... if you want the 4th card down
    you pull it out, it goes to the top and slides over the last
    visible card on top. So I would like the first page clicked to
    slide in covering the master MC, the second page clicked, to slide
    in covering that one, and so on and so forth. This would be easy if
    the pages were linear, then I could just stack the movie clips, but
    since the user will click out of order I need a way to load one
    into MC_2 (on top), Then when another is clicked have the MC_2 SWF
    move down a level (Swap MC?) to allow the second to slide in above,
    and then delete the movie that has moved down into level one
    (Bottom) then have this repeat when another movie is clicked. This
    way it will look like the page you clicked is always sliding in
    over the one you are leaving.
    Part 2:
    I have no idea how to do this next part but... I believe it
    involves a gotoAndPlay. I would like to have animation in the movie
    that is unloading after the button for the next page to load is
    clicked... in other words, you have loaded a page, you click on
    another link, and before the new external SWF page loads, the
    current performs a gotoAndPlay where I have animated some
    de-constructing swipes that remove the text, shapes holding the
    text, and the image. ONLY THEN does it start to load the movie for
    the link it selected. I think what I am trying to ask here is how
    does it carry the link through the unloading animation until it's
    done and then execute the loading of the new external SWF of the
    link they just clicked?
    I pray this makes sense... If not I would be happy to explain
    further. :) Thanks in advance for any help!

    >> I have no idea how to do this next part but... I
    believe it involves a
    gotoAndPlay. I would like to have animation in the movie that
    is unloading
    after the button for the next page to load is clicked... in
    other words,
    you
    have loaded a page, you click on another link, and before the
    new external
    SWF
    page loads, the current performs a gotoAndPlay where I have
    animated some
    deconstructing swipes that remove the text, shapes holding
    the text and them
    the image, and ONLY THEN does it start to load the movie for
    the link it
    selected. I think what I am trying to ask here is how does it
    carry the
    link
    through the animation until it's done and then execute the
    loading of the
    external SWF of the link they just clicked?
    <<
    You don't use frames. I'd probably use Fuse for this - which
    is a sequencing
    engine. (www.mosessupposes.com) You can call a function when
    the sequence is
    done animating - using what's known as a callBack function.
    That'd be the
    best way, IMO.
    For part one, you could either place mutliple empty movie
    clips, or just
    create them using createEmptyMovieClip - which is a MovieClip
    method, and
    then load your swfs into them with MovieClipLoader. You can
    use swapDepths
    for layer control, in order to have any given clip move above
    another, layer
    wise.
    Dave -
    Head Developer
    http://www.blurredistinction.com
    Adobe Community Expert
    http://www.adobe.com/communities/experts/

  • Need help adding video to a site

    Hi Everyone:
    I really need some help please. The owner of a site I am
    working on sent me a DVD with video's he has taken and wants them
    put on his site.
    The files are VIDEO_TS and are MPEG files. How can I add the
    video's to the site so that when I user clicks on the link, they
    are able to either view the site or download the video to watch
    later. I have other video's added to the site but I was able to
    copy them and safe them the way there were added. The owner sells
    products from the site I copied them from.
    The site I am working on is www.buggyworld.net. Most of the
    individual pages for the vehilces have videos on them and I am
    trying to add these new ones the same way. I have never done this
    before so really not sure how to. The videos that are already added
    at Windows Media Audio/Video Files and that is how I would like to
    convert this video to.
    Any help would be so greatly appreciated.. thank you
    Linda

    Best bet would be to make Flash video so that everyone who
    wants to (and has
    the Flash Player plugin) can see them. Do you have Flash?
    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
    ==================
    "Frank Branker" <[email protected]> wrote in
    message
    news:f4ph73$rcd$[email protected]..
    > What?s the size of your MPG file?
    >
    > It?s better if you convert your file to a wmv file
    format because it?s
    > important to keep your file size under 6 Megs. Do you
    have the software to
    > do
    > this?
    > Windows Movie maker might be able to do this you can
    find it in your
    > program
    > files on your computer.
    >
    > If not we will have to work with what you have and do a
    quick and dirty
    > but I
    > don?t advise that.
    >
    > Below is a list of tools you may want to consider
    owning.
    >
    > Ripping Software
    > This software will rip from a dvd to just about any
    format including WMV
    >
    http://www.imtoo.com/dvd-ripper.html
    >
    > Compressing software
    > Sorenson Squeeze Suite 4.5 is the industry-leading video
    encoding tool
    >
    http://www.sorensonmedia.com/pages/?pageID=2
    >
    >
    >

  • Need help please swf html not working right

    Hello everyone,
    I created a game in keynote for my HS kids with links to the right slide according to whether or not they are the correct answer.
    I exported it to flash. I got two files xxx.swf when I click on this on my desktop it opens in safari with a black background and it plays.
    the second file is xxx.html when I click on this on my desktop it opens in safari and plays in a smaller frame with a white background.
    So I uploaded my swf to idisk and I copied the content of the HTML in a snippet. I thought it would work. It does not.
    I could not care less about the background I just want one or the other to work but I can figure it out.
    Thank you in advance for your help
    Mireille

    Upload the SWF and the HTML file to your website folder in Finder/Go/iDisk/My iDisk/Web/Sites.
    Create a link on any web page to the HTML file....
    http://web.mac.com/username/WebsiteName/xxx.html
    ... and select "open in a new window" if you want.
    Clicking the link should then open your movie to play in a new window.

  • Need Help with My New Ecommerce Site

    Hi all,
    I am new here. Nice to meet you.
    I am a beginner in web design, so I need your help regarding the design of my site (www.bestopencarttemplates.com).
    I really appreciate your help If you can kindly offer me some valuable suggestions about the design or seo of my site.
    Thanks in advance and have a nice day!

    On Premium
    1) The right_column should have round corners at bottom
    2) The heading text in product-list boxes should have the same space on left and right.
    On My Account
    1) The two boxes i.e. "I am new customer" and "Returning Customer" should have same width and height
    2) In the every textfiled give some text caption e.g for E-mail address textfiled the textfied should have text "Enter your email address"
    On My Cart
    1) Footer  is moved up about 63px. So make sure footer should not have space under it if there is no content in mid of your page.
    Whenever you make html there should be MAIN CONTAINER (width:960px;)  in which all your div code should be placed.

  • Need Help viewing Podcast with Quicktime

    I'm having difficulty viewing my podcast movies in quicktime 7.1.5 When I start watching a podcast movie (the Russell Brown photoshop lessons) , it will suddenly change to white/yellow. As soon as I move my mouse, it will become normal again. If I keep moving my mouse constantly, it won't morph into the white/yellow visual. Your help would be greatly appreciated!! Thanks!
    http://i154.photobucket.com/albums/s271/photogman/pod1.jpg
    http://i154.photobucket.com/albums/s271/photogman/pod2.jpg
      Windows XP Pro  
      Windows XP Pro  

    If it won't work natively, that is in QT alone, and needs the browser for proper functionality I would have a look around to see what codecs you have installed. I would also be curious as to what was used to make the podcasts you are watching, there might be some incompatibility issues. Also, you say things are great when you are using your mouse, perhaps this forces the system to focus it's resources on the Quicktime player. IM me if I can be of help
    [email protected]

  • [Need Help ] My swf file doesn't work,but preview work ?

    Hi... I'm new in Adobe flash CS3 , When i try to open up preview ,my project work just fine, but after exporting ,my movie keep on running, i've been trying  with the simple file,and it doesn't work too.
    This is the fila file and the exporting result 
    http://www.mediafire.com/?4433nrlo3z88dhj

    Most people are not willing to download files, and using a service like medifire lessens the chances (a viral-behaving site).  You will increase your chances of geting help if you explain the details of your design, what is not working, and provide any relevant code in your posting.  A link to demo the failed functioning swf could be helpful as well.

  • Need help loading .swfs one by one, in specific order

    i have been trying to figure this out for weeks now, and have
    even posted on other forums about this, but nobody seems to be
    willing to help me. i have a main swf, which is the basis for my
    image gallery. once this page loads, a thumbnail should start
    loading with a preloader displaying the precentage loaded. once the
    percentage hits 100%, the image shows up, and the next thumbnail
    starts, and so on. there are 15 thumbnails total that have to be
    loaded. each one should load with a 10 pixel gap all around, and i
    want to have 5 images load per row. i think i need to create empty
    movie clips for each thumbnail to load into, but i'm not sure.
    hell, i don't even know how to code this so it will work correctly.
    would someone be willing to put this together for me? i am a
    beginner actionscripter, and if people simply tell me "add this
    line in so this will happen," i will have no idea what to do, so
    that is why i need the code put in for me. i'm hoping someone here
    is nice enough to do this for me, because being ignored on two
    other forums has made me just want to say "screw it."
    so PLEASE, can someone help me?
    i have uploaded my files into a .zip file. i have only
    uploaded 6 of the pictures, so that i can see if the code (that
    someone will hopefully make) works when i asked for 5 thumbnails
    per row.
    file is located here:
    http://www.arielseri.com/fla_files.zip

    i completely understand. i've actually come up with a
    semi-working solution!
    i have 15 thumbnails total, but when i play the movie, all 15
    load on one line and after 5 show up, the rest go off the stage. i
    would like to set it up so that there are 5 .swfs per row. i have
    one main .swf file, and two .as files. the code for each is as
    follows (the ========== is just to separate the code):
    main .swf code (called test.swf):
    ==========
    fscommand("fullscreen", "false");
    fscommand("allowscale", "false");
    // A container clip for our thumbnails
    var thumbnails_mc:MovieClip =
    this.createEmptyMovieClip("thumbnails_mc",
    this.getNextHighestDepth());
    // An array holding the paths to our thumbnails
    var thumbnailPaths_arr:Array = ["1.swf", "2.swf", "3.swf",
    "4.swf", "5.swf", "6.swf", "7.swf", "8.swf", "9.swf", "10.swf",
    "11.swf", "12.swf", "13.swf", "14.swf", "15.swf"];
    // Our ThumbnailManager
    var thumbnailManager:ThumbnailManager = new
    ThumbnailManager(thumbnails_mc, thumbnailPaths_arr);
    ==========
    ThumbnailManager.as code:
    ==========
    import Thumbnail
    class ThumbnailManager
    private var counter:Number = 0;
    private var root_mc:MovieClip;
    private var thumbnailPaths_arr:Array;
    public function ThumbnailManager (target:MovieClip,
    paths:Array)
    root_mc = target;
    thumbnailPaths_arr = paths;
    (thumbnailPaths_arr.length > 0)? createThumbnail() :
    null;
    private function createThumbnail ():Void
    var thumb:Thumbnail = new Thumbnail(this,
    thumbnailPaths_arr[counter], root_mc, counter);
    counter++;
    public function onThumbnailLoaded ():Void
    if (counter < thumbnailPaths_arr.length)
    createThumbnail();
    else
    ==========
    Thumbnail.as code:
    ==========
    import AsBroadcaster
    import ThumbnailManager
    class Thumbnail
    public var addListener:Function;
    public var removeListener:Function;
    public var broadcastMessage:Function;
    private var thumbnailWidth:Number = 88;
    private var thumbnailHeight:Number = 61;
    private var thumbnailOffsetX:Number = 10;
    private var thumbnailOffsetY:Number = 10;
    private var view_mc:MovieClip;
    private var image_mc:MovieClip;
    private var loader_mcl:MovieClipLoader;
    public function Thumbnail (manager:ThumbnailManager,
    url:String, target:MovieClip, d:Number)
    AsBroadcaster.initialize(this);
    this.addListener(manager);
    render(url, target, d);
    private function render (url:String, target:MovieClip,
    d:Number):Void
    view_mc = target.attachMovie("thumbnail", "thumb_"+d+"_mc",
    d);
    view_mc._x = (d * thumbnailWidth) + (d * thumbnailOffsetX);
    view_mc._y = 0;
    image_mc = view_mc.createEmptyMovieClip("image_mc",
    view_mc.getNextHighestDepth());
    image_mc._x = 0;
    image_mc._y = 0;
    loader_mcl = new MovieClipLoader();
    loader_mcl.addListener(this);
    loader_mcl.loadClip(url, image_mc);
    public function onLoadError (target:MovieClip,
    error:String):Void
    broadcastMessage("onThumbnailLoaded");
    public function onLoadProgress (target:MovieClip, bL:Number,
    bT:Number):Void
    public function onLoadInit (target:MovieClip):Void
    broadcastMessage("onThumbnailLoaded");
    ==========
    can anyone help me out with what code to put where? i have
    uploaded a .zip file which contains all of the files here:
    http://www.arielseri.com/thumbnails.zip

  • Need help with swf

    Help I am new, and this is my first big job. The basics: all
    the files uploaded to the website, and they are in the same folder:
    the html file which is the web page, the swf file, the flv file and
    all of the necessary players. I created the video file with
    Macomedia Flash 8 Video Encoder. I have 2 animations on the same
    page, my swf and the video.
    When I PREVIEW the page locally on my computer using either
    the dreamweaver preview or previewing in a browser, the swf and the
    video play fine. However, when I go to the site on the web, the
    video does not play. One of my swf files works fine the other file
    the flv does not work at all. There is a space where the flv should
    be, however the video does not play.
    I am new to this stuff please help. What am I doing wrong?
    Here is the address to the page:
    http://www.ad-e-learning.com/test2.html
    Text
    I've also attached the code:

    you have in the same directory the .swf, html page, flv., and
    the actual video?

  • Need help with swf inside swf

    Hello. The last few weeks I have come along way in flash,
    being new to the whole software. I have watched numerous video
    tutorials, one from www.entheosweb.com about creating a simple
    gallery.
    http://www.entheosweb.com/Flash/video_tutorials/basic_slideshow.asp
    So after this, he saves as fla. I want it to be a movie I
    embed on my flash website, labeled gallery. I have tried different
    ways to do this, import to library. I exported my gallery as an SWF
    movie, AND of course, FLA so I can go back and tweak as needed.
    When I import the SWF to the library, so I can place it in
    the gallery frame of my master movie, it brings in ALL the pictures
    and next and prev buttons. It brings in all the frames into the
    library, AND the SWF file. When I convert the swf to a movie clip,
    and stick it in the page, its there in my gallery page, but its
    playing REALLY fast, and all the action script I wrote for this
    gallery has gone away. The prev and next buttons don't work. What
    am I doing wrong?
    I have read where I have to use file>open to library and
    import the .FLA, but thats like 17 frames, and not a flattened
    movie. What do I do then?
    Thanks, I'm SOOOO ready to cry or punch my monitor.

    You need to use loadMovie();
    Do some searches in the forum for that...

  • Need Help Loading SWF in a FLA

    I simply want to call a swf into an existing fla. I have
    tried everything. When dragging the timeline, you see the swf. When
    you preview, it is not there. Background - I have an exisiting fla
    that contains the image background for all. I want to set a
    transparent carousel menu on top of the background that is in the
    fla and leave the existing background and lower objects in place.
    The carousel.swf will need to call java and an xml file on the web
    server.....all external to the "summed" final. If I could layer
    flashed in DW, then the problem would also be solved. Please be
    detailed, I am obviously not a developer.

    although I'm not certain why you would not just 'place' the
    background 'image' on the stage in the fla (probably because you
    wish to change it dynamically down the road) - you need to 'load'
    the swf, not 'place' it within the other file. you do this with the
    MovieClipLoader class.
    with the swf that you wish to load in the same directory as
    the swf of the carousel file, place something like the following in
    the first frame, on a layer called actions, in the actions panel:

Maybe you are looking for

  • HTTP_Server when starting OPMN.

    Hi, I am encountering the following error while trying to start the opmn : C:\OraHome_2\oracleas_mid4b2b\opmn\bin>opmnctl shutdown opmnctl: shutting down opmn and all managed processes... C:\OraHome_2\oracleas_mid4b2b\opmn\bin>opmnctl startall opmnct

  • HT1600 was told to update the tv via computer.....

    trying to update apple t.v from version to a 5.1 through the computer update. tried through it st up on tv, but no luck....anyone know how?

  • PO output medium XML in Vendor data missing

    When we try to create a BP as vendor, we dont see XML as the output in Send Medium in the Co. code tab. Is there anything to be configured so that XML shows up as the output medium ? We only see Fax, Mail, Print. -Bakulesh

  • Microsoft Office outlook is synchronising folders

    My email programme is Outlook. I keep getting a message on my PC (5-10mins) that "Microsoft Office outlook is synchronising folders" is this because I have the blackberry desktop manager installed. The message repeats all the time I am logged on to m

  • How much for a spacebar replacement at Apple store?

    I have no actual idea how my spacebar got to the condition that it is in. It is very inconsitant. It will sometimes be mushy and sometimes it will work just fine. Having OCD, this doesn't still well with me and I just want to get it fixed. I noticed