Integrating flash

I'm working with PHP/mysql for a dynamic ecommerce site.
During a search, I am currently able to retrieve all information to
display dynamically, such as thumbnails and product descriptions
and so forth without a problem. I have a search.php, results.php,
then detail.php product page. On my details page, I would like to
retrieve flash video files to display dynamically, but to no avail.
The .flv files are listed in the database in the field "ItemMovie"
as .flv files and they do appear in my recordset "items" table in
the bindings panel. I've found that adding an image file to a
dynamic site is easy in DW CS3, but when it comes to adding a flash
file it simply doesn't work (there is no "flash" placeholder
that I know of). Right now, I've created a work-around on my
details page by applying an open
browser window behavior to a thumbnail placeholder (the
behavior calls up the flash file which is
already set as a progressive download on a standard html
page) and I'm using this code in the URL of
the behavior (items/CP_Windows/<?php echo
$row_WADAitems["ItemCPWindow"]; ?>) with CP
windows being those individual .html "clip preview" windows,
but that's somewhat of an extra step
and would require me to create hundreds of pop-up windows
that link to the details page. I simply want the flash video file
to populate in my details page during a search just as any other
info would populate from my database. If someone could be of
assistance, I would be very grateful. I'm no PHP expert (I'm
actually somewhat new to it) so if you have any coding solutions
please spell them out as best you can in layman's terms. Even if
there's a plug-in that would allow me to do this, that'd be great,
too! Thanks in advance!!!
Jason

hey, try getting both communicated with XML

