...can HTML call out a Flash element? (swf)

Greetings!
Haven't had success so far in finding an answer to this -
huge thanks in advance if you can help ...
Here's where things are:
1) I've created 5 swf Flash movies that loop (at a particular
size so they can play inside of an html table cell)
2) I've created 5 html buttons in another cell
What I'm trying to do:
... Like an image swap file in HTML (where you click a button
and an image changes elsewhere on the page, click another button,
and a different image swaps places with it) I want to have a flash
movie
automatically play on a click of a button, click another
button, and a different flash movie swaps places with it and starts
to play automatically.
Can this be done?? If yes, please how do I do it ???
The challenge seems to be the interaction between Dreamweaver
and Flash and getting HTML to talk to Flash - and when a movie
loads
that it's active.
Thanks again.

Best bet will probably be to do the whole thing in Flash.
"kingjeremy02" <[email protected]> wrote in
message
news:fglmst$867$[email protected]..
> Greetings!
>
> Haven't had success so far in finding an answer to this
- huge thanks in
> advance if you can help ...
>
> Here's where things are:
> 1) I've created 5 swf Flash movies that loop (at a
particular size so they
> can
> play inside of an html table cell)
> 2) I've created 5 html buttons in another cell
>
> What I'm trying to do:
> ... Like an image swap file in HTML (where you click a
button and an image
> changes elsewhere on the page, click another button, and
a different image
> swaps places with it) I want to have a flash movie
automatically play
> on a
> click of a button, click another button, and a
different flash movie
> swaps
> places with it and starts to play automatically.
>
> Can this be done?? If yes, please how do I do it ???
>
> The challenge seems to be the interaction between
Dreamweaver and Flash
> and
> getting HTML to talk to Flash - and when a movie loads
that it's
> active.
>
> Thanks again.
>

