Jump to content

Search the Community

Showing results for tags 'flash'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • W3Schools
    • General
    • Suggestions
    • Critiques
  • HTML Forums
    • HTML/XHTML
    • CSS
  • Browser Scripting
    • JavaScript
    • VBScript
  • Server Scripting
    • Web Servers
    • Version Control
    • SQL
    • ASP
    • PHP
    • .NET
    • ColdFusion
    • Java/JSP/J2EE
    • CGI
  • XML Forums
    • XML
    • XSLT/XSL-FO
    • Schema
    • Web Services
  • Multimedia
    • Multimedia
    • FLASH

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests


Languages

Found 10 results

  1. <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="550" height="400"> <param name=movie value="aster.swf"> <param name=quality value=high> <param name="menu" value="false"> <embed src="supermarioflashv3.swf" quality=high menu="false" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="550" height="400"> </embed> </object> i created this code to plug in flash games and it doesent automaticly start it just blanks out and stays white after i reload the page supermarioflashv3.swf
  2. So I've got this conundrum for a web-based drawing app I'm trying to have made. It's one where users can connect in real-time to draw with each other in the same space (like an interactive whiteboard). This has been done plenty of times in Flash (sites like FlockDraw). But how practical would it be in HTML? Trouble is, I've had difficulty finding the right sort of ActionScripters for the job, the program would then require Flash which isn't always available (iPhone, iPad...), and mobile compatibility is quite important. On the other hand DRM is virtually nonexistent on HTML, certainly not near the security Flash offers if that were needed. I'm also skeptical how Canvas would perform, and ultimately the image quality compared to Flash. An HTML program called Sketchpad is excellent at this, but how would that fare with many users online? Any advice is most appreciated. ☺
  3. L8V2L

    What if... FLASH!

    What if adobe made flash open source, but still had it under license?They made it open source to select few individuals which they allow those individuals to recruit other individuals to help redo flash. Adobe gear/goal them toward making flash a rival language towards JavaScript.What if that happen, not being complete but in the process of trying to reach that goal.What would developer say toward that, and what would happen?
  4. Don't tell me you guys believe it too?Who here is a flash developer?What your thought on flash vs html5... even know html5 is still primitive... And I even seen the compares... thought when referring to html5 in this matter, I'm of course speaking on JavaScript.
  5. i want to know about local shared objects ? and how they are different from browser cookies ? also want to know familiar live example of websites who using LSO's.
  6. I'm just wondering how to fix my problem. I have same game with different width + height and its same size as other while their width + height is smaller? Example http://mudsaf.info/games/index.php?playgame=159(Width: 710, Height: 533) Other site http://www.mochimedia.com/games/play/from-nothing(Width: 640, Height: 480) But its actually same size.
  7. hi all,am looking for the best way to detect flash on all devices (pc, tablet, phone etc.) for a menuthis is what i have so fear... <?if (strstr($_SERVER['HTTP_ACCEPT'], 'application/x-shockwave-flash')){$hasFlash = true;}if ($hasFlash == "true"){// flash menu} else {// html menu};?> is this the best way? or is there better ways?
  8. Hello, I'm trying to put an image/video gallery together for a college project. To create the gallery I'm using: http://www.logicbox....y/simplyscroll/ , but when the user hovers over an image a small video appears on the mouse over (similar to the tutorial thumbnails on: http://www.videocopilot.net/) I've copied and combined the relevant codes to create this prototype: http://www.samuelmcwilliam.co.uk I see the image trail is working, but I don't know how to get a flash player working on the mouse over. I've got an old open source player in my root folder, but can't figure out how to use it to play the videos. I'm completely clueless on this section and not even sure if it's the right approach. In case you haven't detected, I'm a novice and trying to learn in my spare time. It would be great if someone could tell me where it's going wrong and how easy it would be to get it working! Thanks in advance! Sam
  9. Is it possible with HTML5 to make interactive animations? say if I press a link, then an animation will be played, will it work?
  10. JD99

    Flash and the Web

    Hi ... I'm hoping someone can assist me. I am in the preliminary stages of choosing a program for creating animation and video for the Web, specifically for Mobile Devices and Desktops. I understand Flash Player will no longer be developed for mobile devices. My questions are as follows: Can I create an animation in Adobe Flash Pro, export the animation as a .MOV or .AVI and be able to upload the animation to the web so it is playable on mobile devices and desktops ? What program would you recommend I learn in order to create animation and videos for Mobile Devices and Desktops, taking into consideration HTML 5 ? I know the basics of HTML 4 and CSS but for the last 10 years I've been working as a Network professional. Your help is very appreciated. Thanks, Jason
×
×
  • Create New...