Similar Messages

  • Advice on integrating Flash and HTML

    I have googled and researched this topic on the web.
    Integrating Flash and HTML seems like a popular topic but much of
    the information is dated (using FS commands or solutions based on
    2000-2004 coding and/or hacks) I am using Flash CS3 and Dreamweaver
    CS3. I can use Actionscript 2 or Actionscript 3. Here is my goal
    I want to use a Flash navigation in the top third of my page
    and have it control and load new HTML pages in the bottom two
    thirds of the page. Some of these html pages use SPRY code but most
    are simple HTML pages. I prefer Flash over CSS because I have more
    control and predictability. What I have found so far is three
    different solutions.
    1.HTML Framesets. This seems like a really good idea but I
    thought using framesets was a fading technique and should be
    avoided. Is this true?
    2. Using the ExternalInterface class to communicate between
    Javascript and Actionscript. This also seemed like a good idea but
    it is not clear to me how to implement. Do I combine this with
    innerHTML or some type of AJAX technique.
    3. Keep everything in Flash and load different swfs into main
    Flash page. I like this idea the best and it would work for most
    pages but I still like html pages when there is alot of text or I
    want to use SPRY techniques.
    When I have posted elsewhere I get references to articles
    telling me why Flash is bad or framesets are bad or innerHTML is
    not standard HTML. The only thing I am sure about is that most
    people are pretty passionate about defending their own way of doing
    things. I am hoping someone can provide some solid information
    about what is possible and how to implement a solution.

    It works when you put it online... :)1

  • Integrating Flash CS3 with XML

    Hello, I done a tutorial from learnflash.com on Integrating
    Flash CS3 with XML, and I can't figure out why when the file is
    published the scrollbar component doesn't work.

    Yep, big difference. Flash CS3 is the earlier version of
    Flash, so you can't open CS4 files in CS3. You are probably
    confusing CS3 with AS3, which is supported by both versions of
    Flash CS#.

  • Integrating Flash into Dreamweaver

    Hello All,
    I am a newbie and just finished a Flash class. However we
    didn't hardly talk at all about integrating Flash with Dreamweaver.
    What I want to do is create an intro page that has Flash and
    then you have to click on a Button to go into the main site. I
    understand a little of Behaviors and Actionscripting so thought
    that I would do the GetURL Behavior (going off memory here) to get
    me from the Intro page to the main Dreamweaver site.
    Question is... do I export an SWF file, put that in a
    index.html page for the Intro page and then link to the main
    Dreamweaver site but have the main site not an "Index" file but
    another name...maybe main.html.
    Is this what people do? Or do they take the generated .html
    file from Flash (its published) and just use that as their intro.
    Naming it index.html. And then linking to another *.html created
    with Dreamweaver but that is not saved as index.html.
    Also, how often are people doing a PURE Flash website and not
    mixing the Flash and Dreamweaver together? Just curious.
    Thanks for clarifying.
    Computerkitten

    Hmm... looks ok to me. You should be able to place it in a
    folder without
    problem. I'd try using SWFObject to put the Flash on the page
    though - that
    _might_ fix your problem. Odd one.
    http://blog.deconcept.com/swfobject/
    Dave -
    Head Developer
    http://www.blurredistinction.com
    Adobe Community Expert
    http://www.adobe.com/communities/experts/

  • Beginners guide to integrating Flash Media Server 2?

    I'm a newbit to Flasha dn flash media server and need some
    help with integrating the two products. We've just purchased Flash
    Media Server 2 to stream user created videos to a website. Idealy
    we would like to use the FlvPlayBack component placed on the stage
    to display the FLV file from the media server, but cannont get the
    component to access the FLV file.
    Media Server Configuration:
    On the Media Server we created an application (testapp) with
    an default instance (_definst_). The directory path for the
    Appliation looks like this W:\MediaApps\testapp\streams\_definst_\
    The name of the server is MediaServer
    The application and instance are appearing in the Media
    Server Admin manager.
    I've placed an FLV file (Movie.flv) In the _devinst_
    directory.
    Flash FLA file
    Placed FLVPlayback component on the stage
    Set contentpath= rtmp:\\MediaServer\testapp\_definst_\Movie
    Set islive=true
    When I test publish the file, the video does not display?
    Does anyone have any guidance on what I need to do? There
    seems to be a lack of documentation on integrating the media
    server. I looked a sample app called "SimplePB" that works, but
    does not use the FLVPlayback component.
    Any help would be appreciated.
    Thank you,
    John Wallwork

    John,
    For an FLV to stream from FMS, it must be placed in the
    streams/_definst_ directory...
    applications/myApplication/streams/_definst_/myFlv.flv
    Then you would type in the rtmp connection information in the
    contentPath of the FLVPlayback component like this
    rtmp://myRTMPConnectionInfo/myApplication/myFlv
    without the flv extension.
    The documentation comes from the FMS components when you
    install them.
    Here it is...
    To set up your FCS for streaming FLV files:
    Create a folder in your FCS application folder, and give it a
    name such as my_application.
    Copy the main.asc file into the my_application folder.
    Create a folder named streams in the my_application folder.
    Create a folder named _definst_ inside the streams folder.
    Place your FLV files in the _definst_ folder.
    To access your FLV files on the Flash Communication Server,
    use a URL such as rtmp://my_servername/my_application/stream.flv.
    For more information on administering the Flash Communication
    Server, including how to set up a live stream, see the FCS
    documentation at
    www.macromedia.com/support/documentation/en/flashcom/. When playing
    a live stream with FCS, you need to set the FLVPlayback property
    isLive to true. For more information, see FLVPlayback.isLive.
    Regards,
    Bill

  • Severe issues when integrating flash paper in director

    I'm trying to integrate flash paper documents into director
    projector, but there are 2 severe problems about usability:
    1. the mouse wheel doesn't work, so i can't scroll document
    with mouse
    2. i see two cursor on document, the standard arrow cursor
    and the simulated flash paper hand cursor; it is possible to hide
    the simulated hand cursor in flash paper?
    I'm referencing to integration guidelines found at
    http://www.adobe.com/devnet/director/articles/flashpaper_in_director.html
    Please help, thanks

    quote:
    Originally posted by:
    Chunick
    if you can access a command or event in the flash paper that
    will scroll the flash paper then you can try the free scrollWheel
    Xtra that can be found here:
    http://www.mods.com.au/xtras/default.htm
    Thanks for the reply,
    i've fixed the 2#, and i've come up searching at the
    mousewheel xtra, and i've got your same idea: send to Flash Paper
    some command to force the scrolling, but it seems that such command
    doesn't exists... or maybe it is undocumented?
    Someone have more informations?

  • Integrating Flash File

    Hi, I have integrated a flash movie into my movie successfully.
    But when I export the movie, the Flash part doesn't play but the others play perfectly fine. During when the Flash movie should be playing, the sound keeps going but the image is frozen on the last frame of the clip before the Flash movie.
    On iMovie, the Flash movie plays fine but it's just when the movie has been exported (I've tried .mov and .avi), it doesn't play at all.
    Any ideas on how I could overcome this problem would be greatly appreciated!!

    If you are importing the jpeg in the Flash IDE at authoring
    time, create a layer in the timeline and place the image on that
    layer. Move the layer down so other elements appear above.
    Ex:
    Layer 1: = Snow MovieClip
    Layer 2: = Background Jpeg

  • Integrating flash videos into shopping cart

    Hi everyone,
    Absolute flash newbie talking here so please be patient.
    I have shopping cart we sites and want to show a number of
    flash videos per product. The titles may differ per product or in
    some cases a product will show the same video as another product.
    What I would like to achieve is the integration of a flash
    player (with thumbnail list of videos) into the shopping cart.
    Somewhere I can manage a list of videos and relate them to
    products, and when a customer selects a product page the relevant
    product videos are listed in the players thumbnail list and they
    can select what they want to view from that list of relevant vids.
    The things I think I do know are:
    * In addition to our web server of the shop content, I will
    need to have a streaming server set-up - I have started with a
    hosting FMIS.
    What I have no idea about is:
    * Is there an off the shelf product that can do this for me?
    I don't really want to become a flash expert nor buy every flash
    authouring product required to build something myself. I would
    really like to just purchase an off the shelf player solution with
    admin tool, and encoding software to convert current videos to flv.
    Any guidance is greatly appreciated and eagerly
    awaited

    Hi
    To answer your query, Adobe muse is just a website designing software where you develop websites without writing any code, the option you looking for is more specific to the hosting provider and if you using third part hosting, you may want to get in touch with them to know how you may connect the same to their service.
    By any chance, If you are hosting site with Business catalyst, you may want to refer to : Integrating Intuit QuickBooks with your site to know how you may integrate tool like Quick books to manage orders placed on your site.
    I hope this helps.

  • Windows8:integrated flash player corrupted after uninstall Adobe Creative Suite

    Initially, after conversion to Windows8, the flashplayer worked fine. After uninstalling Adobe Creative Suite trial software, the flash player corrupted and only the video portion works, no audio. Followed every single forum solution on Adobe Help site, endured 3+ hours of hold time with Miscrosoft warranty department, to no avail. Downloaded uninstall for the flash player and then uninstalled it and the system still reports the flash player is integrated in Windows 8!!!!!! and functioning. Do I have to re-install the operating system?
    Please, someone? Anyone?

    Do I have to re-install the operating system?
    Nope.
    Repair Internet Explorer: http://support.microsoft.com/kb/318378
    That'll put the embedded Flash Player back.

  • Integrating Flash Media Server with other formats

    I would like to create a standard screen/player that can play
    any of the following formats:
    windows media files, all flash files, quick time files, real
    player files.
    So, for example, lets say I want to manipulate the screen to
    be an exact aspect ratio and have the same skin, and exact same
    controls as my flash files, but I don't want to work with Real
    Server or a Windows Media Server to serve these files what is the
    best approach to take ? i.e. a "Standardized" look and feel for all
    the formats listed.
    Where would I be able to get information that will help me
    achieve this ?

    There are two parts to this,
    Flash Media Server application - both client and server side. Check out the video conference app here http://www.adobe.com/devnet/flashmediaserver/sample_apps.html.
    The client side app will be a .swf file which you can develop in Flash/Flex.
    Second, you will have to embed this swf file in your asp.net page that will be delivered to browsers. I am not an expert in asp.net but googled a bit and get a feeling it's possible using
    tag.
    Also don't forget to check this link http://renaun.com/blog/2006/10/28/139/ for video conferencing app using flex and FMS.

  • Need help integrating flash with asp

    i am creating a dynamic site that pulls all of its content
    from and access database. i would like to make the entire page in
    flash. i have never used flash to pull any content from a datbase
    before. does any one know how to do this ? or know of a good
    tutorial? i can only seem to find tutorials for flash 8 or flash 5,
    nothing for mx2004.
    it seems like every thing i try doesnt work and no one knows
    how to help me.
    feeling very discouraged,
    -furley

    Flash has nothing to do with getting data from an Access
    database.
    You need to focus on either ASP or ASP.Net, a scripting
    language for the
    server script either JScript or VBScript, middleware usually
    ADO or ADO.Net
    and finally SQL. All of these items go together in a server
    side script that
    could work with non-Flash or Flash client interfaces. You
    should find many
    tutorials on the internet with these items as it has been
    done for nearly a
    decade.
    You also can use ColdFusion.
    For Flash, you need to learn LoadVars Actionscript class if
    you plan to
    communicate data in the URL Variables format or XML
    Actionscript class if
    you want to use XML data format. It will not really matter to
    Flash what is
    on the server side as it will only be sending and receiving
    data in either
    of those two data formats (URL Variables or XML).
    If you want to look at some Using VBScript, ASP, ADO and an
    OLEDB Connection
    examples I use for seminars in Web database you can take a
    look here:
    http://www.hosfordusa.com/ClickSystems/courses/webdb/.
    However they lack
    Flash example but would work "as is" with a Flash example.
    Once you look at some of those options, you can then form
    more specific
    questions for this forum and especially with using the
    LoadVars and XML
    Actionscript classes or the XML connector Flash component.
    Lon Hosford
    www.lonhosford.com
    Flash, Actionscript and Flash Media Server examples:
    http://flashexamples.hosfordusa.com
    May many happy bits flow your way!
    "professorfurley" <[email protected]> wrote
    in message
    news:[email protected]...
    i am creating a dynamic site that pulls all of its content
    from and access
    database. i would like to make the entire page in flash. i
    have never used
    flash to pull any content from a datbase before. does any one
    know how to do
    this ? or know of a good tutorial? i can only seem to find
    tutorials for
    flash
    8 or flash 5, nothing for mx2004.
    it seems like every thing i try doesnt work and no one knows
    how to help
    me.
    feeling very discouraged,
    -furley

  • Problem Integrating Flash Slideshow

    Hi there, I just found a Flash slideshow that I liked and
    tried to create a template page with it. Everything works fine;
    however, the Flash slideshow is only incorporated in the page after
    a line break. I see the <p> tag that causes the show not to
    be inserted flush after my main navigation menu; however, all my
    attempts to remove it cause the show to display.
    Any ideas would be greatly appreciated. Thanks a million.
    You can review the page at:
    http://www.fastventures.com/templates/temp_inner_Flash%20Slideshow/temp_inner_Flash%20Rota tor.html

    I'm sorry but I think my post was not clear!
    Hi there, I just found a Flash slideshow that I liked and
    tried to create a template page with it. Everything works fine;
    however, the Flash slideshow is only incorporated in the page after
    a line break. I see the <p> tag that causes the show not to
    be inserted flush after my main navigation menu; however, all my
    attempts to remove it cause the show NOT to display.
    Any ideas would be greatly appreciated. Thanks a million.
    You can review the page at:
    http://www.fastventures.com/templates/temp_inner_Flash%20Slideshow/temp_inner_Flash%20Rota tor.html

  • Integrating Flash and Flex

    Hello,
    I am new to Flex but an experienced programmer. I have a Flash movie that has been saved as an .swc file. This movie shows doors open and close in response to real time events obtained through a messaging service. I would like to be able to place this movie into a flex applicaiton so that I can respond to these events. My question is, is it even possible to interact with a Flash movie clip in Flex? I was assuming that this was the whole point of Flex (Flash Builder). Am I wrong about that? Are Flex and Flash two completely different and incompatible products?

    https://iamjosh.wordpress.com/2008/04/09/embedding-flash-in-flex/
    Yep. You have the right idea. Flex is a framework (targeted at developers) for developing Flash applications.

  • Integrating flash documents in pdf files?

    hi!
    does anyone know if there is a way to integrate flash documents in pdf's?
    best regards
    jens

    Hi,
    It can be done.
    Two resources that may be helpful –
    Joel Geraci's blog
    http://pdfdevjunkie.host.adobe.com/index.shtml
    The Rich Media/Flash Forum at Acrobat Users Community
    http://www.acrobatusers.com/forums/aucbb/viewforum.php?id=21
    Be well...

  • Integrating Flash with Lectora 2006

    Dear all,
    Does anyone know how I can create a variable in Flash AS 2.0
    that can communicate with a SCORM wrapped Lectora course on an LMS
    (the Flash movie would be within the course as an external HTML
    object)?
    Also, how do I do the reverse and create a varible in Lectora
    (i.e. QuestionPoints) and be able to write to and increment its
    value from within the embedded Flash movie?
    Much appreciated.
    Ant.

    Flash is proprietary technology and they don't play nice with others. Same reason why you can't load an MSWord doc in a Java GUI. If Flash WAS an open technology, then perhaps someone would/could build a plugin or some way to do it.

Maybe you are looking for