Similar Messages

  • Can't call out on PSTN after ethernet adapter failure in J4W

    Hi all
    Okay here goes.
    We are currently deploying new laptops in our business. It's the brand new Lenovo X1 Carbon 2nd G. together with a USB based docking station. Unfortunately there is a very annoying bug with the docking station. The problem is that the dock ethernet NIC, suddenly disappears from time to time in Windows. This means that Jabber for Windows is failing over to the Wi-Fi network. This should be okay, but we are seeing an issue with J4W, when the ethernet NIC disappear.
    The problem is that J4W can't call out to external phone numbers/PSTN, but all internal calls are working fine. Also it's possible to call from an external number/PSTN to the J4W client. But still, the J4W client can't call an external no. You will only hear a busy tone when trying to make an external call.
    It doesn't help restarting the J4W client, we have to reboot the entire computer to make the client be able to call external numbers over Wi-Fi. Meaning that the ethernet NIC on the docking station, isn't reappearing after a reboot of the laptop. To make it reappear, we have to disconnect and connect the docking station cable.     
    Atm. we are waiting for a fix from Lenovo, but in the meantime I can't understand why we can't call external no. when the ethernet NIC fails. I mean, we can call external numbers. over Wi-Fi, but not when the ethernet NIC are failing.
    Can anyone point me into the correct direction here?
    Specs:
    CUCM: 8.6.2.22900-9
    CUP: 8.6.4.13900-4
    J4W: 9.7
    Gateway: Cisco 2911
    OS: Windows 7 32 bit.

    Hello Taxi-Anne, 
    Welcome to the forums. 
    Try following the steps below to turn off the call forwarding: 
    1. Touch Phone.
    2. Swipe down from the top of the screen.
    3. Touch the Settings icon.
    4. Touch Call Forwarding.
    5. Touch the required option (e.g., Forward If Busy).
    6. Touch Save.
    Let us know if this helps. Have a good day. 
    -SR
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

  • Updated my iphone 4 to IOS 5, can't call out or receive calls

    Since upgraded my iphone 4 to IOS 5, when I go to a place there is no network reception in the suburbs and then come back home where there is ,the phone totally can't find the network carrier, although it shows up on the screen.  I try to restarted it so many times. I can't call out or receive any calls. The only thing I can do is go online.
    I have to restore the phone so many times to get it to work again.

    Try calling your carrier. (US)
    Verizon 18009220204
    AT&T 18003310500
    Sprint 1888114727

  • I'm in Puerto Rico and can't call out, but I can receive calls and texts

    Hi, I'm in Puerto Rico and can text, but can't call out; I can receive calls, though. I come here a lot, and have not had this problem before. What's up?
    Ben

        Behique,
    Oh no! We want your services to be the last thing on your mind while you are travelling! Let's be sure your phone is set up correctly. Please follow these steps http://vz.to/1w8CFsu. Test and keep us in the loop with your progress.
    SandyS_VZW
    Follow us on Twitter @VZWSupport

  • How can HTML call a Flash movie?

    Greetings Everyone!
    I'm sincerely hoping that someone has the answer for me. I'm
    a newbie, but trying so very hard to understand... :) I've read
    books, pages & pages of this forum, 'net searches - I haven't
    found a complete answer to my challenge so far - thanks in advance
    for any help you can give...
    Here's where things are:
    1) I've created a series of swf Flash movies that loop (at a
    particular size so they can play inside of an html table cell)
    2) I've created html buttons in another cell
    What I'm trying to do:
    1) Like a swap file in HTML (where you click a button and an
    image changes elsewhere on the page, click another button, and that
    image swaps to a different image file)
    I want to have a flash movie play on a click of a button, click
    another button, and a different flash movie plays in the same
    spot.
    The challenge is the interaction between Dreamweaver and
    Flash and getting HTML to talk to Flash.
    Here's the code direction I've been heading ...
    ...IN MY HTML code...
    I have a onMouseClick event for each button link. In this
    code I set some variable names inside it.
    onMouseClick="setFlashVariables('sendmovie','myMovie=activeMovie1')"
    ---- this would be for button 1.
    onMouseClick=
    "setFlashVariables('sendmovie','myMovie=activeMovie2')" ---- this
    would be for button 2
    onMouseClick
    ="setFlashVariables('sendmovie','myMovie=activeMovie3')" ---- this
    would be for button 3
    Basically, I'm setting a 'myMovie' variable to 'activeMovie1'
    or 'activeMovie2' or 'activeMovie3' when one of the buttons is
    clicked.
    If 'myMovie' variable is equal to 'activeMovie1' by clicking
    a link, this will tell a flash movie: (" Hey flash! Variable
    'myMovie' is equal to 'activeMovie1'. Act accordingly."). When the
    2nd button is clicked, 'myMovie' will be equal to 'activeMovie2'
    and so on.
    I need to declare the 'myMovie' variable in my flash movie -
    how do I do that?
    ...IN FLASH...
    1. I need to create one variable which will act as a variable
    receiver from HTML. (What I called "myMovie")
    2. I gather I need to create an IF statement so that
    "myMovie" is set to which "activeMovie" ( it could be
    activeMovie1/activeMovie2/activeMovie3 etc ) ,
    ----->Question:
    Where should the IF statement be and
    How should it be written?
    Admittedly I don't know Action Script 3 very well.
    if myMovie is equal to "activeMovie1"
    then load a movie. (This movie will be a movie related to my
    1 Button.)
    else if myMovie is equal to "activeMovie2"
    then load a movie. ((This movie will be a movie related to
    your 2 Button.)
    else if myMovie is equal to "activeMovie3"
    then load a movie. ((This movie will be a movie related to
    your 3 Button.)
    Here's where I'm stuck....
    1) If I've already made my movies into swf files where does
    an IF statement go?
    2) I'm missing the mechanics of how to connect the dots here
    - how do I get button 1 to load movie 1 and start playing
    automatically? When I click button 2, movie 1 is replaced by movie
    2 and starts playing automatically.
    It's a detailed explanation (I know) - I'm hoping someone has
    an answer for me that's equally explicit. Thanks so much much for
    taking the time to read it!!

    Anybody?

  • How can i call a function of a swf-file which is embedded as a Resource in 3D-Annotation?

    Hi.
    I use a Flash-menu as an embedded *.swf in a 3D-Annotation. Now i want to trigger one of the ActionScript-Function out of the 3D-Annotation.
    How can i get access to that function?
    Cause of it is embedded, the callAS() Methods still not possible. But how else can i do that?
    Can u give me a simple example? How is the usability of Flashvariable in the Ressource-Tab of 3d-Annotation?
    Kind regards
    Florian

    It depends to some extent on how your SWF has been bound to the 3D scene. If you have bound it using a script, then you have a FlashMovie object that has a .call() method - but if you've attached it to something using the binding option on the Resources panel you will need to collect a reference first. If you know you are going to talk to the SWF it's best to bind it using JavaScript.
    Let us assume you have a SWF in the resources collection but it's not bound to anything. In the 3D scene there is an object called 'cube' on which the SWF must appear as a material, and the SWF has declared a function to the ExternalInterface engine that is called "myFunction", which expects a string as a variable. Here's what you would put in the script attached to the 3D scene:
    var fm = new FlashMovie("demo.swf");
    var matl = scene.meshes.getByName("cube").material;
    matl.useFlashMovie(fm);
    fm.call("myFunction","hello");
    The call() method is strictly typed - for example if your AS function expects a boolean and you sent it a string, it will not execute. There is also a limit on the possible returned variables - e.g. you cannot send back an Object.
    Note that commands sent in the other direction using ActionScript's ExternalInterface.call() method are targeted at  document-level by default, not at the 3D API - so if your AS is trying to call something it must exist as a document-level JavaScript function. It is possible to divert this traffic into the 3D API using the FlashEventHandler object, but it gets complicated as your code must implement XML encoding of the traffic - this is done automatically by the document-level script but not by the 3D API.
    To answer your second question, in the resources dialog you can define the FlashVars string which is passed to the SWF when it loads - this is the same URL-encoded set of variables that you would send to a SWF when embedding it in an HTML page. It's a static string; you cannot read or edit it with JavaScript but this means it will still work if the user disables the JavaScript engine.

  • Can't call out/text or receive either of them.

    Hi, I was wondering whether anyone can help me.
    My iphone cut itself off in the middle of a call couple of days ago and since, I haven't been able to text or call out or even receive calls or texts eventhough I've had full recepton and 3G coverage.
    I'd tried restoring via iTunes but that didn't work. Can anyone please advise on this situation?
    Many thanks!!

    Hi! Thanks for your reply but that was the first thing I tried on my iphone. Unfortunately, it didn't work...

  • I renewed my subscription and now I can't call out...

    Hi Admin
    I inadvertantly cancelled my paypal subscription for skype. My account fell below £2 and when I went to phone out, it wouldn't.
    I realised what I may have done, so logged into my skype account online and revived the paypal subscription, I have been notified on my skype that the extra money is there but I can't phone out ?
    Please help me, I have reproducd the message on my skype to show you that everything seems to be in order. The total funds are now standing at £10.72 and everytime I try to call out, the funds deplete, but I am not able to get through?
    i.e. message on my desktop skype "we've delivered your order"  and info was
    Your Skype Number is now ready for you to use. In some cases you may have to wait up to an hour for your Skype Number to be activated. If you’re still having problems, visit our help section.
    So now what?
    You should be able to start using your purchase immediately. However, in some cases, you may have to wait up to an hour for it to be activated. If you're still having problems, visit our help section.
    Next steps

     Hello and welcome to the Skype Community.
    Your account shows that your calls to Spain are failing due to a local server issue. You have adequate credit to make calls. A Skype Number is for receiving inbound calls only.
    please contact Skype customer service
    TIME ZONE - US EASTERN. LOCATION - PHILADELPHIA, PA, USA.
    I recommend that you always run the latest Skype version: Windows & Mac
    If my advice helped to fix your issue please mark it as a solution to help others.
    Please note that I generally don't respond to unsolicited Private Messages. Thank you.

  • My iphone 5 for some reason can receive calls, send & receive texts but can not call out

    My iphone 5 for some reason can receive calls, send & receive texts but can not call out

    I am not sure if this issue is going to help you but lets give it a try.
    I know that where im from, which is the Netherlands, I am not able to sent e-mails from my iPhone or any other mobile device by using 3G or a random WIFI acces point. The provider only allowes you to sent e-mails when you are connected to a network of there own. Which means if you have provider "101" and your email settings are set up for this provider in your iPhone but your using the network of a friend of yours which is provider "202" you cannot sent emails from his network. Though you can receive them you may not sent.
    As I said, I am not aware if this issue is the same for you totaly depents on the country and provider your using.

  • Can HTML Help render a flash file with all bells and whistles?

    I use Captivate to generate a .swf file, and inserted that .swf  into my RH8 project and generated HTML Help.
    When I look at the .CHM file, the flash plays, but not ideally.
    a) It plays immediately when the topic is opened, and there's no way to re-start it except to close and re-open the topic.
    b) There are no stop/start/pause buttons on the flash video. Could I have added those in Captivate?
    Is the .CHM-player capable of flash videos with controls?
    What did I miss?
    Thx.

    Hi Bruce
    Ugh, from what you are describing, you are going at things all perfectly from the "Adobe approved and recommended" way of operating, but it's a method I don't personally use or recommend. Please tell me if I'm right with my assumption here.
    I'm assuming (based on what you have stated) that you didn't launch Captivate separately, create the demo and publish it, then close Captivate and open RoboHelp HTML and insert what Captivate created. I'm guessing you used the wonderful (cough) integration that exists where you are in the middle of a topic and BAM! It suddenly hits you that a Captivate demo would be PERFECT here. So you cease your chain of thought while editing the topic and from inside RoboHelp you click File > New > Captivate demo and RoboHelp magickally opens Captivate to record the demo. You finish and close and the demo magickally appears inside RoboHelp.
    Did I guess right?
    Assuming I did, your case is precisely why I avoid working that way and why I don't recommend it. When you work this way you give up control of many Captivate capabilities and you enter into a realm of frustration.
    I recommend using Captivate as the separate application it is. Open it separately. Record and create the Captivate parts separately. Then bring it into RoboHelp once it's reached prime time.
    Please advise and we will proceed accordingly with getting you squared.
    Cheers... Rick
    Begin learning RoboHelp HTML 7 within the day - $24.95!
    Click here for Adobe Certified Captivate and RoboHelp HTML Training
    Click here for the SorcerStone Blog
    Click here for RoboHelp and Captivate eBooks

  • Why can't I resize some flash elements?

    While surfing the internet i came across some flash content that even if i apply zoom with the browser or use add-ons that let you resize flash objects i cannot resize them so i was wondering if there is actually a way to do it to scale it up.
    Here is an example http://www.novamov.com/video/vb99sroe30ot3
    I want to be able to resize it using the control + wheel up/ control + "+" or something similar. Is there a way to do that?
    Im using firefox 15 beta 6 but i tried it on the lastest chrome and opera browsers too. Im using the lastest flash player version 11.4 and im using windows 7.

    I should also mention that when I open iPartition by Coriolis Systems, It gives me an error message saying:
    You cannot make changes to the disk from which your system booted.
    To make changes to this disk, you should either boot from an external drive, use Target Disk Mode with another Mac, or create a boot disk.
    You can create a boot disk by selecting “Create Boot Disk…” from the iPartition menu.

  • Re: Subscription but can't call out

    i have a similar issue. i have paid for 3 months indian package, but i cannot make any calls. infact sometimes the call does not go, but skype shows as called n deducts the relevant minutes/amount from the package

    Hello,
    It seems your calls are restricted by local internet service provider
    Please have a look at this FAQ: https://support.skype.com/en/faq/FA391
    If you are just passing through during your travels then subscription should work again with a different ISP. If not then you can contact customer service to request a refund: https://support.skype.com/en/search?q=refund
    Hope this helps.
    Andre
    If answer was helpful please mark it with Kudos and if issue is resolved mark it with solution. This will help other users find this answer more easily. Thanks in advance!

  • Can't call out and no dial tone

    I was told that there is a problem with a cable in the Brooklyn, NY area, but I can not find any other person in my neighborhood who has the problem.
    The phone was working fine Sunday night and then Monday morning no dial tone and I am dead in the water.
    I use my phone for my business and contacts, now nothing works properly.
    I called Verizon and was told that they would have it resolved by the 4th of July (2012) and that this problem is affecting about 1200 customers in my area.
    I called a couple of hours later and was then told that the service would not be repaired until July 10th 2012, which is totally unacceptable.
    Is there anyone in the Brooklyn area having the same problem. Why can't Verizon just bypass the bad lines, just to keep the service up and running.
    Where can you go to complain about this.  It seems my only option now is to move my number to another carrier, which I don't want to do.
    Please let me know, if anyone has any ideas.
    Thanks

    Sorry for the troubles you have had with the service. Did you still need assistance? Reply back if so that way we can take a look.
    Anthony_VZ
    **If someones post has helped you, please acknowledge their assistance by clicking the red thumbs up button to give them Kudos. If you are the original poster and any response gave you your answer, please mark the post that had the answer as the solution**
    Notice: Content posted by Verizon employees is meant to be informational and does not supersede or change the Verizon Forums User Guidelines or Terms or Service, or your Customer Agreement Terms and Conditions or plan

  • During a current voice call, can I call out on FaceTime?

    during a call to my current girlfriend, my i5s tried to FaceTime my ex wife.  Crazy

    So you've got the answer, yes?  It can happen?

  • Line due to go active 24/07/15 but can now call out and in today

    Hey guys, why can i now use my phone line. I have moved from talktalk and sky gave me a new phone number as it was the only way thy could process the order. Today i have tried to dial the new house number they gave me and it works, does tha mean my line is acive?

    Got my hopes up then that the fibre would be all active and up and running, thanks

Maybe you are looking for

  • Is it possible to edit songs in iTunes?

    Is there a way to shorten music to eliminate the speaking portion (eg spoken intro) in songs without using garageband? Thank you.

  • Number game

    please help with this, if you can...I need to write a JAVA program to implement the secret number game. the program should create and store a random number between 1 and 10, inclusive. It should then prompt the user to guess the number. accepting use

  • JPA / Eclipselink CursoredStream Error

    Hi there! I have to do a database request on an Oracle XE database which returns about 1 million entities. As it does not make sense to load all of them to memory, I chose a Cursored Stream to do the work. My code:                 /* count nbo entiti

  • Purchase the same ringtone twice

    Hi Apple, I accidentally purchased the same ringtone twice in the App Stor. Is there any chance I could refound one of the two? Thx

  • COPA KE30 Summarrization Levels

    I have read up on Summarrization Levels and am considering using them. But my users require drilling down into COPA reports and creating report using characteristics as selection criteria. Will these issues affect my option to use Summarrization Leve